diff --git a/Clone-0.38.tar.gz b/Clone-0.38.tar.gz deleted file mode 100644 index 5ffe830..0000000 --- a/Clone-0.38.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fb0534bb7ef6ca1f6cc1dc3f29750d6d424394d14c40efdc77832fad3cebde8 -size 13636 diff --git a/Clone-0.39.tar.gz b/Clone-0.39.tar.gz new file mode 100644 index 0000000..1616180 --- /dev/null +++ b/Clone-0.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb046683e49d650b113634ecf57df000816a49e611b0fff70bf3f93568bfa2d +size 13785 diff --git a/perl-Clone.changes b/perl-Clone.changes index 69f14b8..0dc87d4 100644 --- a/perl-Clone.changes +++ b/perl-Clone.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 8 05:16:16 UTC 2017 - coolo@suse.com + +- updated to 0.39 + see /usr/share/doc/packages/perl-Clone/Changes + + 0.39 2017-04-07 13:06:00 garu + - use explicit '.' in tests since it may not be in @INC + anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP) + ------------------------------------------------------------------- Thu Apr 16 17:27:41 UTC 2015 - coolo@suse.com diff --git a/perl-Clone.spec b/perl-Clone.spec index 7aa18b3..bf667c7 100644 --- a/perl-Clone.spec +++ b/perl-Clone.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Clone # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-Clone -Version: 0.38 +Version: 0.39 Release: 0 %define cpan_name Clone Summary: Recursively Copy Perl Datatypes License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Clone/ -Source0: http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -47,7 +47,7 @@ arrays or hashes, pass them in by reference, e.g. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"