Accepting request 763840 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/763840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Date-Manip?expand=0&rev=57
This commit is contained in:
Dominique Leuenberger 2020-01-16 17:17:57 +00:00 committed by Git OBS Bridge
commit 8bd6c2760d
4 changed files with 11 additions and 5 deletions

View File

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

3
Date-Manip-6.79.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 3 03:15:10 UTC 2019 - <timueller+perl@suse.de>
- updated to 6.79
see /usr/share/doc/packages/perl-Date-Manip/Changes
-------------------------------------------------------------------
Tue Sep 3 11:32:03 UTC 2019 - <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-Date-Manip
Version: 6.78
Version: 6.79
Release: 0
%define cpan_name Date-Manip
Summary: Date manipulation routines
@ -116,7 +116,7 @@ package.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor