Accepting request 876198 from devel:languages:perl:autoupdate
- updated to 6.85 see /usr/share/doc/packages/perl-Date-Manip/Changes 6.85 2021-03-01 - Test fixes Missed some tests that were failing. 6.84 2021-03-01 - Time zone fixes Newest zoneinfo data (tzdata 2021a). - Language fixes Corrections and additions to Italian. Patch supplied by Leo Cacciari (GitHub #33) OBS-URL: https://build.opensuse.org/request/show/876198 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=97
This commit is contained in:
parent
132cd02c5c
commit
9f637efcc9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f491b2e1d876c222a59563b1bbd893c1034207ed0337304bf396311d9e9199fa
|
||||
size 2020472
|
3
Date-Manip-6.85.tar.gz
Normal file
3
Date-Manip-6.85.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1662393943b7c588478ea9d975200d825f500d26fe9996f2bf7f829cfaa5ccdc
|
||||
size 2022449
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 03:09:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.85
|
||||
see /usr/share/doc/packages/perl-Date-Manip/Changes
|
||||
|
||||
6.85 2021-03-01
|
||||
- Test fixes
|
||||
Missed some tests that were failing.
|
||||
|
||||
6.84 2021-03-01
|
||||
- Time zone fixes
|
||||
Newest zoneinfo data (tzdata 2021a).
|
||||
|
||||
- Language fixes
|
||||
Corrections and additions to Italian. Patch supplied by Leo
|
||||
Cacciari (GitHub #33)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 03:09:32 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Date-Manip
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.83
|
||||
Release: 0
|
||||
%define cpan_name Date-Manip
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.85
|
||||
Release: 0
|
||||
Summary: Date manipulation routines
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
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
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::Inter) >= 1.09
|
||||
@ -115,12 +113,12 @@ Each of these tasks is trivial (one or two lines at most) with this
|
||||
package.
|
||||
|
||||
%prep
|
||||
%setup -q -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
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -131,7 +129,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README README.first
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user