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
This commit is contained in:
Dirk Stoecker 2019-11-16 21:54:39 +00:00 committed by Git OBS Bridge
parent 0617e7c6c0
commit f1d1199bab
5 changed files with 27 additions and 6 deletions

View File

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

3
Data-Compare-1.27.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Nov 15 11:45:39 UTC 2019 - <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>

View File

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