Accepting request 1092634 from devel:languages:perl:autoupdate

- updated to 6.92
   see /usr/share/doc/packages/perl-Date-Manip/Changes
  6.92  2023-06-07
    -  Time zone fixes
           Newest zoneinfo data (tzdata 2023c).
    -  Documentation fixes
           Typo fix. Reported by Derek Terveer

OBS-URL: https://build.opensuse.org/request/show/1092634
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=108
This commit is contained in:
Dirk Stoecker 2023-06-13 07:33:36 +00:00 committed by Git OBS Bridge
parent aa3b7b1958
commit 7217014afd
4 changed files with 18 additions and 5 deletions

View File

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

BIN
Date-Manip-6.92.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 8 03:06:57 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 6.92
see /usr/share/doc/packages/perl-Date-Manip/Changes
6.92 2023-06-07
- Time zone fixes
Newest zoneinfo data (tzdata 2023c).
- Documentation fixes
Typo fix. Reported by Derek Terveer
-------------------------------------------------------------------
Thu Mar 2 03:06:14 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,7 +18,7 @@
%define cpan_name Date-Manip
Name: perl-Date-Manip
Version: 6.91
Version: 6.92
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Date manipulation routines
@ -116,7 +116,7 @@ package.
%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