From 34dbe415bf1950715825644e401faa424b137336fbb36bbebf76277a51b1e2fc Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 31 Aug 2010 22:19:58 +0000 Subject: [PATCH] 0.05 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash?expand=0&rev=2 --- Package-Stash-0.03.tar.gz | 3 --- Package-Stash-0.05.tar.gz | 3 +++ perl-Package-Stash.changes | 10 ++++++++++ perl-Package-Stash.spec | 15 ++++++++------- 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 Package-Stash-0.03.tar.gz create mode 100644 Package-Stash-0.05.tar.gz diff --git a/Package-Stash-0.03.tar.gz b/Package-Stash-0.03.tar.gz deleted file mode 100644 index b4d4fde..0000000 --- a/Package-Stash-0.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b3974071e394d566c3574623c150e651734cad566fe285714f5de45f8b14359 -size 13740 diff --git a/Package-Stash-0.05.tar.gz b/Package-Stash-0.05.tar.gz new file mode 100644 index 0000000..571cff8 --- /dev/null +++ b/Package-Stash-0.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7245983aeee81444cfdfad22248b71f0744229faa1605078468aa5d259e1976 +size 17023 diff --git a/perl-Package-Stash.changes b/perl-Package-Stash.changes index 890118f..7712813 100644 --- a/perl-Package-Stash.changes +++ b/perl-Package-Stash.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 31 22:16:54 UTC 2010 - pascal.bleser@opensuse.org + +- update to 0.05: + * bump Test::More requirement for done_testing + +- changes from 0.04: + * get_package_symbol now doesn't autovivify stash entries. A new method get_or_add_package_symbol can now be used for that behavior. + * update %DB::sub on add_package_symbol + ------------------------------------------------------------------- Sun Jun 13 07:33:47 UTC 2010 - pascal.bleser@opensuse.org diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 1d4fd36..fb61601 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -1,7 +1,7 @@ # norootforbuild Name: perl-Package-Stash -Version: 0.03 +Version: 0.05 Release: 0 Summary: Routines for Manipulating Stashes Source: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-%{version}.tar.gz @@ -9,10 +9,13 @@ URL: http://search.cpan.org/dist/Package-Stash/ Group: Development/Libraries/Perl License: Perl License BuildRoot: %{_tmppath}/build-%{name}-%{version} -Requires: perl +Requires: perl = %{perl_version} BuildRequires: make perl +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::Exception) +BuildRequires: perl(Scalar::Util) Requires: perl(Scalar::Util) %description @@ -32,6 +35,9 @@ simple API. %perl_make_install %perl_process_packlist +%check +%__make test + %clean %__rm -rf "%{buildroot}" @@ -45,9 +51,4 @@ simple API. %doc %{perl_man3dir}/Package::Stash.%{perl_man3ext}%{ext_man} /var/adm/perl-modules/%{name} -%changelog # vim: set sw=3 ts=3 noet: -# Local Variables: -# mode: rpm-spec -# tab-width: 3 -# End: