From d0bd4a0de93ac709cb39739f500b6efcfee43e252e44431838188e5089475b0d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 4 Oct 2013 15:44:53 +0000 Subject: [PATCH 1/2] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=21 --- local-lib-1.008011.tar.gz | 3 --- local-lib-1.008018.tar.gz | 3 +++ perl-local-lib.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 local-lib-1.008011.tar.gz create mode 100644 local-lib-1.008018.tar.gz diff --git a/local-lib-1.008011.tar.gz b/local-lib-1.008011.tar.gz deleted file mode 100644 index b44979d..0000000 --- a/local-lib-1.008011.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04249269150a2dcb608873f8034883192d21577ed5bc8d8de72e78c9066fd98f -size 57010 diff --git a/local-lib-1.008018.tar.gz b/local-lib-1.008018.tar.gz new file mode 100644 index 0000000..e737403 --- /dev/null +++ b/local-lib-1.008018.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7f351da794034fb212d1d39e3146b91687272eb5824cfb52c6af1e67658207 +size 59935 diff --git a/perl-local-lib.spec b/perl-local-lib.spec index f6c29d3..69b6942 100644 --- a/perl-local-lib.spec +++ b/perl-local-lib.spec @@ -18,7 +18,7 @@ Name: perl-local-lib -Version: 1.008011 +Version: 1.008018 Release: 0 Summary: Create and Use a local Library Directory for Perl Modules License: Artistic-1.0 or GPL-1.0+ From 7519f5d66e88e766ca38b50d1623c717c587d454d4d89cfcc3f1371c531821f1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 4 Oct 2013 19:49:43 +0000 Subject: [PATCH 2/2] trigger service run OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=23 --- perl-local-lib.changes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/perl-local-lib.changes b/perl-local-lib.changes index a11ccc1..f2b3980 100644 --- a/perl-local-lib.changes +++ b/perl-local-lib.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 4 19:48:30 UTC 2013 - coolo@suse.com + +- update to 1.008018 + - print out actual paths in more test cases, for helping to diagnose + mysterious failures + - avoid "Unrecognized escape \s passed through" errors on win32 + (again) + - avoid "Unrecognized escape \s passed through" errors on win32 + - fix new test to use alternate path representations on windows, to + handle potential space issues (regression since 1.008012) + - fix undef value errors when not installing into a local::lib + - now handling using -Mlocal::lib in a taintperl environment, by + ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to + @INC (RT#76661, Karen Etheridge) + ------------------------------------------------------------------- Sat Jul 27 11:58:45 UTC 2013 - coolo@suse.com