From f2a7965db3f5e67086e0d2d0dfea0da90784d833bdb0668a3369fdefe7b72e80 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 22 Apr 2020 13:15:19 +0000 Subject: [PATCH] Accepting request 796219 from devel:languages:perl:autoupdate - updated to 0.44 see /usr/share/doc/packages/perl-Clone/Changes OBS-URL: https://build.opensuse.org/request/show/796219 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Clone?expand=0&rev=37 --- Clone-0.43.tar.gz | 3 --- Clone-0.44.tar.gz | 3 +++ perl-Clone.changes | 6 ++++++ perl-Clone.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 Clone-0.43.tar.gz create mode 100644 Clone-0.44.tar.gz diff --git a/Clone-0.43.tar.gz b/Clone-0.43.tar.gz deleted file mode 100644 index e7960e6..0000000 --- a/Clone-0.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99025344686535c1ded464fe126df900b645b858e6d8873635ba81b4882eeeda -size 15953 diff --git a/Clone-0.44.tar.gz b/Clone-0.44.tar.gz new file mode 100644 index 0000000..e386422 --- /dev/null +++ b/Clone-0.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43788181f52630ea39469e375c8d36598325d9d13ffbe8fd13c5cd2151023cd +size 16161 diff --git a/perl-Clone.changes b/perl-Clone.changes index b15da00..33bc949 100644 --- a/perl-Clone.changes +++ b/perl-Clone.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 21 03:08:45 UTC 2020 - + +- updated to 0.44 + see /usr/share/doc/packages/perl-Clone/Changes + ------------------------------------------------------------------- Wed Jul 31 05:03:45 UTC 2019 - Stephan Kulow diff --git a/perl-Clone.spec b/perl-Clone.spec index 33dac1a..f847cf2 100644 --- a/perl-Clone.spec +++ b/perl-Clone.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Clone # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,7 +17,7 @@ Name: perl-Clone -Version: 0.43 +Version: 0.44 Release: 0 %define cpan_name Clone Summary: Recursively copy Perl datatypes @@ -29,7 +29,7 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(B::COW) +BuildRequires: perl(B::COW) >= 0.003 %{perl_requires} %description @@ -48,7 +48,7 @@ arrays or hashes, pass them in by reference, e.g. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"