diff --git a/local-lib-1.008004.tar.gz b/local-lib-1.008004.tar.gz deleted file mode 100644 index cb06719..0000000 --- a/local-lib-1.008004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a0cc5b59faa14d3533856256ab1721d6c29f1822d9508d80a71c0ee4ce05156 -size 53977 diff --git a/local-lib-1.008010.tar.gz b/local-lib-1.008010.tar.gz new file mode 100644 index 0000000..419f89e --- /dev/null +++ b/local-lib-1.008010.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0ffbe68cf1375682634cce657d7de1980f5ae98442face3878f2c48f824014 +size 56892 diff --git a/perl-local-lib.changes b/perl-local-lib.changes index 27404a0..5323354 100644 --- a/perl-local-lib.changes +++ b/perl-local-lib.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jun 11 18:38:33 UTC 2013 - coolo@suse.com + +- updated to 1.008010 + - Fix a split on undefined value warning (David Golden -- see + https://github.com/gugod/App-perlbrew/issues/305) + - Remove Carp::Always dep + - Fix putting arch path in PERL5LIB + - Refactor Win32 path handling out of ensure_dir_structure_for() + - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with : + - Fix ~/perl5/bin missing in $PATH + - Back to 1.008004 with Carp fix since subsequent releases were botched + - Avoid issue where PERL5LIB Carp is older than local::lib one + ------------------------------------------------------------------- Fri Feb 25 20:01:38 UTC 2011 - pascal.bleser@opensuse.org diff --git a/perl-local-lib.spec b/perl-local-lib.spec index 545a151..237bd35 100644 --- a/perl-local-lib.spec +++ b/perl-local-lib.spec @@ -2,7 +2,7 @@ # # spec file for package perl-local-lib # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,8 +16,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-local-lib -Version: 1.008004 +Version: 1.008010 Release: 0 Summary: Create and Use a local Library Directory for Perl Modules License: Artistic-1.0 or GPL-1.0+ @@ -37,11 +38,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(Module::Build) >= 0.28 BuildRequires: perl(Test::More) -%if 0%{?suse_version} >= 1030 -Requires: perl-base = %{perl_version} -%else -Requires: perl -%endif Requires: perl(CPAN) >= 1.80 Requires: perl(ExtUtils::CBuilder) Requires: perl(ExtUtils::Install) >= 1.43 @@ -64,6 +60,7 @@ applied a patch to a module of theirs that you need for your application. %package -n perl-homedir Summary: Per-user Perl local::lib setup +Group: Development/Libraries/Perl Requires: %{name} = %{version}-%{release} Requires: /usr/bin/cpan