diff --git a/Sub-Uplevel-0.1901.tar.bz2 b/Sub-Uplevel-0.1901.tar.bz2 deleted file mode 100644 index d006793..0000000 --- a/Sub-Uplevel-0.1901.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00604fa6eaec7e437bfbd4d7c3a6b4dcffac4371c8281516b2558502e4ec9bdb -size 16737 diff --git a/Sub-Uplevel-0.2002.tar.bz2 b/Sub-Uplevel-0.2002.tar.bz2 new file mode 100644 index 0000000..ad50523 --- /dev/null +++ b/Sub-Uplevel-0.2002.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338e1f178f11390c818d6f025c6931f40739a96535965c48abf4ccd08641f3a9 +size 17519 diff --git a/perl-Sub-Uplevel.changes b/perl-Sub-Uplevel.changes index 6818252..c5036a2 100644 --- a/perl-Sub-Uplevel.changes +++ b/perl-Sub-Uplevel.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Sep 12 12:53:17 CEST 2008 - anicka@suse.cz + +- update to 0.2002 + * changed: removed Exporter dependency + * test fix: fixed strange t/07_uplevel_too_high.t fail on Win32 + +------------------------------------------------------------------- +Wed Sep 10 16:59:31 CEST 2008 - anicka@suse.cz + +- update to 0.2001 + * test fix: changed prior override test to be more robust (SCHWERN) + * changed: bumped perl requirement to 5.006 and stopped using vars + (fixes a test bug under Test::More > 0.80) + * fixed: load Carp only as needed (fixes problem on 5.005) + * added: uplevel will warn if uplevel request is more than the call + stack depth + ------------------------------------------------------------------- Mon Feb 25 13:45:37 CET 2008 - anicka@suse.cz diff --git a/perl-Sub-Uplevel.spec b/perl-Sub-Uplevel.spec index 0895c94..6300eed 100644 --- a/perl-Sub-Uplevel.spec +++ b/perl-Sub-Uplevel.spec @@ -1,10 +1,17 @@ # -# spec file for package perl-Sub-Uplevel (Version 0.1901) +# spec file for package perl-Sub-Uplevel (Version 0.2002) # # 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. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -12,7 +19,7 @@ Name: perl-Sub-Uplevel -Version: 0.1901 +Version: 0.2002 Release: 1 Requires: perl = %{perl_version} AutoReqProv: on @@ -64,6 +71,18 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Sub/Uplevel/ %changelog +* Fri Sep 12 2008 anicka@suse.cz +- update to 0.2002 + * changed: removed Exporter dependency + * test fix: fixed strange t/07_uplevel_too_high.t fail on Win32 +* Wed Sep 10 2008 anicka@suse.cz +- update to 0.2001 + * test fix: changed prior override test to be more robust (SCHWERN) + * changed: bumped perl requirement to 5.006 and stopped using vars + (fixes a test bug under Test::More > 0.80) + * fixed: load Carp only as needed (fixes problem on 5.005) + * added: uplevel will warn if uplevel request is more than the call + stack depth * Mon Feb 25 2008 anicka@suse.cz - update to 0.1901 * hides the "DB" package from indexers