From 7b43604f8089dd60519c86871654568c343b2b3f417edef321b7e89efccba1bc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 29 May 2012 13:51:56 +0000 Subject: [PATCH] - updated to 0.13 - Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran) - Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT#75520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-DeprecationManager?expand=0&rev=17 --- Package-DeprecationManager-0.11.tar.gz | 3 --- Package-DeprecationManager-0.13.tar.gz | 3 +++ perl-Package-DeprecationManager.changes | 7 +++++++ perl-Package-DeprecationManager.spec | 17 ++++------------- 4 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 Package-DeprecationManager-0.11.tar.gz create mode 100644 Package-DeprecationManager-0.13.tar.gz diff --git a/Package-DeprecationManager-0.11.tar.gz b/Package-DeprecationManager-0.11.tar.gz deleted file mode 100644 index a31c257..0000000 --- a/Package-DeprecationManager-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c10a6c7bfca3b3e4226aadc9fb5871db9db94238c8ca40b5e3456dd7067e52e0 -size 10321 diff --git a/Package-DeprecationManager-0.13.tar.gz b/Package-DeprecationManager-0.13.tar.gz new file mode 100644 index 0000000..cb1639d --- /dev/null +++ b/Package-DeprecationManager-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e12143c9a6e9d4f101e43142622ab4894087d42937621e2c7430defbc07b3a +size 10961 diff --git a/perl-Package-DeprecationManager.changes b/perl-Package-DeprecationManager.changes index 275f164..d87b49a 100644 --- a/perl-Package-DeprecationManager.changes +++ b/perl-Package-DeprecationManager.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 29 13:46:21 UTC 2012 - coolo@suse.com + +- updated to 0.13 + - Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran) + - Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT#75520 + ------------------------------------------------------------------- Mon Oct 31 15:07:21 UTC 2011 - pascal.bleser@opensuse.org diff --git a/perl-Package-DeprecationManager.spec b/perl-Package-DeprecationManager.spec index 8072a6d..b1b3ba0 100644 --- a/perl-Package-DeprecationManager.spec +++ b/perl-Package-DeprecationManager.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Package-DeprecationManager # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Package-DeprecationManager %define cpan_name Package-DeprecationManager Summary: Manage deprecation warnings for your distribution -Version: 0.11 -Release: 1 License: Artistic-2.0 Group: Development/Libraries/Perl +Version: 0.13 +Release: 0 Url: http://search.cpan.org/dist/Package-DeprecationManager/ Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz Patch: %{cpan_name}-0.10-Build_n_Test.patch @@ -71,16 +69,9 @@ more modules. %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files %defattr(-,root,root,-) %doc Changes LICENSE README