From f1d1199bab52f77ea18f8c87e7b5221f2a79029dc78424c6e701fbbcc2a928e8 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sat, 16 Nov 2019 21:54:39 +0000 Subject: [PATCH] Accepting request 748874 from devel:languages:perl:autoupdate - Add manual license Artistic-1.0 OR GPL-1.0-or-later to cpanspec.yml https://github.com/DrHyde/perl-modules-Data-Compare/issues/15 - updated to 1.27 see /usr/share/doc/packages/perl-Data-Compare/CHANGELOG 1.27 2019-11-05 DCANTRELL Fix bug when options are passed as a persistent hash from calling code and not an anonyhash (Sam Kington) OBS-URL: https://build.opensuse.org/request/show/748874 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Compare?expand=0&rev=15 --- Data-Compare-1.26.tar.gz | 3 --- Data-Compare-1.27.tar.gz | 3 +++ cpanspec.yml | 2 +- perl-Data-Compare.changes | 16 ++++++++++++++++ perl-Data-Compare.spec | 9 +++++++-- 5 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 Data-Compare-1.26.tar.gz create mode 100644 Data-Compare-1.27.tar.gz diff --git a/Data-Compare-1.26.tar.gz b/Data-Compare-1.26.tar.gz deleted file mode 100644 index a7751da..0000000 --- a/Data-Compare-1.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:975078ab2b9a80b4cecf7f3e427c76224ca80ffe864e6e3a28e77c88b8f8e00d -size 26684 diff --git a/Data-Compare-1.27.tar.gz b/Data-Compare-1.27.tar.gz new file mode 100644 index 0000000..6cdd977 --- /dev/null +++ b/Data-Compare-1.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818a20f1f38f74e65253cf8bcf6fed7f94a5a8dd662f75330dcaf4b117cee8bd +size 27111 diff --git a/cpanspec.yml b/cpanspec.yml index 9b320f5..290b4cf 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -14,7 +14,7 @@ # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_install: |- # sed on %{name}.files -#license: SUSE-NonFree +license: Artistic-1.0 OR GPL-1.0-or-later #skip_noarch: 1 #custom_build: - #./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Data-Compare.changes b/perl-Data-Compare.changes index 7cc1656..9f74efd 100644 --- a/perl-Data-Compare.changes +++ b/perl-Data-Compare.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Nov 15 11:45:39 UTC 2019 - + +- Add manual license Artistic-1.0 OR GPL-1.0-or-later to cpanspec.yml + https://github.com/DrHyde/perl-modules-Data-Compare/issues/15 + +------------------------------------------------------------------- +Wed Nov 6 10:02:56 UTC 2019 - + +- updated to 1.27 + see /usr/share/doc/packages/perl-Data-Compare/CHANGELOG + + 1.27 2019-11-05 DCANTRELL Fix bug when options are passed as a persistent + hash from calling code and not an anonyhash + (Sam Kington) + ------------------------------------------------------------------- Thu Sep 19 07:52:32 UTC 2019 - diff --git a/perl-Data-Compare.spec b/perl-Data-Compare.spec index 9c6f170..aa3d107 100644 --- a/perl-Data-Compare.spec +++ b/perl-Data-Compare.spec @@ -17,8 +17,9 @@ Name: perl-Data-Compare -Version: 1.26 +Version: 1.27 Release: 0 +#Upstream: SUSE-Public-Domain %define cpan_name Data-Compare Summary: Compare perl data structures License: Artistic-1.0 OR GPL-1.0-or-later @@ -30,8 +31,12 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Clone) >= 0.43 BuildRequires: perl(File::Find::Rule) >= 0.1 +BuildRequires: perl(Test::More) >= 0.88 +Requires: perl(Clone) >= 0.43 Requires: perl(File::Find::Rule) >= 0.1 +Requires: perl(Test::More) >= 0.88 %{perl_requires} %description @@ -80,7 +85,7 @@ this list will be ignored. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor