diff --git a/Sub-Uplevel-0.18.tar.bz2 b/Sub-Uplevel-0.18.tar.bz2 deleted file mode 100644 index 9d41489..0000000 --- a/Sub-Uplevel-0.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da974517ec8f8777b16b39b3e43dba6cb4e4c2503935e9461c6c8d29ebb1e71a -size 9162 diff --git a/Sub-Uplevel-0.1901.tar.bz2 b/Sub-Uplevel-0.1901.tar.bz2 new file mode 100644 index 0000000..d006793 --- /dev/null +++ b/Sub-Uplevel-0.1901.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00604fa6eaec7e437bfbd4d7c3a6b4dcffac4371c8281516b2558502e4ec9bdb +size 16737 diff --git a/perl-Sub-Uplevel.changes b/perl-Sub-Uplevel.changes index a237df2..6818252 100644 --- a/perl-Sub-Uplevel.changes +++ b/perl-Sub-Uplevel.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 25 13:45:37 CET 2008 - anicka@suse.cz + +- update to 0.1901 + * hides the "DB" package from indexers + (DB used to support @DB::args) + * bug fix: replacement caller() correctly sets @DB::args if calling + package is DB + * repackaging: custom Build.PL, moved all author tests to xt/, + added LICENSE and INSTALL files + ------------------------------------------------------------------- Thu Nov 1 15:44:09 CET 2007 - anicka@suse.cz diff --git a/perl-Sub-Uplevel.spec b/perl-Sub-Uplevel.spec index 7961868..0895c94 100644 --- a/perl-Sub-Uplevel.spec +++ b/perl-Sub-Uplevel.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Sub-Uplevel (Version 0.18) +# spec file for package perl-Sub-Uplevel (Version 0.1901) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,8 +10,9 @@ # norootforbuild + Name: perl-Sub-Uplevel -Version: 0.18 +Version: 0.1901 Release: 1 Requires: perl = %{perl_version} AutoReqProv: on @@ -61,15 +62,24 @@ rm -rf $RPM_BUILD_ROOT %dir %{perl_vendorarch}/auto/Sub/ %{perl_vendorlib}/Sub/* %{perl_vendorarch}/auto/Sub/Uplevel/ + %changelog -* Thu Nov 01 2007 - anicka@suse.cz +* Mon Feb 25 2008 anicka@suse.cz +- update to 0.1901 + * hides the "DB" package from indexers + (DB used to support @DB::args) + * bug fix: replacement caller() correctly sets @DB::args if calling + package is DB + * repackaging: custom Build.PL, moved all author tests to xt/, + added LICENSE and INSTALL files +* Thu Nov 01 2007 anicka@suse.cz - update to 0.18 * removed 5.006-specific language and tested on prerelease 5.00505 -* Mon Oct 08 2007 - anicka@suse.cz +* Mon Oct 08 2007 anicka@suse.cz - update to 0.16 * Won't override any existing CORE::GLOBAL::caller when loaded * Localize global caller() override to the scope of the uplevel() call so it can play nicer with things like Contextual::Return and Hook::LexWrap that also override caller() -* Thu Jun 14 2007 - anicka@suse.cz +* Thu Jun 14 2007 anicka@suse.cz - package created (version 0.14)