Compare commits

...

No commits in common. "c9s" and "c8-stream-5.3" have entirely different histories.

6 changed files with 9 additions and 83 deletions

33
.gitignore vendored
View File

@ -1,32 +1 @@
Archive-Tar-1.64.tar.gz
/Archive-Tar-1.68.tar.gz
/Archive-Tar-1.72.tar.gz
/Archive-Tar-1.74.tar.gz
/Archive-Tar-1.76.tar.gz
/Archive-Tar-1.78.tar.gz
/Archive-Tar-1.80.tar.gz
/Archive-Tar-1.82.tar.gz
/Archive-Tar-1.84.tar.gz
/Archive-Tar-1.88.tar.gz
/Archive-Tar-1.90.tar.gz
/Archive-Tar-1.92.tar.gz
/Archive-Tar-1.96.tar.gz
/Archive-Tar-2.00.tar.gz
/Archive-Tar-2.02.tar.gz
/Archive-Tar-2.04.tar.gz
/Archive-Tar-2.06.tar.gz
/Archive-Tar-2.08.tar.gz
/Archive-Tar-2.10.tar.gz
/Archive-Tar-2.12.tar.gz
/Archive-Tar-2.14.tar.gz
/Archive-Tar-2.16.tar.gz
/Archive-Tar-2.18.tar.gz
/Archive-Tar-2.20.tar.gz
/Archive-Tar-2.22.tar.gz
/Archive-Tar-2.24.tar.gz
/Archive-Tar-2.26.tar.gz
/Archive-Tar-2.28.tar.gz
/Archive-Tar-2.30.tar.gz
/Archive-Tar-2.32.tar.gz
/Archive-Tar-2.36.tar.gz
/Archive-Tar-2.38.tar.gz
SOURCES/Archive-Tar-2.32.tar.gz

View File

@ -0,0 +1 @@
370775a9c464825dfb1f4c54e8617c9e65c94905 SOURCES/Archive-Tar-2.32.tar.gz

View File

@ -15,7 +15,7 @@ diff --git a/Makefile.PL b/Makefile.PL
index fe093bd..b9cd6ea 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -118,7 +118,6 @@ sub _scripts {
@@ -105,7 +105,6 @@ sub _scripts {
###############################################################
WARNING

View File

@ -6,8 +6,8 @@
%endif
Name: perl-Archive-Tar
Version: 2.38
Release: 6%{?dist}
Version: 2.32
Release: 440%{?dist}
Summary: A module for Perl manipulation of .tar files
License: GPL+ or Artistic
URL: https://metacpan.org/release/Archive-Tar
@ -17,7 +17,6 @@ Patch0: Archive-Tar-2.02-Do-not-sleep-in-Makefile.PL.patch
BuildArch: noarch
# Most of the BRS are needed only for tests, compression support at run-time
# is optional soft dependency.
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
@ -47,14 +46,10 @@ BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# Optional run-time:
BuildRequires: perl(IO::Compress::Bzip2) >= 2.015
%if !%{defined perl_bootstrap}
BuildRequires: perl(IO::Compress::Xz)
%endif
# IO::String not used if perl supports useperlio which is true
# Use Compress::Zlib's version for IO::Uncompress::Bunzip2
BuildRequires: perl(IO::Uncompress::Bunzip2) >= 2.015
%if !%{defined perl_bootstrap}
BuildRequires: perl(IO::Uncompress::UnXz)
BuildRequires: perl(Text::Diff)
%endif
# Tests:
@ -73,14 +68,10 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(IO::Zlib) >= 1.01
# Optional run-time:
Requires: perl(IO::Compress::Bzip2) >= 2.015
%if !%{defined perl_bootstrap}
Requires: perl(IO::Compress::Xz)
%endif
# IO::String not used if perl supports useperlio which is true
# Use Compress::Zlib's version for IO::Uncompress::Bunzip2
Requires: perl(IO::Uncompress::Bunzip2) >= 2.015
%if !%{defined perl_bootstrap}
Requires: perl(IO::Uncompress::UnXz)
Requires: perl(Text::Diff)
%endif
@ -96,14 +87,14 @@ will also support compressed or gzipped tar files.
%prep
%setup -q -n Archive-Tar-%{version}
%patch0 -p1 -b .orig
%patch0 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
%{make_install}
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
@ -118,38 +109,6 @@ make test
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.38-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.38-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.38-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.38-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.38-2
- Perl 5.32 re-rebuild of bootstrapped packages
* Thu Jun 25 2020 Petr Pisar <ppisar@redhat.com> - 2.38-1
- 2.38 bump
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.36-456
- Increase release to favour standalone package
* Fri Feb 14 2020 Petr Pisar <ppisar@redhat.com> - 2.36-2
- Do not require non-core IO::Compress::Xz and IO::Uncompress::UnXz modules on
bootstrapping
* Mon Feb 03 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.36-1
- 2.36 bump
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.32-441
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.32-440
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

View File

@ -1,2 +0,0 @@
from Config import *
addFilter("spelling-error .* (gzipped|Zlib)");

View File

@ -1 +0,0 @@
SHA512 (Archive-Tar-2.38.tar.gz) = 7b14fe481747d200b4239a716c15a8595b4228f54ae93412b5f752e3dbe00e71260d226087764546c2aca3c3a9c0b3ecece73b1b1e31d965f0070dd8b3670dc7