[perl-Package-DeprecationManager] Update to 0.10:

Iain Arnell iarnell at fedoraproject.org
Sat Jan 8 07:14:58 UTC 2011


commit 1e9a324267daf53e7863cd893120b699504af28d
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jan 8 08:14:23 2011 +0100

    Update to 0.10:
    
      - Test suite uses Test::Fatal instead of Test::Exception

 .gitignore                           |    1 +
 perl-Package-DeprecationManager.spec |    8 ++++++--
 sources                              |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6378ae6..473a1e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Package-DeprecationManager-0.09.tar.gz
+/Package-DeprecationManager-0.10.tar.gz
diff --git a/perl-Package-DeprecationManager.spec b/perl-Package-DeprecationManager.spec
index c01b325..950b2ae 100644
--- a/perl-Package-DeprecationManager.spec
+++ b/perl-Package-DeprecationManager.spec
@@ -8,7 +8,7 @@
 %global extra_tests_available %(expr 0%{?fedora} + 0%{?rhel} '>' 5)
 
 Name:		perl-Package-DeprecationManager
-Version:	0.09
+Version:	0.10
 Release:	1%{?dist}
 Summary:	Manage deprecation warnings for your distribution
 Group:		Development/Libraries
@@ -25,7 +25,7 @@ BuildRequires:	perl(List::MoreUtils)
 BuildRequires:	perl(Params::Util)
 BuildRequires:	perl(Sub::Install)
 BuildRequires:	perl(Test::EOL)
-BuildRequires:	perl(Test::Exception)
+BuildRequires:	perl(Test::Fatal)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::NoTabs)
 BuildRequires:	perl(Test::Output)
@@ -90,6 +90,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Package::DeprecationManager.3pm*
 
 %changelog
+* Sat Jan 08 2011 Iain Arnell <iarnell at gmail.com> 0.10-1
+- Update to 0.10:
+  - Test suite uses Test::Fatal instead of Test::Exception
+
 * Mon Oct 18 2010 Paul Howarth <paul at city-fan.org> - 0.09-1
 - Update to 0.09:
   - Added a compilation test
diff --git a/sources b/sources
index f3c5620..a259fc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2536b5f09d48d9e5350cbae2d6e76645  Package-DeprecationManager-0.09.tar.gz
+a2efce2d3098e2ddc1dc87f89d1aa8b2  Package-DeprecationManager-0.10.tar.gz


More information about the scm-commits mailing list