From f50f35640b5274bc5f9aafae4b97c5ddc798823c696ef5de8728bd372ff973fd Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 8 Nov 2018 14:59:25 +0000 Subject: [PATCH] Accepting request 647168 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/647168 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Clone?expand=0&rev=33 --- Clone-0.39.tar.gz | 3 --- Clone-0.41.tar.gz | 3 +++ perl-Clone.changes | 17 +++++++++++++++++ perl-Clone.spec | 14 +++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 Clone-0.39.tar.gz create mode 100644 Clone-0.41.tar.gz diff --git a/Clone-0.39.tar.gz b/Clone-0.39.tar.gz deleted file mode 100644 index 1616180..0000000 --- a/Clone-0.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acb046683e49d650b113634ecf57df000816a49e611b0fff70bf3f93568bfa2d -size 13785 diff --git a/Clone-0.41.tar.gz b/Clone-0.41.tar.gz new file mode 100644 index 0000000..d017a99 --- /dev/null +++ b/Clone-0.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518 +size 14441 diff --git a/perl-Clone.changes b/perl-Clone.changes index 0dc87d4..f8174f5 100644 --- a/perl-Clone.changes +++ b/perl-Clone.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Nov 8 06:07:26 UTC 2018 - Stephan Kulow + +- updated to 0.41 + see /usr/share/doc/packages/perl-Clone/Changes + + 0.41 2018-10-25 10:20:03 garu + - Check the CowREFCNT of a COWed PV (ATOOMIC) + this should fix some issues people have been + having with 0.40 on DBD drives and DBIx::Class + - Make buildtools files not executable (Mohammad S Anwar) + + 0.40 2018-10-23 20:001:49 garu + - reuse COWed PV when cloning (fixes RT97535) (ATOOMIC) + - extra protection against potential infinite loop (ATOOMIC) + - improved tests + ------------------------------------------------------------------- Sat Apr 8 05:16:16 UTC 2017 - coolo@suse.com diff --git a/perl-Clone.spec b/perl-Clone.spec index bf667c7..70c8df8 100644 --- a/perl-Clone.spec +++ b/perl-Clone.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Clone # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,18 +12,18 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Clone -Version: 0.39 +Version: 0.41 Release: 0 %define cpan_name Clone Summary: Recursively Copy Perl Datatypes -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Clone/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,7 +50,7 @@ arrays or hashes, pass them in by reference, e.g. find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %check @@ -63,6 +63,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes %changelog