2020-07-28 11:31:19 +00:00
|
|
|
# Support isbn URN via Business::ISBN that needs gd library
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%bcond_with perl_URI_enables_Business_ISBN
|
2022-07-20 08:22:04 +00:00
|
|
|
%bcond_with perl_URI_enables_Regexp_IPv6
|
2020-07-28 11:31:19 +00:00
|
|
|
%else
|
2017-04-10 12:02:04 +00:00
|
|
|
%bcond_without perl_URI_enables_Business_ISBN
|
2022-07-20 08:22:04 +00:00
|
|
|
%bcond_without perl_URI_enables_Regexp_IPv6
|
2020-07-28 11:31:19 +00:00
|
|
|
%endif
|
2017-04-10 12:02:04 +00:00
|
|
|
|
2005-04-02 22:15:42 +00:00
|
|
|
Name: perl-URI
|
2024-01-28 13:50:42 +00:00
|
|
|
Version: 5.25
|
2024-01-25 16:43:25 +00:00
|
|
|
Release: 1%{?dist}
|
2005-04-02 22:15:42 +00:00
|
|
|
Summary: A Perl module implementing URI parsing and manipulation
|
2022-10-11 08:26:00 +00:00
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
2018-06-04 12:40:52 +00:00
|
|
|
URL: https://metacpan.org/release/URI
|
2020-10-21 15:22:53 +00:00
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/URI/URI-%{version}.tar.gz
|
2005-04-02 22:15:42 +00:00
|
|
|
BuildArch: noarch
|
2015-02-25 08:52:03 +00:00
|
|
|
# Module Build
|
2015-06-26 11:11:08 +00:00
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: make
|
2016-06-24 08:00:19 +00:00
|
|
|
BuildRequires: perl-generators
|
2017-07-26 08:34:56 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2022-10-11 08:26:00 +00:00
|
|
|
BuildRequires: perl(Config)
|
2015-02-25 08:52:03 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
# Module Runtime
|
2023-08-24 07:09:32 +00:00
|
|
|
BuildRequires: perl(base)
|
2012-01-20 14:22:57 +00:00
|
|
|
BuildRequires: perl(Carp)
|
2012-03-26 09:07:31 +00:00
|
|
|
BuildRequires: perl(constant)
|
2012-08-28 08:36:39 +00:00
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Encode)
|
2014-11-07 11:10:24 +00:00
|
|
|
BuildRequires: perl(Exporter) >= 5.57
|
2014-07-17 14:45:54 +00:00
|
|
|
BuildRequires: perl(integer)
|
2012-11-23 09:20:58 +00:00
|
|
|
BuildRequires: perl(MIME::Base64) >= 2
|
2012-08-28 08:36:39 +00:00
|
|
|
BuildRequires: perl(Net::Domain)
|
2014-07-17 14:45:54 +00:00
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(parent)
|
2014-11-07 11:10:24 +00:00
|
|
|
BuildRequires: perl(Scalar::Util)
|
2014-07-17 14:45:54 +00:00
|
|
|
BuildRequires: perl(strict)
|
2017-07-26 08:34:56 +00:00
|
|
|
BuildRequires: perl(utf8)
|
2015-02-25 08:52:03 +00:00
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Test Suite
|
2017-07-26 08:34:56 +00:00
|
|
|
BuildRequires: perl(File::Spec)
|
2015-02-25 08:52:03 +00:00
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(Storable)
|
2022-10-11 08:26:00 +00:00
|
|
|
BuildRequires: perl(Test::Fatal)
|
2014-11-07 11:10:24 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
2017-07-26 08:34:56 +00:00
|
|
|
BuildRequires: perl(Test::Needs)
|
2022-10-11 08:26:00 +00:00
|
|
|
BuildRequires: perl(Test::Warnings)
|
2023-04-29 17:46:06 +00:00
|
|
|
# Dependencies
|
2012-08-28 08:36:39 +00:00
|
|
|
Requires: perl(Cwd)
|
|
|
|
Requires: perl(Data::Dumper)
|
2015-02-25 08:52:03 +00:00
|
|
|
Requires: perl(Encode)
|
2012-11-23 09:20:58 +00:00
|
|
|
Requires: perl(MIME::Base64) >= 2
|
2012-08-28 08:36:39 +00:00
|
|
|
Requires: perl(Net::Domain)
|
2017-07-26 08:34:56 +00:00
|
|
|
Requires: perl(utf8)
|
2004-09-09 10:20:10 +00:00
|
|
|
|
2016-10-07 07:11:35 +00:00
|
|
|
# Optional Functionality
|
2017-04-10 12:02:04 +00:00
|
|
|
%if %{with perl_URI_enables_Business_ISBN}
|
2016-10-07 07:11:35 +00:00
|
|
|
# Business::ISBN pulls in gd and X libraries for barcode support, hence this soft dependency (#1380152)
|
|
|
|
# Business::ISBN → Test::Pod → Pod::Simple → HTML::Entities (HTML::Parser) → URI
|
|
|
|
%if 0%{!?perl_bootstrap:1}
|
2021-03-03 18:18:58 +00:00
|
|
|
BuildRequires: perl(Business::ISBN) >= 3.005
|
2016-10-07 07:11:35 +00:00
|
|
|
%endif
|
2021-03-03 18:18:58 +00:00
|
|
|
Suggests: perl(Business::ISBN) >= 3.005
|
2017-04-10 12:02:04 +00:00
|
|
|
%endif
|
2022-07-20 08:22:04 +00:00
|
|
|
%if %{with perl_URI_enables_Regexp_IPv6}
|
|
|
|
BuildRequires: perl(Regexp::IPv6) >= 0.03
|
|
|
|
Suggests: perl(Regexp::IPv6) >= 0.03
|
|
|
|
%endif
|
2016-10-07 07:11:35 +00:00
|
|
|
|
2004-09-09 10:20:10 +00:00
|
|
|
%description
|
|
|
|
This module implements the URI class. Objects of this class represent
|
|
|
|
"Uniform Resource Identifier references" as specified in RFC 2396 (and
|
|
|
|
updated by RFC 2732).
|
|
|
|
|
2021-03-03 18:18:58 +00:00
|
|
|
%package tests
|
|
|
|
Summary: Tests for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: perl-Test-Harness
|
|
|
|
%if %{with perl_URI_enables_Business_ISBN}
|
|
|
|
Requires: perl(Business::ISBN) >= 3.005
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
Tests from %{name}. Execute them
|
|
|
|
with "%{_libexecdir}/%{name}/test".
|
|
|
|
|
2004-09-09 10:20:10 +00:00
|
|
|
%prep
|
2005-04-02 22:15:42 +00:00
|
|
|
%setup -q -n URI-%{version}
|
2012-03-26 09:07:31 +00:00
|
|
|
chmod -c 644 uri-test
|
2004-09-09 10:20:10 +00:00
|
|
|
|
2021-03-03 18:18:58 +00:00
|
|
|
for F in t/*.t t/*.pl; do
|
2022-10-11 08:26:00 +00:00
|
|
|
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F"
|
2021-03-03 18:18:58 +00:00
|
|
|
chmod +x "$F"
|
|
|
|
done
|
|
|
|
|
|
|
|
|
2004-09-09 10:20:10 +00:00
|
|
|
%build
|
2017-07-26 08:34:56 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=perl NO_PACKLIST=true NO_PERLLOCAL=true
|
2020-07-28 11:31:19 +00:00
|
|
|
%{make_build}
|
2004-09-09 10:20:10 +00:00
|
|
|
|
2005-04-02 22:15:42 +00:00
|
|
|
%install
|
2020-07-28 11:31:19 +00:00
|
|
|
%{make_install}
|
2021-03-03 18:18:58 +00:00
|
|
|
|
|
|
|
# Install tests
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
cp -a t %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
perl -i -pe 's{(urls.sto)}{/tmp/$1}' %{buildroot}%{_libexecdir}/%{name}/t/storable.t
|
|
|
|
perl -i -pe 's{(urls.sto)}{/tmp/$1}' %{buildroot}%{_libexecdir}/%{name}/t/storable-test.pl
|
|
|
|
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
|
|
|
|
#!/bin/sh
|
|
|
|
cd %{_libexecdir}/%{name} && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
|
|
|
|
EOF
|
|
|
|
chmod +x %{buildroot}%{_libexecdir}/%{name}/test
|
|
|
|
|
2017-07-26 08:34:56 +00:00
|
|
|
%{_fixperms} -c %{buildroot}
|
2007-10-25 05:02:23 +00:00
|
|
|
|
|
|
|
%check
|
2021-03-03 18:18:58 +00:00
|
|
|
export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
|
2005-04-02 22:15:42 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
2015-06-26 11:11:08 +00:00
|
|
|
%license LICENSE
|
2021-02-28 20:13:36 +00:00
|
|
|
%doc Changes CONTRIBUTING.md README uri-test
|
2012-01-20 14:22:57 +00:00
|
|
|
%{perl_privlib}/URI.pm
|
|
|
|
%{perl_privlib}/URI/
|
2015-02-25 08:52:03 +00:00
|
|
|
%{_mandir}/man3/URI.3*
|
|
|
|
%{_mandir}/man3/URI::Escape.3*
|
|
|
|
%{_mandir}/man3/URI::Heuristic.3*
|
|
|
|
%{_mandir}/man3/URI::QueryParam.3*
|
|
|
|
%{_mandir}/man3/URI::Split.3*
|
|
|
|
%{_mandir}/man3/URI::URL.3*
|
|
|
|
%{_mandir}/man3/URI::WithBase.3*
|
|
|
|
%{_mandir}/man3/URI::_punycode.3*
|
2023-08-24 07:09:32 +00:00
|
|
|
%{_mandir}/man3/URI::icap.3*
|
|
|
|
%{_mandir}/man3/URI::icaps.3*
|
2015-02-25 08:52:03 +00:00
|
|
|
%{_mandir}/man3/URI::data.3*
|
|
|
|
%{_mandir}/man3/URI::file.3*
|
|
|
|
%{_mandir}/man3/URI::ldap.3*
|
2004-09-09 10:20:10 +00:00
|
|
|
|
2021-03-03 18:18:58 +00:00
|
|
|
%files tests
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
2004-09-09 10:20:10 +00:00
|
|
|
%changelog
|
2024-01-28 13:50:42 +00:00
|
|
|
* Sun Jan 28 2024 Paul Howarth <paul@city-fan.org> - 5.25-1
|
|
|
|
- 5.25 bump (rhbz#2260642)
|
|
|
|
|
2024-01-26 06:12:46 +00:00
|
|
|
* Fri Jan 26 2024 Jitka Plesnikova <jplesnik@redhat.com> - 5.24-1
|
|
|
|
- 5.24 bump (rhbz#2260409)
|
|
|
|
|
2024-01-25 16:43:25 +00:00
|
|
|
* Thu Jan 25 2024 Paul Howarth <paul@city-fan.org> - 5.22-1
|
|
|
|
- 5.22 bump (rhbz#2260363)
|
|
|
|
|
2024-01-21 19:56:30 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.21-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-08-24 07:09:32 +00:00
|
|
|
* Thu Aug 24 2023 Jitka Plesnikova <jplesnik@redhat.com> - 5.21-1
|
|
|
|
- 5.21 bump (rhbz#2233885)
|
|
|
|
|
2023-07-21 03:11:58 +00:00
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-05-01 09:27:45 +00:00
|
|
|
* Mon May 1 2023 Paul Howarth <paul@city-fan.org> - 5.19-1
|
|
|
|
- 5.19 bump
|
|
|
|
|
2023-04-29 17:46:06 +00:00
|
|
|
* Sat Apr 29 2023 Paul Howarth <paul@city-fan.org> - 5.18-1
|
|
|
|
- 5.18 bump
|
|
|
|
|
2023-01-20 07:27:48 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-11-03 09:04:54 +00:00
|
|
|
* Thu Nov 3 2022 Paul Howarth <paul@city-fan.org> - 5.17-1
|
|
|
|
- 5.17 bump
|
|
|
|
|
2022-10-12 14:58:51 +00:00
|
|
|
* Wed Oct 12 2022 Jitka Plesnikova <jplesnik@redhat.com> - 5.16-1
|
|
|
|
- 5.16 bump
|
|
|
|
|
2022-10-11 15:49:49 +00:00
|
|
|
* Tue Oct 11 2022 Paul Howarth <paul@city-fan.org> - 5.15-1
|
|
|
|
- 5.15 bump
|
|
|
|
|
2022-10-11 08:26:00 +00:00
|
|
|
* Tue Oct 11 2022 Jitka Plesnikova <jplesnik@redhat.com> - 5.14-1
|
|
|
|
- 5.14 bump
|
|
|
|
|
2022-10-07 10:50:49 +00:00
|
|
|
* Fri Oct 07 2022 Jitka Plesnikova <jplesnik@redhat.com> - 5.13-1
|
|
|
|
- 5.13 bump
|
|
|
|
|
2022-07-22 12:20:35 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-11 08:40:45 +00:00
|
|
|
* Mon Jul 11 2022 Paul Howarth <paul@city-fan.org> - 5.12-1
|
|
|
|
- 5.12 bump
|
|
|
|
|
2022-07-05 08:02:56 +00:00
|
|
|
* Tue Jul 5 2022 Paul Howarth <paul@city-fan.org> - 5.11-1
|
|
|
|
- 5.11 bump
|
|
|
|
|
2022-06-03 10:14:53 +00:00
|
|
|
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 5.10-3
|
|
|
|
- Perl 5.36 re-rebuild of bootstrapped packages
|
|
|
|
|
2022-05-31 06:52:47 +00:00
|
|
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 5.10-2
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
2021-10-26 08:04:04 +00:00
|
|
|
* Tue Oct 26 2021 Paul Howarth <paul@city-fan.org> - 5.10-1
|
|
|
|
- 5.10 bump
|
|
|
|
|
2021-07-23 00:55:59 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.09-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-24 07:27:16 +00:00
|
|
|
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 5.09-3
|
|
|
|
- Perl 5.34 re-rebuild of bootstrapped packages
|
|
|
|
|
2021-05-21 20:44:58 +00:00
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 5.09-2
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
2021-03-03 18:18:58 +00:00
|
|
|
* Wed Mar 03 2021 Jitka Plesnikova <jplesnik@redhat.com> - 5.09-1
|
|
|
|
- 5.09 bump
|
|
|
|
- Package tests
|
|
|
|
|
2021-02-28 20:13:36 +00:00
|
|
|
* Sun Feb 28 2021 Paul Howarth <paul@city-fan.org> - 5.08-1
|
|
|
|
- 5.08 bump
|
|
|
|
|
2021-01-31 12:03:57 +00:00
|
|
|
* Sun Jan 31 2021 Paul Howarth <paul@city-fan.org> - 5.07-1
|
|
|
|
- 5.07 bump
|
|
|
|
|
2021-01-27 05:40:46 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.06-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-15 07:42:02 +00:00
|
|
|
* Fri Jan 15 2021 Jitka Plesnikova <jplesnik@redhat.com> - 5.06-1
|
|
|
|
- 5.06 bump
|
|
|
|
|
2020-10-21 15:22:53 +00:00
|
|
|
* Wed Oct 21 2020 Paul Howarth <paul@city-fan.org> - 5.05-1
|
|
|
|
- 5.05 bump
|
|
|
|
|
2020-07-28 11:31:19 +00:00
|
|
|
* Tue Jul 28 2020 Petr Pisar <ppisar@redhat.com> - 1.76-9
|
|
|
|
- Modernize a spec file
|
|
|
|
|
2020-06-26 16:08:13 +00:00
|
|
|
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.76-8
|
|
|
|
- Perl 5.32 re-rebuild of bootstrapped packages
|
|
|
|
|
2020-06-23 09:15:59 +00:00
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.76-7
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
2020-01-30 05:53:47 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.76-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 07:51:51 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.76-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-02 21:01:22 +00:00
|
|
|
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.76-4
|
|
|
|
- Perl 5.30 re-rebuild of bootstrapped packages
|
|
|
|
|
2019-05-31 04:59:02 +00:00
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.76-3
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-02-02 01:23:31 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.76-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-10 10:52:09 +00:00
|
|
|
* Thu Jan 10 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.76-1
|
|
|
|
- 1.76 bump
|
|
|
|
|
2019-01-09 08:28:45 +00:00
|
|
|
* Wed Jan 09 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.75-1
|
|
|
|
- 1.75 bump
|
|
|
|
|
2018-07-13 20:38:21 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.74-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-30 20:49:02 +00:00
|
|
|
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.74-3
|
|
|
|
- Perl 5.28 re-rebuild of bootstrapped packages
|
|
|
|
|
2018-06-28 03:55:32 +00:00
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.74-2
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-04-23 10:16:17 +00:00
|
|
|
* Mon Apr 23 2018 Paul Howarth <paul@city-fan.org> - 1.74-1
|
|
|
|
- 1.74 bump
|
|
|
|
|
2018-02-09 02:08:50 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.73-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-09 12:47:04 +00:00
|
|
|
* Tue Jan 09 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.73-1
|
|
|
|
- 1.73 bump
|
|
|
|
|
2017-07-26 08:34:56 +00:00
|
|
|
* Wed Jul 26 2017 Paul Howarth <paul@city-fan.org> - 1.72-1
|
|
|
|
- 1.72 bump
|
|
|
|
|
2017-06-07 14:36:10 +00:00
|
|
|
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.71-8
|
|
|
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
|
|
|
2017-06-04 06:20:14 +00:00
|
|
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.71-7
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-02-11 05:55:21 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.71-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-10-07 07:11:35 +00:00
|
|
|
* Fri Oct 7 2016 Paul Howarth <paul@city-fan.org> - 1.71-5
|
|
|
|
- Soften Business::ISBN dependency from Requires: to Suggests: to avoid
|
|
|
|
pulling in gd and X libraries (#1380152)
|
|
|
|
|
2016-05-18 13:46:40 +00:00
|
|
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.71-4
|
|
|
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
|
|
|
|
2016-05-15 02:33:46 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.71-3
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 16:29:56 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.71-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-08 08:39:14 +00:00
|
|
|
* Fri Jan 8 2016 Paul Howarth <paul@city-fan.org> - 1.71-1
|
|
|
|
- 1.71 bump
|
|
|
|
|
2015-10-14 07:35:50 +00:00
|
|
|
* Wed Oct 14 2015 Paul Howarth <paul@city-fan.org> - 1.69-2
|
|
|
|
- BR: perl(Test)
|
|
|
|
|
2015-07-25 16:23:23 +00:00
|
|
|
* Sat Jul 25 2015 Paul Howarth <paul@city-fan.org> - 1.69-1
|
|
|
|
- 1.69 bump
|
|
|
|
|
2015-06-26 11:11:08 +00:00
|
|
|
* Fri Jun 26 2015 Paul Howarth <paul@city-fan.org> - 1.68-1
|
|
|
|
- 1.68 bump
|
|
|
|
|
2015-06-18 13:19:03 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.67-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-10 13:35:38 +00:00
|
|
|
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.67-3
|
|
|
|
- Perl 5.22 re-rebuild of bootstrapped packages
|
|
|
|
|
2015-06-03 11:55:38 +00:00
|
|
|
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.67-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-02-25 08:52:03 +00:00
|
|
|
* Wed Feb 25 2015 Paul Howarth <paul@city-fan.org> - 1.67-1
|
|
|
|
- 1.67 bump
|
|
|
|
|
2014-11-07 11:10:24 +00:00
|
|
|
* Fri Nov 7 2014 Paul Howarth <paul@city-fan.org> - 1.65-1
|
|
|
|
- 1.65 bump
|
|
|
|
|
2014-09-08 20:36:35 +00:00
|
|
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.64-3
|
|
|
|
- Perl 5.20 re-rebuild of bootstrapped packages
|
|
|
|
|
2014-08-27 16:53:18 +00:00
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.64-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-07-17 14:45:54 +00:00
|
|
|
* Thu Jul 17 2014 Petr Šabata <contyk@redhat.com> - 1.64-1
|
|
|
|
- 1.64 bump
|
|
|
|
|
2014-07-07 13:13:09 +00:00
|
|
|
* Mon Jul 07 2014 Petr Pisar <ppisar@redhat.com> - 1.61-1
|
|
|
|
- 1.61 bump
|
|
|
|
|
2014-06-07 12:01:34 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-14 17:14:53 +00:00
|
|
|
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-11
|
|
|
|
- Perl 5.18 re-rebuild of bootstrapped packages
|
|
|
|
|
2013-08-04 01:51:12 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-18 03:12:02 +00:00
|
|
|
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.60-9
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-27 12:01:10 +00:00
|
|
|
* Wed Feb 27 2013 Paul Howarth <paul@city-fan.org> - 1.60-8
|
|
|
|
- Retain runtime dependency of perl(Business::ISBN) when bootstrapping; a
|
|
|
|
better fix for the build dependency cycle was to drop LWP::Simple as a
|
|
|
|
buildreq of perl-Business-ISBN (needed only for optional tests) when
|
|
|
|
bootstrapping
|
|
|
|
|
2013-02-14 16:07:14 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-23 09:20:58 +00:00
|
|
|
* Fri Nov 23 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-6
|
|
|
|
- Update dependencies
|
|
|
|
|
2012-08-28 08:36:39 +00:00
|
|
|
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-5
|
|
|
|
- Specify all dependencies
|
|
|
|
|
2012-07-20 22:15:02 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-10 14:01:46 +00:00
|
|
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.60-3
|
|
|
|
- Perl 5.16 re-rebuild of bootstrapped packages
|
|
|
|
|
2012-06-11 15:42:42 +00:00
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.60-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-03-26 09:07:31 +00:00
|
|
|
* Mon Mar 26 2012 Paul Howarth <paul@city-fan.org> - 1.60-1
|
|
|
|
- Update to 1.60
|
|
|
|
- Do not reverse the order of new parameters
|
|
|
|
- Avoid test failure if the local hostname is 'foo' (CPAN RT#75519)
|
|
|
|
- Work around a stupid join bug in 5.8.[12] (CPAN RT#59274)
|
|
|
|
- Updated repository URL
|
|
|
|
- Don't need to remove empty directories from buildroot
|
|
|
|
- BR: perl(constant)
|
|
|
|
|
2012-01-20 14:22:57 +00:00
|
|
|
* Fri Jan 20 2012 Paul Howarth <paul@city-fan.org> - 1.59-3
|
|
|
|
- Break build dependency loop by only using perl(Business::ISBN) if we're not
|
|
|
|
bootstrapping
|
|
|
|
- BR: perl(Carp) and perl(Exporter)
|
|
|
|
- Make %%files list more explicit
|
|
|
|
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
|
- Use %%{_fixperms} macro rather than our own chmod incantation
|
|
|
|
- Don't use macros for commands
|
|
|
|
|
2012-01-13 20:21:34 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.59-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-02 09:46:27 +00:00
|
|
|
* Sun Oct 2 2011 Tom Callaway <spot@fedoraproject.org> - 1.59-1
|
|
|
|
- update to 1.59
|
|
|
|
|
2011-06-21 09:33:03 +00:00
|
|
|
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.58-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-03-16 14:34:44 +00:00
|
|
|
* Wed Mar 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.58-1
|
|
|
|
- update to 1.58
|
|
|
|
|
2011-02-09 10:03:26 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.56-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-10-11 08:14:58 +00:00
|
|
|
* Mon Oct 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.56-1
|
|
|
|
- update
|
|
|
|
|
2014-07-07 13:16:49 +00:00
|
|
|
* Mon Oct 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.55-1
|
2010-10-11 08:14:58 +00:00
|
|
|
- update
|
|
|
|
|
2010-05-07 07:59:50 +00:00
|
|
|
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.54-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-04-19 15:21:02 +00:00
|
|
|
* Mon Apr 19 2010 Petr Pisar <ppisar@redhat.com> - 1.54-1
|
|
|
|
- version bump
|
|
|
|
- Changes is in UTF-8 already
|
|
|
|
- rfc2396.txt removed by upstream
|
|
|
|
|
2009-12-07 09:00:36 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-10-06 12:48:02 +00:00
|
|
|
* Tue Oct 6 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.40-1
|
|
|
|
- update to new upstream release
|
|
|
|
|
2009-07-26 17:22:08 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-27 04:01:58 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-20 05:36:34 +00:00
|
|
|
* Fri Feb 20 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.37-1
|
|
|
|
- Upstream update.
|
|
|
|
- Add BR: perl(Test::More), perl(Business::ISBN).
|
|
|
|
- Remove requires-filter.
|
|
|
|
|
2008-02-28 13:14:12 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.35-8
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-02-13 17:41:54 +00:00
|
|
|
* Wed Feb 13 2008 Robin Norwood <rnorwood@redhat.com> - 1.35-7
|
|
|
|
- rebuild again for new perl
|
|
|
|
|
2008-02-13 17:16:54 +00:00
|
|
|
* Wed Feb 13 2008 Robin Norwood <rnorwood@redhat.com> - 1.35-6
|
|
|
|
- Last update for package review
|
|
|
|
|
2008-01-25 02:42:00 +00:00
|
|
|
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.35-5
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2007-10-25 05:02:23 +00:00
|
|
|
* Thu Oct 25 2007 Robin Norwood <rnorwood@redhat.com> - 1.35-4
|
|
|
|
- Fix various package review issues:
|
|
|
|
- Remove redundant BR: perl
|
|
|
|
- remove "|| :" from %%check
|
|
|
|
- move requires filter into spec file
|
|
|
|
- remove tabs and fix spacing
|
|
|
|
|
2007-10-17 04:31:09 +00:00
|
|
|
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.35-3.1
|
|
|
|
- correct license tag
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
2006-06-06 00:50:48 +00:00
|
|
|
* Mon Jun 05 2006 Jason Vas Dias <jvdias@redhat.com> - 1.35-3
|
|
|
|
- fix License: tag
|
|
|
|
|
2006-02-03 21:21:13 +00:00
|
|
|
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.35-2.2
|
|
|
|
- rebuild for new perl-5.8.8
|
|
|
|
|
2005-12-17 02:15:40 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcc
|
|
|
|
|
2005-12-16 23:24:09 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcj
|
|
|
|
|
2005-04-03 05:35:07 +00:00
|
|
|
* Sat Apr 02 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.35-2
|
2005-04-02 22:15:42 +00:00
|
|
|
- Update to 1.35.
|
|
|
|
- Spec cleanup (#153205)
|
2005-03-31 09:28:50 +00:00
|
|
|
|
2004-09-23 21:45:19 +00:00
|
|
|
* Thu Sep 23 2004 Chip Turner <cturner@redhat.com> 1.30-3
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-22 14:21:35 +00:00
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 1.30-2
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 10:23:00 +00:00
|
|
|
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 1.30-1
|
|
|
|
- update to 1.30
|
|
|
|
|
2004-09-09 10:20:10 +00:00
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- automated release bump and build
|
|
|
|
|
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@localhost.localdomain>
|
|
|
|
- update to 1.21
|
|
|
|
|
|
|
|
* Tue Jun 4 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- properly claim directories owned by package so they are removed when package is removed
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri Dec 7 2001 root <root@redhat.com>
|
|
|
|
- Spec file was autogenerated.
|