#10 Update epel8 to 3.3.1
Merged 2 years ago by svashisht. Opened 2 years ago by dcavalca.
rpms/ dcavalca/fish epel8  into  epel8

file modified
+8
@@ -11,3 +11,11 @@ 

  /fish-3.1.0.tar.gz.asc

  /fish-3.1.2.tar.gz

  /fish-3.1.2.tar.gz.asc

+ /fish-3.2.0.tar.xz

+ /fish-3.2.0.tar.xz.asc

+ /fish-3.2.1.tar.xz.asc

+ /fish-3.2.1.tar.xz

+ /fish-3.3.0.tar.xz

+ /fish-3.3.0.tar.xz.asc

+ /fish-3.3.1.tar.xz

+ /fish-3.3.1.tar.xz.asc

file modified
+35 -6
@@ -1,6 +1,6 @@ 

  Name:           fish

- Version:        3.1.2

- Release:        5%{?dist}

+ Version:        3.3.1

+ Release:        2%{?dist}

  Summary:        Friendly interactive shell

  

  # GPLv2
@@ -24,8 +24,8 @@ 

  #   - user_doc/html/_static/underscore.js

  License:        GPLv2 and BSD and ISC and LGPLv2+ and MIT

  URL:            https://fishshell.com

- Source0:        https://github.com/fish-shell/fish-shell/releases/download/%{version}/%{name}-%{version}.tar.gz

- Source1:        https://github.com/fish-shell/fish-shell/releases/download/%{version}/%{name}-%{version}.tar.gz.asc

+ Source0:        https://github.com/fish-shell/fish-shell/releases/download/%{version}/%{name}-%{version}.tar.xz

+ Source1:        https://github.com/fish-shell/fish-shell/releases/download/%{version}/%{name}-%{version}.tar.xz.asc

  Source2:        gpgkey-003837986104878835FA516D7A67D962D88A709A.gpg

  

  BuildRequires:  cmake >= 3.2
@@ -38,6 +38,7 @@ 

  BuildRequires:  gnupg2

  BuildRequires:  python3-devel

  %global __python %{__python3}

+ BuildRequires:  /usr/bin/desktop-file-validate

  

  # tab completion wants man-db

  Recommends:     man-db
@@ -85,13 +86,14 @@ 

  %py_byte_compile %{python3} %{buildroot}%{_datadir}/%{name}/tools/

  

  # Install docs from tarball root

- cp -a README.md %{buildroot}%{_pkgdocdir}

- cp -a CONTRIBUTING.md %{buildroot}%{_pkgdocdir}

+ cp -a README.rst %{buildroot}%{_pkgdocdir}

+ cp -a CONTRIBUTING.rst %{buildroot}%{_pkgdocdir}

  

  %find_lang %{name}

  

  %check

  %{_vpath_builddir}/fish_tests

+ desktop-file-validate %{buildroot}%{_datadir}/applications/fish.desktop

  

  %post

  if [ "$1" = 1 ]; then
@@ -118,8 +120,35 @@ 

  %{_datadir}/fish/

  %{_datadir}/pkgconfig/fish.pc

  %{_pkgdocdir}

+ %{_datadir}/applications/fish.desktop

+ %{_datadir}/pixmaps/fish.png

  

  %changelog

+ * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.1-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

+ 

+ * Wed Jul 07 2021 Siteshwar Vashisht <svashisht@redhat.com> - 3.3.1-1

+ - Update to 3.3.1

+   Resolves: #1979734

+ 

+ * Thu Jul 01 2021 Siteshwar Vashisht <svashisht@redhat.com> - 3.3.0-1

+ - Update to 3.3.0

+   Resolves: #1947062

+ 

+ * Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 3.2.1-2

+ - Rebuilt for removed libstdc++ symbol (#1937698)

+ 

+ * Thu Mar 18 2021 Siteshwar Vashisht <svashisht@redhat.com> - 3.2.1-1

+ - Update to 3.2.1

+   Resolves: #1940398

+ 

+ * Sat Mar 13 2021 Siteshwar Vashisht <svashisht@redhat.com> - 3.2.0-1

+ - Update to 3.2.0

+   Resolves: #1933886

+ 

+ * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-6

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

+ 

  * Tue Aug 25 2020 Oliver Falk <oliver@linux-kernel.at> - 3.1.2-5

  - Correct pkgconfig references to /usr/local (RHBZ#1869376)

  

file modified
+2 -2
@@ -1,2 +1,2 @@ 

- SHA512 (fish-3.1.2.tar.gz) = b6ae2c928774a2eaccf35312d3a9446bfa3e1335182c8f2b2d6198161d0916904f4964fb20ed13a5bf850c1c819e003905d13db3bc8b1faa5b401a60b47dc563

- SHA512 (fish-3.1.2.tar.gz.asc) = ebfc1d4b7ef3db0d11ef59019bbe2e742adf368dfaa28f630c7982b957f4069d6aee70a856d4c922e554ff19ad9fec54554486cd03c3c463d9dd8c35c8e7680c

+ SHA512 (fish-3.3.1.tar.xz) = fc50ca44fab3f2d942284d4f714150f7ccf1e49c73da36f8d4ae4a33a9b3280f98bed15848839f5d443b4274fd0ff90174bafa6a8e9a4da226dda63d7766a660

+ SHA512 (fish-3.3.1.tar.xz.asc) = 1757ef4c93b302fe86f669d3549884d9e6f265b45be1945ec1c7551d2d0489b5f51dfe5c288f5b415f905f0ad1d9d0d1d304f08682459b171ac72a293651cc8a

Bring it in line with f35

Pull-Request has been merged by svashisht

2 years ago