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
This commit is contained in:
parent
02c52c4428
commit
f50f35640b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:acb046683e49d650b113634ecf57df000816a49e611b0fff70bf3f93568bfa2d
|
|
||||||
size 13785
|
|
3
Clone-0.41.tar.gz
Normal file
3
Clone-0.41.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518
|
||||||
|
size 14441
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 8 06:07:26 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Sat Apr 8 05:16:16 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Clone
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Clone
|
||||||
Version: 0.39
|
Version: 0.41
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Clone
|
%define cpan_name Clone
|
||||||
Summary: Recursively Copy Perl Datatypes
|
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
|
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
|
Source0: https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -63,6 +63,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user