[perl-Package-Stash] Update to 0.35

Paul Howarth pghmcfc at fedoraproject.org
Wed Jul 10 15:34:02 UTC 2013


commit da9669e03c9e2bd63d82c256d6181106852a99c5
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jul 10 16:32:58 2013 +0100

    Update to 0.35
    
    - New upstream release 0.35
      - Remove old, deprecated API
    - BR: perl(Getopt::Long)
    - perl(Package::DeprecationManager) is no longer needed

 perl-Package-Stash.spec |   14 +++++++++++---
 sources                 |    2 +-
 2 files changed, 12 insertions(+), 4 deletions(-)
---
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 <paul at 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 at city-fan.org> - 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


More information about the scm-commits mailing list