WIP: Automatic update to Time-ParseDate-2026.0219.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Time-ParseDate:autoupdate into main
4 changed files with 31 additions and 16 deletions

View File

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

BIN
Time-ParseDate-2026.0219.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Feb 28 05:55:50 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 2026.21.900 (2026.0219)
see /usr/share/doc/packages/perl-Time-ParseDate/Changes
2026.0219 2026-02-19
- Add support for trailing Z/z as UTC in ISO 8601 timestamps.
From Kai Storbeck. https://github.com/muir/Time-modules/pull/10
- Update minimum perl version to 5.8.1 for all modules.
- Update new AUTHOR, keeping credit for previous authors (thanks to all!)
- Update the custom license to "same as Perl" for all
- README is now generated from the POD
-------------------------------------------------------------------
Mon Dec 19 09:51:45 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Time-ParseDate
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,26 +18,27 @@
%define cpan_name Time-ParseDate
Name: perl-Time-ParseDate
Version: 2015.103.0
Version: 2026.21.900
Release: 0
# 2015.103 -> normalize -> 2015.103.0
%define cpan_version 2015.103
#Upstream: Inc. License hereby granted for anyone to use, modify or redistribute this module at their own risk. Please feed useful changes back to cpan@dave.sharnoff.org.
# 2026.0219 -> normalize -> 2026.21.900
%define cpan_version 2026.0219
#Upstream: Artistic-1.0 or GPL-1.0-or-later
License: SUSE-Permissive
Summary: Parse and format time values
Summary: Date parsing both relative and absolute
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BP/BPS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(Time::Piece)
Provides: perl(Time::CTime) = 2011.50.500
Provides: perl(Time::DaysInMonth) = 99.111.700
Provides: perl(Time::JulianDay) = 2011.50.500
Provides: perl(Time::CTime) = %{version}
Provides: perl(Time::DaysInMonth) = %{version}
Provides: perl(Time::JulianDay) = %{version}
Provides: perl(Time::ParseDate) = %{version}
Provides: perl(Time::Timezone) = 2015.92.500
Provides: perl(Time::Timezone) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
@@ -61,12 +62,12 @@ of its input string. On unsuccessful parses, it will return 'undef' and an
error string.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
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
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check