Accepting request 477083 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/477083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Date-Manip?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2017-03-12 19:01:20 +00:00 committed by Git OBS Bridge
commit cc05216bf9
4 changed files with 14 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 3 06:25:09 UTC 2017 - coolo@suse.com
- updated to 6.58
see /usr/share/doc/packages/perl-Date-Manip/Changes
-------------------------------------------------------------------
Fri Dec 2 06:16:26 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Date-Manip
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: perl-Date-Manip
Version: 6.57
Version: 6.58
Release: 0
%define cpan_name Date-Manip
Summary: Date manipulation routines
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Date-Manip/
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -131,6 +131,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README README.first
%doc Changes examples README README.first
%license LICENSE
%changelog