Compare commits
No commits in common. "c8-stream-5.3" and "c8-beta" have entirely different histories.
c8-stream-
...
c8-beta
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/URI-1.76.tar.gz
|
SOURCES/URI-1.73.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
d75380f8b1ad792d230216d8712fd37533ebedf0 SOURCES/URI-1.76.tar.gz
|
8a7ee165c8439cc81642f6fee10405ebebf3f2e0 SOURCES/URI-1.73.tar.gz
|
||||||
|
@ -1,16 +1,21 @@
|
|||||||
# Utilize Business::ISBN that needs gd library
|
# Utilize Business::ISBN that needs gd library
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%bcond_with perl_URI_enables_Business_ISBN
|
||||||
|
%else
|
||||||
%bcond_without perl_URI_enables_Business_ISBN
|
%bcond_without perl_URI_enables_Business_ISBN
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: perl-URI
|
Name: perl-URI
|
||||||
Version: 1.76
|
Version: 1.73
|
||||||
Release: 5%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A Perl module implementing URI parsing and manipulation
|
Summary: A Perl module implementing URI parsing and manipulation
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/URI
|
URL: http://search.cpan.org/dist/URI/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/URI-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -97,35 +102,8 @@ make test
|
|||||||
%{_mandir}/man3/URI::ldap.3*
|
%{_mandir}/man3/URI::ldap.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.76-5
|
* Wed Jul 11 2018 Petr Pisar <ppisar@redhat.com> - 1.73-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Disable Business::ISBN feature
|
||||||
|
|
||||||
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.76-4
|
|
||||||
- Perl 5.30 re-rebuild of bootstrapped packages
|
|
||||||
|
|
||||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.76-3
|
|
||||||
- Perl 5.30 rebuild
|
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.76-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 10 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.76-1
|
|
||||||
- 1.76 bump
|
|
||||||
|
|
||||||
* Wed Jan 09 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.75-1
|
|
||||||
- 1.75 bump
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.74-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.74-3
|
|
||||||
- Perl 5.28 re-rebuild of bootstrapped packages
|
|
||||||
|
|
||||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.74-2
|
|
||||||
- Perl 5.28 rebuild
|
|
||||||
|
|
||||||
* Mon Apr 23 2018 Paul Howarth <paul@city-fan.org> - 1.74-1
|
|
||||||
- 1.74 bump
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.73-2
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.73-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user