public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-DateTime-Format-W3CDTF] rawhide: 0.09 bump (rhbz#2510887)
@ 2026-08-04 7:27 Jitka Plesnikova
0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-04 7:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-DateTime-Format-W3CDTF
Branch : rawhide
Commit : ba87373c9386778a4d2e0eb3a4acacc0480de3c7
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2026-08-04T09:27:01+02:00
Stats : +42/-17 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/perl-DateTime-Format-W3CDTF/c/ba87373c9386778a4d2e0eb3a4acacc0480de3c7?branch=rawhide
Log:
0.09 bump (rhbz#2510887)
---
diff --git a/.gitignore b/.gitignore
index 538d520..795caf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ DateTime-Format-W3CDTF-0.05.tar.gz
/DateTime-Format-W3CDTF-0.06.tar.gz
/DateTime-Format-W3CDTF-0.07.tar.gz
/DateTime-Format-W3CDTF-0.08.tar.gz
+/DateTime-Format-W3CDTF-0.09.tar.gz
diff --git a/DateTime-Format-W3CDTF-0.08-Disable-author-features.patch b/DateTime-Format-W3CDTF-0.08-Disable-author-features.patch
deleted file mode 100644
index 61a0f43..0000000
--- a/DateTime-Format-W3CDTF-0.08-Disable-author-features.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up DateTime-Format-W3CDTF-0.08/Makefile.PL.orig DateTime-Format-W3CDTF-0.08/Makefile.PL
---- DateTime-Format-W3CDTF-0.08/Makefile.PL.orig 2020-12-21 09:18:08.389214913 +0100
-+++ DateTime-Format-W3CDTF-0.08/Makefile.PL 2020-12-21 09:18:20.036350637 +0100
-@@ -21,7 +21,4 @@ resources(
- 'bugtracker' => "https://github.com/kasei/datetime-format-w3cdtf/issues",
- );
-
--write_doap_changes "meta/changes.ttl", "Changes", "turtle";
--
--sign;
- WriteAll;
diff --git a/DateTime-Format-W3CDTF-0.09-Disable-author-features.patch b/DateTime-Format-W3CDTF-0.09-Disable-author-features.patch
new file mode 100644
index 0000000..87fd595
--- /dev/null
+++ b/DateTime-Format-W3CDTF-0.09-Disable-author-features.patch
@@ -0,0 +1,29 @@
+--- DateTime-Format-W3CDTF-0.09/Makefile.PL.orig 2026-08-04 08:45:58.883490381 +0200
++++ DateTime-Format-W3CDTF-0.09/Makefile.PL 2026-08-04 08:46:20.103947742 +0200
+@@ -3,7 +3,6 @@ use warnings;
+
+ use lib '.';
+ use inc::Module::Install;
+-use Module::Install::DOAPChangeSets;
+
+ name 'DateTime-Format-W3CDTF';
+ all_from 'lib/DateTime/Format/W3CDTF.pm';
+@@ -22,18 +21,4 @@ resources(
+ 'bugtracker' => "https://github.com/kasei/datetime-format-w3cdtf/issues",
+ );
+
+-write_doap_changes "meta/changes.ttl", "Changes", "turtle";
+-
+-# On MacOS, prefer homebrew-installed GNU tar so that we don't include Mac-specific
+-# extended header data (which results in "Ignoring unknown extended header keyword"
+-# messages on non-Mac systems when extracting data.
+-if (-x '/opt/homebrew/bin/gtar') {
+- makemaker_args(
+- dist => {
+- TAR => '/opt/homebrew/bin/gtar'
+- }
+- );
+-}
+-
+-sign if ! exists $ENV{CI};
+ WriteAll;
diff --git a/perl-DateTime-Format-W3CDTF.spec b/perl-DateTime-Format-W3CDTF.spec
index 138463d..8a6fc3e 100644
--- a/perl-DateTime-Format-W3CDTF.spec
+++ b/perl-DateTime-Format-W3CDTF.spec
@@ -1,12 +1,12 @@
Name: perl-DateTime-Format-W3CDTF
-Version: 0.08
-Release: 16%{?dist}
+Version: 0.09
+Release: 1%{?dist}
Summary: Parse and format W3CDTF datetime strings
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/DateTime-Format-W3CDTF
Source0: https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/DateTime-Format-W3CDTF-%{version}.tar.gz
# Simplify Makefile.PL to skip unwanted dependencies
-Patch0: DateTime-Format-W3CDTF-0.08-Disable-author-features.patch
+Patch0: DateTime-Format-W3CDTF-0.09-Disable-author-features.patch
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
@@ -22,6 +22,7 @@ BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::TimeZone)
+BuildRequires: perl(POSIX)
BuildRequires: perl(vars)
# Tests:
BuildRequires: perl(Test::More) >= 0.61
@@ -52,10 +53,15 @@ make test
%files
%license LICENSE
%doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%dir %{perl_vendorlib}/DateTime
+%dir %{perl_vendorlib}/DateTime/Format
+%{perl_vendorlib}/DateTime/Format/*
+%{_mandir}/man3/DateTime::Format::W3CDTF*
%changelog
+* Tue Aug 04 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-1
+- 0.09 bump (rhbz#2510887)
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 86a2178..8aa5797 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (DateTime-Format-W3CDTF-0.08.tar.gz) = d7b04870909432a7a98189dc2239ec201f9132e5a5b6db5d3284351a7db31324c1451538880d215073f8fa1e0f909b99a51354e8e87d6c4cf11d90ea184c9b4e
+SHA512 (DateTime-Format-W3CDTF-0.09.tar.gz) = bde6fcbc1b4e0eeb1d49526f2e2fe6d9601b9a98e70e546be112e5a9241713c9aeefc98ac555b6ccffa2dc1d0b2111f53bb3f182195e552e0d0fb24b8f2dc85f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 7:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 7:27 [rpms/perl-DateTime-Format-W3CDTF] rawhide: 0.09 bump (rhbz#2510887) Jitka Plesnikova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox