49042b5
%global extraversion	%{nil}
74deb41
%global extrasuffix	%{nil}
e3ce52c
feabfca
Summary:	Perl interface to PARI
feabfca
Name:		perl-Math-Pari
ec0d534
Version:	2.030518
c059f2b
Release:	9%{?dist}
da4bde8
License:	GPL+ or Artistic
95822a4
URL:		https://metacpan.org/release/Math-Pari
74deb41
Source0:	https://cpan.metacpan.org/modules/by-module/Math/Math-Pari-%{version}%{extraversion}%{?extrasuffix}.zip
ec0d534
Patch0:		Math-Pari-2.030518-system-pari.patch
74deb41
Patch1:		Math-Pari-2.030506-docs-and-testsuite.patch
5dd85a9
Patch3:		Math-Pari-2.030512-utf8.patch
74deb41
Patch4:		Math-Pari-2.030506-escape-left-braces-in-regex.patch
ec0d534
Patch5:		Math-Pari-2.030518-MP_NOGNUPLOT.patch
1467c53
Patch6:		Math-Pari-2.030509-optflags.patch
562ee0a
# Module Build
562ee0a
BuildRequires:	coreutils
562ee0a
BuildRequires:	findutils
562ee0a
BuildRequires:	gcc
8d296df
BuildRequires:	libpari23-devel
562ee0a
BuildRequires:	make
88d4ada
BuildRequires:	perl-interpreter
562ee0a
BuildRequires:	perl-devel
51564f6
BuildRequires:	perl-generators
49042b5
BuildRequires:	perl(Config)
e2cb530
BuildRequires:	perl(Cwd)
e2cb530
BuildRequires:	perl(ExtUtils::Constant)
ec0d534
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.76
49042b5
BuildRequires:	perl(File::Basename)
49042b5
BuildRequires:	perl(File::Copy)
49042b5
BuildRequires:	perl(strict)
4a27827
BuildRequires:	pkgconfig
562ee0a
BuildRequires:	sed
562ee0a
# Module Runtime
562ee0a
BuildRequires:	perl(Carp)
562ee0a
BuildRequires:	perl(DynaLoader)
562ee0a
BuildRequires:	perl(Exporter)
562ee0a
BuildRequires:	perl(overload)
49042b5
BuildRequires:	perl(subs)
562ee0a
# Test Suite
562ee0a
# (no additional dependencies)
562ee0a
# Dependencies
ac54bd8
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
feabfca
b70c245
# Enforce dependency against same version of pari that we're built for
8d296df
Requires:	libpari23%{?_isa} = %(pkg-config --modversion libpari23 2>/dev/null || echo 0)
b70c245
b70c245
# Don't "provide" private Perl libs or the redundant unversioned perl(Math::Pari)
ac54bd8
%global __provides_exclude ^(perl\\(Math::Pari\\)$|Pari\\.so)
0dbde16
feabfca
%description
feabfca
This package is a Perl interface to the famous library PARI for numerical/
feabfca
scientific/ number-theoretic calculations. It allows use of most PARI functions
feabfca
as Perl functions, and (almost) seamless merging of PARI and Perl data.
feabfca
feabfca
%prep
050fa46
%setup -q -n Math-Pari-%{version}%{extraversion}
eebaf7a
74deb41
# Create a directory structure for libpari23 like Math::Pari expects it to be
74deb41
mkdir libpari23
74deb41
ln -s $(pkg-config --cflags-only-I libpari23 | sed -e 's/-I//') libpari23/include
74deb41
ln -s $(pkg-config --variable=paridir libpari23)/src libpari23/src
74deb41
74deb41
# Fix for using system pari library (with source available)
6ccfe60
%patch0
b70c245
8d296df
# We want to build the docs and test suite too
74deb41
%patch1
db19b3a
6ccfe60
# Recode Changes file as UTF-8
6ccfe60
%patch3
6ccfe60
c91071b
# Escape left braces in regexes (#1452519)
c91071b
%patch4
c91071b
c91071b
# Fix operation of MP_NOGNUPLOT
c91071b
%patch5
c91071b
1467c53
# Don't try to fiddle with compiler flags, we'll set them ourselves anyway
1467c53
%patch6
1467c53
feabfca
%build
8d296df
paridir=$(pkg-config --variable=paridir libpari23)
e578b6a
perl Makefile.PL \
feabfca
	INSTALLDIRS=vendor \
ec0d534
	NO_PACKLIST=1 \
ec0d534
	NO_PERLLOCAL=1 \
74deb41
	OPTIMIZE="$(pkg-config --cflags-only-I libpari23) %{optflags}" \
8d296df
	paridir="${paridir}" \
74deb41
	pariincludes=$(pwd)/libpari23 \
74deb41
	parilibs="$(pkg-config --libs libpari23)"
ec0d534
%{make_build}
feabfca
feabfca
%install
ec0d534
%{make_install}
4a27827
find %{buildroot} -type f -name '*.bs' -empty -delete
c91071b
%{_fixperms} -c %{buildroot}
feabfca
eebaf7a
%check
c91071b
make test MP_NOGNUPLOT=1
feabfca
feabfca
%files
feabfca
%doc Changes README
feabfca
%dir %{perl_vendorarch}/Math/
feabfca
%exclude %doc %{perl_vendorarch}/Math/libPARI.dumb.pod
feabfca
%doc %{perl_vendorarch}/Math/libPARI.pod
feabfca
%{perl_vendorarch}/Math/*.pm
feabfca
%{perl_vendorarch}/auto/Math/
562ee0a
%{_mandir}/man3/Math::Pari.3*
562ee0a
%{_mandir}/man3/Math::PariInit.3*
562ee0a
%{_mandir}/man3/Math::libPARI.3*
562ee0a
%exclude %{_mandir}/man3/Math::libPARI.dumb.3*
feabfca
feabfca
%changelog
c059f2b
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.030518-9
c059f2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
c059f2b
8f303d3
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.030518-8
8f303d3
- Perl 5.34 rebuild
8f303d3
771981f
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.030518-7
771981f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
771981f
4b642eb
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.030518-6
4b642eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4b642eb
710f0ba
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.030518-5
710f0ba
- Perl 5.32 rebuild
710f0ba
512bab7
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.030518-4
512bab7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
512bab7
afaf062
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.030518-3
afaf062
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
afaf062
da650f4
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.030518-2
da650f4
- Perl 5.30 rebuild
da650f4
ec0d534
* Mon Apr 22 2019 Paul Howarth <paul@city-fan.org> - 2.030518-1
ec0d534
- Update to 2.030518 (see Changes for details)
ec0d534
- Modernize spec using %%{make_build} and %%{make_install}
ec0d534
ffa041f
* Sat Apr  6 2019 Paul Howarth <paul@city-fan.org> - 2.030517-1
ffa041f
- Update to 2.030517 (see Changes for details)
ffa041f
eb7e632
* Thu Apr  4 2019 Paul Howarth <paul@city-fan.org> - 2.030516-1
eb7e632
- Update to 2.030516 (see Changes for details)
eb7e632
ec71a6f
* Thu Mar 28 2019 Paul Howarth <paul@city-fan.org> - 2.030515-1
ec71a6f
- Update to 2.030515 (see Changes for details)
ec71a6f
94b4510
* Tue Mar 26 2019 Paul Howarth <paul@city-fan.org> - 2.030514-1
94b4510
- Update to 2.030514 (see Changes for details)
94b4510
9ff407a
* Mon Mar 25 2019 Paul Howarth <paul@city-fan.org> - 2.030513-1
9ff407a
- Update to 2.030513 (see Changes for details)
9ff407a
5dd85a9
* Sun Mar 24 2019 Paul Howarth <paul@city-fan.org> - 2.030512-1
5dd85a9
- Update to 2.030512 (see Changes for details)
5dd85a9
093a30f
* Tue Mar 19 2019 Paul Howarth <paul@city-fan.org> - 2.030510-1
093a30f
- Update to 2.030510 (see Changes for details)
093a30f
1467c53
* Sat Mar  2 2019 Paul Howarth <paul@city-fan.org> - 2.030509-1
1467c53
- Update to 2.030509 (see Changes for details)
1467c53
17cd649
* Mon Feb 25 2019 Paul Howarth <paul@city-fan.org> - 2.030508-1
17cd649
- Update to 2.030508 (see Changes for details)
17cd649
3411bad
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.030507-2
3411bad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3411bad
19723fd
* Mon Sep 17 2018 Paul Howarth <paul@city-fan.org> - 2.030507-1
19723fd
- Update to 2.030507 (see Changes for details)
19723fd
74deb41
* Wed Aug 15 2018 Paul Howarth <paul@city-fan.org> - 2.030506-1
74deb41
- Update to 2.030506 (see Changes for details)
74deb41
- Rework patches and build process to get it to build again
74deb41
fe44039
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.010809-10
fe44039
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
fe44039
29e8c07
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.010809-9
29e8c07
- Perl 5.28 rebuild
29e8c07
1c17ce2
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.010809-8
1c17ce2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1c17ce2
6c91b92
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.010809-7
6c91b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6c91b92
901113e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.010809-6
901113e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
901113e
471f5a1
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.010809-5
471f5a1
- Perl 5.26 rebuild
471f5a1
c91071b
* Fri May 19 2017 Paul Howarth <paul@city-fan.org> - 2.010809-4
c91071b
- Escape left braces in regexes (#1452519)
c91071b
- Fix operation of MP_NOGNUPLOT and use it
c91071b
- Drop redundant Group: tag
c91071b
761170a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.010809-3
761170a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
761170a
8c59ec4
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.010809-2
8c59ec4
- Perl 5.24 rebuild
8c59ec4
4a27827
* Sat May  7 2016 Paul Howarth <paul@city-fan.org> - 2.010809-1
4a27827
- Update to 2.010809b
4a27827
  - MakeMaker of 5.22 (and, maybe, 5.20) started to call test_dynamic target
4a27827
    in the daughter Makefile
4a27827
  - Correct "{" in RExes of libPARI/gphelp
4a27827
  - Attempt to workaround a broken config of gcc on vendor's Perl on Solaris
4a27827
- This release is a tarball rather than a zipfile
4a27827
- Update no-fake-version patch
4a27827
562ee0a
* Tue Apr 19 2016 Paul Howarth <paul@city-fan.org> - 2.010808-7
562ee0a
- Classify buildreqs by usage
562ee0a
- Simplify find commands using -empty and -delete
562ee0a
ce41ac4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.010808-6
ce41ac4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ce41ac4
79e5173
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010808-5
79e5173
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
79e5173
a643b55
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.010808-4
a643b55
- Perl 5.22 rebuild
a643b55
73353f3
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.010808-3
73353f3
- Perl 5.20 rebuild
73353f3
795e5e7
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010808-2
795e5e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
795e5e7
6ccfe60
* Tue Jun 10 2014 Paul Howarth <paul@city-fan.org> - 2.010808-1
6ccfe60
- Update to 2.010808
6ccfe60
  - Fixed problems of parse_of_gp with the operator \ and empty lines (test
6ccfe60
    suite updated)
6ccfe60
  - Various build system fixes
6ccfe60
- Upstream did this release as a zip file
6ccfe60
- Update no-fake-version patch
6ccfe60
- Add patch to recode Changes file as UTF-8
6ccfe60
7070c44
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010807-2
7070c44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7070c44
49042b5
* Thu May 29 2014 Paul Howarth <paul@city-fan.org> - 2.010807-1
49042b5
- Update to 2.010807
49042b5
  - Too long version name was a misprint
49042b5
  - Pay attention to PERL_EXTUTILS_AUTOINSTALL when interpreting empty answers
49042b5
    to prompt (probably an overkill)
49042b5
  - Report bytes in the answer for prompt
49042b5
  - Split into separate subroutines inspecting versions available for download
49042b5
    from the actual download
49042b5
  - Change the logic of fallback Net::FTP -> LWP
49042b5
  - __wrap_PARI_macro: new function (not exported)
49042b5
  - parse_as_gp: new function (exported by default)
49042b5
  - More verbose error message for "Cannot load a Pari macro"
49042b5
- Specify all dependencies
49042b5
862a1d4
* Sat Apr 26 2014 Paul Howarth <paul@city-fan.org> - 2.010806-23
862a1d4
- Update to 2.01080607
862a1d4
  - Correct the documention about fraction of witnesses from ≳ 0.25 to ≳ 0.75
862a1d4
  - Define HAS_STAT and HAS_OPENDIR based on $Config{i_sysstat} and
862a1d4
    $Config{i_dirent}
862a1d4
  - Correct spelling errors in POD and comments in Pari.pm
862a1d4
  - On AIX, do merge_822 separately in subdirectories (exceeds command line
862a1d4
    length otherwise)
862a1d4
  - On pari ≳ 2.3.0, reset had-newline-on-output to 1 at startup (saves one
862a1d4
    spurious NL)
862a1d4
  - New patch: diff_2.3.5_stderr_clobber
862a1d4
  - New test: 01_no_extra_newlines.t
862a1d4
  - Allow download not only via FTP, but also through HTTP
862a1d4
  - In presence of PERL5_CPAN_IS_RUNNING, assume that NO ANSWER on prompt is
862a1d4
    agreement (it looks like cygwin and MSWin32 automated-testing environment
862a1d4
    do not have AUTOMATED_TESTING and PERL_MM_USE_DEFAULT set...)
862a1d4
  - Do not auto-download on 64-bit builds of MSWin32
862a1d4
050fa46
* Thu Apr 24 2014 Paul Howarth <paul@city-fan.org> - 2.010806-22
050fa46
- Update to 2.01080606a (re-release with sane permissions)
050fa46
c2eb2b0
* Thu Apr 24 2014 Paul Howarth <paul@city-fan.org> - 2.010806-21
c2eb2b0
- Update to 2.01080606 (fixes for downloading pari and Windows builds)
c2eb2b0
- Fix dubious permissions from upstream's tarball
c2eb2b0
d2fc075
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010806-20
d2fc075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d2fc075
72a64d1
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.010806-19
72a64d1
- Perl 5.18 rebuild
72a64d1
d864cfe
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010806-18
d864cfe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d864cfe
ace5cc7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010806-17
ace5cc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ace5cc7
746eecb
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 2.010806-16
746eecb
- Perl 5.16 rebuild
746eecb
e2cb530
* Tue Jul  3 2012 Paul Howarth <paul@city-fan.org> - 2.010806-15
e2cb530
- BR: perl(Cwd) and perl(ExtUtils::Constant)
e2cb530
8d296df
* Wed Jun 13 2012 Paul Howarth <paul@city-fan.org> - 2.010806-14
8d296df
- Migrate to build against libpari23, since the new pari 2.5.x is not yet
8d296df
  supported upstream (CPAN RT#69295, CPAN RT#70990)
8d296df
- BR: perl(Carp)
8d296df
- Don't need to remove empty directories from the buildroot
8d296df
- Drop %%defattr, redundant since rpm 4.4
8d296df
50a67b5
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.010806-13
50a67b5
- Perl 5.16 rebuild
50a67b5
ac54bd8
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.010806-12
ac54bd8
- Update pari source URL to reflect that we're using an OLD version
ac54bd8
- Add buildreqs for perl core modules, which might be dual-lived
ac54bd8
- Rewrite provides filter for rpm-4.9 compatibility
ac54bd8
- Rename patches to strip 'perl-' prefix
ac54bd8
a3507bb
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.010806-11
a3507bb
- Perl mass rebuild
a3507bb
e578b6a
* Sat Apr 30 2011 Paul Howarth <paul@city-fan.org> - 2.010806-10
e578b6a
- Update to 2.01080605 (see Changes for details)
e578b6a
- Remove buildroot definition and cleaning, redundant with modern rpmbuild
e578b6a
- Nobody else likes macros for commands
e578b6a
- PERL_INSTALL_ROOT => DESTDIR
e578b6a
- Use %%{_fixperms} macro instead of our own chmod incantation
e578b6a
631a3af
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010806-9
631a3af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
631a3af
43f26b1
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.010806-8
e578b6a
- Rebuild to fix problems with vendorarch/lib (#661697)
43f26b1
9d7eefb
* Fri Jul  9 2010 Paul Howarth <paul@city-fan.org> - 2.010806-7
9d7eefb
- Rebuild with pari 2.3.5
9d7eefb
- Tweak application of intnum test patch to apply with different pari versions
9d7eefb
db19b3a
* Tue Jun 22 2010 Paul Howarth <paul@city-fan.org> - 2.010806-6
db19b3a
- Make stack size bigger for intnum test to avoid test failures on some
db19b3a
  arches (e.g. s390x, ppc64 - #551988)
db19b3a
db19b3a
* Mon May  3 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.010806-5
9b8f1b9
- Mass rebuild with perl-5.12.0
9b8f1b9
960d534
* Thu Mar  4 2010 Paul Howarth <paul@city-fan.org> - 2.010806-4
960d534
- Update to 2.01080604 (see Changes for details)
960d534
a781ae0
* Fri Dec 11 2009 Paul Howarth <paul@city-fan.org> - 2.010806-3
a781ae0
- Update to 2.01080603 (see Changes for details)
a781ae0
e3ce52c
* Thu Nov 12 2009 Paul Howarth <paul@city-fan.org> - 2.010806-2
e3ce52c
- Update to 2.01080602 (see Changes for details)
e3ce52c
- No longer need to fix test suite for 64-bit builds
e3ce52c
600f0a2
* Fri Nov  6 2009 Paul Howarth <paul@city-fan.org> - 2.010806-1
600f0a2
- Update to 2.010806
600f0a2
18326b4
* Wed Nov  4 2009 Paul Howarth <paul@city-fan.org> - 2.010805-1
18326b4
- Update to 2.010805
18326b4
42d16a5
* Mon Nov  2 2009 Paul Howarth <paul@city-fan.org> - 2.010804-1
42d16a5
- Update to 2.010804
42d16a5
b70c245
* Thu Oct 29 2009 Paul Howarth <paul@city-fan.org> - 2.010802-1
b70c245
- Update to 2.010802
b70c245
- Use system pari library (version 2.3.4) rather than a local build
b70c245
  (requires patches to Makefile.PL to get docs and test suite)
b70c245
- Enforce tight dependency on system pari version to ensure we stay in step
b70c245
- Fix test suite so that 64-bit builds work with pari-2.3.4
b70c245
- Use standard filter macros for provides filter
b70c245
5677773
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010801-4
5677773
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5677773
0dbde16
* Sun Mar  8 2009 Paul Howarth <paul@city-fan.org> - 2.010801-3
0dbde16
- Filter out unwanted provides for perl shared objects
0dbde16
4892130
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010801-2
4892130
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4892130
0dbde16
* Wed Feb 11 2009 Paul Howarth <paul@city-fan.org> - 2.010801-1
eebaf7a
- update to 2.010801, but build with pari-2.1.7 since 2.1.8 doesn't exist
eebaf7a
  (upstream forgot their own numbering convention - CPAN RT#35493)
eebaf7a
- re-enable tests
eebaf7a
- drop patch for perl 5.10, no longer needed
eebaf7a
- remove spurious exec bits on files in upstream distribution
eebaf7a
562b9a7
* Fri Mar  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.010709-7
562b9a7
- disable tests, they're being weird in the buildservers
562b9a7
08e04e7
* Fri Mar  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.010709-6
08e04e7
- fix for perl 5.10 (many many thanks to Nicholas Clark)
08e04e7
e9c7463
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.010709-5
e9c7463
- rebuild for new perl
e9c7463
987a199
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.010709-4
987a199
- Autorebuild for GCC 4.3
987a199
da4bde8
* Mon Aug 13 2007 Paul Howarth <paul@city-fan.org> 2.010709-3
da4bde8
- clarify license as GPL v1 or later, or Artistic (same as perl)
da4bde8
2a138a4
* Wed Apr 18 2007 Paul Howarth <paul@city-fan.org> 2.010709-2
2a138a4
- Buildrequire perl(ExtUtils::MakeMaker)
c5140ae
ad7bf50
* Fri Oct 27 2006 Paul Howarth <paul@city-fan.org> 2.010709-1
ad7bf50
- Update to 2.010709
ad7bf50
86752e6
* Wed Oct 18 2006 Paul Howarth <paul@city-fan.org> 2.010708-1
86752e6
- Update to 2.010708
86752e6
- Fix argument order for find with -depth
86752e6
- Fix Source1 URL
86752e6
37adf55
* Wed Aug 30 2006 Paul Howarth <paul@city-fan.org> 2.010706-2
37adf55
- FE6 mass rebuild
37adf55
757ae66
* Fri Jun  2 2006 Paul Howarth <paul@city-fan.org> 2.010706-1
757ae66
- Update to 2.010706
757ae66
5e6fcb0
* Wed May 31 2006 Paul Howarth <paul@city-fan.org> 2.010705-1
5e6fcb0
- Update to 2.010705
5e6fcb0
feabfca
* Tue Apr 18 2006 Paul Howarth <paul@city-fan.org> 2.010704-2
feabfca
- Omit dumb docs (#175198)
feabfca
feabfca
* Mon Mar 20 2006 Paul Howarth <paul@city-fan.org> 2.010704-1
feabfca
- Update to 2.010704
feabfca
feabfca
* Fri Mar 17 2006 Paul Howarth <paul@city-fan.org> 2.010703-2
feabfca
- Simplify %%{__perl_requires} filter
feabfca
feabfca
* Wed Feb  1 2006 Paul Howarth <paul@city-fan.org> 2.010703-1
feabfca
- Update to 2.010703
feabfca
- Make pari version number calculation more robust
feabfca
feabfca
* Wed Dec  7 2005 Paul Howarth <paul@city-fan.org> 2.010702-1
feabfca
- Initial build