Accepting request 748732 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/748732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Clone?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2019-11-23 22:10:36 +00:00 committed by Git OBS Bridge
commit 6817729810
4 changed files with 32 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518
size 14441

3
Clone-0.43.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99025344686535c1ded464fe126df900b645b858e6d8873635ba81b4882eeeda
size 15953

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jul 31 05:03:45 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.43
see /usr/share/doc/packages/perl-Clone/Changes
0.43 2019-07-29 13:47:42 atomic
- fix an issue when cloning a NULL mg_ptr pointer
-------------------------------------------------------------------
Fri Jul 19 05:32:49 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.42
see /usr/share/doc/packages/perl-Clone/Changes
0.42 2019-07-19 23:06:04 garu
- make handling of mg_ptr safer (ATOOMIC, Harald Jörg)
- change license wording on some test files to
make the entire dist released under the same
terms as Perl itself (fixes GH#20) (GARU)
-------------------------------------------------------------------
Thu Nov 8 06:07:26 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Clone
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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,18 +17,19 @@
Name: perl-Clone
Version: 0.41
Version: 0.43
Release: 0
%define cpan_name Clone
Summary: Recursively Copy Perl Datatypes
Summary: Recursively copy Perl datatypes
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
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/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(B::COW)
%{perl_requires}
%description
@ -51,10 +52,10 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@ -63,6 +64,6 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes
%doc Changes README.md
%changelog