Accepting request 1084422 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1084422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Data-Compare?expand=0&rev=11
This commit is contained in:
commit
5c6f99baf0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b09f093df3920411cf2ac6151e45ec421bf31c103f0ca7e8926b1dd09a6e3850
|
|
||||||
size 27214
|
|
BIN
Data-Compare-1.29.tar.gz
(Stored with Git LFS)
Normal file
BIN
Data-Compare-1.29.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 22 03:06:52 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <timueller+perl@suse.de>
|
Wed Mar 15 03:06:49 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Data-Compare
|
%define cpan_name Data-Compare
|
||||||
Name: perl-Data-Compare
|
Name: perl-Data-Compare
|
||||||
Version: 1.28
|
Version: 1.29
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: Artistic-1.0 or GPL-1.0-or-later
|
#Upstream: Artistic-1.0 or GPL-1.0-or-later
|
||||||
License: 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
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%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
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user