Accepting request 486672 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/486672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Clone?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2017-04-08 06:12:18 +00:00 committed by Git OBS Bridge
parent 1d77822036
commit 02c52c4428
4 changed files with 17 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 8 05:16:16 UTC 2017 - coolo@suse.com
- updated to 0.39
see /usr/share/doc/packages/perl-Clone/Changes
0.39 2017-04-07 13:06:00 garu
- use explicit '.' in tests since it may not be in @INC
anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP)
-------------------------------------------------------------------
Thu Apr 16 17:27:41 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Clone
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-Clone
Version: 0.38
Version: 0.39
Release: 0
%define cpan_name Clone
Summary: Recursively Copy Perl Datatypes
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Clone/
Source0: http://www.cpan.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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@ -47,7 +47,7 @@ arrays or hashes, pass them in by reference, e.g.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"