Update to 0.35
- New upstream release 0.35 - Remove old, deprecated API - BR: perl(Getopt::Long) - perl(Package::DeprecationManager) is no longer needed
This commit is contained in:
parent
5c0d64b718
commit
da9669e03c
@ -2,8 +2,8 @@
|
||||
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
|
||||
|
||||
Name: perl-Package-Stash
|
||||
Version: 0.34
|
||||
Release: 2%{?dist}
|
||||
Version: 0.35
|
||||
Release: 1%{?dist}
|
||||
Summary: Routines for manipulating stashes
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -19,9 +19,9 @@ BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Module::Implementation) >= 0.06
|
||||
BuildRequires: perl(Package::DeprecationManager)
|
||||
BuildRequires: perl(Package::Stash::XS) >= 0.26
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
@ -82,10 +82,18 @@ rm -rf %{buildroot}
|
||||
%doc Changes LICENSE README
|
||||
%{_bindir}/package-stash-conflicts
|
||||
%{perl_vendorlib}/Package/
|
||||
%{_mandir}/man1/package-stash-conflicts.1*
|
||||
%{_mandir}/man3/Package::Stash.3pm*
|
||||
%{_mandir}/man3/Package::Stash::Conflicts.3pm*
|
||||
%{_mandir}/man3/Package::Stash::PP.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 10 2013 Paul Howarth <paul@city-fan.org> - 0.35-1
|
||||
- Update to 0.35
|
||||
- Remove old, deprecated API
|
||||
- BR: perl(Getopt::Long)
|
||||
- perl(Package::DeprecationManager) is no longer needed
|
||||
|
||||
* Thu Jan 24 2013 Paul Howarth <paul@city-fan.org> - 0.34-2
|
||||
- BR: perl(Package::Anon) if we have Perl ≥ 5.14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user