From f5c912d54a2779516ccbb658751c566d62dcb171de6993f5b2b50a400bf1c47b Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 May 2023 15:17:52 +0000 Subject: [PATCH] Accepting request 1084363 from devel:languages:perl:autoupdate - updated to 1.29 see /usr/share/doc/packages/perl-Data-Compare/CHANGELOG 1.29 2023-04-21 - Skip taint-mode tests if perl was built without taint support OBS-URL: https://build.opensuse.org/request/show/1084363 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Compare?expand=0&rev=19 --- Data-Compare-1.28.tar.gz | 3 --- Data-Compare-1.29.tar.gz | 3 +++ perl-Data-Compare.changes | 10 ++++++++++ perl-Data-Compare.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 Data-Compare-1.28.tar.gz create mode 100644 Data-Compare-1.29.tar.gz diff --git a/Data-Compare-1.28.tar.gz b/Data-Compare-1.28.tar.gz deleted file mode 100644 index 9256adb..0000000 --- a/Data-Compare-1.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b09f093df3920411cf2ac6151e45ec421bf31c103f0ca7e8926b1dd09a6e3850 -size 27214 diff --git a/Data-Compare-1.29.tar.gz b/Data-Compare-1.29.tar.gz new file mode 100644 index 0000000..d040f24 --- /dev/null +++ b/Data-Compare-1.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c9db3b93263c88aaa3c4072d819eaded024d7a36b38c0c37737d288d5afa8c +size 27261 diff --git a/perl-Data-Compare.changes b/perl-Data-Compare.changes index 5d4e9d9..719f99b 100644 --- a/perl-Data-Compare.changes +++ b/perl-Data-Compare.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 22 03:06:52 UTC 2023 - Tina Müller + +- updated to 1.29 + see /usr/share/doc/packages/perl-Data-Compare/CHANGELOG + + 1.29 2023-04-21 + + - Skip taint-mode tests if perl was built without taint support + ------------------------------------------------------------------- Wed Mar 15 03:06:49 UTC 2023 - Tina Müller diff --git a/perl-Data-Compare.spec b/perl-Data-Compare.spec index f5ebbec..c881b7c 100644 --- a/perl-Data-Compare.spec +++ b/perl-Data-Compare.spec @@ -18,7 +18,7 @@ %define cpan_name Data-Compare Name: perl-Data-Compare -Version: 1.28 +Version: 1.29 Release: 0 #Upstream: Artistic-1.0 or GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later @@ -85,7 +85,7 @@ this list will be ignored. %prep %autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor