[Bug 1663499] perl-Glib-1.328-1.fc30 FTBFS: t/g.t test fails with glib2-2.59.0

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1663499

Tom "spot" Callaway  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2019-01-04 19:56:19



--- Comment #2 from Tom "spot" Callaway  ---
Fixed in perl-Glib-1.328-2.fc30, sent patch upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1663499] perl-Glib-1.328-1.fc30 FTBFS: t/g.t test fails with glib2-2.59.0

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1663499

Yanko Kaneti  changed:

   What|Removed |Added

 CC||yan...@declera.com



--- Comment #1 from Yanko Kaneti  ---
This i believe..
https://gitlab.gnome.org/GNOME/glib/merge_requests/432

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1663499] perl-Glib-1.328-1.fc30 FTBFS: t/g.t test fails with glib2-2.59.0

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1663499

Petr Pisar  changed:

   What|Removed |Added

External Bug ID||CPAN 128165



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1663499] New: perl-Glib-1.328-1.fc30 FTBFS: t/g.t test fails with glib2-2.59.0

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1663499

Bug ID: 1663499
   Summary: perl-Glib-1.328-1.fc30 FTBFS: t/g.t test fails with
glib2-2.59.0
   Product: Fedora
   Version: rawhide
   URL: https://apps.fedoraproject.org/koschei/build/5868582
Status: NEW
 Component: perl-Glib
  Assignee: tcall...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jose.p.oliveira@gmail.com,
perl-devel@lists.fedoraproject.org,
tcall...@redhat.com
  Target Milestone: ---
Classification: Fedora



perl-Glib-1.328-1.fc30 fails to build in Fedora 30 because some tests fail:

t/g.t .. 1/33 
#   Failed test at t/g.t line 87.
#  got: 'some string'
# expected: 'some string
# '

#   Failed test at t/g.t line 97.
#  got: 'comment'
# expected: 'comment
# '

#   Failed test at t/g.t line 101.
#  got: 'one comment more'
# expected: 'one comment more
# '
# Looks like you failed 3 tests of 33.
t/g.t .. Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/33 subtests 

This is triggered by upgrading glib2-devel from 2.58.2-1.fc30 to 2.59.0-1.fc30.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


pghmcfc pushed to perl-MCE-Shared (master). "Update to 1.840 (..more)"

2019-01-04 Thread notifications
Notification time stamped 2019-01-04 13:54:43 UTC

From 3d318d1e9f63d57684888a4c100fd5f1425087af Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jan 04 2019 13:53:59 +
Subject: Update to 1.840


- New upstream release 1.840
  - Improved destroy and exit cleanup in MCE::Shared::Server

---

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 01b8908..c88df25 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:  perl-MCE-Shared
-Version:   1.839
+Version:   1.840
 Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL+ or Artistic
@@ -98,6 +98,10 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Fri Jan  4 2019 Paul Howarth  - 1.840-1
+- Update to 1.840
+  - Improved destroy and exit cleanup in MCE::Shared::Server
+
 * Tue Aug 28 2018 Paul Howarth  - 1.839-1
 - Update to 1.839
   - Seeds the Math::Random::MT::Auto generator automatically when present in
diff --git a/sources b/sources
index eaadf5a..0784d4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MCE-Shared-1.839.tar.gz) = 
f31786a2453667dbd5a810c4cbdcf143162749512f290ca264ec02c196d33acf668bdce74731d887822fdf0a334740828f39fd40aea79756d862790c3b064d0f
+SHA512 (MCE-Shared-1.840.tar.gz) = 
23d7cd234cb83a855f2548fd59d0417c1eb84381a3472fff10bee068ef218704e89a4c60d740dd3f043763c79ec8cb72cea5a494cd1fec5adc24a6d8bbba4110



https://src.fedoraproject.org/rpms/perl-MCE-Shared/c/3d318d1e9f63d57684888a4c100fd5f1425087af?branch=master
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1331527] Please build perl-Data-Password for EPEL

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1331527

Xavier Bachelot  changed:

   What|Removed |Added

  Flags|needinfo?(andr...@bawue.net |
   |)   |



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1662969] Upgrade perl-Unicode-LineBreak to 2019.001

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1662969

Xavier Bachelot  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2019-01-04 13:01:34



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1662932] Cannot install: perl-JavaScript-Beautifier-0.25-3.fc29.noarch: nothing provides perl(JavaScript::Packer1)

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1662932



--- Comment #1 from Fedora Update System  ---
perl-JavaScript-Beautifier-0.25-4.fc29 has been submitted as an update to
Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-8fef6323ae

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1662932] Cannot install: perl-JavaScript-Beautifier-0.25-3.fc29.noarch: nothing provides perl(JavaScript::Packer1)

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1662932

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-JavaScript-Beautifier-
   ||0.25-4.fc30



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1663304] Drop sub-package perl-interpreter

2019-01-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1663304

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Petr Pisar  ---
I know. I was pondering the removal from EPEL. But I worry the removal would
affect people who decided not to upgrade to 7.6. I will ask for advise on EPEL
mailing list.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org