#1 Rebase f32 branch on master
Merged 2 years ago by rathann. Opened 2 years ago by salimma.
rpms/ salimma/golang-github-mholt-archiver rebase-f32  into  f32

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

  /archiver-3.1.1.tar.gz

  /archiver-3.2.0.tar.gz

  /archiver-3.3.0.tar.gz

+ /archiver-3.5.0.tar.gz

@@ -3,10 +3,12 @@ 

  

  # https://github.com/mholt/archiver

  %global goipath         github.com/mholt/archiver

- Version:                3.3.0

+ Version:                3.5.0

  

  %gometa

  

+ %global goaltipaths     github.com/mholt/archiver/v3

+ 

  %global common_description %{expand:

  Package Archiver makes it trivially easy to make and extract common archive

  formats such as zip and tarball (and its compressed variants). Simply name the
@@ -18,7 +20,7 @@ 

  %global godocs          README.md

  

  Name:           %{goname}

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Easily create and extract archive files with Go

  

  License:        MIT
@@ -66,6 +68,22 @@ 

  %gopkgfiles

  

  %changelog

+ * Sun Jan 31 02:52:04 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 3.5.0-3

+ - Add alternate import path

+ 

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

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

+ 

+ * Mon Nov 02 2020 Dominik Mierzejewski <rpm@greysector.net> - 3.5.0-1

+ - update to 3.5.0 (#1882880)

+ 

+ * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-4

+ - Second attempt - Rebuilt for

+   https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

+ 

+ * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-3

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

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

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

- SHA512 (archiver-3.3.0.tar.gz) = 7e904d37286757c4a060c999d8ed99f417185250e2656b651be069775c72d081c3a96cb2bd913e656afe8a20e96b3cfefdf6209fb98516720cc6b2ae8e4bd0b5

+ SHA512 (archiver-3.5.0.tar.gz) = 13cd492d9d0db9d9536a97f5093879485b4e558a6368bdfec00ed846eec0c6693401dfe6df1f270d33b7fadb5be7df6378892357a964090b410fba6396edea46

Nobody is using this package apart from golang-github-facebook-incubator-go2chef, and we can either cherry-pick the last commit in master that introduces %goaltipath or just rebase the other commits too and keep them on the same version.

Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1921504 which is currently fixed by the last commit (thanks zebob!) but not on F32 yet.

$ sudo dnf --enablerepo=updates-testing repoquery --whatrequires 'golang(github.com/mholt/archiver)'
Last metadata expiration check: 0:00:26 ago on Sun 31 Jan 2021 04:47:16 PM PST.

$ sudo dnf --enablerepo=updates-testing repoquery --whatrequires 'golang(github.com/mholt/archiver/v3)'
Last metadata expiration check: 0:00:31 ago on Sun 31 Jan 2021 04:47:16 PM PST.
golang-github-facebookincubator-go2chef-devel-0:0-0.1.20210125git576f5d4.fc33.noarch

$ sudo dnf --enablerepo=updates-testing --releasever=32 repoquery --whatrequires 'golang(github.com/mholt/archiver/v3)'
Copr repo for gnome-shell-40 owned by haeckerfelix                                                                                               343  B/s | 257  B     00:00
Copr repo for fbrnch owned by petersen                                                                                                            13 kB/s | 3.3 kB     00:00
Copr repo for fbrnch owned by petersen                                                                                                           3.2 kB/s | 1.9 kB     00:00
Copr repo for joplin owned by taw                                                                                                                4.6 kB/s | 3.6 kB     00:00
Copr repo for joplin owned by taw                                                                                                                4.4 kB/s | 2.7 kB     00:00
Fedora 32 openh264 (From Cisco) - x86_64                                                                                                         3.5 kB/s | 989  B     00:00
Fedora Modular 32 - x86_64                                                                                                                        42 kB/s |  14 kB     00:00
Fedora Modular 32 - x86_64 - Updates                                                                                                              37 kB/s |  13 kB     00:00
Fedora Modular 32 - x86_64 - Updates                                                                                                             829 kB/s | 3.4 MB     00:04
Fedora 32 - x86_64 - Test Updates                                                                                                                 41 kB/s |  14 kB     00:00
Fedora 32 - x86_64 - Test Updates                                                                                                                978 kB/s | 5.4 MB     00:05
Fedora 32 - x86_64 - Updates                                                                                                                      42 kB/s |  14 kB     00:00
Fedora 32 - x86_64 - Updates                                                                                                                     1.8 MB/s |  27 MB     00:14
Fedora 32 - x86_64                                                                                                                                82 kB/s |  15 kB     00:00
golang-github-facebookincubator-go2chef-devel-0:0-0.1.20210125git576f5d4.fc32.noarch

$ sudo dnf --enablerepo=updates-testing --releasever=32 repoquery --whatrequires 'golang(github.com/mholt/archiver)'
Last metadata expiration check: 0:01:02 ago on Sun 31 Jan 2021 04:48:38 PM PST.

Pull-Request has been merged by rathann

2 years ago

Fine by me. Thanks for your effort! Feel free to backport/rebase yourself in the future.