pghmcfc pushed to rpms/perl-Mail-Message (rawhide). "Update to 3.014 (rhbz#2244805)"

2023-10-18 Thread notifications
Notification time stamped 2023-10-18 12:27:26 UTC

From 51fd9773a9482ede8b95f82578d1cd858de65441 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Oct 18 2023 12:23:20 +
Subject: Update to 3.014 (rhbz#2244805)


---

diff --git a/.gitignore b/.gitignore
index d81577b..277cede 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Mail-Message-3.011.tar.gz
 /Mail-Message-3.012.tar.gz
 /Mail-Message-3.013.tar.gz
+/Mail-Message-3.014.tar.gz
diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 069bd0c..08d74cc 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
-Version:   3.013
-Release:   2%{?dist}
+Version:   3.014
+Release:   1%{?dist}
 Summary:   MIME message handling
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Message
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Wed Oct 18 2023 Paul Howarth  - 3.014-1
+- Update to 3.014 (rhbz#2244805)
+
 * Thu Jul 20 2023 Fedora Release Engineering  - 
3.013-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
 
diff --git a/sources b/sources
index 3b911fa..bbb9401 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Mail-Message-3.013.tar.gz) = 
7a15c42e1da549c69eecc20bba6a63a9558e11488d583de117225ae6a66c249ab6ab99108b051cbc476de02e08efbff5319b4ed0b268f7c3267f88bcfb9b2a1d
+SHA512 (Mail-Message-3.014.tar.gz) = 
603757e5e6ee61fb128a7647a454bdf5de218774908ad66ff27746d67cb1e643d62963b3486a5bba3135346f3df99b8e6f6d440a450e66d27eca4963e2c1da4c



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/51fd9773a9482ede8b95f82578d1cd858de65441?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sergiomb pushed to rpms/perl-Mail-Message (epel9). "Update to 3.013 (rhbz#2217164)"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:49 UTC

From 1e787cb1795df8df93629994cf3909d55080bb9f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jun 25 2023 10:37:42 +
Subject: Update to 3.013 (rhbz#2217164)


---

diff --git a/.gitignore b/.gitignore
index 96ec0b8..d81577b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Mail-Message-3.010.tar.gz
 /Mail-Message-3.011.tar.gz
 /Mail-Message-3.012.tar.gz
+/Mail-Message-3.013.tar.gz
diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 53b1b6f..02c843e 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
-Version:   3.012
-Release:   5%{?dist}
+Version:   3.013
+Release:   1%{?dist}
 Summary:   MIME message handling
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Message
@@ -59,7 +59,7 @@ BuildRequires:perl(Text::Autoformat)
 BuildRequires: perl(Time::HiRes) >= 1.51
 BuildRequires: perl(Time::Zone)
 BuildRequires: perl(URI) >= 1.23
-BuildRequires: perl(User::Identity) >= 1.01
+BuildRequires: perl(User::Identity) >= 1.02
 BuildRequires: perl(User::Identity::Collection::Emails)
 BuildRequires: perl(utf8)
 BuildRequires: perl(vars)
@@ -78,7 +78,7 @@ Requires: perl(Mail::Transport::Send)
 Requires:  perl(Net::Domain)
 Requires:  perl(Time::HiRes) >= 1.51
 Requires:  perl(Time::Zone)
-Requires:  perl(User::Identity) >= 1.01
+Requires:  perl(User::Identity) >= 1.02
 
 # I'm not sure why these provides aren't getting picked up automatically.
 Provides:  perl(Mail::Message::Body::Construct) = %{version}
@@ -104,6 +104,8 @@ MIME message handling code, formerly part of the Mail::Box 
package.
 # https://rt.cpan.org/Public/Bug/Display.html?id=120149
 rm -rf t/203-mlfolder.mbox t/204-sgfolder.mbox
 rm -rf t/203head-listgroup.t t/204head-spamgroup.t
+perl -i -ne 'print $_ unless m{^t/20[34]-(ml|sg)folder\.mbox$}' MANIFEST
+perl -i -ne 'print $_ unless m{^t/20[34]head-(list|spam)group\.t$}' MANIFEST
 
 %build
 yes y |perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
@@ -122,6 +124,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Sun Jun 25 2023 Paul Howarth  - 3.013-1
+- Update to 3.013 (rhbz#2217164)
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
3.012-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
diff --git a/sources b/sources
index 3aa5981..3b911fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Mail-Message-3.012.tar.gz) = 
a29101f3e4ba30ca49e6e1fab39d3358df02ab95a99d6a9bd7e3d4e0d23e0cc3e8bf407adc7d21b83e52157d660014374157aeb44085e88ad2e4fb0b4553b8b4
+SHA512 (Mail-Message-3.013.tar.gz) = 
7a15c42e1da549c69eecc20bba6a63a9558e11488d583de117225ae6a66c249ab6ab99108b051cbc476de02e08efbff5319b4ed0b268f7c3267f88bcfb9b2a1d



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/1e787cb1795df8df93629994cf3909d55080bb9f?branch=epel9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sergiomb pushed to rpms/perl-Mail-Message (epel9). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:49 UTC

From 8386eb4bbc365c58be2d471a05fe62dc0909e697 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 23:22:12 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 02c843e..069bd0c 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
 Version:   3.013
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   MIME message handling
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Message
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
3.013-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Sun Jun 25 2023 Paul Howarth  - 3.013-1
 - Update to 3.013 (rhbz#2217164)
 



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/8386eb4bbc365c58be2d471a05fe62dc0909e697?branch=epel9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sergiomb pushed to rpms/perl-Mail-Message (epel9). "Remove perl(MODULE_COMPAT), it will be replaced by generators"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:49 UTC

From 7a22343b6c86574900727a314d156324bc01f169 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jan 13 2023 14:19:37 +
Subject: Remove perl(MODULE_COMPAT), it will be replaced by generators


---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index b58bc88..c66bed8 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -71,7 +71,6 @@ BuildRequires:perl(Data::Dumper)
 BuildRequires: perl(Email::Abstract)
 %endif
 # Dependencies
-Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(Date::Parse)
 %if !%{defined perl_bootstrap}
 Requires:  perl(Mail::Transport::Send)



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/7a22343b6c86574900727a314d156324bc01f169?branch=epel9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sergiomb pushed to rpms/perl-Mail-Message (epel9). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:49 UTC

From 478be01ff66405d73f7b82e5887c0c6e3a4bdd09 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 03:47:52 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index c66bed8..9db6311 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
 Version:   3.012
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   MIME message handling
 License:   GPL+ or Artistic
 URL:   https://metacpan.org/release/Mail-Message
@@ -122,6 +122,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
3.012-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Fri Jul 22 2022 Fedora Release Engineering  - 
3.012-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/478be01ff66405d73f7b82e5887c0c6e3a4bdd09?branch=epel9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sergiomb pushed to rpms/perl-Mail-Message (epel9). "Perl 5.36 re-rebuild of bootstrapped packages"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:49 UTC

From 4e577520b04b10e9f5c557655d2bff9d6bf86805 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jun 03 2022 10:23:39 +
Subject: Perl 5.36 re-rebuild of bootstrapped packages


---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 902472f..50ec935 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
 Version:   3.012
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   MIME message handling
 License:   GPL+ or Artistic
 URL:   https://metacpan.org/release/Mail-Message
@@ -123,6 +123,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Fri Jun 03 2022 Jitka Plesnikova  - 3.012-3
+- Perl 5.36 re-rebuild of bootstrapped packages
+
 * Wed Jun 01 2022 Jitka Plesnikova  - 3.012-2
 - Perl 5.36 rebuild
 



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/4e577520b04b10e9f5c557655d2bff9d6bf86805?branch=epel9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sergiomb pushed to rpms/perl-Mail-Message (epel9). "Perl 5.36 rebuild"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:49 UTC

From de0d5c36a7b1abfbf45fc646f6e7867a0426347e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jun 01 2022 00:08:40 +
Subject: Perl 5.36 rebuild


---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index d720260..902472f 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
 Version:   3.012
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   MIME message handling
 License:   GPL+ or Artistic
 URL:   https://metacpan.org/release/Mail-Message
@@ -123,6 +123,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Wed Jun 01 2022 Jitka Plesnikova  - 3.012-2
+- Perl 5.36 rebuild
+
 * Tue Mar  1 2022 Paul Howarth  - 3.012-1
 - Update to 3.012
 - Use author-independent source URL



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/de0d5c36a7b1abfbf45fc646f6e7867a0426347e?branch=epel9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sergiomb pushed to rpms/perl-Mail-Message (epel9). "Use SPDX-format license tag"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:49 UTC

From 56e5e93b36395faf4def4bd45891ebc14bfa035c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Apr 27 2023 08:48:58 +
Subject: Use SPDX-format license tag


---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 9db6311..53b1b6f 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -2,7 +2,7 @@ Name:   perl-Mail-Message
 Version:   3.012
 Release:   5%{?dist}
 Summary:   MIME message handling
-License:   GPL+ or Artistic
+License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Message
 Source0:   
https://cpan.metacpan.org/modules/by-module/Mail/Mail-Message-%{version}.tar.gz
 BuildArch: noarch



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/56e5e93b36395faf4def4bd45891ebc14bfa035c?branch=epel9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


sergiomb pushed to rpms/perl-Mail-Message (epel9). "Update to 3.012 (..more)"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:48 UTC

From ddd715eeb07b42a3b24dfe4461b865214f4125bc Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mar 01 2022 12:30:41 +
Subject: Update to 3.012


- New upstream release 3.012
- Use author-independent source URL
- Classify buildreqs by usage
- Drop redundant %{?perl_default_filter}
- Drop recoding of Mail::Message::Field manpage since it has changed to UTF-8
  coding upstream
- Package README.md too (guide for contributors)
- Fix permissions verbosely

---

diff --git a/.gitignore b/.gitignore
index e5df25e..96ec0b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Mail-Message-3.009.tar.gz
 /Mail-Message-3.010.tar.gz
 /Mail-Message-3.011.tar.gz
+/Mail-Message-3.012.tar.gz
diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 1dbb6c2..d720260 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,31 +1,32 @@
 Name:  perl-Mail-Message
-Version:   3.011
-Release:   3%{?dist}
+Version:   3.012
+Release:   1%{?dist}
 Summary:   MIME message handling
 License:   GPL+ or Artistic
 URL:   https://metacpan.org/release/Mail-Message
-Source0:   
https://cpan.metacpan.org/authors/id/M/MA/MARKOV/Mail-Message-%{version}.tar.gz
+Source0:   
https://cpan.metacpan.org/modules/by-module/Mail/Mail-Message-%{version}.tar.gz
+BuildArch: noarch
+# Build
+BuildRequires: coreutils
+BuildRequires: make
 BuildRequires: perl-generators
 BuildRequires: perl-interpreter
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+# Runtime
 BuildRequires: perl(base)
 BuildRequires: perl(Carp)
 BuildRequires: perl(Cwd)
-BuildRequires: perl(Data::Dumper)
 BuildRequires: perl(Date::Format)
 BuildRequires: perl(Date::Parse)
-%if !%{defined perl_bootstrap}
-BuildRequires: perl(Email::Abstract)
-%endif
 BuildRequires: perl(Email::Simple)
 BuildRequires: perl(Encode) >= 2.26
 BuildRequires: perl(Encode::Alias)
 BuildRequires: perl(Exporter)
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires: perl(File::Basename)
 BuildRequires: perl(File::Copy)
 BuildRequires: perl(File::Spec) >= 0.7
 BuildRequires: perl(File::Temp)
-BuildRequires: perl(Font::Metrics::TimesRoman)
+BuildRequires: perl(HTML::FormatPS)
 BuildRequires: perl(HTML::FormatText) >= 2.01
 BuildRequires: perl(HTML::TreeBuilder) >= 3.13
 BuildRequires: perl(integer)
@@ -58,22 +59,27 @@ BuildRequires:  perl(Text::Autoformat)
 BuildRequires: perl(Time::HiRes) >= 1.51
 BuildRequires: perl(Time::Zone)
 BuildRequires: perl(URI) >= 1.23
-BuildRequires: perl(User::Identity) >= 1.00
+BuildRequires: perl(User::Identity) >= 1.01
 BuildRequires: perl(User::Identity::Collection::Emails)
 BuildRequires: perl(utf8)
 BuildRequires: perl(vars)
 BuildRequires: perl(warnings)
-# Remember when we could assume build environments had common packages?
-# Pepperidge Farm remembers.
-BuildRequires: coreutils, make, glibc-common
-BuildArch: noarch
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-# Explicit run requires
+# Test Suite
+BuildRequires: perl(Data::Dumper)
+# Optional Tests
+%if !%{defined perl_bootstrap}
+BuildRequires: perl(Email::Abstract)
+%endif
+# Dependencies
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(Date::Parse)
 %if !%{defined perl_bootstrap}
 Requires:  perl(Mail::Transport::Send)
 %endif
+Requires:  perl(Net::Domain)
+Requires:  perl(Time::HiRes) >= 1.51
 Requires:  perl(Time::Zone)
+Requires:  perl(User::Identity) >= 1.01
 
 # I'm not sure why these provides aren't getting picked up automatically.
 Provides:  perl(Mail::Message::Body::Construct) = %{version}
@@ -94,38 +100,39 @@ MIME message handling code, formerly part of the Mail::Box 
package.
 # The licensing on these test files is unclear.
 # They seem to contain content posted publicly to usenet
 # so there is an argument that the content is distributable
-# but its not under a Free license.
+# but it's not under a Free license.
 # We delete these files to resolve the issue.
 # https://rt.cpan.org/Public/Bug/Display.html?id=120149
 rm -rf t/203-mlfolder.mbox t/204-sgfolder.mbox
 rm -rf t/203head-listgroup.t t/204head-spamgroup.t
 
-%{?perl_default_filter}
-
 %build
-yes y |%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+yes y |perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 make
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-%{_fixperms} $RPM_BUILD_ROOT/*
-# Fix file encoding
-recode()
-{
-   iconv -f "$2" -t utf-8 < "$1" > "${1}_"
-   mv -f "${1}_" "$1"
-}
-recode $RPM_BUILD_ROOT%{_mandir}/man3/Mail::Message::Field.3pm iso-8859-1
+%{make_install}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
 
 %files
-%doc README ChangeLog
+%doc ChangeLog README README.md
 %{perl_vendorlib}/Mail/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Tue Mar  1 2022 Paul Howarth  - 3.012-1
+- Update to 3.012
+- 

sergiomb pushed to rpms/perl-Mail-Message (epel9). "Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild (..more)"

2023-10-04 Thread notifications
Notification time stamped 2023-10-05 01:23:49 UTC

From 63c9d31247132bd862ee2902c8fce3731899c81f Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 22 2022 07:40:42 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 50ec935..b58bc88 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
 Version:   3.012
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   MIME message handling
 License:   GPL+ or Artistic
 URL:   https://metacpan.org/release/Mail-Message
@@ -123,6 +123,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Fri Jul 22 2022 Fedora Release Engineering  - 
3.012-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
 * Fri Jun 03 2022 Jitka Plesnikova  - 3.012-3
 - Perl 5.36 re-rebuild of bootstrapped packages
 



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/63c9d31247132bd862ee2902c8fce3731899c81f?branch=epel9
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Crypt-IDEA (f39). "Update license field to new BSD-Systemics SPDX license id"

2023-09-15 Thread notifications
Notification time stamped 2023-09-15 15:07:52 UTC

From 69e1fa494a1b4d57614e71150c24363f537b131f Mon Sep 17 00:00:00 2001
From: Michal Josef Špaček 
Date: Sep 14 2023 19:50:09 +
Subject: Update license field to new BSD-Systemics SPDX license id


---

diff --git a/perl-Crypt-IDEA.spec b/perl-Crypt-IDEA.spec
index f8f9ba5..f191516 100644
--- a/perl-Crypt-IDEA.spec
+++ b/perl-Crypt-IDEA.spec
@@ -1,8 +1,8 @@
 Summary:   Perl interface to IDEA block cipher
 Name:  perl-Crypt-IDEA
 Version:   1.10
-Release:   28%{?dist}
-License:   BSD with advertising
+Release:   29%{?dist}
+License:   BSD-Systemics
 URL:   https://metacpan.org/release/Crypt-IDEA
 Source0:   
https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-IDEA-%{version}.tar.gz
 # Build
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/Crypt::IDEA.3*
 
 %changelog
+* Thu Sep 14 2023 Michal Josef Špaček  - 1.10-29
+- Update license field to new BSD-Systemics SPDX license id
+
 * Thu Jul 20 2023 Fedora Release Engineering  - 
1.10-28
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Crypt-IDEA/c/69e1fa494a1b4d57614e71150c24363f537b131f?branch=f39
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pagure pushed to rpms/perl-Crypt-IDEA (rawhide). "Update license field to new BSD-Systemics SPDX license id"

2023-09-15 Thread notifications
Notification time stamped 2023-09-15 14:57:01 UTC

From 69e1fa494a1b4d57614e71150c24363f537b131f Mon Sep 17 00:00:00 2001
From: Michal Josef Špaček 
Date: Sep 14 2023 19:50:09 +
Subject: Update license field to new BSD-Systemics SPDX license id


---

diff --git a/perl-Crypt-IDEA.spec b/perl-Crypt-IDEA.spec
index f8f9ba5..f191516 100644
--- a/perl-Crypt-IDEA.spec
+++ b/perl-Crypt-IDEA.spec
@@ -1,8 +1,8 @@
 Summary:   Perl interface to IDEA block cipher
 Name:  perl-Crypt-IDEA
 Version:   1.10
-Release:   28%{?dist}
-License:   BSD with advertising
+Release:   29%{?dist}
+License:   BSD-Systemics
 URL:   https://metacpan.org/release/Crypt-IDEA
 Source0:   
https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-IDEA-%{version}.tar.gz
 # Build
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/Crypt::IDEA.3*
 
 %changelog
+* Thu Sep 14 2023 Michal Josef Špaček  - 1.10-29
+- Update license field to new BSD-Systemics SPDX license id
+
 * Thu Jul 20 2023 Fedora Release Engineering  - 
1.10-28
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Crypt-IDEA/c/69e1fa494a1b4d57614e71150c24363f537b131f?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-MCE-Shared (f39). "Update to 1.886 (..more)"

2023-09-14 Thread notifications
Notification time stamped 2023-09-14 11:30:36 UTC

From 9e93cd20d1fd12324db1cae503ac16c803a70a07 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sep 14 2023 11:11:23 +
Subject: Update to 1.886


- New upstream release 1.886
  - Add Android support; this required moving MCE::Shared::Base::Common out of
MCE::Shared::Base to separate file MCE::Shared::Common
  - Bump MCE dependency to 1.889

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index c869b80..d72b28f 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,6 +1,6 @@
 Name:  perl-MCE-Shared
-Version:   1.885
-Release:   2%{?dist}
+Version:   1.886
+Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/MCE-Shared
@@ -21,7 +21,7 @@ BuildRequires:perl(constant)
 BuildRequires: perl(Errno)
 BuildRequires: perl(if)
 BuildRequires: perl(IO::Handle)
-BuildRequires: perl(MCE) >= 1.886
+BuildRequires: perl(MCE) >= 1.889
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -44,7 +44,7 @@ BuildRequires:perl(Test::More) >= 0.88
 BuildRequires: perl(utf8)
 # Dependencies
 Requires:  perl(IO::FDPass) >= 1.2
-Requires:  perl(MCE) >= 1.886
+Requires:  perl(MCE) >= 1.889
 Requires:  perl(overloading)
 Requires:  perl(POSIX)
 Requires:  perl(Storable) >= 2.04
@@ -81,6 +81,7 @@ make test
 %{_mandir}/man3/MCE::Shared::Array.3*
 %{_mandir}/man3/MCE::Shared::Base.3*
 %{_mandir}/man3/MCE::Shared::Cache.3*
+%{_mandir}/man3/MCE::Shared::Common.3*
 %{_mandir}/man3/MCE::Shared::Condvar.3*
 %{_mandir}/man3/MCE::Shared::Handle.3*
 %{_mandir}/man3/MCE::Shared::Hash.3*
@@ -92,6 +93,12 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Thu Sep 14 2023 Paul Howarth  - 1.886-1
+- Update to 1.886
+  - Add Android support; this required moving MCE::Shared::Base::Common out of
+MCE::Shared::Base to separate file MCE::Shared::Common
+  - Bump MCE dependency to 1.889
+
 * Thu Jul 20 2023 Fedora Release Engineering  - 
1.885-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
 
diff --git a/sources b/sources
index 20ce474..bc914fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.885.tar.gz) = 
d3bb6d94260987387c958ab4324e7d69d53b5e7895f6e925fcdc96aacf785d639fed3ce12294f2b7caea50757b03f9b04ec5c7f8e57ea4c2932d9a455e9c9a81
+SHA512 (MCE-Shared-1.886.tar.gz) = 
d81dcf92f251a8163809a5c4f51e06147b150c14865707d38dd70de825c021539a09c84352fe43a43ab681052084e6b06bfef47429fcd901c0ee4765474e64a0



https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/9e93cd20d1fd12324db1cae503ac16c803a70a07?branch=f39
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-MCE-Shared (rawhide). "Update to 1.886 (..more)"

2023-09-14 Thread notifications
Notification time stamped 2023-09-14 11:13:10 UTC

From 9e93cd20d1fd12324db1cae503ac16c803a70a07 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sep 14 2023 11:11:23 +
Subject: Update to 1.886


- New upstream release 1.886
  - Add Android support; this required moving MCE::Shared::Base::Common out of
MCE::Shared::Base to separate file MCE::Shared::Common
  - Bump MCE dependency to 1.889

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index c869b80..d72b28f 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,6 +1,6 @@
 Name:  perl-MCE-Shared
-Version:   1.885
-Release:   2%{?dist}
+Version:   1.886
+Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/MCE-Shared
@@ -21,7 +21,7 @@ BuildRequires:perl(constant)
 BuildRequires: perl(Errno)
 BuildRequires: perl(if)
 BuildRequires: perl(IO::Handle)
-BuildRequires: perl(MCE) >= 1.886
+BuildRequires: perl(MCE) >= 1.889
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -44,7 +44,7 @@ BuildRequires:perl(Test::More) >= 0.88
 BuildRequires: perl(utf8)
 # Dependencies
 Requires:  perl(IO::FDPass) >= 1.2
-Requires:  perl(MCE) >= 1.886
+Requires:  perl(MCE) >= 1.889
 Requires:  perl(overloading)
 Requires:  perl(POSIX)
 Requires:  perl(Storable) >= 2.04
@@ -81,6 +81,7 @@ make test
 %{_mandir}/man3/MCE::Shared::Array.3*
 %{_mandir}/man3/MCE::Shared::Base.3*
 %{_mandir}/man3/MCE::Shared::Cache.3*
+%{_mandir}/man3/MCE::Shared::Common.3*
 %{_mandir}/man3/MCE::Shared::Condvar.3*
 %{_mandir}/man3/MCE::Shared::Handle.3*
 %{_mandir}/man3/MCE::Shared::Hash.3*
@@ -92,6 +93,12 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Thu Sep 14 2023 Paul Howarth  - 1.886-1
+- Update to 1.886
+  - Add Android support; this required moving MCE::Shared::Base::Common out of
+MCE::Shared::Base to separate file MCE::Shared::Common
+  - Bump MCE dependency to 1.889
+
 * Thu Jul 20 2023 Fedora Release Engineering  - 
1.885-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
 
diff --git a/sources b/sources
index 20ce474..bc914fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.885.tar.gz) = 
d3bb6d94260987387c958ab4324e7d69d53b5e7895f6e925fcdc96aacf785d639fed3ce12294f2b7caea50757b03f9b04ec5c7f8e57ea4c2932d9a455e9c9a81
+SHA512 (MCE-Shared-1.886.tar.gz) = 
d81dcf92f251a8163809a5c4f51e06147b150c14865707d38dd70de825c021539a09c84352fe43a43ab681052084e6b06bfef47429fcd901c0ee4765474e64a0



https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/9e93cd20d1fd12324db1cae503ac16c803a70a07?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


jplesnik pushed to rpms/perl-Mail-Box-POP3 (rawhide). "3.006 bump (rhbz#2235314)"

2023-08-29 Thread notifications
Notification time stamped 2023-08-29 08:17:28 UTC

From 413e644f9787b9e6e3ae90fe9a4ff9c8c2e2 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Aug 29 2023 07:40:44 +
Subject: 3.006 bump (rhbz#2235314)


---

diff --git a/.gitignore b/.gitignore
index e638cb7..e7cb090 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Mail-Box-POP3-3.003.tar.gz
 /Mail-Box-POP3-3.004.tar.gz
 /Mail-Box-POP3-3.005.tar.gz
+/Mail-Box-POP3-3.006.tar.gz
diff --git a/Mail-Box-POP3-3.001-Use-IO-Socket-IP-to-support-IPv6.patch 
b/Mail-Box-POP3-3.001-Use-IO-Socket-IP-to-support-IPv6.patch
deleted file mode 100644
index 4d88399..000
--- a/Mail-Box-POP3-3.001-Use-IO-Socket-IP-to-support-IPv6.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -up Mail-Box-POP3-3.001/lib/Mail/Transport/POP3.pm.orig 
Mail-Box-POP3-3.001/lib/Mail/Transport/POP3.pm
 Mail-Box-POP3-3.001/lib/Mail/Transport/POP3.pm.orig2017-06-30 
12:16:21.706412573 +0200
-+++ Mail-Box-POP3-3.001/lib/Mail/Transport/POP3.pm 2017-06-30 
15:25:51.762535024 +0200
-@@ -257,7 +257,7 @@ sub login(;$)
- return;
- }
- 
--my $net= $self->useSSL ? 'IO::Socket::SSL' : 'IO::Socket::INET';
-+my $net= $self->useSSL ? 'IO::Socket::SSL' : 'IO::Socket::IP';
- eval "require $net" or die $@;
- 
- my $socket = eval { $net->new("$host:$port") };
-diff -up Mail-Box-POP3-3.001/t/server.orig Mail-Box-POP3-3.001/t/server
 Mail-Box-POP3-3.001/t/server.orig  2017-06-30 12:17:40.145945703 +0200
-+++ Mail-Box-POP3-3.001/t/server   2017-06-30 12:21:19.785638413 +0200
-@@ -142,7 +142,7 @@ so a statistics list for one successful
- # Make sure we can do digests
- 
- use strict;
--use IO::Socket;
-+use IO::Socket::IP;
- use Digest::MD5 qw(md5_hex);
- 
- # Obtain the directory to work on
-@@ -181,7 +181,7 @@ while (my $keyword = shift) {
- # Create a server that can only take one connection at a time
- 
- $| = 1;
--my $server = IO::Socket::INET->new(
-+my $server = IO::Socket::IP->new(
-   Type  => SOCK_STREAM,
-   Listen=> 1,
-   @port,
diff --git a/Mail-Box-POP3-3.006-Use-IO-Socket-IP-to-support-IPv6.patch 
b/Mail-Box-POP3-3.006-Use-IO-Socket-IP-to-support-IPv6.patch
new file mode 100644
index 000..23e5ffb
--- /dev/null
+++ b/Mail-Box-POP3-3.006-Use-IO-Socket-IP-to-support-IPv6.patch
@@ -0,0 +1,54 @@
+diff -up Mail-Box-POP3-3.006/lib/Mail/Transport/POP3.pm.orig 
Mail-Box-POP3-3.006/lib/Mail/Transport/POP3.pm
+--- Mail-Box-POP3-3.006/lib/Mail/Transport/POP3.pm.orig2023-08-28 
13:36:31.0 +0200
 Mail-Box-POP3-3.006/lib/Mail/Transport/POP3.pm 2023-08-29 
08:43:19.459502979 +0200
+@@ -16,7 +16,7 @@ use strict;
+ use warnings;
+ 
+ use IO::Socket   ();
+-use IO::Socket::INET ();
++use IO::Socket::IP   ();
+ use IO::Socket::SSL  qw(SSL_VERIFY_NONE);
+ use Socket   qw/$CRLF/;
+ use Digest::MD5  qw/md5_hex/;
+@@ -274,7 +274,7 @@ sub login(;$)
+ $socket  = eval { IO::Socket::SSL->new(PeerAddr => "$host:$port", 
%$opts) };
+ }
+ else
+-{   $socket  = eval { IO::Socket::INET->new("$host:$port") };
++{   $socket  = eval { IO::Socket::IP->new("$host:$port") };
+ }
+ 
+ unless($socket)
+diff -up Mail-Box-POP3-3.006/lib/Mail/Transport/POP3.pod.orig 
Mail-Box-POP3-3.006/lib/Mail/Transport/POP3.pod
+--- Mail-Box-POP3-3.006/lib/Mail/Transport/POP3.pod.orig   2023-08-29 
08:43:41.464675281 +0200
 Mail-Box-POP3-3.006/lib/Mail/Transport/POP3.pod2023-08-29 
08:43:54.717779053 +0200
+@@ -264,7 +264,7 @@ was lost, it will be reconnected and the
+ state information (STAT and UIDL) is up-to-date in the object.
+ 
+ If the contact to the server was still present, or could be established,
+-an IO::Socket::INET object is returned.  Else, C is returned and
++an IO::Socket::IP object is returned.  Else, C is returned and
+ no further actions should be tried on the object.
+ 
+ =item $obj-EB($socket)
+diff -up Mail-Box-POP3-3.006/t/server.orig Mail-Box-POP3-3.006/t/server
+--- Mail-Box-POP3-3.006/t/server.orig  2023-08-28 13:35:33.0 +0200
 Mail-Box-POP3-3.006/t/server   2023-08-29 08:43:19.459502979 +0200
+@@ -142,7 +142,7 @@ so a statistics list for one successful
+ # Make sure we can do digests
+ 
+ use strict;
+-use IO::Socket;
++use IO::Socket::IP;
+ use Digest::MD5 qw(md5_hex);
+ 
+ # Obtain the directory to work on
+@@ -181,7 +181,7 @@ while (my $keyword = shift) {
+ # Create a server that can only take one connection at a time
+ 
+ $| = 1;
+-my $server = IO::Socket::INET->new(
++my $server = IO::Socket::IP->new(
+   Type  => SOCK_STREAM,
+   Listen=> 1,
+   @port,
diff --git a/perl-Mail-Box-POP3.spec b/perl-Mail-Box-POP3.spec
index 6111514..ca78496 100644
--- a/perl-Mail-Box-POP3.spec
+++ b/perl-Mail-Box-POP3.spec
@@ -1,12 +1,13 @@
 Name:   perl-Mail-Box-POP3
-Version:3.005
-Release:14%{?dist}
+Version:3.006
+Release:1%{?dist}
 Summary:Handle POP3 folders as client
 License:

jplesnik pushed to rpms/perl-Mail-Box-POP3 (rawhide). "Fix list of %files"

2023-08-29 Thread notifications
Notification time stamped 2023-08-29 08:17:28 UTC

From b42cbc56538dbdf591a969fe2bfac157f9d3e100 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Aug 29 2023 08:17:17 +
Subject: Fix list of %files


---

diff --git a/perl-Mail-Box-POP3.spec b/perl-Mail-Box-POP3.spec
index ca78496..0121ea8 100644
--- a/perl-Mail-Box-POP3.spec
+++ b/perl-Mail-Box-POP3.spec
@@ -64,15 +64,16 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 
NO_PERLLOCAL=1
 
 %install
 %{make_install}
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} %{buildroot}/*
 
 %check
 MARKOV_DEVEL=1 make test
 
 %files
 %doc ChangeLog README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Mail
+%{_mandir}/man3/Mail::Box*
+%{_mandir}/man3/Mail::Transport*
 
 %changelog
 * Mon Aug 28 2023 Jitka Plesnikova  - 3.006-1



https://src.fedoraproject.org/rpms/perl-Mail-Box-POP3/c/b42cbc56538dbdf591a969fe2bfac157f9d3e100?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-namespace-sweep (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 03:50:05 UTC

From c133bb83e72e63f4a8749de3beb272da49564988 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 03:49:59 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-namespace-sweep.spec b/perl-namespace-sweep.spec
index 45b13f8..6cd1ac7 100644
--- a/perl-namespace-sweep.spec
+++ b/perl-namespace-sweep.spec
@@ -1,6 +1,6 @@
 Name:   perl-namespace-sweep
 Version:0.006
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Sweep up imported subs in your classes
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/namespace-sweep
@@ -62,6 +62,9 @@ will still be able to use the imported functions without any 
problems.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.006-21
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.006-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-namespace-sweep/c/c133bb83e72e63f4a8749de3beb272da49564988?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-WWW-Form-UrlEncoded (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 03:21:10 UTC

From 892c0a10c7b1998df912fe34c55beeb771748142 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 03:21:04 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-WWW-Form-UrlEncoded.spec b/perl-WWW-Form-UrlEncoded.spec
index a5df54b..a0f0b91 100644
--- a/perl-WWW-Form-UrlEncoded.spec
+++ b/perl-WWW-Form-UrlEncoded.spec
@@ -1,6 +1,6 @@
 Name:   perl-WWW-Form-UrlEncoded
 Version:0.26
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Parser and builder for application/x-www-form-urlencoded
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/WWW-Form-UrlEncoded
@@ -55,6 +55,9 @@ BREAK_BACKWARD_COMPAT=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.26-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.26-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-WWW-Form-UrlEncoded/c/892c0a10c7b1998df912fe34c55beeb771748142?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Validation-Class (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 03:19:25 UTC

From 550f90339e7e2b56f4fc0162e94e59a30cd153e5 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 03:19:19 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 6c70fc3..b59ac74 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
 Version:7.900059
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
@@ -67,6 +67,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
7.900059-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Mon Apr 03 2023 Ralf Corsépius  - 7.900059-1
 - Upstream update to 7.900059.
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/550f90339e7e2b56f4fc0162e94e59a30cd153e5?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Types-Path-Tiny (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 03:10:07 UTC

From 9146b128e917d008fa439aedd2f327d55b2c77ef Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 03:10:02 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Types-Path-Tiny.spec b/perl-Types-Path-Tiny.spec
index 64699b0..01d 100644
--- a/perl-Types-Path-Tiny.spec
+++ b/perl-Types-Path-Tiny.spec
@@ -1,6 +1,6 @@
 Name:   perl-Types-Path-Tiny
 Version:0.006
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Path::Tiny types and coercions for Moose and Moo
 License:Apache-2.0
 URL:https://metacpan.org/release/Types-Path-Tiny
@@ -53,6 +53,9 @@ This module provides Path::Tiny types for Moose, Moo, etc.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.006-18
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.006-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Types-Path-Tiny/c/9146b128e917d008fa439aedd2f327d55b2c77ef?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Test2-Plugin-NoWarnings (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 02:42:30 UTC

From f0ecb9e4011ae90ee79acb04c64b6302d2258095 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 02:42:23 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Test2-Plugin-NoWarnings.spec 
b/perl-Test2-Plugin-NoWarnings.spec
index 5a89281..e25416f 100644
--- a/perl-Test2-Plugin-NoWarnings.spec
+++ b/perl-Test2-Plugin-NoWarnings.spec
@@ -1,6 +1,6 @@
 Name:  perl-Test2-Plugin-NoWarnings
 Version:   0.09
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   Fail if tests warn
 License:   Artistic-2.0
 URL:   https://metacpan.org/release/Test2-Plugin-NoWarnings
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/Test2::Plugin::NoWarnings.3*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.09-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.09-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Test2-Plugin-NoWarnings/c/f0ecb9e4011ae90ee79acb04c64b6302d2258095?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Sub-Infix (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 01:49:46 UTC

From 7f5c92257d73a0b2685e351cc4dabe0e28a5fb47 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 01:49:41 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Sub-Infix.spec b/perl-Sub-Infix.spec
index 295a379..f62487f 100644
--- a/perl-Sub-Infix.spec
+++ b/perl-Sub-Infix.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sub-Infix
 Version:0.004
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Create a fake infix operator
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Sub-Infix
@@ -51,6 +51,9 @@ source filters, or Devel::Declare, or any of that magic.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.004-21
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.004-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Sub-Infix/c/7f5c92257d73a0b2685e351cc4dabe0e28a5fb47?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Sub-Exporter-Lexical (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 01:49:05 UTC

From 976ae3670f78f83ff2d07451b0de87753c615083 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 01:49:00 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Sub-Exporter-Lexical.spec b/perl-Sub-Exporter-Lexical.spec
index 533d14e..3ce0345 100644
--- a/perl-Sub-Exporter-Lexical.spec
+++ b/perl-Sub-Exporter-Lexical.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sub-Exporter-Lexical
 Version:1.000
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Export lexically-available subs with Sub::Exporter
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Sub-Exporter-Lexical
@@ -54,6 +54,9 @@ rm $RPM_BUILD_ROOT%{perl_vendorlib}/Sub/Exporter/snippet.pl
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
1.000-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Tue Apr 04 2023 Ralf Corsépius  - 1.000-1
 - Update to 1.000.
 



https://src.fedoraproject.org/rpms/perl-Sub-Exporter-Lexical/c/976ae3670f78f83ff2d07451b0de87753c615083?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Specio (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 01:40:08 UTC

From 9468f4c8fc543f3606a6eba672e2ff7a46164b73 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 01:40:03 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Specio.spec b/perl-Specio.spec
index 824720a..a8e31f7 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Specio
 Version:   0.48
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Type constraints and coercions for Perl
 # lib/Specio/PartialDump.pm:   GPL-1.0-or-later OR Artistic-1.0-Perl
 #  

@@ -161,6 +161,9 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.48-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.48-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Specio/c/9468f4c8fc543f3606a6eba672e2ff7a46164b73?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-SOAP-WSDL (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 01:26:34 UTC

From e3b0491220e1b5c40e7913f7b3774f420bae21b7 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 01:26:29 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-SOAP-WSDL.spec b/perl-SOAP-WSDL.spec
index 1012c63..2d36d24 100644
--- a/perl-SOAP-WSDL.spec
+++ b/perl-SOAP-WSDL.spec
@@ -1,7 +1,7 @@
 Summary:   Perl module for SOAP with WSDL support
 Name:  perl-SOAP-WSDL
 Version:   3.004
-Release:   13%{?dist}
+Release:   14%{?dist}
 License:   GPL+ or Artistic
 URL:   https://metacpan.org/release/SOAP-WSDL
 Source:
https://cpan.metacpan.org/modules/by-module/SOAP/SOAP-WSDL-%{version}.tar.gz
@@ -133,6 +133,9 @@ chmod 0755 %{buildroot}%{_bindir}/wsdl2perl.pl
 
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
3.004-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
3.004-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-SOAP-WSDL/c/e3b0491220e1b5c40e7913f7b3774f420bae21b7?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Return-Type (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 01:23:03 UTC

From 3e1006980e5998c95cb5c7c6d6c5592fddb1d458 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 01:22:58 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Return-Type.spec b/perl-Return-Type.spec
index 7d66ab6..e8fe43c 100644
--- a/perl-Return-Type.spec
+++ b/perl-Return-Type.spec
@@ -1,6 +1,6 @@
 Name:   perl-Return-Type
 Version:0.007
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Specify a return type for a function
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Return-Type
@@ -54,6 +54,9 @@ library are supported.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.007-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.007-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Return-Type/c/3e1006980e5998c95cb5c7c6d6c5592fddb1d458?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Ref-Util-XS (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 01:20:15 UTC

From 69a89d6478745fc7aa96a06108728d407596947e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 01:20:10 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index 431eb3c..fd1b9ae 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Ref-Util-XS
 Version:   0.117
-Release:   19%{?dist}
+Release:   20%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   https://metacpan.org/release/Ref-Util-XS
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.117-20
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Tue Jul 11 2023 Jitka Plesnikova  - 0.117-19
 - Perl 5.38 rebuild
 



https://src.fedoraproject.org/rpms/perl-Ref-Util-XS/c/69a89d6478745fc7aa96a06108728d407596947e?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Ref-Util (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 01:20:05 UTC

From 79a1acee75a36f06b795a3a1c88556b1a1adaa88 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 01:19:59 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 77832cf..421152e 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Ref-Util
 Version:   0.204
-Release:   17%{?dist}
+Release:   18%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   https://metacpan.org/release/Ref-Util
@@ -80,6 +80,9 @@ make test
 %{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.204-18
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Wed May 10 2023 Paul Howarth  - 0.204-17
 - SPDX migration
 - Use %%license unconditionally



https://src.fedoraproject.org/rpms/perl-Ref-Util/c/79a1acee75a36f06b795a3a1c88556b1a1adaa88?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Params-ValidationCompiler (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 00:52:43 UTC

From 40d2934be1b78764088e4774e5f6f2e8318db1f3 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 00:52:38 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Params-ValidationCompiler.spec 
b/perl-Params-ValidationCompiler.spec
index ba4326e..051e29f 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Params-ValidationCompiler
 Version:   0.31
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Build an optimized subroutine parameter validator once, use it 
forever
 License:   Artistic-2.0
 URL:   https://metacpan.org/release/Params-ValidationCompiler
@@ -86,6 +86,9 @@ make test
 %{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.31-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.31-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Params-ValidationCompiler/c/40d2934be1b78764088e4774e5f6f2e8318db1f3?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Net-LDAP-Server-Test (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 00:22:37 UTC

From ef7b39f64c6f6fa3165f9ed932799b74e11a4610 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 00:22:31 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Net-LDAP-Server-Test.spec b/perl-Net-LDAP-Server-Test.spec
index a35a56d..5933fd6 100644
--- a/perl-Net-LDAP-Server-Test.spec
+++ b/perl-Net-LDAP-Server-Test.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-LDAP-Server-Test
 Version:0.22
-Release:21%{?dist}
+Release:22%{?dist}
 Summary:Test Net::LDAP code
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Net-LDAP-Server-Test
@@ -67,6 +67,9 @@ Test your Net::LDAP code without having a real LDAP server 
available.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.22-22
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.22-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Net-LDAP-Server-Test/c/ef7b39f64c6f6fa3165f9ed932799b74e11a4610?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Net-LDAP-Server (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 00:22:27 UTC

From 3ab22dc19a2f64c508d389d6c3ebfcc85e407591 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 00:22:21 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Net-LDAP-Server.spec b/perl-Net-LDAP-Server.spec
index 50d00be..76a28f1 100644
--- a/perl-Net-LDAP-Server.spec
+++ b/perl-Net-LDAP-Server.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-LDAP-Server
 Version:0.43
-Release:22%{?dist}
+Release:23%{?dist}
 Summary:Net::LDAP::Server Perl module
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Net-LDAP-Server
@@ -57,6 +57,9 @@ connection with the client.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.43-23
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.43-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Net-LDAP-Server/c/3ab22dc19a2f64c508d389d6c3ebfcc85e407591?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Net-LDAP-SID (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-21 00:22:17 UTC

From 8bc0e2c49591e4690450fffa6950a2d97a4ffca2 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 21 2023 00:22:11 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Net-LDAP-SID.spec b/perl-Net-LDAP-SID.spec
index 2ccc6bd..b2c1bc8 100644
--- a/perl-Net-LDAP-SID.spec
+++ b/perl-Net-LDAP-SID.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-LDAP-SID
 Version:0.001
-Release:21%{?dist}
+Release:22%{?dist}
 Summary:Net::LDAP::SID Perl module
 License:Artistic-2.0
 URL:https://metacpan.org/release/Net-LDAP-SID
@@ -42,6 +42,9 @@ Active Directory Security Identifier manipulation
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2023 Fedora Release Engineering  - 
0.001-22
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.001-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Net-LDAP-SID/c/8bc0e2c49591e4690450fffa6950a2d97a4ffca2?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Module-Extract-Use (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 23:37:52 UTC

From 4ea96a9010fc63b2875260173d049b523e96347e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 23:37:45 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Module-Extract-Use.spec b/perl-Module-Extract-Use.spec
index 139265c..77ae9e3 100644
--- a/perl-Module-Extract-Use.spec
+++ b/perl-Module-Extract-Use.spec
@@ -1,7 +1,7 @@
 Summary:   Pull out the modules a module explicitly uses
 Name:  perl-Module-Extract-Use
 Version:   1.051
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   Artistic-2.0
 URL:   https://metacpan.org/release/Module-Extract-Use
 Source0:   
https://cpan.metacpan.org/modules/by-module/Module/Module-Extract-Use-%{version}.tar.gz
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/Module::Extract::Use.3*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
1.051-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
1.051-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Module-Extract-Use/c/4ea96a9010fc63b2875260173d049b523e96347e?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Mock-Config (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 23:34:37 UTC

From 7f25de28de4f01ff8399adc704fb8b83087b5931 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 23:34:32 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Mock-Config.spec b/perl-Mock-Config.spec
index 2fefe3c..44f24ff 100644
--- a/perl-Mock-Config.spec
+++ b/perl-Mock-Config.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mock-Config
 Version:0.03
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Temporarily set Config or XSConfig values
 License:Artistic-2.0
 URL:https://metacpan.org/release/Mock-Config
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
0.03-20
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.03-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Mock-Config/c/7f25de28de4f01ff8399adc704fb8b83087b5931?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Mail-Transport (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 23:23:38 UTC

From 2dc3ecdfaee6bf46825ed01a5167e92f90fb61ed Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 23:23:32 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Mail-Transport.spec b/perl-Mail-Transport.spec
index 6c97ad8..ef431b4 100644
--- a/perl-Mail-Transport.spec
+++ b/perl-Mail-Transport.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Transport
 Version:   3.005
-Release:   8%{?dist}
+Release:   9%{?dist}
 Summary:   Email message exchange
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Transport
@@ -67,6 +67,9 @@ make test
 %{_mandir}/man3/Mail::Transport::Sendmail.3*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
3.005-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
3.005-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Mail-Transport/c/2dc3ecdfaee6bf46825ed01a5167e92f90fb61ed?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Mail-Message (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 23:22:17 UTC

From 8386eb4bbc365c58be2d471a05fe62dc0909e697 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 23:22:12 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 02c843e..069bd0c 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
 Version:   3.013
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   MIME message handling
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Message
@@ -124,6 +124,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
3.013-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Sun Jun 25 2023 Paul Howarth  - 3.013-1
 - Update to 3.013 (rhbz#2217164)
 



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/8386eb4bbc365c58be2d471a05fe62dc0909e697?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Mail-Box-POP3 (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 23:20:56 UTC

From ce3b7718cf5f7501b740fef9e0c98e05137c2e37 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 23:20:51 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Mail-Box-POP3.spec b/perl-Mail-Box-POP3.spec
index 9df0407..6111514 100644
--- a/perl-Mail-Box-POP3.spec
+++ b/perl-Mail-Box-POP3.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-Box-POP3
 Version:3.005
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Handle POP3 folders as client
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Mail-Box-POP3
@@ -75,6 +75,9 @@ MARKOV_DEVEL=1 make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
3.005-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
3.005-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Mail-Box-POP3/c/ce3b7718cf5f7501b740fef9e0c98e05137c2e37?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-MCE-Shared (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 23:17:39 UTC

From bab68cf798fa3f1d08e4d9e9224e17104b246257 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 23:17:34 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index bd0b895..c869b80 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,6 +1,6 @@
 Name:  perl-MCE-Shared
 Version:   1.885
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/MCE-Shared
@@ -92,6 +92,9 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
1.885-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jun  9 2023 Paul Howarth  - 1.885-1
 - Update to 1.885
   - Fix typo in Queue dequeue_timed documentation



https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/bab68cf798fa3f1d08e4d9e9224e17104b246257?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-List-MoreUtils-XS (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 23:08:33 UTC

From f6bf3b0443896b20c99929721ae4bcc08cc65347 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 23:08:27 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec
index 747c097..c3e7b31 100644
--- a/perl-List-MoreUtils-XS.spec
+++ b/perl-List-MoreUtils-XS.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-List-MoreUtils-XS
 Version:   0.430
-Release:   10%{?dist}
+Release:   11%{?dist}
 Summary:   Provide compiled List::MoreUtils functions
 # Code from List-MoreUtils < 0.417 is GPL-1.0-or-later OR Artistic-1.0-Perl
 # Anything after that is Apache-2.0
@@ -89,6 +89,9 @@ make test
 %{_mandir}/man3/List::MoreUtils::XS.3*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
0.430-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Tue Jul 11 2023 Jitka Plesnikova  - 0.430-10
 - Perl 5.38 rebuild
 



https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/c/f6bf3b0443896b20c99929721ae4bcc08cc65347?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-IO-FDPass (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 22:39:37 UTC

From 7d3912af22d1a3398843dd20fc48d73145fdf44b Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 22:39:31 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-IO-FDPass.spec b/perl-IO-FDPass.spec
index 0d1f23d..91a369a 100644
--- a/perl-IO-FDPass.spec
+++ b/perl-IO-FDPass.spec
@@ -1,6 +1,6 @@
 Name:  perl-IO-FDPass
 Version:   1.3
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   Pass a file descriptor over a socket
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/IO-FDPass
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/IO::FDPass.3*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
1.3-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Tue Jul 11 2023 Jitka Plesnikova  - 1.3-9
 - Perl 5.38 rebuild
 



https://src.fedoraproject.org/rpms/perl-IO-FDPass/c/7d3912af22d1a3398843dd20fc48d73145fdf44b?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-HTTP-MultiPartParser (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 22:29:33 UTC

From 3c29b715501213dba50a81c4fd57a1780c474834 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 22:29:28 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-HTTP-MultiPartParser.spec b/perl-HTTP-MultiPartParser.spec
index 76a52ca..2f4a14a 100644
--- a/perl-HTTP-MultiPartParser.spec
+++ b/perl-HTTP-MultiPartParser.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTTP-MultiPartParser
 Version:0.02
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:HTTP MultiPart Parser
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/HTTP-MultiPartParser
@@ -58,6 +58,9 @@ streams conforming to MultiPart types as defined in RFC 2616.
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
0.02-21
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.02-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-HTTP-MultiPartParser/c/3c29b715501213dba50a81c4fd57a1780c474834?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-HTTP-Entity-Parser (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 22:28:21 UTC

From 04dabc1b5b74b5ac56a236fde7e25de142bafb33 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 22:28:15 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-HTTP-Entity-Parser.spec b/perl-HTTP-Entity-Parser.spec
index ff9c9c6..242cbec 100644
--- a/perl-HTTP-Entity-Parser.spec
+++ b/perl-HTTP-Entity-Parser.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTTP-Entity-Parser
 Version:0.25
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:PSGI compliant HTTP Entity Parser
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/HTTP-Entity-Parser
@@ -68,6 +68,9 @@ data and application/json.
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
0.25-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.25-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-HTTP-Entity-Parser/c/04dabc1b5b74b5ac56a236fde7e25de142bafb33?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Encode-IMAPUTF7 (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 21:29:39 UTC

From 9658e30de65e1edd139905ed0590b9fb073d99a6 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 21:29:33 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Encode-IMAPUTF7.spec b/perl-Encode-IMAPUTF7.spec
index 3ec8c0b..dcbf879 100644
--- a/perl-Encode-IMAPUTF7.spec
+++ b/perl-Encode-IMAPUTF7.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-Encode-IMAPUTF7
 Version:1.05
-Release:21%{?dist}
+Release:22%{?dist}
 Summary:Process the special UTF-7 variant required by IMAP
 License:GPL+ or Artistic
 URL:https://metacpan.org/release/Encode-IMAPUTF7
@@ -41,6 +41,9 @@ make test
 %_mandir/man3/*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
1.05-22
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
1.05-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Encode-IMAPUTF7/c/9658e30de65e1edd139905ed0590b9fb073d99a6?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-DateTime-Calendar-Julian (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 21:00:04 UTC

From 3b9043e270bb8f23d5ca7251edb734f20e2de3af Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 20:59:58 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-DateTime-Calendar-Julian.spec 
b/perl-DateTime-Calendar-Julian.spec
index 2c93c7c..8fbc1d6 100644
--- a/perl-DateTime-Calendar-Julian.spec
+++ b/perl-DateTime-Calendar-Julian.spec
@@ -1,6 +1,6 @@
 Name:  perl-DateTime-Calendar-Julian
 Version:   0.107
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPL+ or Artistic
 Summary:   Julian Calendar support for DateTime.pm
 Url:   https://metacpan.org/release/DateTime-Calendar-Julian
@@ -38,6 +38,9 @@ make test
 %{_mandir}/man3/DateTime::Calendar::Julian.3pm*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
0.107-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.107-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-DateTime-Calendar-Julian/c/3b9043e270bb8f23d5ca7251edb734f20e2de3af?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Crypt-IDEA (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 20:29:28 UTC

From ccd1d0bc51d9d2e52651f5268333715c25a26908 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 20:29:23 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Crypt-IDEA.spec b/perl-Crypt-IDEA.spec
index fed3918..f8f9ba5 100644
--- a/perl-Crypt-IDEA.spec
+++ b/perl-Crypt-IDEA.spec
@@ -1,7 +1,7 @@
 Summary:   Perl interface to IDEA block cipher
 Name:  perl-Crypt-IDEA
 Version:   1.10
-Release:   27%{?dist}
+Release:   28%{?dist}
 License:   BSD with advertising
 URL:   https://metacpan.org/release/Crypt-IDEA
 Source0:   
https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-IDEA-%{version}.tar.gz
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/Crypt::IDEA.3*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
1.10-28
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Tue Jul 11 2023 Jitka Plesnikova  - 1.10-27
 - Perl 5.38 rebuild
 



https://src.fedoraproject.org/rpms/perl-Crypt-IDEA/c/ccd1d0bc51d9d2e52651f5268333715c25a26908?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Cookie-Baker (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 20:25:49 UTC

From 5b163921e973941e6e972232d18f813dc81c8af7 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 20:25:44 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Cookie-Baker.spec b/perl-Cookie-Baker.spec
index affb341..bab4f87 100644
--- a/perl-Cookie-Baker.spec
+++ b/perl-Cookie-Baker.spec
@@ -1,6 +1,6 @@
 Name:   perl-Cookie-Baker
 Version:0.11
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Cookie string generator / parser
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Cookie-Baker
@@ -49,6 +49,9 @@ Cookie::Baker provides simple cookie string generator and 
parser.
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
0.11-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.11-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Cookie-Baker/c/5b163921e973941e6e972232d18f813dc81c8af7?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Code-TidyAll-Plugin-Test-Vars (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 20:13:53 UTC

From c24c31bed5a044432a70bc737164d74afb888ec3 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 20:13:48 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Code-TidyAll-Plugin-Test-Vars.spec 
b/perl-Code-TidyAll-Plugin-Test-Vars.spec
index 55b2b4e..948c2a9 100644
--- a/perl-Code-TidyAll-Plugin-Test-Vars.spec
+++ b/perl-Code-TidyAll-Plugin-Test-Vars.spec
@@ -1,6 +1,6 @@
 Name:   perl-Code-TidyAll-Plugin-Test-Vars
 Version:0.04
-Release:21%{?dist}
+Release:22%{?dist}
 Summary:Provides Test::Vars plugin for Code::TidyAll
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Code-TidyAll-Plugin-Test-Vars
@@ -56,6 +56,9 @@ This module uses Test::Vars to detect unused variables in 
Perl modules.
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
0.04-22
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.04-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Code-TidyAll-Plugin-Test-Vars/c/c24c31bed5a044432a70bc737164d74afb888ec3?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Class-Std-Fast (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild (..more)"

2023-07-20 Thread notifications
Notification time stamped 2023-07-20 20:11:32 UTC

From da80016ba97bdcb43025058ed39e31ee356ab624 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 20 2023 20:11:26 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Class-Std-Fast.spec b/perl-Class-Std-Fast.spec
index 8403dbf..0897bf1 100644
--- a/perl-Class-Std-Fast.spec
+++ b/perl-Class-Std-Fast.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Std-Fast
 Version:0.0.8
-Release:22%{?dist}
+Release:23%{?dist}
 Summary:Faster but less secure replacement for Class::Std
 License:GPL+ or Artistic
 URL:https://metacpan.org/release/Class-Std-Fast
@@ -67,6 +67,9 @@ make test
 
 
 %changelog
+* Thu Jul 20 2023 Fedora Release Engineering  - 
0.0.8-23
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.0.8-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Class-Std-Fast/c/da80016ba97bdcb43025058ed39e31ee356ab624?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


jplesnik pushed to rpms/perl-List-MoreUtils-XS (rawhide). "Perl 5.38 rebuild"

2023-07-11 Thread notifications
Notification time stamped 2023-07-11 14:31:48 UTC

From ba0aeda950118e3f1b168b500a6905619f486412 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jul 11 2023 14:31:40 +
Subject: Perl 5.38 rebuild


---

diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec
index f05c6b8..747c097 100644
--- a/perl-List-MoreUtils-XS.spec
+++ b/perl-List-MoreUtils-XS.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-List-MoreUtils-XS
 Version:   0.430
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   Provide compiled List::MoreUtils functions
 # Code from List-MoreUtils < 0.417 is GPL-1.0-or-later OR Artistic-1.0-Perl
 # Anything after that is Apache-2.0
@@ -89,6 +89,9 @@ make test
 %{_mandir}/man3/List::MoreUtils::XS.3*
 
 %changelog
+* Tue Jul 11 2023 Jitka Plesnikova  - 0.430-10
+- Perl 5.38 rebuild
+
 * Tue Jun 13 2023 Paul Howarth  - 0.430-9
 - Disable extra test in RHEL builds (based on
   https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1)



https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/c/ba0aeda950118e3f1b168b500a6905619f486412?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


jplesnik pushed to rpms/perl-IO-FDPass (rawhide). "Perl 5.38 rebuild"

2023-07-11 Thread notifications
Notification time stamped 2023-07-11 14:06:35 UTC

From f7e7188b71dab4de32516866d0dec5f075a57f94 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jul 11 2023 14:06:26 +
Subject: Perl 5.38 rebuild


---

diff --git a/perl-IO-FDPass.spec b/perl-IO-FDPass.spec
index 6dbde2d..0d1f23d 100644
--- a/perl-IO-FDPass.spec
+++ b/perl-IO-FDPass.spec
@@ -1,6 +1,6 @@
 Name:  perl-IO-FDPass
 Version:   1.3
-Release:   8%{?dist}
+Release:   9%{?dist}
 Summary:   Pass a file descriptor over a socket
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/IO-FDPass
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/IO::FDPass.3*
 
 %changelog
+* Tue Jul 11 2023 Jitka Plesnikova  - 1.3-9
+- Perl 5.38 rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 1.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-IO-FDPass/c/f7e7188b71dab4de32516866d0dec5f075a57f94?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


jplesnik pushed to rpms/perl-Ref-Util-XS (rawhide). "Perl 5.38 rebuild"

2023-07-11 Thread notifications
Notification time stamped 2023-07-11 13:28:39 UTC

From a097466fa66c63dec4fc5a7291d315e01977d4e4 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jul 11 2023 13:28:33 +
Subject: Perl 5.38 rebuild


---

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index a1ada6e..431eb3c 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Ref-Util-XS
 Version:   0.117
-Release:   18%{?dist}
+Release:   19%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   https://metacpan.org/release/Ref-Util-XS
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Tue Jul 11 2023 Jitka Plesnikova  - 0.117-19
+- Perl 5.38 rebuild
+
 * Thu May 11 2023 Paul Howarth  - 0.117-18
 - SPDX migration
 - Use author-independent source URL



https://src.fedoraproject.org/rpms/perl-Ref-Util-XS/c/a097466fa66c63dec4fc5a7291d315e01977d4e4?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


jplesnik pushed to rpms/perl-Crypt-IDEA (rawhide). "Perl 5.38 rebuild"

2023-07-11 Thread notifications
Notification time stamped 2023-07-11 13:20:04 UTC

From 40ff3ff9747140e246e85b7cb90dc634e5115c61 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jul 11 2023 13:19:43 +
Subject: Perl 5.38 rebuild


---

diff --git a/perl-Crypt-IDEA.spec b/perl-Crypt-IDEA.spec
index cb4e0e0..fed3918 100644
--- a/perl-Crypt-IDEA.spec
+++ b/perl-Crypt-IDEA.spec
@@ -1,7 +1,7 @@
 Summary:   Perl interface to IDEA block cipher
 Name:  perl-Crypt-IDEA
 Version:   1.10
-Release:   26%{?dist}
+Release:   27%{?dist}
 License:   BSD with advertising
 URL:   https://metacpan.org/release/Crypt-IDEA
 Source0:   
https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-IDEA-%{version}.tar.gz
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/Crypt::IDEA.3*
 
 %changelog
+* Tue Jul 11 2023 Jitka Plesnikova  - 1.10-27
+- Perl 5.38 rebuild
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
1.10-26
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Crypt-IDEA/c/40ff3ff9747140e246e85b7cb90dc634e5115c61?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Mail-Message (rawhide). "Update to 3.013 (rhbz#2217164)"

2023-06-25 Thread notifications
Notification time stamped 2023-06-25 10:38:19 UTC

From 1e787cb1795df8df93629994cf3909d55080bb9f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jun 25 2023 10:37:42 +
Subject: Update to 3.013 (rhbz#2217164)


---

diff --git a/.gitignore b/.gitignore
index 96ec0b8..d81577b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Mail-Message-3.010.tar.gz
 /Mail-Message-3.011.tar.gz
 /Mail-Message-3.012.tar.gz
+/Mail-Message-3.013.tar.gz
diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 53b1b6f..02c843e 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -1,6 +1,6 @@
 Name:  perl-Mail-Message
-Version:   3.012
-Release:   5%{?dist}
+Version:   3.013
+Release:   1%{?dist}
 Summary:   MIME message handling
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Message
@@ -59,7 +59,7 @@ BuildRequires:perl(Text::Autoformat)
 BuildRequires: perl(Time::HiRes) >= 1.51
 BuildRequires: perl(Time::Zone)
 BuildRequires: perl(URI) >= 1.23
-BuildRequires: perl(User::Identity) >= 1.01
+BuildRequires: perl(User::Identity) >= 1.02
 BuildRequires: perl(User::Identity::Collection::Emails)
 BuildRequires: perl(utf8)
 BuildRequires: perl(vars)
@@ -78,7 +78,7 @@ Requires: perl(Mail::Transport::Send)
 Requires:  perl(Net::Domain)
 Requires:  perl(Time::HiRes) >= 1.51
 Requires:  perl(Time::Zone)
-Requires:  perl(User::Identity) >= 1.01
+Requires:  perl(User::Identity) >= 1.02
 
 # I'm not sure why these provides aren't getting picked up automatically.
 Provides:  perl(Mail::Message::Body::Construct) = %{version}
@@ -104,6 +104,8 @@ MIME message handling code, formerly part of the Mail::Box 
package.
 # https://rt.cpan.org/Public/Bug/Display.html?id=120149
 rm -rf t/203-mlfolder.mbox t/204-sgfolder.mbox
 rm -rf t/203head-listgroup.t t/204head-spamgroup.t
+perl -i -ne 'print $_ unless m{^t/20[34]-(ml|sg)folder\.mbox$}' MANIFEST
+perl -i -ne 'print $_ unless m{^t/20[34]head-(list|spam)group\.t$}' MANIFEST
 
 %build
 yes y |perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
@@ -122,6 +124,9 @@ make test
 %{_mandir}/man3/Mail::*.3*
 
 %changelog
+* Sun Jun 25 2023 Paul Howarth  - 3.013-1
+- Update to 3.013 (rhbz#2217164)
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
3.012-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
diff --git a/sources b/sources
index 3aa5981..3b911fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Mail-Message-3.012.tar.gz) = 
a29101f3e4ba30ca49e6e1fab39d3358df02ab95a99d6a9bd7e3d4e0d23e0cc3e8bf407adc7d21b83e52157d660014374157aeb44085e88ad2e4fb0b4553b8b4
+SHA512 (Mail-Message-3.013.tar.gz) = 
7a15c42e1da549c69eecc20bba6a63a9558e11488d583de117225ae6a66c249ab6ab99108b051cbc476de02e08efbff5319b4ed0b268f7c3267f88bcfb9b2a1d



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/1e787cb1795df8df93629994cf3909d55080bb9f?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-List-MoreUtils-XS (rawhide). "Silence build-time warnings about missing bundled modules"

2023-06-13 Thread notifications
Notification time stamped 2023-06-13 09:25:14 UTC

From 4199e4f7be2f76fa9f8cd8f7b3f219c8561844ac Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jun 13 2023 09:18:01 +
Subject: Silence build-time warnings about missing bundled modules


---

diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec
index bc2c49c..f05c6b8 100644
--- a/perl-List-MoreUtils-XS.spec
+++ b/perl-List-MoreUtils-XS.spec
@@ -63,6 +63,7 @@ This module provides accelerated versions of functions in 
List::MoreUtils.
 # Unbundle bundled modules except private inc::Config::AutoConf::LMU
 %patch -P 0
 find inc/ -type f ! -name LMU.pm -print -delete
+perl -i -ne 'print $_ unless m{^inc/} and not m{LMU\.pm}' MANIFEST
 
 %build
 perl Makefile.PL \
@@ -91,6 +92,7 @@ make test
 * Tue Jun 13 2023 Paul Howarth  - 0.430-9
 - Disable extra test in RHEL builds (based on
   https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1)
+- Silence build-time warnings about missing bundled modules
 
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.430-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild



https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/c/4199e4f7be2f76fa9f8cd8f7b3f219c8561844ac?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-List-MoreUtils-XS (rawhide). "Disable extra test in RHEL builds (..more)"

2023-06-13 Thread notifications
Notification time stamped 2023-06-13 09:25:14 UTC

From 102ebafc207194a99ec10432b6480844ff4e28ef Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jun 13 2023 09:11:16 +
Subject: Disable extra test in RHEL builds


Based on:
https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1

---

diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec
index 410f355..bc2c49c 100644
--- a/perl-List-MoreUtils-XS.spec
+++ b/perl-List-MoreUtils-XS.spec
@@ -1,9 +1,13 @@
 # Run extra tests
+%if ! (0%{?rhel})
 %bcond_without perl_List_MoreUtils_XS_enables_extra_test
+%else
+%bcond_with perl_List_MoreUtils_XS_enables_extra_test
+%endif
 
 Name:  perl-List-MoreUtils-XS
 Version:   0.430
-Release:   8%{?dist}
+Release:   9%{?dist}
 Summary:   Provide compiled List::MoreUtils functions
 # Code from List-MoreUtils < 0.417 is GPL-1.0-or-later OR Artistic-1.0-Perl
 # Anything after that is Apache-2.0
@@ -84,6 +88,10 @@ make test
 %{_mandir}/man3/List::MoreUtils::XS.3*
 
 %changelog
+* Tue Jun 13 2023 Paul Howarth  - 0.430-9
+- Disable extra test in RHEL builds (based on
+  https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/pull-request/1)
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.430-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/c/102ebafc207194a99ec10432b6480844ff4e28ef?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-MCE-Shared (rawhide). "Update to 1.885 (..more)"

2023-06-10 Thread notifications
Notification time stamped 2023-06-10 12:07:00 UTC

From 0086367d91a3127e2121e700e53d6412c2b08cba Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jun 10 2023 12:06:19 +
Subject: Update to 1.885


- New upstream release 1.885
  - Fix typo in Queue dequeue_timed documentation

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 111ec6a..bd0b895 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:  perl-MCE-Shared
-Version:   1.884
+Version:   1.885
 Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
@@ -92,6 +92,10 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Fri Jun  9 2023 Paul Howarth  - 1.885-1
+- Update to 1.885
+  - Fix typo in Queue dequeue_timed documentation
+
 * Thu Jun  8 2023 Paul Howarth  - 1.884-1
 - Update to 1.884
   - Add missing return statement(s) in Condvar and Queue
diff --git a/sources b/sources
index 722eff4..20ce474 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.884.tar.gz) = 
b05a7d3a3b4de4b8693db123e35adcb360e312649c054e8bef94f1ad3cfb4c499fbe1228b4d6782a21323a37120a18ce46188ba5857f66f61e3f1be9ffe0fb5b
+SHA512 (MCE-Shared-1.885.tar.gz) = 
d3bb6d94260987387c958ab4324e7d69d53b5e7895f6e925fcdc96aacf785d639fed3ce12294f2b7caea50757b03f9b04ec5c7f8e57ea4c2932d9a455e9c9a81



https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/0086367d91a3127e2121e700e53d6412c2b08cba?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-MCE-Shared (rawhide). "Update to 1.884 (..more)"

2023-06-08 Thread notifications
Notification time stamped 2023-06-08 13:20:28 UTC

From 1d6a53e15a332e9e2731822cfdb41766f1c7c982 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jun 08 2023 13:19:48 +
Subject: Update to 1.884


- New upstream release 1.884
  - Add missing return statement(s) in Condvar and Queue
  - Move tests for condvar timedwait to xt/condvar_timedwait.t

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index e65b6ab..111ec6a 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:  perl-MCE-Shared
-Version:   1.883
+Version:   1.884
 Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
@@ -42,7 +42,7 @@ BuildRequires:perl(MCE::Flow)
 BuildRequires: perl(open)
 BuildRequires: perl(Test::More) >= 0.88
 BuildRequires: perl(utf8)
-# Runtime
+# Dependencies
 Requires:  perl(IO::FDPass) >= 1.2
 Requires:  perl(MCE) >= 1.886
 Requires:  perl(overloading)
@@ -92,6 +92,11 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Thu Jun  8 2023 Paul Howarth  - 1.884-1
+- Update to 1.884
+  - Add missing return statement(s) in Condvar and Queue
+  - Move tests for condvar timedwait to xt/condvar_timedwait.t
+
 * Wed Jun  7 2023 Paul Howarth  - 1.883-1
 - Update to 1.883
   - Bump MCE dependency to 1.886
@@ -110,7 +115,7 @@ make test
 * Wed Jan  4 2023 Paul Howarth  - 1.880-1
 - Update to 1.880
   - Bump MCE dependency to 1.883
-  - Improve 05_mce_hobo.t test
+  - Improved 05_mce_hobo.t test
 
 * Sat Dec  3 2022 Paul Howarth  - 1.879-1
 - Update to 1.879
diff --git a/sources b/sources
index 5df9a35..722eff4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.883.tar.gz) = 
ea9f6ab679347ad6142782edc8d6a4ea17a63225f066bda6118a2e0d1384df2fe163af0e3a19d8e706b4b9a4f8b81243d9ad84bb872738d1711215572769a0d7
+SHA512 (MCE-Shared-1.884.tar.gz) = 
b05a7d3a3b4de4b8693db123e35adcb360e312649c054e8bef94f1ad3cfb4c499fbe1228b4d6782a21323a37120a18ce46188ba5857f66f61e3f1be9ffe0fb5b



https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/1d6a53e15a332e9e2731822cfdb41766f1c7c982?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-MCE-Shared (rawhide). "Update to 1.883 (..more)"

2023-06-07 Thread notifications
Notification time stamped 2023-06-07 08:50:49 UTC

From d2ea9294e676af3c07ed74720f2d0a1c9af628ea Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jun 07 2023 08:49:36 +
Subject: Update to 1.883


- New upstream release 1.883
  - Bump MCE dependency to 1.886
  - Added dequeue_timed method to MCE::Shared::Queue
  - Fixed taint mode in MCE::Shared::Sequence _sprintf
  - Remove unused Queue vars in MCE::Shared::Server, since 1.867

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 88eaef2..e65b6ab 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:  perl-MCE-Shared
-Version:   1.881
+Version:   1.883
 Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
@@ -21,7 +21,7 @@ BuildRequires:perl(constant)
 BuildRequires: perl(Errno)
 BuildRequires: perl(if)
 BuildRequires: perl(IO::Handle)
-BuildRequires: perl(MCE) >= 1.885
+BuildRequires: perl(MCE) >= 1.886
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -44,7 +44,7 @@ BuildRequires:perl(Test::More) >= 0.88
 BuildRequires: perl(utf8)
 # Runtime
 Requires:  perl(IO::FDPass) >= 1.2
-Requires:  perl(MCE) >= 1.885
+Requires:  perl(MCE) >= 1.886
 Requires:  perl(overloading)
 Requires:  perl(POSIX)
 Requires:  perl(Storable) >= 2.04
@@ -92,6 +92,13 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Wed Jun  7 2023 Paul Howarth  - 1.883-1
+- Update to 1.883
+  - Bump MCE dependency to 1.886
+  - Added dequeue_timed method to MCE::Shared::Queue
+  - Fixed taint mode in MCE::Shared::Sequence _sprintf
+  - Remove unused Queue vars in MCE::Shared::Server, since 1.867
+
 * Wed May 31 2023 Paul Howarth  - 1.881-1
 - Update to 1.881
   - Bump MCE dependency to 1.885
diff --git a/sources b/sources
index 33ede7a..5df9a35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.881.tar.gz) = 
6f88d56fec1531694161ef9af5e33fdcd60e61680fd16c5e86fe8f217a0eb4744c6c181b182adbff7906292d0a545853aee615b2f676667cfae65ceaca10d23b
+SHA512 (MCE-Shared-1.883.tar.gz) = 
ea9f6ab679347ad6142782edc8d6a4ea17a63225f066bda6118a2e0d1384df2fe163af0e3a19d8e706b4b9a4f8b81243d9ad84bb872738d1711215572769a0d7



https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/d2ea9294e676af3c07ed74720f2d0a1c9af628ea?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-MCE-Shared (rawhide). "Update to 1.881 (..more)"

2023-05-31 Thread notifications
Notification time stamped 2023-05-31 08:54:08 UTC

From 69de89eafefb6ee0b63aa334b8e43ca6297793f5 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: May 31 2023 08:44:15 +
Subject: Update to 1.881


- New upstream release 1.881
  - Bump MCE dependency to 1.885
  - Improved reliability on the Windows platform

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 381010f..88eaef2 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,6 +1,6 @@
 Name:  perl-MCE-Shared
-Version:   1.880
-Release:   2%{?dist}
+Version:   1.881
+Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/MCE-Shared
@@ -21,7 +21,7 @@ BuildRequires:perl(constant)
 BuildRequires: perl(Errno)
 BuildRequires: perl(if)
 BuildRequires: perl(IO::Handle)
-BuildRequires: perl(MCE) >= 1.883
+BuildRequires: perl(MCE) >= 1.885
 BuildRequires: perl(MCE::Mutex)
 BuildRequires: perl(MCE::Signal)
 BuildRequires: perl(MCE::Util)
@@ -44,7 +44,7 @@ BuildRequires:perl(Test::More) >= 0.88
 BuildRequires: perl(utf8)
 # Runtime
 Requires:  perl(IO::FDPass) >= 1.2
-Requires:  perl(MCE) >= 1.883
+Requires:  perl(MCE) >= 1.885
 Requires:  perl(overloading)
 Requires:  perl(POSIX)
 Requires:  perl(Storable) >= 2.04
@@ -92,6 +92,11 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Wed May 31 2023 Paul Howarth  - 1.881-1
+- Update to 1.881
+  - Bump MCE dependency to 1.885
+  - Improved reliability on the Windows platform
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
1.880-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
diff --git a/sources b/sources
index 33e777b..33ede7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.880.tar.gz) = 
7aabe6596c55caa2821cd2468be3eb5ee308563a71d8bb88ed473eb8473f44189ad5d5174a75fe5b84b9358ee12087d4f7f8221d4c082e2c554eb0e360123e1f
+SHA512 (MCE-Shared-1.881.tar.gz) = 
6f88d56fec1531694161ef9af5e33fdcd60e61680fd16c5e86fe8f217a0eb4744c6c181b182adbff7906292d0a545853aee615b2f676667cfae65ceaca10d23b



https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/69de89eafefb6ee0b63aa334b8e43ca6297793f5?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Test2-Plugin-NoWarnings (rawhide). "Drop redundant rpmlintrc"

2023-05-17 Thread notifications
Notification time stamped 2023-05-17 11:30:02 UTC

From aa1e17d9ec0e5370653b652daa1cab7464554cd2 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: May 17 2023 11:24:16 +
Subject: Drop redundant rpmlintrc


---

diff --git a/perl-Test2-Plugin-NoWarnings.rpmlintrc 
b/perl-Test2-Plugin-NoWarnings.rpmlintrc
deleted file mode 100644
index 15c4609..000
--- a/perl-Test2-Plugin-NoWarnings.rpmlintrc
+++ /dev/null
@@ -1,3 +0,0 @@
-from Config import *
-
-addFilter("spelling-error %description -l en_US diag -> ")



https://src.fedoraproject.org/rpms/perl-Test2-Plugin-NoWarnings/c/aa1e17d9ec0e5370653b652daa1cab7464554cd2?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Test2-Plugin-NoWarnings (rawhide). "Use SPDX-format license tag"

2023-05-17 Thread notifications
Notification time stamped 2023-05-17 11:30:03 UTC

From fed18bb8f1f3683295977a29e79b0fda59f0a33a Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: May 17 2023 11:24:59 +
Subject: Use SPDX-format license tag


---

diff --git a/perl-Test2-Plugin-NoWarnings.spec 
b/perl-Test2-Plugin-NoWarnings.spec
index 7577678..5a89281 100644
--- a/perl-Test2-Plugin-NoWarnings.spec
+++ b/perl-Test2-Plugin-NoWarnings.spec
@@ -2,7 +2,7 @@ Name:   perl-Test2-Plugin-NoWarnings
 Version:   0.09
 Release:   9%{?dist}
 Summary:   Fail if tests warn
-License:   Artistic 2.0
+License:   Artistic-2.0
 URL:   https://metacpan.org/release/Test2-Plugin-NoWarnings
 Source0:   
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-%{version}.tar.gz
 BuildArch: noarch
@@ -31,6 +31,7 @@ BuildRequires:perl(Test::More) >= 0.96
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(CPAN::Meta::Prereqs)
 # Dependencies
+# (none)
 
 %description
 Loading this plugin causes your tests to fail if there are any warnings while



https://src.fedoraproject.org/rpms/perl-Test2-Plugin-NoWarnings/c/fed18bb8f1f3683295977a29e79b0fda59f0a33a?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Ref-Util-XS (rawhide). "SPDX migration; use author-independent source URL"

2023-05-11 Thread notifications
Notification time stamped 2023-05-11 08:32:08 UTC

From aec81f24f21f8a60ed5e092d26ad0133827f5ad0 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: May 11 2023 08:30:21 +
Subject: SPDX migration; use author-independent source URL


---

diff --git a/perl-Ref-Util-XS.rpmlintrc b/perl-Ref-Util-XS.rpmlintrc
new file mode 100644
index 000..3cce257
--- /dev/null
+++ b/perl-Ref-Util-XS.rpmlintrc
@@ -0,0 +1,2 @@
+# This is a loadable module; the main calling process is linked against libc 
itself
+addFilter("library-not-linked-against-libc /.*/auto/Ref/Util/XS/XS\.so")
diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index f79b73b..a1ada6e 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -7,11 +7,11 @@
 
 Name:  perl-Ref-Util-XS
 Version:   0.117
-Release:   17%{?dist}
+Release:   18%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   https://metacpan.org/release/Ref-Util-XS
-Source0:   
https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/Ref-Util-XS-%{version}.tar.gz
+Source0:   
https://cpan.metacpan.org/modules/by-module/Ref/Ref-Util-XS-%{version}.tar.gz
 # Build
 BuildRequires: coreutils
 BuildRequires: findutils
@@ -36,7 +36,8 @@ BuildRequires:perl(B::Concise)
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 %endif
-# Runtime
+# Dependencies
+# (none)
 
 # Avoid provides for private objects
 %{?perl_default_filter}
@@ -69,6 +70,10 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Thu May 11 2023 Paul Howarth  - 0.117-18
+- SPDX migration
+- Use author-independent source URL
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.117-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Ref-Util-XS/c/aec81f24f21f8a60ed5e092d26ad0133827f5ad0?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Ref-Util (rawhide). "SPDX migration (..more)"

2023-05-10 Thread notifications
Notification time stamped 2023-05-10 16:57:36 UTC

From 645ca7c417022b4883e3e6da5b3af403946ddf81 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: May 10 2023 16:55:50 +
Subject: SPDX migration


Also:
- Use %license unconditionally
- Use author-independent source URL

---

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 753abc0..77832cf 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -7,11 +7,11 @@
 
 Name:  perl-Ref-Util
 Version:   0.204
-Release:   16%{?dist}
+Release:   17%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   https://metacpan.org/release/Ref-Util
-Source0:   
https://cpan.metacpan.org/authors/id/A/AR/ARC/Ref-Util-%{version}.tar.gz
+Source0:   
https://cpan.metacpan.org/modules/by-module/Ref/Ref-Util-%{version}.tar.gz
 BuildArch: noarch
 # Build
 BuildRequires: coreutils
@@ -50,7 +50,7 @@ BuildRequires:perl(B::Concise)
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(Readonly)
 %endif
-# Runtime
+# Dependencies
 Requires:  perl(Ref::Util::XS)
 
 %description
@@ -73,17 +73,18 @@ find %{buildroot} -type f -name .packlist -delete
 make test
 
 %files
-%if 0%{?_licensedir:1}
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 %doc Changes README
 %{perl_vendorlib}/Ref/
 %{_mandir}/man3/Ref::Util.3*
 %{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Wed May 10 2023 Paul Howarth  - 0.204-17
+- SPDX migration
+- Use %%license unconditionally
+- Use author-independent source URL
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.204-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Ref-Util/c/645ca7c417022b4883e3e6da5b3af403946ddf81?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Module-Extract-Use (rawhide). "Use SPDX-format license tag"

2023-04-30 Thread notifications
Notification time stamped 2023-04-30 12:48:39 UTC

From df46969f35a05e35ff22055a28dd094cc1b17b3e Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Apr 30 2023 12:43:21 +
Subject: Use SPDX-format license tag


---

diff --git a/perl-Module-Extract-Use.spec b/perl-Module-Extract-Use.spec
index 2e096b0..139265c 100644
--- a/perl-Module-Extract-Use.spec
+++ b/perl-Module-Extract-Use.spec
@@ -2,7 +2,7 @@ Summary:Pull out the modules a module explicitly uses
 Name:  perl-Module-Extract-Use
 Version:   1.051
 Release:   5%{?dist}
-License:   Artistic 2.0
+License:   Artistic-2.0
 URL:   https://metacpan.org/release/Module-Extract-Use
 Source0:   
https://cpan.metacpan.org/modules/by-module/Module/Module-Extract-Use-%{version}.tar.gz
 BuildArch: noarch



https://src.fedoraproject.org/rpms/perl-Module-Extract-Use/c/df46969f35a05e35ff22055a28dd094cc1b17b3e?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Mail-Transport (rawhide). "Use SPDX-format license tag"

2023-04-27 Thread notifications
Notification time stamped 2023-04-27 09:46:39 UTC

From 8f850a1f7e950cf9f9afeadc6075bf9496086d78 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Apr 27 2023 09:40:56 +
Subject: Use SPDX-format license tag


---

diff --git a/perl-Mail-Transport.spec b/perl-Mail-Transport.spec
index d766a82..6c97ad8 100644
--- a/perl-Mail-Transport.spec
+++ b/perl-Mail-Transport.spec
@@ -2,7 +2,7 @@ Name:   perl-Mail-Transport
 Version:   3.005
 Release:   8%{?dist}
 Summary:   Email message exchange
-License:   GPL+ or Artistic
+License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Transport
 Source0:   
https://cpan.metacpan.org/modules/by-module/Mail/Mail-Transport-%{version}.tar.gz
 BuildArch: noarch



https://src.fedoraproject.org/rpms/perl-Mail-Transport/c/8f850a1f7e950cf9f9afeadc6075bf9496086d78?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Mail-Message (rawhide). "Use SPDX-format license tag"

2023-04-27 Thread notifications
Notification time stamped 2023-04-27 08:51:04 UTC

From 56e5e93b36395faf4def4bd45891ebc14bfa035c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Apr 27 2023 08:48:58 +
Subject: Use SPDX-format license tag


---

diff --git a/perl-Mail-Message.spec b/perl-Mail-Message.spec
index 9db6311..53b1b6f 100644
--- a/perl-Mail-Message.spec
+++ b/perl-Mail-Message.spec
@@ -2,7 +2,7 @@ Name:   perl-Mail-Message
 Version:   3.012
 Release:   5%{?dist}
 Summary:   MIME message handling
-License:   GPL+ or Artistic
+License:   GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:   https://metacpan.org/release/Mail-Message
 Source0:   
https://cpan.metacpan.org/modules/by-module/Mail/Mail-Message-%{version}.tar.gz
 BuildArch: noarch



https://src.fedoraproject.org/rpms/perl-Mail-Message/c/56e5e93b36395faf4def4bd45891ebc14bfa035c?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-List-MoreUtils-XS (rawhide). "Avoid use of deprecated patch syntax"

2023-04-26 Thread notifications
Notification time stamped 2023-04-26 08:53:09 UTC

From 5b00c84e58fa35c40706ec90c10a1e5627523f30 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Apr 26 2023 07:40:00 +
Subject: Avoid use of deprecated patch syntax


---

diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec
index 10e1645..30d7846 100644
--- a/perl-List-MoreUtils-XS.spec
+++ b/perl-List-MoreUtils-XS.spec
@@ -56,7 +56,7 @@ This module provides accelerated versions of functions in 
List::MoreUtils.
 %setup -q -n List-MoreUtils-XS-%{version}
 
 # Unbundle bundled modules except private inc::Config::AutoConf::LMU
-%patch0
+%patch -P 0
 find inc/ -type f ! -name LMU.pm -print -delete
 
 %build



https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/c/5b00c84e58fa35c40706ec90c10a1e5627523f30?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-List-MoreUtils-XS (rawhide). "Use SPDX-format license tag"

2023-04-26 Thread notifications
Notification time stamped 2023-04-26 08:53:09 UTC

From 47601ce8b18bced967f6778507a9ed2388c46081 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Apr 26 2023 07:47:17 +
Subject: Use SPDX-format license tag


---

diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec
index 30d7846..410f355 100644
--- a/perl-List-MoreUtils-XS.spec
+++ b/perl-List-MoreUtils-XS.spec
@@ -5,11 +5,11 @@ Name: perl-List-MoreUtils-XS
 Version:   0.430
 Release:   8%{?dist}
 Summary:   Provide compiled List::MoreUtils functions
-# Code from List-MoreUtils < 0.417 is GPL+ or Artistic
-# Anything after that is ASL 2.0
+# Code from List-MoreUtils < 0.417 is GPL-1.0-or-later OR Artistic-1.0-Perl
+# Anything after that is Apache-2.0
 # "git blame" on the upstream repo will probably be needed to
 # determine the license of any particular chunk of code
-License:   (GPL+ or Artistic) and ASL 2.0
+License:   (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Apache-2.0
 URL:   https://metacpan.org/release/List-MoreUtils-XS
 Source0:   
https://cpan.metacpan.org/modules/by-module/List/List-MoreUtils-XS-%{version}.tar.gz
 Patch0:List-MoreUtils-XS-0.430-unbundle.patch
@@ -44,7 +44,8 @@ BuildRequires:perl(Test::LeakTrace)
 %endif
 BuildRequires: perl(Test::More) >= 0.96
 BuildRequires: perl(Tie::Array)
-# Runtime
+# Dependencies
+# (none)
 
 # Don't "provide" private Perl libs
 %{?perl_default_filter}



https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/c/47601ce8b18bced967f6778507a9ed2388c46081?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Sub-Exporter-Lexical (rawhide). "Update to 1.000."

2023-04-04 Thread notifications
Notification time stamped 2023-04-04 06:04:37 UTC

From 3393c3b42012152b7334d82abf22f9d75b660364 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Apr 04 2023 06:04:20 +
Subject: Update to 1.000.


---

diff --git a/.gitignore b/.gitignore
index ed20de1..9edd9d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Sub-Exporter-Lexical-0.092292.tar.gz
+/Sub-Exporter-Lexical-1.000.tar.gz
diff --git a/perl-Sub-Exporter-Lexical.spec b/perl-Sub-Exporter-Lexical.spec
index 37dfa8a..533d14e 100644
--- a/perl-Sub-Exporter-Lexical.spec
+++ b/perl-Sub-Exporter-Lexical.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sub-Exporter-Lexical
-Version:0.092292
-Release:21%{?dist}
+Version:1.000
+Release:1%{?dist}
 Summary:Export lexically-available subs with Sub::Exporter
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Sub-Exporter-Lexical
@@ -13,8 +13,9 @@ BuildRequires:  %{__make}
 BuildRequires:  perl-interpreter >= 1:v5.12.0
 BuildRequires:  perl-generators
 
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
-BuildRequires:  perl(Lexical::Sub)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Lexical::Sub) >= 0.10
 BuildRequires:  perl(Sub::Exporter) >= 0.978
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(warnings)
@@ -53,6 +54,9 @@ rm $RPM_BUILD_ROOT%{perl_vendorlib}/Sub/Exporter/snippet.pl
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 04 2023 Ralf Corsépius  - 1.000-1
+- Update to 1.000.
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
0.092292-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
diff --git a/sources b/sources
index aca4047..124e3c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Sub-Exporter-Lexical-0.092292.tar.gz) = 
293ab9db2e5baf186cb8333d4dd91c5cbf2dc1fee0bd00a75054f8a3713b86b2ae4076cfc20d3ef30db6e990c0cd8bfae365334d8a6d3c612ca2da836b3e41eb
+SHA512 (Sub-Exporter-Lexical-1.000.tar.gz) = 
ba4106045ed2b164c12db76db356d529aaeaa09519aa1a39f42bb4bf3dbbe7232fabbdc1bdb9022674f8a4b1ba0c67159eddb8327121942f7ec73613b0090080



https://src.fedoraproject.org/rpms/perl-Sub-Exporter-Lexical/c/3393c3b42012152b7334d82abf22f9d75b660364?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f36). "Perl 5.36 rebuild"

2023-04-03 Thread notifications
Notification time stamped 2023-04-04 03:52:06 UTC

From 83a927005bb127ce8b6145182cc7dafcbcf91006 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jun 01 2022 00:28:52 +
Subject: Perl 5.36 rebuild


---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index e892bea..ac6ab87 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
 Version:7.900057
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL+ or Artistic
 URL:https://metacpan.org/release/Validation-Class
@@ -71,6 +71,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 01 2022 Jitka Plesnikova  - 7.900057-18
+- Perl 5.36 rebuild
+
 * Fri Jan 21 2022 Fedora Release Engineering  - 
7.900057-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/83a927005bb127ce8b6145182cc7dafcbcf91006?branch=f36
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f36). "Upstream update to 7.900058. (..more)"

2023-04-03 Thread notifications
Notification time stamped 2023-04-04 03:52:06 UTC

From c1c723ef596a1fcc55296069a7d6e71e809bf9b0 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Jun 27 2022 09:41:02 +
Subject: Upstream update to 7.900058.


Modernize spec file.

---

diff --git a/.gitignore b/.gitignore
index 1534091..2f196ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Validation-Class-7.900057.tar.gz
+/Validation-Class-7.900058.tar.gz
diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index ac6ab87..d6884cf 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,13 +1,12 @@
 Name:   perl-Validation-Class
-Version:7.900057
-Release:18%{?dist}
+Version:7.900058
+Release:1%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL+ or Artistic
 URL:https://metacpan.org/release/Validation-Class
-Source0:
https://cpan.metacpan.org/authors/id/A/AW/AWNCORP/Validation-Class-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/C/CK/CKRAS/Validation-Class-%{version}.tar.gz
 BuildArch:  noarch
 
-BuildRequires: make
 BuildRequires:  %{__perl}
 BuildRequires:  %{__make}
 
@@ -53,13 +52,12 @@ complete set of pre-defined validations and filters 
referred to as
 %setup -q -n Validation-Class-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-%{__make} %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
 
 %install
-%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{make_install} DESTDIR="$RPM_BUILD_ROOT"
+%{_fixperms} "$RPM_BUILD_ROOT"/*
 
 %check
 %{__make} test
@@ -71,6 +69,10 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 027 2022 Ralf Corsépius  - 7.900058-1
+- Upstream update to 7.900058.
+- Modernize spec file.
+
 * Wed Jun 01 2022 Jitka Plesnikova  - 7.900057-18
 - Perl 5.36 rebuild
 
diff --git a/sources b/sources
index 558660a..cb39298 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Validation-Class-7.900057.tar.gz) = 
ed28998ab816d63298fc973fff68e5306f410dd661504294ed7f503183826ce5b1c5f08242f6401d0965a2a51b7cfc8cd4310952e62d50f824399be557a036a1
+SHA512 (Validation-Class-7.900058.tar.gz) = 
96a9099b64ace6fbb4a052dba89bc4a0a867e1041afa94d8afab60842821770676fed103cfea61d15d23ba58862ae15257e0013416b7e90a65d996c9ca639543



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/c1c723ef596a1fcc55296069a7d6e71e809bf9b0?branch=f36
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f36). "Convert license to SPDX."

2023-04-03 Thread notifications
Notification time stamped 2023-04-04 03:52:06 UTC

From b57e0b9e0b2a7af20c48d85c11d740763de41a91 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Nov 28 2022 07:06:18 +
Subject: Convert license to SPDX.


---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 2a63107..53dd78c 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,8 +1,8 @@
 Name:   perl-Validation-Class
 Version:7.900058
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Powerful Data Validation Framework
-License:GPL+ or Artistic
+License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
 Source0:
https://cpan.metacpan.org/authors/id/C/CK/CKRAS/Validation-Class-%{version}.tar.gz
 BuildArch:  noarch
@@ -69,6 +69,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 28 2022 Ralf Corsépius  - 7.900058-3
+- Convert license to SPDX.
+
 * Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/b57e0b9e0b2a7af20c48d85c11d740763de41a91?branch=f36
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f36). "Remove perl(MODULE_COMPAT), it will be replaced by generators"

2023-04-03 Thread notifications
Notification time stamped 2023-04-04 03:52:06 UTC

From 40da4152a2e1ac0e39649e041550a28f0e4c6269 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jan 13 2023 19:38:36 +
Subject: Remove perl(MODULE_COMPAT), it will be replaced by generators


---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 53dd78c..4bfd267 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -37,7 +37,6 @@ BuildRequires:  perl(lib)
 # Optional testsuite requirement
 BuildRequires:  perl(Class::Method::Modifiers)
 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
 Validation::Class is a scalable data validation library with interfaces for



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/40da4152a2e1ac0e39649e041550a28f0e4c6269?branch=f36
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f36). "Upstream update to 7.900059."

2023-04-03 Thread notifications
Notification time stamped 2023-04-04 03:52:06 UTC

From b89e53614294cc2e8b08dba11a0e409e87adb827 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Apr 03 2023 15:36:24 +
Subject: Upstream update to 7.900059.


---

diff --git a/.gitignore b/.gitignore
index 2f196ae..d722849 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Validation-Class-7.900058.tar.gz
+/Validation-Class-7.900059.tar.gz
diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 1cbd570..6c70fc3 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
-Version:7.900058
-Release:4%{?dist}
+Version:7.900059
+Release:1%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
@@ -37,7 +37,6 @@ BuildRequires:  perl(lib)
 # Optional testsuite requirement
 BuildRequires:  perl(Class::Method::Modifiers)
 
-
 %description
 Validation::Class is a scalable data validation library with interfaces for
 applications of all sizes. The most common usage of Validation::Class is to
@@ -68,6 +67,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 03 2023 Ralf Corsépius  - 7.900059-1
+- Upstream update to 7.900059.
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
@@ -77,7 +79,7 @@ complete set of pre-defined validations and filters referred 
to as
 * Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 
-* Mon Jun 027 2022 Ralf Corsépius  - 7.900058-1
+* Mon Jun 27 2022 Ralf Corsépius  - 7.900058-1
 - Upstream update to 7.900058.
 - Modernize spec file.
 
diff --git a/sources b/sources
index cb39298..0afb45a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Validation-Class-7.900058.tar.gz) = 
96a9099b64ace6fbb4a052dba89bc4a0a867e1041afa94d8afab60842821770676fed103cfea61d15d23ba58862ae15257e0013416b7e90a65d996c9ca639543
+SHA512 (Validation-Class-7.900059.tar.gz) = 
72e445419b25b597138112ecfe12e65c26a0bd7eb18daf93ef818d739bde1e18b9ecf5e5795888240f1e2c393d5b94f05e92127e561b38dd53e24721515397f6



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/b89e53614294cc2e8b08dba11a0e409e87adb827?branch=f36
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f36). "Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild (..more)"

2023-04-03 Thread notifications
Notification time stamped 2023-04-04 03:52:06 UTC

From 4ec304ab6b648f706731e93386a012be35e5b966 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jul 22 2022 12:27:13 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index d6884cf..2a63107 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
 Version:7.900058
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL+ or Artistic
 URL:https://metacpan.org/release/Validation-Class
@@ -69,6 +69,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
 * Mon Jun 027 2022 Ralf Corsépius  - 7.900058-1
 - Upstream update to 7.900058.
 - Modernize spec file.



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/4ec304ab6b648f706731e93386a012be35e5b966?branch=f36
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f36). "Cleanup merger"

2023-04-03 Thread notifications
Notification time stamped 2023-04-04 03:52:06 UTC

From 4e99052cd15f8d442b421dbeb75c4eb135c6339d Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Apr 03 2023 17:13:52 +
Subject: Cleanup merger


---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 6c70fc3..af903c4 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -70,22 +70,13 @@ complete set of pre-defined validations and filters 
referred to as
 * Mon Apr 03 2023 Ralf Corsépius  - 7.900059-1
 - Upstream update to 7.900059.
 
-* Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
 * Mon Nov 28 2022 Ralf Corsépius  - 7.900058-3
 - Convert license to SPDX.
 
-* Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
 * Mon Jun 27 2022 Ralf Corsépius  - 7.900058-1
 - Upstream update to 7.900058.
 - Modernize spec file.
 
-* Wed Jun 01 2022 Jitka Plesnikova  - 7.900057-18
-- Perl 5.36 rebuild
-
 * Fri Jan 21 2022 Fedora Release Engineering  - 
7.900057-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/4e99052cd15f8d442b421dbeb75c4eb135c6339d?branch=f36
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f36). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-04-03 Thread notifications
Notification time stamped 2023-04-04 03:52:06 UTC

From 5dc19f5aa9e9d5b80affe40dc4f351c200d40f4e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 07:34:35 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 4bfd267..1cbd570 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
 Version:7.900058
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
@@ -68,6 +68,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Mon Nov 28 2022 Ralf Corsépius  - 7.900058-3
 - Convert license to SPDX.
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/5dc19f5aa9e9d5b80affe40dc4f351c200d40f4e?branch=f36
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f37). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-04-03 Thread notifications
Notification time stamped 2023-04-03 17:14:29 UTC

From 5dc19f5aa9e9d5b80affe40dc4f351c200d40f4e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 07:34:35 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 4bfd267..1cbd570 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
 Version:7.900058
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
@@ -68,6 +68,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Mon Nov 28 2022 Ralf Corsépius  - 7.900058-3
 - Convert license to SPDX.
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/5dc19f5aa9e9d5b80affe40dc4f351c200d40f4e?branch=f37
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f37). "Upstream update to 7.900059."

2023-04-03 Thread notifications
Notification time stamped 2023-04-03 17:14:29 UTC

From b89e53614294cc2e8b08dba11a0e409e87adb827 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Apr 03 2023 15:36:24 +
Subject: Upstream update to 7.900059.


---

diff --git a/.gitignore b/.gitignore
index 2f196ae..d722849 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Validation-Class-7.900058.tar.gz
+/Validation-Class-7.900059.tar.gz
diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 1cbd570..6c70fc3 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
-Version:7.900058
-Release:4%{?dist}
+Version:7.900059
+Release:1%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
@@ -37,7 +37,6 @@ BuildRequires:  perl(lib)
 # Optional testsuite requirement
 BuildRequires:  perl(Class::Method::Modifiers)
 
-
 %description
 Validation::Class is a scalable data validation library with interfaces for
 applications of all sizes. The most common usage of Validation::Class is to
@@ -68,6 +67,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 03 2023 Ralf Corsépius  - 7.900059-1
+- Upstream update to 7.900059.
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
@@ -77,7 +79,7 @@ complete set of pre-defined validations and filters referred 
to as
 * Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 
-* Mon Jun 027 2022 Ralf Corsépius  - 7.900058-1
+* Mon Jun 27 2022 Ralf Corsépius  - 7.900058-1
 - Upstream update to 7.900058.
 - Modernize spec file.
 
diff --git a/sources b/sources
index cb39298..0afb45a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Validation-Class-7.900058.tar.gz) = 
96a9099b64ace6fbb4a052dba89bc4a0a867e1041afa94d8afab60842821770676fed103cfea61d15d23ba58862ae15257e0013416b7e90a65d996c9ca639543
+SHA512 (Validation-Class-7.900059.tar.gz) = 
72e445419b25b597138112ecfe12e65c26a0bd7eb18daf93ef818d739bde1e18b9ecf5e5795888240f1e2c393d5b94f05e92127e561b38dd53e24721515397f6



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/b89e53614294cc2e8b08dba11a0e409e87adb827?branch=f37
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f37). "Remove perl(MODULE_COMPAT), it will be replaced by generators"

2023-04-03 Thread notifications
Notification time stamped 2023-04-03 17:14:29 UTC

From 40da4152a2e1ac0e39649e041550a28f0e4c6269 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Jan 13 2023 19:38:36 +
Subject: Remove perl(MODULE_COMPAT), it will be replaced by generators


---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 53dd78c..4bfd267 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -37,7 +37,6 @@ BuildRequires:  perl(lib)
 # Optional testsuite requirement
 BuildRequires:  perl(Class::Method::Modifiers)
 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
 Validation::Class is a scalable data validation library with interfaces for



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/40da4152a2e1ac0e39649e041550a28f0e4c6269?branch=f37
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f37). "Convert license to SPDX."

2023-04-03 Thread notifications
Notification time stamped 2023-04-03 17:14:29 UTC

From b57e0b9e0b2a7af20c48d85c11d740763de41a91 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Nov 28 2022 07:06:18 +
Subject: Convert license to SPDX.


---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 2a63107..53dd78c 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,8 +1,8 @@
 Name:   perl-Validation-Class
 Version:7.900058
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Powerful Data Validation Framework
-License:GPL+ or Artistic
+License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
 Source0:
https://cpan.metacpan.org/authors/id/C/CK/CKRAS/Validation-Class-%{version}.tar.gz
 BuildArch:  noarch
@@ -69,6 +69,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 28 2022 Ralf Corsépius  - 7.900058-3
+- Convert license to SPDX.
+
 * Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/b57e0b9e0b2a7af20c48d85c11d740763de41a91?branch=f37
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f37). "Cleanup merger"

2023-04-03 Thread notifications
Notification time stamped 2023-04-03 17:14:29 UTC

From 4e99052cd15f8d442b421dbeb75c4eb135c6339d Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Apr 03 2023 17:13:52 +
Subject: Cleanup merger


---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 6c70fc3..af903c4 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -70,22 +70,13 @@ complete set of pre-defined validations and filters 
referred to as
 * Mon Apr 03 2023 Ralf Corsépius  - 7.900059-1
 - Upstream update to 7.900059.
 
-* Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
 * Mon Nov 28 2022 Ralf Corsépius  - 7.900058-3
 - Convert license to SPDX.
 
-* Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
 * Mon Jun 27 2022 Ralf Corsépius  - 7.900058-1
 - Upstream update to 7.900058.
 - Modernize spec file.
 
-* Wed Jun 01 2022 Jitka Plesnikova  - 7.900057-18
-- Perl 5.36 rebuild
-
 * Fri Jan 21 2022 Fedora Release Engineering  - 
7.900057-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/4e99052cd15f8d442b421dbeb75c4eb135c6339d?branch=f37
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (f38). "Upstream update to 7.900059."

2023-04-03 Thread notifications
Notification time stamped 2023-04-03 15:58:02 UTC

From b89e53614294cc2e8b08dba11a0e409e87adb827 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Apr 03 2023 15:36:24 +
Subject: Upstream update to 7.900059.


---

diff --git a/.gitignore b/.gitignore
index 2f196ae..d722849 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Validation-Class-7.900058.tar.gz
+/Validation-Class-7.900059.tar.gz
diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 1cbd570..6c70fc3 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
-Version:7.900058
-Release:4%{?dist}
+Version:7.900059
+Release:1%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
@@ -37,7 +37,6 @@ BuildRequires:  perl(lib)
 # Optional testsuite requirement
 BuildRequires:  perl(Class::Method::Modifiers)
 
-
 %description
 Validation::Class is a scalable data validation library with interfaces for
 applications of all sizes. The most common usage of Validation::Class is to
@@ -68,6 +67,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 03 2023 Ralf Corsépius  - 7.900059-1
+- Upstream update to 7.900059.
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
@@ -77,7 +79,7 @@ complete set of pre-defined validations and filters referred 
to as
 * Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 
-* Mon Jun 027 2022 Ralf Corsépius  - 7.900058-1
+* Mon Jun 27 2022 Ralf Corsépius  - 7.900058-1
 - Upstream update to 7.900058.
 - Modernize spec file.
 
diff --git a/sources b/sources
index cb39298..0afb45a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Validation-Class-7.900058.tar.gz) = 
96a9099b64ace6fbb4a052dba89bc4a0a867e1041afa94d8afab60842821770676fed103cfea61d15d23ba58862ae15257e0013416b7e90a65d996c9ca639543
+SHA512 (Validation-Class-7.900059.tar.gz) = 
72e445419b25b597138112ecfe12e65c26a0bd7eb18daf93ef818d739bde1e18b9ecf5e5795888240f1e2c393d5b94f05e92127e561b38dd53e24721515397f6



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/b89e53614294cc2e8b08dba11a0e409e87adb827?branch=f38
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


corsepiu pushed to rpms/perl-Validation-Class (rawhide). "Upstream update to 7.900059."

2023-04-03 Thread notifications
Notification time stamped 2023-04-03 15:37:27 UTC

From b89e53614294cc2e8b08dba11a0e409e87adb827 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius 
Date: Apr 03 2023 15:36:24 +
Subject: Upstream update to 7.900059.


---

diff --git a/.gitignore b/.gitignore
index 2f196ae..d722849 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Validation-Class-7.900058.tar.gz
+/Validation-Class-7.900059.tar.gz
diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 1cbd570..6c70fc3 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
-Version:7.900058
-Release:4%{?dist}
+Version:7.900059
+Release:1%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
@@ -37,7 +37,6 @@ BuildRequires:  perl(lib)
 # Optional testsuite requirement
 BuildRequires:  perl(Class::Method::Modifiers)
 
-
 %description
 Validation::Class is a scalable data validation library with interfaces for
 applications of all sizes. The most common usage of Validation::Class is to
@@ -68,6 +67,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 03 2023 Ralf Corsépius  - 7.900059-1
+- Upstream update to 7.900059.
+
 * Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 
@@ -77,7 +79,7 @@ complete set of pre-defined validations and filters referred 
to as
 * Fri Jul 22 2022 Fedora Release Engineering  - 
7.900058-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 
-* Mon Jun 027 2022 Ralf Corsépius  - 7.900058-1
+* Mon Jun 27 2022 Ralf Corsépius  - 7.900058-1
 - Upstream update to 7.900058.
 - Modernize spec file.
 
diff --git a/sources b/sources
index cb39298..0afb45a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Validation-Class-7.900058.tar.gz) = 
96a9099b64ace6fbb4a052dba89bc4a0a867e1041afa94d8afab60842821770676fed103cfea61d15d23ba58862ae15257e0013416b7e90a65d996c9ca639543
+SHA512 (Validation-Class-7.900059.tar.gz) = 
72e445419b25b597138112ecfe12e65c26a0bd7eb18daf93ef818d739bde1e18b9ecf5e5795888240f1e2c393d5b94f05e92127e561b38dd53e24721515397f6



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/b89e53614294cc2e8b08dba11a0e409e87adb827?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Crypt-IDEA (rawhide). "Remove redundant rpmlintrc"

2023-03-13 Thread notifications
Notification time stamped 2023-03-13 08:54:07 UTC

From 7ec422c27746712739c7e8d10e994327bba347d2 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mar 13 2023 08:50:48 +
Subject: Remove redundant rpmlintrc


---

diff --git a/perl-Crypt-IDEA.rpmlintrc b/perl-Crypt-IDEA.rpmlintrc
deleted file mode 100644
index 453c00b..000
--- a/perl-Crypt-IDEA.rpmlintrc
+++ /dev/null
@@ -1,2 +0,0 @@
-from Config import *
-addFilter("spelling-error %description -l en_US BlockCipher -> ")



https://src.fedoraproject.org/rpms/perl-Crypt-IDEA/c/7ec422c27746712739c7e8d10e994327bba347d2?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


pghmcfc pushed to rpms/perl-Specio (rawhide). "Use SPDX-format license tag"

2023-01-24 Thread notifications
Notification time stamped 2023-01-24 16:24:21 UTC

From 7ab188b5c779ec958555b85546f486505a6d7f33 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jan 24 2023 16:24:09 +
Subject: Use SPDX-format license tag


---

diff --git a/perl-Specio.spec b/perl-Specio.spec
index 0fbc6c4..824720a 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -9,10 +9,10 @@ Name: perl-Specio
 Version:   0.48
 Release:   3%{?dist}
 Summary:   Type constraints and coercions for Perl
-# lib/Specio/PartialDump.pm:   GPL+ or Artistic
+# lib/Specio/PartialDump.pm:   GPL-1.0-or-later OR Artistic-1.0-Perl
 #  

-# other files: Artistic 2.0
-License:   Artistic 2.0 and (GPL+ or Artistic)
+# other files: Artistic-2.0
+License:   Artistic-2.0 AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
 URL:   https://metacpan.org/release/Specio
 Source0:   
https://cpan.metacpan.org/modules/by-module/Test/Specio-%{version}.tar.gz
 BuildArch: noarch



https://src.fedoraproject.org/rpms/perl-Specio/c/7ab188b5c779ec958555b85546f486505a6d7f33?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-namespace-sweep (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-20 Thread notifications
Notification time stamped 2023-01-20 08:04:21 UTC

From 9e722d85abc2b693536e847504845a8997ebff24 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 08:04:16 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-namespace-sweep.spec b/perl-namespace-sweep.spec
index 2c0cb89..45b13f8 100644
--- a/perl-namespace-sweep.spec
+++ b/perl-namespace-sweep.spec
@@ -1,6 +1,6 @@
 Name:   perl-namespace-sweep
 Version:0.006
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Sweep up imported subs in your classes
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/namespace-sweep
@@ -62,6 +62,9 @@ will still be able to use the imported functions without any 
problems.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.006-20
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Mon Nov 28 2022 Ralf Corsépius  - 0.006-19
 - Modernize spec.
 - Convert license to SPDX.



https://src.fedoraproject.org/rpms/perl-namespace-sweep/c/9e722d85abc2b693536e847504845a8997ebff24?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-WWW-Form-UrlEncoded (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 07:36:16 UTC

From 1eaa8d23e1d344ba7d2e40a5b37bad6c7e7c5f09 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 07:36:11 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-WWW-Form-UrlEncoded.spec b/perl-WWW-Form-UrlEncoded.spec
index 203cfd3..a5df54b 100644
--- a/perl-WWW-Form-UrlEncoded.spec
+++ b/perl-WWW-Form-UrlEncoded.spec
@@ -1,6 +1,6 @@
 Name:   perl-WWW-Form-UrlEncoded
 Version:0.26
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Parser and builder for application/x-www-form-urlencoded
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/WWW-Form-UrlEncoded
@@ -55,6 +55,9 @@ BREAK_BACKWARD_COMPAT=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.26-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Mon Nov 28 2022 Ralf Corsépius  - 0.26-12
 - Convert licence to SPDX.
 



https://src.fedoraproject.org/rpms/perl-WWW-Form-UrlEncoded/c/1eaa8d23e1d344ba7d2e40a5b37bad6c7e7c5f09?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Validation-Class (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 07:34:39 UTC

From 5dc19f5aa9e9d5b80affe40dc4f351c200d40f4e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 07:34:35 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index 4bfd267..1cbd570 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,6 +1,6 @@
 Name:   perl-Validation-Class
 Version:7.900058
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Powerful Data Validation Framework
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Validation-Class
@@ -68,6 +68,9 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
7.900058-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Mon Nov 28 2022 Ralf Corsépius  - 7.900058-3
 - Convert license to SPDX.
 



https://src.fedoraproject.org/rpms/perl-Validation-Class/c/5dc19f5aa9e9d5b80affe40dc4f351c200d40f4e?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Types-Path-Tiny (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 07:26:04 UTC

From 2b669a627a90edb753e78c86b557eae0da2c0635 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 07:25:59 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Types-Path-Tiny.spec b/perl-Types-Path-Tiny.spec
index df9c059..64699b0 100644
--- a/perl-Types-Path-Tiny.spec
+++ b/perl-Types-Path-Tiny.spec
@@ -1,6 +1,6 @@
 Name:   perl-Types-Path-Tiny
 Version:0.006
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Path::Tiny types and coercions for Moose and Moo
 License:Apache-2.0
 URL:https://metacpan.org/release/Types-Path-Tiny
@@ -53,6 +53,9 @@ This module provides Path::Tiny types for Moose, Moo, etc.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.006-17
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Wed Nov 30 2022 Ralf Corsépius  - 0.006-16
 - Modernize spec.
 - Convert license to SPDX.



https://src.fedoraproject.org/rpms/perl-Types-Path-Tiny/c/2b669a627a90edb753e78c86b557eae0da2c0635?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Test2-Plugin-NoWarnings (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 06:58:23 UTC

From 66126d5e8fd925256a6c108c6b98b6ae66964157 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 06:58:18 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Test2-Plugin-NoWarnings.spec 
b/perl-Test2-Plugin-NoWarnings.spec
index 16611f1..7577678 100644
--- a/perl-Test2-Plugin-NoWarnings.spec
+++ b/perl-Test2-Plugin-NoWarnings.spec
@@ -1,6 +1,6 @@
 Name:  perl-Test2-Plugin-NoWarnings
 Version:   0.09
-Release:   8%{?dist}
+Release:   9%{?dist}
 Summary:   Fail if tests warn
 License:   Artistic 2.0
 URL:   https://metacpan.org/release/Test2-Plugin-NoWarnings
@@ -62,6 +62,9 @@ make test
 %{_mandir}/man3/Test2::Plugin::NoWarnings.3*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.09-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Fri Jul 22 2022 Fedora Release Engineering  - 
0.09-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Test2-Plugin-NoWarnings/c/66126d5e8fd925256a6c108c6b98b6ae66964157?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Sub-Infix (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 06:08:19 UTC

From a26dda8981e1573b626c51d405c6f39e07c20420 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 06:08:14 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Sub-Infix.spec b/perl-Sub-Infix.spec
index 307d99f..295a379 100644
--- a/perl-Sub-Infix.spec
+++ b/perl-Sub-Infix.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sub-Infix
 Version:0.004
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Create a fake infix operator
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Sub-Infix
@@ -51,6 +51,9 @@ source filters, or Devel::Declare, or any of that magic.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.004-20
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Tue Nov 29 2022 Ralf Corsépius  - 0.004-19
 - Modernize spec.
 - Convert license to SPDX.



https://src.fedoraproject.org/rpms/perl-Sub-Infix/c/a26dda8981e1573b626c51d405c6f39e07c20420?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Sub-Exporter-Lexical (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 06:07:42 UTC

From 4d3870617149e36191454c23e38e24f0bf791a95 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 06:07:37 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Sub-Exporter-Lexical.spec b/perl-Sub-Exporter-Lexical.spec
index a8dc5e6..37dfa8a 100644
--- a/perl-Sub-Exporter-Lexical.spec
+++ b/perl-Sub-Exporter-Lexical.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sub-Exporter-Lexical
 Version:0.092292
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Export lexically-available subs with Sub::Exporter
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Sub-Exporter-Lexical
@@ -53,6 +53,9 @@ rm $RPM_BUILD_ROOT%{perl_vendorlib}/Sub/Exporter/snippet.pl
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.092292-21
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Tue Nov 29 2022 Ralf Corsépius  - 0.092292-20
 - Modernize spec.
 - Convert license to SPDX.



https://src.fedoraproject.org/rpms/perl-Sub-Exporter-Lexical/c/4d3870617149e36191454c23e38e24f0bf791a95?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Specio (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 05:59:32 UTC

From 50c8737a26a0713c3a6ed4c22af09e1b9e6d15c0 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 05:59:28 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Specio.spec b/perl-Specio.spec
index 79ad7ba..0fbc6c4 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Specio
 Version:   0.48
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Type constraints and coercions for Perl
 # lib/Specio/PartialDump.pm:   GPL+ or Artistic
 #  

@@ -161,6 +161,9 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.48-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Fri Jul 22 2022 Fedora Release Engineering  - 
0.48-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Specio/c/50c8737a26a0713c3a6ed4c22af09e1b9e6d15c0?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-SOAP-WSDL (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 05:47:30 UTC

From 5e81a9d68cec6fa1cab25b8e9f8db2d9856f2d78 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 05:47:26 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-SOAP-WSDL.spec b/perl-SOAP-WSDL.spec
index a69602d..1012c63 100644
--- a/perl-SOAP-WSDL.spec
+++ b/perl-SOAP-WSDL.spec
@@ -1,7 +1,7 @@
 Summary:   Perl module for SOAP with WSDL support
 Name:  perl-SOAP-WSDL
 Version:   3.004
-Release:   12%{?dist}
+Release:   13%{?dist}
 License:   GPL+ or Artistic
 URL:   https://metacpan.org/release/SOAP-WSDL
 Source:
https://cpan.metacpan.org/modules/by-module/SOAP/SOAP-WSDL-%{version}.tar.gz
@@ -133,6 +133,9 @@ chmod 0755 %{buildroot}%{_bindir}/wsdl2perl.pl
 
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
3.004-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Wed Sep 14 2022 Damian Wrobel  - 3.004-12
 - Add missing BR. Fixes FTBFS (rhbz#2124543).
 



https://src.fedoraproject.org/rpms/perl-SOAP-WSDL/c/5e81a9d68cec6fa1cab25b8e9f8db2d9856f2d78?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Return-Type (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 05:43:58 UTC

From 3a332d9a3905803f17124a8090159066ac36268d Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 05:43:54 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Return-Type.spec b/perl-Return-Type.spec
index 1577550..7d66ab6 100644
--- a/perl-Return-Type.spec
+++ b/perl-Return-Type.spec
@@ -1,6 +1,6 @@
 Name:   perl-Return-Type
 Version:0.007
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Specify a return type for a function
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Return-Type
@@ -54,6 +54,9 @@ library are supported.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.007-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Tue Nov 29 2022 Ralf Corsépius  - 0.007-8
 - Modernize spec.
 - Convert license to SPDX.



https://src.fedoraproject.org/rpms/perl-Return-Type/c/3a332d9a3905803f17124a8090159066ac36268d?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Ref-Util-XS (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 05:41:12 UTC

From b46b194e0e4bd35cdc71fe17552571f10815ef12 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 05:41:08 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index 5ba372b..f79b73b 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Ref-Util-XS
 Version:   0.117
-Release:   16%{?dist}
+Release:   17%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   https://metacpan.org/release/Ref-Util-XS
@@ -69,6 +69,9 @@ make test
 %{_mandir}/man3/Ref::Util::XS.3*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.117-17
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Fri Jul 22 2022 Fedora Release Engineering  - 
0.117-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Ref-Util-XS/c/b46b194e0e4bd35cdc71fe17552571f10815ef12?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Ref-Util (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 05:41:02 UTC

From 3d16f7629658634a92a6af7ceb4b428b0e569b6a Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 05:40:57 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 0d8dbaf..753abc0 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Ref-Util
 Version:   0.204
-Release:   15%{?dist}
+Release:   16%{?dist}
 Summary:   Utility functions for checking references
 License:   MIT
 URL:   https://metacpan.org/release/Ref-Util
@@ -84,6 +84,9 @@ make test
 %{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.204-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Fri Jul 22 2022 Fedora Release Engineering  - 
0.204-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 



https://src.fedoraproject.org/rpms/perl-Ref-Util/c/3d16f7629658634a92a6af7ceb4b428b0e569b6a?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Params-ValidationCompiler (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 05:14:11 UTC

From f309b549f5ff30ae3eb13e19e91323f838012785 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 05:14:07 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Params-ValidationCompiler.spec 
b/perl-Params-ValidationCompiler.spec
index be25481..ba4326e 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -7,7 +7,7 @@
 
 Name:  perl-Params-ValidationCompiler
 Version:   0.31
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Build an optimized subroutine parameter validator once, use it 
forever
 License:   Artistic-2.0
 URL:   https://metacpan.org/release/Params-ValidationCompiler
@@ -86,6 +86,9 @@ make test
 %{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.31-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Sun Jan  8 2023 Paul Howarth  - 0.31-1
 - Update to 0.31
   - Require Class::XSAccessor 1.17+ when trying to load it; earlier versions



https://src.fedoraproject.org/rpms/perl-Params-ValidationCompiler/c/f309b549f5ff30ae3eb13e19e91323f838012785?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


releng pushed to rpms/perl-Net-LDAP-Server (rawhide). "Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild (..more)"

2023-01-19 Thread notifications
Notification time stamped 2023-01-20 04:44:22 UTC

From c23018a6e4ed4b50276beaff295425a01dcd4176 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Jan 20 2023 04:44:17 +
Subject: Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild


Signed-off-by: Fedora Release Engineering 

---

diff --git a/perl-Net-LDAP-Server.spec b/perl-Net-LDAP-Server.spec
index e76c978..50d00be 100644
--- a/perl-Net-LDAP-Server.spec
+++ b/perl-Net-LDAP-Server.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-LDAP-Server
 Version:0.43
-Release:21%{?dist}
+Release:22%{?dist}
 Summary:Net::LDAP::Server Perl module
 License:GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:https://metacpan.org/release/Net-LDAP-Server
@@ -57,6 +57,9 @@ connection with the client.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 20 2023 Fedora Release Engineering  - 
0.43-22
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
 * Mon Nov 28 2022 Ralf Corsépius  - 0.43-21
 - Modernize spec.
 - Convert license to SPDX.



https://src.fedoraproject.org/rpms/perl-Net-LDAP-Server/c/c23018a6e4ed4b50276beaff295425a01dcd4176?branch=rawhide
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


  1   2   3   4   5   6   7   8   9   10   >