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
This commit is contained in:
Dirk Stoecker 2020-04-22 13:15:19 +00:00 committed by Git OBS Bridge
parent 7603bc492c
commit f2a7965db3
4 changed files with 13 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 21 03:08:45 UTC 2020 - <timueller+perl@suse.de>
- updated to 0.44
see /usr/share/doc/packages/perl-Clone/Changes
-------------------------------------------------------------------
Wed Jul 31 05:03:45 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -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}"