public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Net-CalDAVTalk] rawhide: 0.17 bump
@ 2026-06-02 14:56 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-02 14:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Net-CalDAVTalk
Branch : rawhide
Commit : 744f40bcf26e8e35ea4750d0dc38a90613a23c1b
Author : Michal Josef Špaček <mspacek@redhat.com>
Date   : 2026-06-02T16:19:52+02:00
Stats  : +14/-11 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Net-CalDAVTalk/c/744f40bcf26e8e35ea4750d0dc38a90613a23c1b?branch=rawhide

Log:
0.17 bump

---
diff --git a/.gitignore b/.gitignore
index 79e8385..4c332b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Net-CalDAVTalk-0.10.tar.gz
 /Net-CalDAVTalk-0.11.tar.gz
 /Net-CalDAVTalk-0.12.tar.gz
+/Net-CalDAVTalk-0.17.tar.gz

diff --git a/perl-Net-CalDAVTalk.spec b/perl-Net-CalDAVTalk.spec
index 5887356..e4ba9ae 100644
--- a/perl-Net-CalDAVTalk.spec
+++ b/perl-Net-CalDAVTalk.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           perl-Net-CalDAVTalk
-Version:        0.12
-Release:        25%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        CalDAV client with JSON data interface
 License:        Artistic-2.0
 URL:            https://metacpan.org/release/Net-CalDAVTalk
@@ -26,10 +26,6 @@ BuildRequires:  perl(:VERSION) >= 5.6.0
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 # Data::Dumper not used at tests
-BuildRequires:  perl(Data::ICal)
-BuildRequires:  perl(Data::ICal::Entry::Alarm::Display)
-BuildRequires:  perl(Data::ICal::Entry::Alarm::Email)
-BuildRequires:  perl(Data::ICal::Entry::Event)
 BuildRequires:  perl(Data::ICal::Entry::TimeZone)
 BuildRequires:  perl(Data::ICal::Entry::TimeZone::Daylight)
 BuildRequires:  perl(Data::ICal::Entry::TimeZone::Standard)
@@ -38,10 +34,10 @@ BuildRequires:  perl(DateTime::Format::ICal) >= 0.09
 BuildRequires:  perl(DateTime::Format::ISO8601) >= 0.08
 BuildRequires:  perl(DateTime::TimeZone)
 BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(JSON::XS)
-BuildRequires:  perl(MIME::Base64)
-BuildRequires:  perl(MIME::Types)
 BuildRequires:  perl(Net::DAVTalk) >= 0.02
+BuildRequires:  perl(Text::JSCalendar) >= 0.05
 BuildRequires:  perl(Text::LevenshteinXS) >= 0.03
 BuildRequires:  perl(Text::VCardFast) >= 0.06
 BuildRequires:  perl(URI::Escape)
@@ -59,12 +55,13 @@ Requires:       perl(Data::Dumper)
 Requires:       perl(Data::ICal::TimeZone) >= 1.23
 Requires:       perl(DateTime::Format::ICal) >= 0.09
 Requires:       perl(DateTime::Format::ISO8601) >= 0.08
-Requires:       perl(Net::DAVTalk) >= 0.02
+Requires:       perl(Net::DAVTalk) >= 0.24
+Requires:       perl(Text::JSCalendar) >= 0.05
 Requires:       perl(Text::LevenshteinXS) >= 0.03
 Requires:       perl(Text::VCardFast) >= 0.06
 
 # Remove under-specified dependencies
-%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Data::ICal::TimeZone|DateTime::Format::ICal|DateTime::Format::ISO8601|Net::DAVTalk|Text::LevenshteinXS|Text::VCardFast)\\)$
+%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Data::ICal::TimeZone|DateTime::Format::ICal|DateTime::Format::ISO8601|Net::DAVTalk|Text::JSCalendar|Text::LevenshteinXS|Text::VCardFast)\\)$
 
 %description
 This a Perl library for accessing CalDAV servers providing JSON interface to
@@ -97,9 +94,11 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 # Install tests
 mkdir -p %{buildroot}%{_libexecdir}/%{name}
 cp -a t %{buildroot}%{_libexecdir}/%{name}
+cp -a testdata %{buildroot}%{_libexecdir}/%{name}
 # Remove author tests
 rm -f %{buildroot}%{_libexecdir}/%{name}/t/manifest*
 rm -f %{buildroot}%{_libexecdir}/%{name}/t/pod*
+rm -f %{buildroot}%{_libexecdir}/%{name}/t/boilerplate.t
 cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
 #!/bin/sh
 cd %{_libexecdir}/%{name} && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)" -r
@@ -119,6 +118,9 @@ make test
 %{_libexecdir}/%{name}
 
 %changelog
+* Tue Jun 02 2026 Michal Josef Špaček <mspacek@redhat.com> - 0.17-1
+- 0.17 bump
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-25
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index f7637ce..e221dcf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Net-CalDAVTalk-0.12.tar.gz) = 29ec639a27f20e6573b0701b963ec851606a0a5eb612619d5640f280200885665fc73dcdcc14096f2e4336f360402e9f5b95c1e425d58c3ae388b77e765c45f8
+SHA512 (Net-CalDAVTalk-0.17.tar.gz) = 6cb4b9112a1620a1525711dc2df47a676d5cefe61d51330833db59938e2aeaee9e624efc7af44b9b5e668a4eefc7bdf40ffb0e5ed9cffe21f89293cca43ca16b

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-02 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-02 14:56 [rpms/perl-Net-CalDAVTalk] rawhide: 0.17 bump 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox