[Bug 2232990] perl-BibTeX-Parser-1.04 is available

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2232990

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-BibTeX-Parser-1.04-1.f |perl-BibTeX-Parser-1.04-1.f
   |c39 |c39
   |perl-BibTeX-Parser-1.04-1.f |perl-BibTeX-Parser-1.04-1.f
   |c37 |c37
   ||perl-BibTeX-Parser-1.04-1.f
   ||c38



--- Comment #8 from Fedora Update System  ---
FEDORA-2023-903bd708be has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2232990

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202232990%23c8
___
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


[Bug 2232990] perl-BibTeX-Parser-1.04 is available

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2232990

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-BibTeX-Parser-1.04-1.f |perl-BibTeX-Parser-1.04-1.f
   |c39 |c39
   ||perl-BibTeX-Parser-1.04-1.f
   ||c37
 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2023-08-30 01:27:23



--- Comment #7 from Fedora Update System  ---
FEDORA-2023-83b10b142b has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2232990

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202232990%23c7
___
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


[Bug 2212775] Upgrade perl-Net-DNS-SEC to 1.21

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2212775

Jitka Plesnikova  changed:

   What|Removed |Added

   Assignee|wjhns...@hardakers.net  |jples...@redhat.com
  Flags||needinfo?(paul.wouters@aive
   ||n.io)




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2212775
___
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:GPL-1.0-or-lat

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


[Bug 2224550] Upgrade perl-Net-CLI-Interact to 2.400000

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2224550

Jitka Plesnikova  changed:

   What|Removed |Added

Version|39  |rawhide
Summary|Upgrade |Upgrade
   |perl-Net-CLI-Interact to|perl-Net-CLI-Interact to
   |2.35|2.40



--- Comment #2 from Jitka Plesnikova  ---
Latest Fedora delivers 2.34 version. Upstream released 2.40. When you
have free time, please upgrade it.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2224550

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202224550%23c2
___
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


[Bug 2235632] New: Upgrade perl-Glib to 1.3294

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2235632

Bug ID: 2235632
   Summary: Upgrade perl-Glib to 1.3294
   Product: Fedora
   Version: rawhide
   URL: https://metacpan.org/release/Glib
Status: NEW
 Component: perl-Glib
  Assignee: spo...@gmail.com
  Reporter: jples...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, spo...@gmail.com
  Target Milestone: ---
Classification: Fedora



Latest Fedora delivers 1.3293 version. Upstream released 1.3294. When you have
free time, please upgrade it.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2235632

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202235632%23c0
___
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


[Bug 2212775] Upgrade perl-Net-DNS-SEC to 1.21

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2212775

Jitka Plesnikova  changed:

   What|Removed |Added

  Flags|needinfo?(paul.wouters@aive |
   |n.io)   |




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2212775
___
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


[Bug 2212775] Upgrade perl-Net-DNS-SEC to 1.21

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2212775

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version||perl-Net-DNS-SEC-1.21-1.fc4
   ||0
 Resolution|--- |ERRATA
 Status|MODIFIED|CLOSED
Last Closed||2023-08-29 10:34:38



--- Comment #3 from Fedora Update System  ---
FEDORA-2023-1787f1744b has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2212775

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202212775%23c3
___
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


[Bug 2212775] Upgrade perl-Net-DNS-SEC to 1.21

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2212775

Fedora Update System  changed:

   What|Removed |Added

 Status|NEW |MODIFIED



--- Comment #2 from Fedora Update System  ---
FEDORA-2023-1787f1744b has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-1787f1744b


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2212775

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202212775%23c2
___
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


[Bug 2212775] Upgrade perl-Net-DNS-SEC to 1.21

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2212775

Jitka Plesnikova  changed:

   What|Removed |Added

Version|39  |rawhide




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2212775
___
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


[Bug 2235314] perl-Mail-Box-POP3-3.006 is available

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2235314

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version||perl-Mail-Box-POP3-3.006-1.
   ||fc40
 Resolution|--- |ERRATA
 Status|MODIFIED|CLOSED
Last Closed||2023-08-29 08:22:37



--- Comment #2 from Fedora Update System  ---
FEDORA-2023-04282b5703 has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2235314

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202235314%23c2
___
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


[Bug 2235314] perl-Mail-Box-POP3-3.006 is available

2023-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2235314

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #1 from Fedora Update System  ---
FEDORA-2023-04282b5703 has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2023-04282b5703


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2235314

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202235314%23c1
___
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