Update to 0.305

- New upstream release 0.305
  - Makefile.PL: converted to CPAN::Meta::Spec v2
  - Updated license in RPM spec file (CPAN RT#88196)
  - Updated contact info and added git repo info to POD
  - Add comments for find_extra_libs method (CPAN RT#43900)
  - Fixed typo (CPAN RT#86572)
- This release by XAOC -> update source URL
epel9
Paul Howarth 12 years ago
parent 1301f0ff90
commit 553df2d1c2

@ -1,11 +1,11 @@
Name: perl-ExtUtils-Depends
Version: 0.304
Version: 0.305
Release: 1%{?dist}
Summary: Easily build XS extensions that depend on XS extensions
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/ExtUtils-Depends/
Source0: http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Data::Dumper)
@ -49,6 +49,15 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Sep 3 2013 Paul Howarth <paul@city-fan.org> - 0.305-1
- Update to 0.305
- Makefile.PL: converted to CPAN::Meta::Spec v2
- Updated license in RPM spec file (CPAN RT#88196)
- Updated contact info and added git repo info to POD
- Add comments for find_extra_libs method (CPAN RT#43900)
- Fixed typo (CPAN RT#86572)
- This release by XAOC -> update source URL
* Fri Aug 16 2013 Paul Howarth <paul@city-fan.org> - 0.304-1
- Update to 0.304
- More robust detection of gcc toolchains on Win32 (CPAN RT#62455)

@ -1 +1 @@
da66d6cb19e2c76d7f3266846832026c ExtUtils-Depends-0.304.tar.gz
cb4dd858021b5e7c4eb4dbf9639db55f ExtUtils-Depends-0.305.tar.gz

Loading…
Cancel
Save