From da9669e03c9e2bd63d82c256d6181106852a99c5 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jul 10 2013 15:32:58 +0000 Subject: Update to 0.35 - New upstream release 0.35 - Remove old, deprecated API - BR: perl(Getopt::Long) - perl(Package::DeprecationManager) is no longer needed --- diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 3845900..a2ed896 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -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 - 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 - 0.34-2 - BR: perl(Package::Anon) if we have Perl ≥ 5.14 diff --git a/sources b/sources index 6891ddb..a9410d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d85874dc8abada51b8d7870d8728e3b7 Package-Stash-0.34.tar.gz +423e99f76382cb71119f5f3a69c1e29e Package-Stash-0.35.tar.gz