corsepiu pushed to perl-Starlet (f24). "Merge remote-tracking branch 'origin/f25' into f24"

2016-12-18 Thread notifications
From 36eee574aaa0decfd1b7e6885ae427d7e1f725e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 24 Jun 2016 09:44:47 +0200
Subject: Mandatory Perl build-requires added
 

---
 perl-Starlet.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index fb07fe5..e8ba874 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -9,6 +9,7 @@ Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.ta
 BuildArch:  noarch
 
 BuildRequires:  /usr/bin/start_server
+BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
 
 BuildRequires:  perl(base)
-- 
cgit v0.12


From 20e44951a5689d5fd7a0885c8bf36b824de4f7cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 12 Dec 2016 17:30:53 +0100
Subject: Update to 0.31.

---
 .gitignore|  2 +-
 perl-Starlet.spec | 13 +
 sources   |  2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1673b46..cb7040a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.30.tar.gz
+/Starlet-0.31.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index e8ba874..3d136cd 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,5 +1,5 @@
 Name:   perl-Starlet
-Version:0.30
+Version:0.31
 Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
@@ -8,6 +8,8 @@ URL:http://search.cpan.org/dist/Starlet/
 Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.tar.gz
 BuildArch:  noarch
 
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
@@ -59,14 +61,14 @@ sed -i -e '/^inc\/.*$/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc Changes README
@@ -74,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 12 2016 Ralf Corsépius  - 0.31-1
+- Update to 0.31.
+
 * Tue Jun 14 2016 Ralf Corsépius  - 0.30-1
 - Update to 0.30.
 
diff --git a/sources b/sources
index 56df09c..77de554 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c391b258aaf527dae7d4e3b3a40f180  Starlet-0.30.tar.gz
+SHA512 (Starlet-0.31.tar.gz) = 
855451ee69e379230d2476144fe5b44d0fef115e654d22bd697b3d75cc30aa53c179201d3bf980cc044b48081f7d2cfd56a956e5747d0e93e4468fd511945b7b
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f24=28c02e93ed193da3536a6b6e3842619ca17a79b8
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Starlet (f24). "Update to 0.31."

2016-12-18 Thread notifications
From 20e44951a5689d5fd7a0885c8bf36b824de4f7cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 12 Dec 2016 17:30:53 +0100
Subject: Update to 0.31.

---
 .gitignore|  2 +-
 perl-Starlet.spec | 13 +
 sources   |  2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1673b46..cb7040a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.30.tar.gz
+/Starlet-0.31.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index e8ba874..3d136cd 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,5 +1,5 @@
 Name:   perl-Starlet
-Version:0.30
+Version:0.31
 Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
@@ -8,6 +8,8 @@ URL:http://search.cpan.org/dist/Starlet/
 Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.tar.gz
 BuildArch:  noarch
 
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
@@ -59,14 +61,14 @@ sed -i -e '/^inc\/.*$/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc Changes README
@@ -74,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 12 2016 Ralf Corsépius  - 0.31-1
+- Update to 0.31.
+
 * Tue Jun 14 2016 Ralf Corsépius  - 0.30-1
 - Update to 0.30.
 
diff --git a/sources b/sources
index 56df09c..77de554 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c391b258aaf527dae7d4e3b3a40f180  Starlet-0.30.tar.gz
+SHA512 (Starlet-0.31.tar.gz) = 
855451ee69e379230d2476144fe5b44d0fef115e654d22bd697b3d75cc30aa53c179201d3bf980cc044b48081f7d2cfd56a956e5747d0e93e4468fd511945b7b
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f24=20e44951a5689d5fd7a0885c8bf36b824de4f7cf
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Starlet (f24). "Mandatory Perl build-requires added "

2016-12-18 Thread notifications
From 36eee574aaa0decfd1b7e6885ae427d7e1f725e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 24 Jun 2016 09:44:47 +0200
Subject: Mandatory Perl build-requires added
 

---
 perl-Starlet.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index fb07fe5..e8ba874 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -9,6 +9,7 @@ Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.ta
 BuildArch:  noarch
 
 BuildRequires:  /usr/bin/start_server
+BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
 
 BuildRequires:  perl(base)
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f24=36eee574aaa0decfd1b7e6885ae427d7e1f725e4
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


gettext: 'msghack' moved to 'msghack' sub-papackage

2016-12-18 Thread Pavel Raiskup
Hi all,

JFYI, for https://bugzilla.redhat.com/1405433 purpose, we're moving
'/bin/msghack' script into 'msghack' package (and most probably, it is going to
be dropped in future).  In case anybody used '/bin/msghack' for anything, we'd
like to hear from you (adding explicit (Build)Requires is fine too).

Pavel
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Starlet (f25). "Update to 0.31."

2016-12-18 Thread notifications
From 20e44951a5689d5fd7a0885c8bf36b824de4f7cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Mon, 12 Dec 2016 17:30:53 +0100
Subject: Update to 0.31.

---
 .gitignore|  2 +-
 perl-Starlet.spec | 13 +
 sources   |  2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1673b46..cb7040a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Starlet-0.30.tar.gz
+/Starlet-0.31.tar.gz
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index e8ba874..3d136cd 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,5 +1,5 @@
 Name:   perl-Starlet
-Version:0.30
+Version:0.31
 Release:1%{?dist}
 Summary:Simple, high-performance PSGI/Plack HTTP server
 License:GPL+ or Artistic
@@ -8,6 +8,8 @@ URL:http://search.cpan.org/dist/Starlet/
 Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.tar.gz
 BuildArch:  noarch
 
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59
@@ -59,14 +61,14 @@ sed -i -e '/^inc\/.*$/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc Changes README
@@ -74,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 12 2016 Ralf Corsépius  - 0.31-1
+- Update to 0.31.
+
 * Tue Jun 14 2016 Ralf Corsépius  - 0.30-1
 - Update to 0.30.
 
diff --git a/sources b/sources
index 56df09c..77de554 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c391b258aaf527dae7d4e3b3a40f180  Starlet-0.30.tar.gz
+SHA512 (Starlet-0.31.tar.gz) = 
855451ee69e379230d2476144fe5b44d0fef115e654d22bd697b3d75cc30aa53c179201d3bf980cc044b48081f7d2cfd56a956e5747d0e93e4468fd511945b7b
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Starlet.git/commit/?h=f25=20e44951a5689d5fd7a0885c8bf36b824de4f7cf
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1392467] perl-Alien-ROOT not available on AArch64 because root is not there

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1392467
Bug 1392467 depends on bug 1376324, which changed state.

Bug 1376324 Summary: root is not built for aarch64
https://bugzilla.redhat.com/show_bug.cgi?id=1376324

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |ERRATA



-- 
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


[Bug 1399580] CVE-2016-1251 perl-DBD-MySQL: Use after free when using prepared statements

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1399580

Dhiru Kholia  changed:

   What|Removed |Added

 Depends On||1405899



-- 
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


[Bug 1399580] CVE-2016-1251 perl-DBD-MySQL: Use after free when using prepared statements

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1399580

Dhiru Kholia  changed:

   What|Removed |Added

 Whiteboard|impact=moderate,public=2016 |impact=moderate,public=2016
   |1118,reported=20161128,sour |1118,reported=20161128,sour
   |ce=oss-security,cvss2=5.1/A |ce=oss-security,cvss2=5.1/A
   |V:N/AC:H/Au:N/C:P/I:P/A:P,c |V:N/AC:H/Au:N/C:P/I:P/A:P,c
   |vss3=7.5/CVSS:3.0/AV:N/AC:H |vss3=7.5/CVSS:3.0/AV:N/AC:H
   |/PR:N/UI:R/S:U/C:H/I:H/A:H, |/PR:N/UI:R/S:U/C:H/I:H/A:H,
   |cwe=CWE-416,rhel-5/perl-DBD |cwe=CWE-416,rhel-5/perl-DBD
   |-MySQL=new,rhel-6/perl-DBD- |-MySQL=wontfix,rhel-6/perl-
   |MySQL=new,rhel-7/perl-DBD-M |DBD-MySQL=wontfix,rhel-7/pe
   |ySQL=new,rhscl-2/rh-perl520 |rl-DBD-MySQL=wontfix,rhscl-
   |-perl-DBD-MySQL=new,rhscl-2 |2/rh-perl520-perl-DBD-MySQL
   |/rh-perl524-perl-DBD-MySQL= |=wontfix,rhscl-2/rh-perl524
   |new,fedora-all/perl-DBD-MyS |-perl-DBD-MySQL=affected,fe
   |QL=affected |dora-all/perl-DBD-MySQL=aff
   ||ected



-- 
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


[Bug 1395591] CVE-2016-1249 perl-DBD-MySQL: Out-of-bounds read when using server-side prepared statement support

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1395591

Dhiru Kholia  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
Last Closed||2016-12-18 23:41:48



-- 
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


Proposal to CANCEL: 2016-12-19 Fedora QA Devel Meeting

2016-12-18 Thread Tim Flink
Most of the regular folks will be absent this week and I'm not aware of
anything urgent to cover so I propose that we cancel the weekly Fedora
QA devel meeting.

If there are any topics that I'm forgetting about and/or you think
should be brought up with the group, reply to this thread and we can
un-cancel the meeting.

Tim


pgpBNTRlMCE8L.pgp
Description: OpenPGP digital signature
___
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org


Fedora Rawhide-20161218.n.1 compose check report

2016-12-18 Thread Fedora compose checker
Missing expected images:

Workstation live i386
Kde live x86_64
Xfce raw-xz armhfp
Minimal raw-xz armhfp
Workstation live x86_64
Kde live i386

Failed openQA tests: 18/80 (x86_64), 5/15 (i386)

New failures (same test did not fail in Rawhide-20161215.n.0):

ID: 51431   Test: x86_64 Server-dvd-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/51431
ID: 51432   Test: x86_64 Server-dvd-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/51432
ID: 51436   Test: x86_64 Server-dvd-iso install_repository_nfs_variation
URL: https://openqa.fedoraproject.org/tests/51436
ID: 51451   Test: i386 Server-dvd-iso install_default
URL: https://openqa.fedoraproject.org/tests/51451
ID: 51459   Test: x86_64 universal install_anaconda_text
URL: https://openqa.fedoraproject.org/tests/51459
ID: 51494   Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/51494
ID: 51495   Test: x86_64 universal upgrade_server_64bit
URL: https://openqa.fedoraproject.org/tests/51495
ID: 51500   Test: x86_64 universal upgrade_2_server_64bit
URL: https://openqa.fedoraproject.org/tests/51500
ID: 51506   Test: x86_64 universal install_european_language
URL: https://openqa.fedoraproject.org/tests/51506
ID: 51507   Test: x86_64 universal install_cyrillic_language
URL: https://openqa.fedoraproject.org/tests/51507

Old failures (same test failed in Rawhide-20161215.n.0):

ID: 51455   Test: x86_64 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/51455
ID: 51456   Test: x86_64 Workstation-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/51456
ID: 51457   Test: i386 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/51457
ID: 51481   Test: x86_64 universal install_package_set_kde
URL: https://openqa.fedoraproject.org/tests/51481
ID: 51496   Test: x86_64 universal upgrade_kde_64bit
URL: https://openqa.fedoraproject.org/tests/51496
ID: 51497   Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/51497
ID: 51499   Test: x86_64 universal upgrade_2_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/51499
ID: 51501   Test: x86_64 universal upgrade_2_kde_64bit
URL: https://openqa.fedoraproject.org/tests/51501
ID: 51502   Test: x86_64 universal upgrade_2_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/51502
ID: 51511   Test: x86_64 universal install_rescue_encrypted
URL: https://openqa.fedoraproject.org/tests/51511
ID: 51521   Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/51521
ID: 51522   Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/51522
ID: 51523   Test: i386 universal install_package_set_kde
URL: https://openqa.fedoraproject.org/tests/51523

Passed openQA tests: 49/80 (x86_64), 10/15 (i386)

New passes (same test did not pass in Rawhide-20161215.n.0):

ID: 51512   Test: x86_64 universal install_rescue_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/51512
ID: 51513   Test: i386 universal install_package_set_minimal
URL: https://openqa.fedoraproject.org/tests/51513

Skipped openQA tests: 13 of 95

Installed system changes in test x86_64 Server-boot-iso install_default: 
System load changed from 0.00 to 0.21
Previous test data: https://openqa.fedoraproject.org/tests/51336#downloads
Current test data: https://openqa.fedoraproject.org/tests/51429#downloads

Installed system changes in test i386 Server-boot-iso install_default: 
System load changed from 0.22 to 0.09
Previous test data: https://openqa.fedoraproject.org/tests/51357#downloads
Current test data: https://openqa.fedoraproject.org/tests/51450#downloads
-- 
Mail generated by check-compose:
https://pagure.io/fedora-qa/check-compose
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[EPEL-devel] Fedora EPEL 7 updates-testing report

2016-12-18 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 651  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087   
dokuwiki-0-0.24.20140929c.el7
 413  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f   
mcollective-2.8.4-1.el7
 131  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-23fa04bf1c   
redis-3.2.3-1.el7
 115  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3   
chicken-4.11.0-3.el7
  58  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-ee3cc4d1b6   
compat-guile18-1.8.8-14.el7
  14  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-fd41ef0987   
php-simplesamlphp-saml2-2.3.3-1.el7 php-simplesamlphp-saml2_1-1.10.3-1.el7
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-090cbd0a83   
botan-1.10.14-3.el7
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-73b4fc1c78   
chromium-55.0.2883.87-1.el7.1
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-d21e337184   
hdf5-1.8.12-8.el7
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-0899019edf   
game-music-emu-0.6.1-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-911ea9b639   
fedfind-3.2.3-1.el7 python-wikitcms-2.1.9-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-17165c490b   
nagios-plugins-2.1.4-2.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-857dac8710   
tarantool-1.6.9.52-2.el7 msgpuck-1.1.3-1.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

blender-2.68a-6.el7
daala-0-3.20161216git28de40b.el7
epel-rpm-macros-7-13
fedfind-3.2.3-1.el7
golang-bitbucket-kardianos-osext-0-0.13.hg364fb577de68.el7
golang-bitbucket-ww-goautoneg-0-0.10.git75cd24fc2f2c.el7
golang-github-akrennmair-gopcap-0-0.3.git00e1103.el7
golang-github-beorn7-perks-0-0.8.gitb965b61.el7
golang-github-bgentry-speakeasy-0-0.7.git36e9cfd.el7
golang-github-boltdb-bolt-1.3.0-0.2.git583e893.el7
golang-github-bugsnag-bugsnag-go-1.0.4-5.el7
golang-github-bugsnag-panicwrap-1.1.0-0.3.gitaceac81.el7
golang-github-cheggaaa-pb-0-0.3.gitda1f27a.el7
golang-github-cockroachdb-cmux-0-0.4.git112f050.el7
golang-github-coreos-go-semver-0-0.10.git568e959.el7
golang-github-coreos-go-systemd-10-2.el7
golang-github-coreos-pkg-0-0.10.gitfa29b1d.el7
golang-github-dustin-go-humanize-0-0.3.git8929fe9.el7
golang-github-ghodss-yaml-0-0.12.git73d445a.el7
golang-github-godbus-dbus-3-0.5.gitc7fdd8b.el7
golang-github-golang-sys-0-0.8.git62bee03.el7
golang-github-google-btree-0-0.7.git7d79101.el7
golang-github-grpc-ecosystem-grpc-gateway-1.0.0-0.2.gitf52d055.el7
golang-github-mattn-go-runewidth-0-0.3.gitd6bea18.el7
golang-github-olekukonko-tablewriter-0-0.4.gitcca8bbc.el7
golang-github-olekukonko-ts-0-0.3.gitecf753e.el7
golang-googlecode-go-crypto-0-0.12.gitc10c31b.el7
golang-gopkg-yaml-1-15.el7
libebur128-1.2.0-1.el7
msgpuck-1.1.3-1.el7
nagios-plugins-2.1.4-2.el7
nordugrid-arc-5.2.1-1.el7
nordugrid-arc-doc-2.0.12-1.el7
owncloud-9.1.3-1.el7
pdc-updater-0.4.1-1.el7
perl-Class-Accessor-Chained-0.01-28.el7
perl-Class-ReturnValue-0.55-23.el7
perl-File-KeePass-2.03-10.el7
perl-HTML-Strip-2.10-2.el7
php-icewind-smb-1.1.2-1.el7
python-wikitcms-2.1.9-1.el7
tarantool-1.6.9.52-2.el7
uthash-2.0.1-1.el7
znc-1.6.4-1.el7

Details about builds:



 blender-2.68a-6.el7 (FEDORA-EPEL-2016-3680690ba0)
 3D modeling, animation, rendering and post-production

Update Information:

Update to 2.68




 daala-0-3.20161216git28de40b.el7 (FEDORA-EPEL-2016-fd30b4d48d)
 Daala video compression

Update Information:

New package.

References:

  [ 1 ] Bug #1396478 - Review Request: daala - Daala video compression
https://bugzilla.redhat.com/show_bug.cgi?id=1396478




 epel-rpm-macros-7-13 (FEDORA-EPEL-2016-1861e967a3)
 Extra Packages for Enterprise Linux RPM macros

Update Information:

Add vpath macros for use by meson.     Override %_pkgdocdir (bug #1392354)




 

[Bug 1108387] Build perl-Class-Accessor-Chained for EPEL7

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1108387

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Class-Accessor-Chained-0.01-28.el7 has been pushed to the Fedora EPEL 7
testing repository. If problems still persist, please make note of it in this
bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-7597fd7e41

-- 
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


[Test-Announce] Proposal to CANCEL: 2016-12-19 Fedora QA Meeting

2016-12-18 Thread Adam Williamson
Hi folks! I'm proposing we cancel the QA meeting tomorrow. I don't have
anything much on the agenda, and a lot of folks are already winding
down for the holidays.

If you think there is something we need to discuss, please do reply to
this mail and we can go ahead and schedule the meeting! Thanks.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
test-announce mailing list -- test-annou...@lists.fedoraproject.org
To unsubscribe send an email to test-announce-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Michael Catanzaro
On Mon, 2016-12-19 at 00:25 +, Tom Hughes wrote:
> Maybe systemd is reading the limit itself and applying it to the data
> it 
> receives through the pipe?

Yes.

I'm not sure that systemd actually uses the ulimit for more than the
binary decision of whether or not to generate the core, though.

Michael
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Michael Catanzaro
On Sun, 2016-12-18 at 18:08 -0500, Matthew Miller wrote:
> I have ulimit -c returning 0 in shells on my system — have I done
> some
> configuration I don't remember? That's the default, isn't it? Should
> it
> stay that way with this change?

No, the default is supposed to be unlimited. systemd sets it to
unlimited but is blocked by SELinux. See:

https://bugzilla.redhat.com/show_bug.cgi?id=1341829
https://bugzilla.redhat.com/show_bug.cgi?id=1365435

Also see changes in systemd 229:

https://github.com/systemd/systemd/blob/master/NEWS

Michael
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1403868] Error: Package: perl-Compress-Raw-Lzma-2.061-1.el7.x86_64 ( @epel) Requires: xz-libs(x86-64) = 5.1.2

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1403868

John Heidemann  changed:

   What|Removed |Added

 CC||jo...@isi.edu



--- Comment #7 from John Heidemann  ---
perl-Fsdb-2.62-1.el7 is blocked on this issue, so I'm looking forward to seeing
perl-Compress-Raw-Lzma updated in el7

-- 
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


Re: Creating cores in f25

2016-12-18 Thread Tom Hughes

On 19/12/16 00:17, Matthew Miller wrote:

On Mon, Dec 19, 2016 at 12:07:06AM +, Tom Hughes wrote:

I have ulimit -c returning 0 in shells on my system — have I done some
configuration I don't remember? That's the default, isn't it? Should it
stay that way with this change?

The ulimit on core dump size is (mostly) ignored if sysctl has been
used to tell the kernel to send core dumps to a pipe.


Not in my testing just now — I made a small segfault program and tried
it out; with the default (ulimit -c 0) and `coredumpctl gdb` I get:

  Cannot retrieve coredump from journal or disk.
  Failed to retrieve core: No such file or directory

but when I set ulimit -c unlimited and repeat, it works.


Well all I know is what the kernel code says and what I had to do (ie 
set the limit to one byte) to stop abrt chewing CPU for hours trying to 
ingest large core dumps. The code in question is here:


https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/fs/coredump.c#n605

As you can see, if it the limit (cprm.limit is initialised from the 
ulimit at the top of the function) is one it aborts otherwise it raises 
it to infinity for the duration of the current dump.


Maybe systemd is reading the limit itself and applying it to the data it 
receives through the pipe?


Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1405861] New: perl-PAR-1.014 is available

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405861

Bug ID: 1405861
   Summary: perl-PAR-1.014 is available
   Product: Fedora
   Version: rawhide
 Component: perl-PAR
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 1.014
Current version/release in rawhide: 1.013-1.fc26
URL: http://search.cpan.org/dist/PAR/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

Based on the information from anitya: 
https://release-monitoring.org/project/3188/

-- 
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


Broken dependencies: perl-ZMQ-LibZMQ3

2016-12-18 Thread buildsys


perl-ZMQ-LibZMQ3 has broken dependencies in the rawhide tree:
On x86_64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.x86_64 requires libzmq.so.3()(64bit)
On armhfp:
perl-ZMQ-LibZMQ3-1.19-5.fc25.armv7hl requires libzmq.so.3
On ppc64le:
perl-ZMQ-LibZMQ3-1.19-5.fc25.ppc64le requires libzmq.so.3()(64bit)
On aarch64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.aarch64 requires libzmq.so.3()(64bit)
On ppc64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.ppc64 requires libzmq.so.3()(64bit)
On i386:
perl-ZMQ-LibZMQ3-1.19-5.fc25.i686 requires libzmq.so.3
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Data-Alias

2016-12-18 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.20-2.fc24.x86_64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.x86_64 requires perl(:MODULE_COMPAT_5.22.1)
On armhfp:
perl-Data-Alias-1.20-2.fc24.armv7hl requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.armv7hl requires perl(:MODULE_COMPAT_5.22.1)
On ppc64le:
perl-Data-Alias-1.20-2.fc24.ppc64le requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.ppc64le requires perl(:MODULE_COMPAT_5.22.1)
On aarch64:
perl-Data-Alias-1.20-2.fc24.aarch64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.aarch64 requires perl(:MODULE_COMPAT_5.22.1)
On ppc64:
perl-Data-Alias-1.20-2.fc24.ppc64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.ppc64 requires perl(:MODULE_COMPAT_5.22.1)
On i386:
perl-Data-Alias-1.20-2.fc24.i686 requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.i686 requires perl(:MODULE_COMPAT_5.22.1)
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-ZMQ-LibZMQ2

2016-12-18 Thread buildsys


perl-ZMQ-LibZMQ2 has broken dependencies in the rawhide tree:
On x86_64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.x86_64 requires libzmq.so.1()(64bit)
On armhfp:
perl-ZMQ-LibZMQ2-1.09-9.fc25.armv7hl requires libzmq.so.1
On ppc64le:
perl-ZMQ-LibZMQ2-1.09-9.fc25.ppc64le requires libzmq.so.1()(64bit)
On aarch64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.aarch64 requires libzmq.so.1()(64bit)
On ppc64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.ppc64 requires libzmq.so.1()(64bit)
On i386:
perl-ZMQ-LibZMQ2-1.09-9.fc25.i686 requires libzmq.so.1
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Matthew Miller
On Mon, Dec 19, 2016 at 12:07:06AM +, Tom Hughes wrote:
> >I have ulimit -c returning 0 in shells on my system — have I done some
> >configuration I don't remember? That's the default, isn't it? Should it
> >stay that way with this change?
> The ulimit on core dump size is (mostly) ignored if sysctl has been
> used to tell the kernel to send core dumps to a pipe.

Not in my testing just now — I made a small segfault program and tried
it out; with the default (ulimit -c 0) and `coredumpctl gdb` I get:

  Cannot retrieve coredump from journal or disk.
  Failed to retrieve core: No such file or directory


but when I set ulimit -c unlimited and repeat, it works.

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Broken dependencies: perl-ZeroMQ

2016-12-18 Thread buildsys


perl-ZeroMQ has broken dependencies in the rawhide tree:
On x86_64:
perl-ZeroMQ-0.23-13.fc25.x86_64 requires libzmq.so.1()(64bit)
On armhfp:
perl-ZeroMQ-0.23-13.fc25.armv7hl requires libzmq.so.1
On ppc64le:
perl-ZeroMQ-0.23-13.fc25.ppc64le requires libzmq.so.1()(64bit)
On aarch64:
perl-ZeroMQ-0.23-13.fc25.aarch64 requires libzmq.so.1()(64bit)
On ppc64:
perl-ZeroMQ-0.23-13.fc25.ppc64 requires libzmq.so.1()(64bit)
On i386:
perl-ZeroMQ-0.23-13.fc25.i686 requires libzmq.so.1
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-de...@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Alien-ROOT

2016-12-18 Thread buildsys


perl-Alien-ROOT has broken dependencies in the rawhide tree:
On aarch64:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
On ppc64:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
On ppc64le:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-de...@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Tom Hughes

On 18/12/16 23:08, Matthew Miller wrote:

On Sun, Dec 18, 2016 at 01:00:37PM -0600, Michael Catanzaro wrote:

How do I get f25 to create cores, these days?

Some more details here:
https://fedoraproject.org/wiki/Changes/coredumpctl


I have ulimit -c returning 0 in shells on my system — have I done some
configuration I don't remember? That's the default, isn't it? Should it
stay that way with this change?


The ulimit on core dump size is (mostly) ignored if sysctl has been used 
to tell the kernel to send core dumps to a pipe.


The only exception is that a limit of 1 byte (which is impossible to set 
in most shells) effectively acts as a limit of 0 and disables core dumps 
but that's only because the kernel uses it internally to ignore core 
dumps from the process running the pipe to receive a core dump.


Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Test-Announce] Fedora 26 Rawhide 20161218.n.1 nightly compose nominated for testing

2016-12-18 Thread rawhide
Announcing the creation of a new nightly release validation test event
for Fedora 26 Rawhide 20161218.n.1. Please help run some tests for this
nightly compose if you have time. For more information on nightly
release validation testing, see:
https://fedoraproject.org/wiki/QA:Release_validation_test_plan

Notable package version changes:
anaconda - 20161214.n.1: anaconda-26.15-1.fc26.src, 20161218.n.1: 
anaconda-26.16-1.fc26.src

Test coverage information for the current release can be seen at:
https://www.happyassassin.net/testcase_stats/26

You can see all results, find testing instructions and image download
locations, and enter results on the Summary page:

https://fedoraproject.org/wiki/Test_Results:Fedora_26_Rawhide_20161218.n.1_Summary

The individual test result pages are:

https://fedoraproject.org/wiki/Test_Results:Fedora_26_Rawhide_20161218.n.1_Installation
https://fedoraproject.org/wiki/Test_Results:Fedora_26_Rawhide_20161218.n.1_Base
https://fedoraproject.org/wiki/Test_Results:Fedora_26_Rawhide_20161218.n.1_Server
https://fedoraproject.org/wiki/Test_Results:Fedora_26_Rawhide_20161218.n.1_Cloud
https://fedoraproject.org/wiki/Test_Results:Fedora_26_Rawhide_20161218.n.1_Desktop
https://fedoraproject.org/wiki/Test_Results:Fedora_26_Rawhide_20161218.n.1_Security_Lab

Thank you for testing!
-- 
Mail generated by relval: https://www.happyassassin.net/relval/
___
test-announce mailing list -- test-annou...@lists.fedoraproject.org
To unsubscribe send an email to test-announce-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Matthew Miller
On Sun, Dec 18, 2016 at 01:00:37PM -0600, Michael Catanzaro wrote:
> > How do I get f25 to create cores, these days?
> Some more details here:
> https://fedoraproject.org/wiki/Changes/coredumpctl

I have ulimit -c returning 0 in shells on my system — have I done some
configuration I don't remember? That's the default, isn't it? Should it
stay that way with this change?

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Michael Catanzaro
On Sun, 2016-12-18 at 11:26 -0500, Steve Dickson wrote:
> Hello,
> 
> How do I get f25 to create cores, these days?

Some more details here:

https://fedoraproject.org/wiki/Changes/coredumpctl

Michael
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Dec 18, 2016 at 12:24:09PM -0500, Matthew Miller wrote:
> On Sun, Dec 18, 2016 at 05:56:04PM +0100, Jan Kratochvil wrote:
> > On Sun, 18 Dec 2016 17:26:40 +0100, Steve Dickson wrote:
> > > How do I get f25 to create cores, these days?
> > echo >/etc/sysctl.d/foo.conf "kernel.core_pattern=core"; reboot
> > It gets broken by:
> > /usr/lib/sysctl.d/50-coredump.conf
> > $ rpm -qf /usr/lib/sysctl.d/50-coredump.conf
> > systemd-231-10.fc25.x86_64
> 
> On my system, it's actually abrt-ccpp overriding _that_. See
> proposed change https://fedoraproject.org/wiki/Changes/coredumpctl

Yes. "foo.conf" sorts after "50-coredump.conf", so you setting has higher
priority, so systemd-sysctl should set kernel.core_pattern=core.
Most likely it's abrt overriding that pattern.

BTW, no need to reboot to reload sysctl settings,
'sudo /usr/lib/systemd/systemd-sysctl' does the same thing that happens
during boot.

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (el6). "Add manual Requires for conditionally loaded modules (rhbz#1328327)"

2016-12-18 Thread notifications
From c320c70e41f6c185888d37bd40688cc7f2104112 Mon Sep 17 00:00:00 2001
From: "Charles R. Anderson" 
Date: Sun, 18 Dec 2016 11:48:16 -0500
Subject: Add manual Requires for conditionally loaded modules (rhbz#1328327)

---
 perl-File-KeePass.spec | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index e1cc11d..d298dc9 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,6 +16,9 @@ BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(Compress::Raw::Zlib)
 Requires:   perl(Crypt::Rijndael) 
 Requires:   perl(Digest::SHA) 
+Requires:   perl(XML::Parser)
+Requires:   perl(Compress::Raw::Zlib)
+Requires:   perl(MIME::Base64)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -62,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 18 2016 Charles R. Anderson  - 2.03-10
+- Add manual Requires for conditionally loaded modules (rhbz#1328327)
+
 * Mon May 16 2016 Jitka Plesnikova  - 2.03-9
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=el6=c320c70e41f6c185888d37bd40688cc7f2104112
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (el6). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-12-18 Thread notifications
From f33b9fb7cc3a55953298cef87d17fbe26e577871 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 13:38:59 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index 45b6012..29ec86e 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
2.03-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 2.03-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=el6=f33b9fb7cc3a55953298cef87d17fbe26e577871
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-12-18 Thread notifications
From f33b9fb7cc3a55953298cef87d17fbe26e577871 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 13:38:59 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index 45b6012..29ec86e 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
2.03-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 2.03-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=epel7=f33b9fb7cc3a55953298cef87d17fbe26e577871
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (epel7). "Perl 5.24 rebuild"

2016-12-18 Thread notifications
From f17596a26e169b22ba1707be082b74b48b46c185 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 16 May 2016 06:34:40 +0200
Subject: Perl 5.24 rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index 29ec86e..a2fa0d3 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 16 2016 Jitka Plesnikova  - 2.03-9
+- Perl 5.24 rebuild
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.03-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=epel7=f17596a26e169b22ba1707be082b74b48b46c185
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (epel7). "Add manual Requires for conditionally loaded modules (rhbz#1328327)"

2016-12-18 Thread notifications
From c320c70e41f6c185888d37bd40688cc7f2104112 Mon Sep 17 00:00:00 2001
From: "Charles R. Anderson" 
Date: Sun, 18 Dec 2016 11:48:16 -0500
Subject: Add manual Requires for conditionally loaded modules (rhbz#1328327)

---
 perl-File-KeePass.spec | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index e1cc11d..d298dc9 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,6 +16,9 @@ BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(Compress::Raw::Zlib)
 Requires:   perl(Crypt::Rijndael) 
 Requires:   perl(Digest::SHA) 
+Requires:   perl(XML::Parser)
+Requires:   perl(Compress::Raw::Zlib)
+Requires:   perl(MIME::Base64)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -62,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 18 2016 Charles R. Anderson  - 2.03-10
+- Add manual Requires for conditionally loaded modules (rhbz#1328327)
+
 * Mon May 16 2016 Jitka Plesnikova  - 2.03-9
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=epel7=c320c70e41f6c185888d37bd40688cc7f2104112
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (el6). "Perl 5.22 rebuild"

2016-12-18 Thread notifications
From 66f538122f745318fc4ad310ba0051159e1f1222 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Sat, 6 Jun 2015 20:46:57 +0200
Subject: Perl 5.22 rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index ace99a9..40e9b96 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 06 2015 Jitka Plesnikova  - 2.03-6
+- Perl 5.22 rebuild
+
 * Thu Aug 28 2014 Jitka Plesnikova  - 2.03-5
 - Perl 5.20 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=el6=66f538122f745318fc4ad310ba0051159e1f1222
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (el6). "Mandatory Perl build-requires added "

2016-12-18 Thread notifications
From a1625389062ded18054d5e454a4b9cfee9e0d33d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 24 Jun 2016 10:29:06 +0200
Subject: Mandatory Perl build-requires added
 

---
 perl-File-KeePass.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index a2fa0d3..e1cc11d 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -7,6 +7,7 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/File-KeePass/
 Source0:
http://www.cpan.org/authors/id/R/RH/RHANDOM/File-KeePass-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl-generators
 BuildRequires:  perl(Crypt::Rijndael) 
 BuildRequires:  perl(Digest::SHA) 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=el6=a1625389062ded18054d5e454a4b9cfee9e0d33d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (epel7). "Mandatory Perl build-requires added "

2016-12-18 Thread notifications
From a1625389062ded18054d5e454a4b9cfee9e0d33d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 24 Jun 2016 10:29:06 +0200
Subject: Mandatory Perl build-requires added
 

---
 perl-File-KeePass.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index a2fa0d3..e1cc11d 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -7,6 +7,7 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/File-KeePass/
 Source0:
http://www.cpan.org/authors/id/R/RH/RHANDOM/File-KeePass-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl-generators
 BuildRequires:  perl(Crypt::Rijndael) 
 BuildRequires:  perl(Digest::SHA) 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=epel7=a1625389062ded18054d5e454a4b9cfee9e0d33d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (el6). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild"

2016-12-18 Thread notifications
From a04afda92628de3be98074aa6e059d830c6c3f5f Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Fri, 6 Jun 2014 23:16:16 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index ff13cbe..f1842dc 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 07 2014 Fedora Release Engineering  
- 2.03-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Mon Sep 02 2013 Matias Kreder  2.03-3
 - Updated license information
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=el6=a04afda92628de3be98074aa6e059d830c6c3f5f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (el6). "Perl 5.24 rebuild"

2016-12-18 Thread notifications
From f17596a26e169b22ba1707be082b74b48b46c185 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 16 May 2016 06:34:40 +0200
Subject: Perl 5.24 rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index 29ec86e..a2fa0d3 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 16 2016 Jitka Plesnikova  - 2.03-9
+- Perl 5.24 rebuild
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.03-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=el6=f17596a26e169b22ba1707be082b74b48b46c185
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (el6). "Perl 5.20 rebuild"

2016-12-18 Thread notifications
From 9f4003377e6c281035f1a95fa635e137b743ae9a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 28 Aug 2014 20:04:50 +0200
Subject: Perl 5.20 rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index f1842dc..ace99a9 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 28 2014 Jitka Plesnikova  - 2.03-5
+- Perl 5.20 rebuild
+
 * Sat Jun 07 2014 Fedora Release Engineering  
- 2.03-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=el6=9f4003377e6c281035f1a95fa635e137b743ae9a
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2016-12-18 Thread notifications
From 73a151082a4b644d31bbd825a3bb12b83d743b8c Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 03:08:36 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index 40e9b96..45b6012 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 2.03-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 2.03-6
 - Perl 5.22 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=epel7=73a151082a4b644d31bbd825a3bb12b83d743b8c
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (el6). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2016-12-18 Thread notifications
From 73a151082a4b644d31bbd825a3bb12b83d743b8c Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 03:08:36 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index 40e9b96..45b6012 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 2.03-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova  - 2.03-6
 - Perl 5.22 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=el6=73a151082a4b644d31bbd825a3bb12b83d743b8c
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (epel7). "Perl 5.22 rebuild"

2016-12-18 Thread notifications
From 66f538122f745318fc4ad310ba0051159e1f1222 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Sat, 6 Jun 2015 20:46:57 +0200
Subject: Perl 5.22 rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index ace99a9..40e9b96 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jun 06 2015 Jitka Plesnikova  - 2.03-6
+- Perl 5.22 rebuild
+
 * Thu Aug 28 2014 Jitka Plesnikova  - 2.03-5
 - Perl 5.20 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=epel7=66f538122f745318fc4ad310ba0051159e1f1222
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (f24). "Add manual Requires for conditionally loaded modules (rhbz#1328327)"

2016-12-18 Thread notifications
From c320c70e41f6c185888d37bd40688cc7f2104112 Mon Sep 17 00:00:00 2001
From: "Charles R. Anderson" 
Date: Sun, 18 Dec 2016 11:48:16 -0500
Subject: Add manual Requires for conditionally loaded modules (rhbz#1328327)

---
 perl-File-KeePass.spec | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index e1cc11d..d298dc9 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,6 +16,9 @@ BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(Compress::Raw::Zlib)
 Requires:   perl(Crypt::Rijndael) 
 Requires:   perl(Digest::SHA) 
+Requires:   perl(XML::Parser)
+Requires:   perl(Compress::Raw::Zlib)
+Requires:   perl(MIME::Base64)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -62,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 18 2016 Charles R. Anderson  - 2.03-10
+- Add manual Requires for conditionally loaded modules (rhbz#1328327)
+
 * Mon May 16 2016 Jitka Plesnikova  - 2.03-9
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=f24=c320c70e41f6c185888d37bd40688cc7f2104112
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Matthew Miller
On Sun, Dec 18, 2016 at 05:56:04PM +0100, Jan Kratochvil wrote:
> On Sun, 18 Dec 2016 17:26:40 +0100, Steve Dickson wrote:
> > How do I get f25 to create cores, these days?
> echo >/etc/sysctl.d/foo.conf "kernel.core_pattern=core"; reboot
> It gets broken by:
>   /usr/lib/sysctl.d/50-coredump.conf
> $ rpm -qf /usr/lib/sysctl.d/50-coredump.conf
> systemd-231-10.fc25.x86_64

On my system, it's actually abrt-ccpp overriding _that_. See
proposed change https://fedoraproject.org/wiki/Changes/coredumpctl


-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (f24). "Perl 5.24 rebuild"

2016-12-18 Thread notifications
From f17596a26e169b22ba1707be082b74b48b46c185 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 16 May 2016 06:34:40 +0200
Subject: Perl 5.24 rebuild

---
 perl-File-KeePass.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index 29ec86e..a2fa0d3 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 16 2016 Jitka Plesnikova  - 2.03-9
+- Perl 5.24 rebuild
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
2.03-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=f24=f17596a26e169b22ba1707be082b74b48b46c185
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (f24). "Mandatory Perl build-requires added "

2016-12-18 Thread notifications
From a1625389062ded18054d5e454a4b9cfee9e0d33d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Fri, 24 Jun 2016 10:29:06 +0200
Subject: Mandatory Perl build-requires added
 

---
 perl-File-KeePass.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index a2fa0d3..e1cc11d 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -7,6 +7,7 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/File-KeePass/
 Source0:
http://www.cpan.org/authors/id/R/RH/RHANDOM/File-KeePass-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl-generators
 BuildRequires:  perl(Crypt::Rijndael) 
 BuildRequires:  perl(Digest::SHA) 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=f24=a1625389062ded18054d5e454a4b9cfee9e0d33d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (f25). "Add manual Requires for conditionally loaded modules (rhbz#1328327)"

2016-12-18 Thread notifications
From c320c70e41f6c185888d37bd40688cc7f2104112 Mon Sep 17 00:00:00 2001
From: "Charles R. Anderson" 
Date: Sun, 18 Dec 2016 11:48:16 -0500
Subject: Add manual Requires for conditionally loaded modules (rhbz#1328327)

---
 perl-File-KeePass.spec | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index e1cc11d..d298dc9 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,6 +16,9 @@ BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(Compress::Raw::Zlib)
 Requires:   perl(Crypt::Rijndael) 
 Requires:   perl(Digest::SHA) 
+Requires:   perl(XML::Parser)
+Requires:   perl(Compress::Raw::Zlib)
+Requires:   perl(MIME::Base64)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -62,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 18 2016 Charles R. Anderson  - 2.03-10
+- Add manual Requires for conditionally loaded modules (rhbz#1328327)
+
 * Mon May 16 2016 Jitka Plesnikova  - 2.03-9
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=f25=c320c70e41f6c185888d37bd40688cc7f2104112
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Creating cores in f25

2016-12-18 Thread Jan Kratochvil
On Sun, 18 Dec 2016 17:26:40 +0100, Steve Dickson wrote:
> How do I get f25 to create cores, these days?

echo >/etc/sysctl.d/foo.conf "kernel.core_pattern=core"; reboot

It gets broken by:
/usr/lib/sysctl.d/50-coredump.conf

$ rpm -qf /usr/lib/sysctl.d/50-coredump.conf
systemd-231-10.fc25.x86_64


Jan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


cra pushed to perl-File-KeePass (master). "Add manual Requires for conditionally loaded modules (rhbz#1328327)"

2016-12-18 Thread notifications
From c320c70e41f6c185888d37bd40688cc7f2104112 Mon Sep 17 00:00:00 2001
From: "Charles R. Anderson" 
Date: Sun, 18 Dec 2016 11:48:16 -0500
Subject: Add manual Requires for conditionally loaded modules (rhbz#1328327)

---
 perl-File-KeePass.spec | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/perl-File-KeePass.spec b/perl-File-KeePass.spec
index e1cc11d..d298dc9 100644
--- a/perl-File-KeePass.spec
+++ b/perl-File-KeePass.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-KeePass
 Version:2.03
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Interface to KeePass V1 and V2 database files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,6 +16,9 @@ BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(Compress::Raw::Zlib)
 Requires:   perl(Crypt::Rijndael) 
 Requires:   perl(Digest::SHA) 
+Requires:   perl(XML::Parser)
+Requires:   perl(Compress::Raw::Zlib)
+Requires:   perl(MIME::Base64)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -62,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 18 2016 Charles R. Anderson  - 2.03-10
+- Add manual Requires for conditionally loaded modules (rhbz#1328327)
+
 * Mon May 16 2016 Jitka Plesnikova  - 2.03-9
 - Perl 5.24 rebuild
 
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-File-KeePass.git/commit/?h=master=c320c70e41f6c185888d37bd40688cc7f2104112
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Creating cores in f25

2016-12-18 Thread Steve Dickson
Hello,

How do I get f25 to create cores, these days?

I'm getting the segfault 
   [55108.290610] rpc.gssd[13264]: segfault at 0 ip 55dc90af9dde sp 
7f9fb73cb7c0 error 4 in rpc.gssd[55dc90af3000+14000]

but no core so those address are meaningless. 

Everything in the kernel is set:
f25# sysctl -a | grep kernel.core
kernel.core_pattern = |/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t %P %I
kernel.core_pipe_limit = 4
kernel.core_uses_pid = 1

The abrtd daemon is up and running
f25# ps ax | grep abrtd
  713 ?Ssl0:00 /usr/sbin/abrtd -d -s

What am I missing?

tia,

steved.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[EPEL-devel] Orphaned Packages in epel5 (2016-12-18)

2016-12-18 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

   Package  (co)maintainersStatus Change 

kompose orphan 3 weeks ago   
libsodium   orphan 0 weeks ago   
python-keyring  orphan, ctubbsii, rtnpro   3 weeks ago   
python-logilab-astngorphan, bcl0 weeks ago   
python-logilab-common   orphan, bcl0 weeks ago   

The following packages require above mentioned packages:
Depending on: python-logilab-astng (3), status change: 2016-12-16 (0 weeks ago)
pylint (maintained by: lupinix, bcl)
pylint-0.21.1-3.el5.noarch requires python-logilab-astng = 
0.20.1-3.el5

nordugrid-arc (maintained by: ellert, jonkni)
nordugrid-arc-5.2.0-1.el5.src requires pylint = 0.21.1-3.el5

spacewalk-pylint (maintained by: msuchy)
spacewalk-pylint-0.5-1.el5.noarch requires pylint = 0.21.1-3.el5

Affected (co)maintainers
bcl: python-logilab-common, python-logilab-astng
ctubbsii: python-keyring
ellert: python-logilab-astng
jonkni: python-logilab-astng
lupinix: python-logilab-astng
msuchy: python-logilab-astng
rtnpro: python-keyring

Orphans (5): kompose libsodium python-keyring python-logilab-astng
python-logilab-common


Orphans (dependend on) (1): python-logilab-astng


Orphans (epel5) for at least 6 weeks (dependend on) (0):


Orphans  (epel5)(not depended on) (4): kompose libsodium
python-keyring python-logilab-common


Orphans (epel5) for at least 6 weeks (not dependend on) (0):


Depending packages (epel5) (3): nordugrid-arc pylint spacewalk-pylint


Packages depending on packages orphaned (epel5) for more than 6 weeks
(0):


Not found in repo (epel5) (2): kompose python-keyring

-- 
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its trac instance:
https://fedorahosted.org/rel-eng/
The sources of this script can be found at:
https://pagure.io/releng/blob/master/f/scripts/find_unblocked_orphans.py
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org


[EPEL-devel] Orphaned Packages in epel7 (2016-12-18)

2016-12-18 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

   Package  (co)maintainers   Status Change 
===
budgie  orphan, williamjmorenor   0 weeks ago   
caml-crush  orphan, nmav  0 weeks ago   
egtkorphan1 weeks ago   
ocaml-config-file   orphan, nmav  0 weeks ago   
python-logilab-common   orphan, bcl, mrunge   0 weeks ago   
uispec4jorphan1 weeks ago   
xfce-bluetooth  orphan1 weeks ago   
zukitwo orphan1 weeks ago   

The following packages require above mentioned packages:
Depending on: python-logilab-common (5), status change: 2016-12-16 (0 weeks ago)
python-astroid (maintained by: lupinix, bcl, mrunge)
python-astroid-1.2.1-2.el7.noarch requires 
python-logilab-common = 0.62.1-1.el7
python-astroid-1.2.1-2.el7.src requires python-logilab-common = 
0.62.1-1.el7

pylint (maintained by: lupinix, bcl, mrunge)
pylint-1.3.1-1.el7.noarch requires python-astroid = 1.2.1-2.el7
pylint-1.3.1-1.el7.src requires python-astroid = 1.2.1-2.el7

nordugrid-arc (maintained by: ellert, jonkni)
nordugrid-arc-5.2.0-1.el7.src requires pylint = 1.3.1-1.el7

spacewalk-pylint (maintained by: msuchy)
spacewalk-pylint-2.2.10-1.el7.noarch requires pylint = 
1.3.1-1.el7

arc-gui-clients (maintained by: ellert)
arc-gui-clients-0.4.6-9.el7.x86_64 requires 
libarccommon.so.3()(64bit), libarccommunication.so.3()(64bit), 
libarccompute.so.3()(64bit), libarccredential.so.3()(64bit), 
libarccredentialstore.so.3()(64bit), libarccrypto.so.3()(64bit), 
libarcdata.so.3()(64bit), libarcloader.so.3()(64bit), 
libarcmessage.so.3()(64bit)

Depending on: zukitwo (1), status change: 2016-12-07 (1 weeks ago)
cinnamon (maintained by: leigh123linux, mtwebster, raveit65)
cinnamon-2.8.8-2.el7.x86_64 requires zukitwo-gtk2-theme = 
20141022-10.el7, zukitwo-gtk3-theme = 20141022-10.el7, zukitwo-metacity-theme = 
20141022-10.el7

Affected (co)maintainers
bcl: python-logilab-common
ellert: python-logilab-common
jonkni: python-logilab-common
leigh123linux: zukitwo
lupinix: python-logilab-common
mrunge: python-logilab-common
msuchy: python-logilab-common
mtwebster: zukitwo
nmav: ocaml-config-file, caml-crush
raveit65: zukitwo
williamjmorenor: budgie

Orphans (8): budgie caml-crush egtk ocaml-config-file
python-logilab-common uispec4j xfce-bluetooth zukitwo


Orphans (dependend on) (2): python-logilab-common zukitwo


Orphans (epel7) for at least 6 weeks (dependend on) (0):


Orphans  (epel7)(not depended on) (6): budgie caml-crush egtk
ocaml-config-file uispec4j xfce-bluetooth


Orphans (epel7) for at least 6 weeks (not dependend on) (0):


Depending packages (epel7) (6): arc-gui-clients cinnamon nordugrid-arc
pylint python-astroid spacewalk-pylint


Packages depending on packages orphaned (epel7) for more than 6 weeks
(0):


Not found in repo (epel7) (4): budgie caml-crush egtk uispec4j

-- 
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its trac instance:
https://fedorahosted.org/rel-eng/
The sources of this script can be found at:
https://pagure.io/releng/blob/master/f/scripts/find_unblocked_orphans.py
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org


[EPEL-devel] Orphaned Packages in epel6 (2016-12-18)

2016-12-18 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

   Package  (co)maintainersStatus Change 

mx  orphan, bcl, pfj   0 weeks ago   
python-ladonorphan 1 weeks ago   
python-logilab-astngorphan, bcl0 weeks ago   
python-logilab-common   orphan, bcl0 weeks ago   
tint2   orphan 1 weeks ago   

The following packages require above mentioned packages:
Depending on: mx (53), status change: 2016-12-16 (0 weeks ago)
smolt (maintained by: wwoods)
smolt-server-1.4.2.2-8.el6.noarch requires mx = 3.1.3-1.el6

tryton (maintained by: sharkcz)
tryton-1.8.8-1.el6.noarch requires mx = 3.1.3-1.el6

trytond (maintained by: sharkcz)
trytond-1.8.10-1.el6.noarch requires mx = 3.1.3-1.el6

neso (maintained by: sharkcz)
neso-1.8.1-1.el6.noarch requires tryton = 1.8.8-1.el6

python-proteus (maintained by: sharkcz)
python-proteus-1.8.4-1.el6.noarch requires tryton(kernel) = 1.8

trytond-account (maintained by: sharkcz, heffer)
trytond-account-1.8.7-1.el6.noarch requires tryton(kernel) = 1.8

trytond-account-be (maintained by: sharkcz, heffer)
trytond-account-be-1.8.0-3.el6.noarch requires tryton(kernel) = 
1.8

trytond-account-de-skr03 (maintained by: sharkcz, heffer)
trytond-account-de-skr03-1.8.0-3.el6.noarch requires 
tryton(kernel) = 1.8

trytond-account-invoice (maintained by: sharkcz, heffer)
trytond-account-invoice-1.8.1-1.el6.noarch requires 
tryton(kernel) = 1.8

trytond-account-invoice-history (maintained by: sharkcz, heffer)
trytond-account-invoice-history-1.8.0-3.el6.noarch requires 
tryton(kernel) = 1.8

trytond-account-invoice-line-standalone (maintained by: sharkcz, heffer)
trytond-account-invoice-line-standalone-1.8.0-3.el6.noarch 
requires tryton(kernel) = 1.8

trytond-account-product (maintained by: sharkcz, heffer)
trytond-account-product-1.8.0-3.el6.noarch requires 
tryton(kernel) = 1.8

trytond-account-statement (maintained by: sharkcz, heffer)
trytond-account-statement-1.8.2-1.el6.noarch requires 
tryton(kernel) = 1.8

trytond-analytic-account (maintained by: sharkcz, heffer)
trytond-analytic-account-1.8.0-3.el6.noarch requires 
tryton(kernel) = 1.8

trytond-analytic-invoice (maintained by: sharkcz, heffer)
trytond-analytic-invoice-1.8.2-1.el6.noarch requires 
tryton(kernel) = 1.8

trytond-analytic-purchase (maintained by: sharkcz, heffer)
trytond-analytic-purchase-1.8.1-1.el6.noarch requires 
tryton(kernel) = 1.8

trytond-analytic-sale (maintained by: sharkcz, heffer)
trytond-analytic-sale-1.8.1-1.el6.noarch requires 
tryton(kernel) = 1.8

trytond-calendar (maintained by: sharkcz, heffer)
trytond-calendar-1.8.4-1.el6.noarch requires tryton(kernel) = 
1.8

trytond-calendar-classification (maintained by: sharkcz, heffer)
trytond-calendar-classification-1.8.0-3.el6.noarch requires 
tryton(kernel) = 1.8

trytond-calendar-scheduling (maintained by: sharkcz, heffer)
trytond-calendar-scheduling-1.8.3-1.el6.noarch requires 
tryton(kernel) = 1.8

trytond-calendar-todo (maintained by: sharkcz, heffer)
trytond-calendar-todo-1.8.2-1.el6.noarch requires 
tryton(kernel) = 1.8

trytond-company (maintained by: sharkcz, heffer)
trytond-company-1.8.2-1.el6.noarch requires tryton(kernel) = 1.8

trytond-company-work-time (maintained by: sharkcz, heffer)
trytond-company-work-time-1.8.0-3.el6.noarch requires 
tryton(kernel) = 1.8

trytond-country (maintained by: sharkcz, heffer)
trytond-country-1.8.0-3.el6.noarch requires tryton(kernel) = 1.8

trytond-currency (maintained by: sharkcz, heffer)
trytond-currency-1.8.0-3.el6.noarch requires tryton(kernel) = 
1.8

trytond-dashboard (maintained by: sharkcz, heffer)
trytond-dashboard-1.8.0-3.el6.noarch requires tryton(kernel) = 
1.8

trytond-google-maps (maintained by: sharkcz, 

Orphaned Packages in rawhide (2016-12-18)

2016-12-18 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

Package(co)maintainersStatus Change 
===
GLee  orphan  5 weeks ago   
authd orphan, aledvink5 weeks ago   
budgieorphan, cicku, williamjmorenor  0 weeks ago   
caml-crushorphan, nmav0 weeks ago   
chatzilla orphan  5 weeks ago   
diodonorphan  1 weeks ago   
egtk  orphan, cicku, odysseus 1 weeks ago   
farstream orphan, amigadave, mooninite,   1 weeks ago   
  uraeus, vicodan   
freetalk  orphan, cicku   1 weeks ago   
jspeexorphan  5 weeks ago   
nautilus-terminal orphan, hicham  5 weeks ago   
ocaml-config-file orphan, nmav0 weeks ago   
open-nat  orphan  6 weeks ago   
php-pear-HTML-Common  orphan, remi1 weeks ago   
php-pear-HTML-QuickForm   orphan, remi1 weeks ago   
python-django-roa orphan, bkabrda, cstratak   4 weeks ago   
python-django-sorting orphan, bkabrda, cstratak   3 weeks ago   
python-egenix-mx-base orphan, bcl 0 weeks ago   
python-gudev  orphan, aledvink5 weeks ago   
python-ipdb   orphan, bcl 0 weeks ago   
python-ladon  orphan  1 weeks ago   
python-logilab-common orphan, bcl, mrunge 0 weeks ago   
python-remoteobjects  orphan, bkabrda, cstratak   4 weeks ago   
python-typeshed   orphan, dshea   2 weeks ago   
starksoft-aspen   orphan  6 weeks ago   
uispec4j  orphan  1 weeks ago   
vorbisspi orphan, hicham  5 weeks ago   
xfce-bluetoothorphan  1 weeks ago   
zoneminderorphan, cra, mebourne   0 weeks ago   

The following packages require above mentioned packages:
Depending on: GLee (1), status change: 2016-11-07 (5 weeks ago)
atanua (maintained by: lkundrak)
atanua-1.3.141220-5.fc25.i686 requires libGLee.so.5
atanua-1.3.141220-5.fc25.src requires GLee-devel = 5.4.0-10.fc24

Depending on: php-pear-HTML-Common (1), status change: 2016-12-08 (1 weeks ago)
php-pear-HTML_Javascript (maintained by: topdog, mtasaka)
php-pear-HTML_Javascript-1.1.2-4.fc24.noarch requires 
php-pear(HTML_Common) = 1.2.5

Depending on: python-egenix-mx-base (5), status change: 2016-12-16 (0 weeks ago)
gnue-common (maintained by: ashawley, wolfy)
gnue-common-0.6.9-16.fc23.noarch requires mx = 3.2.8-4.fc25

gnumed (maintained by: ankursinha, mrceresa, salimma, susmit)
gnumed-1.6.7-2.fc25.noarch requires python-egenix-mx-base = 
3.2.8-4.fc25

gnumed-server (maintained by: susmit, salimma)
gnumed-server-21.7-2.fc25.noarch requires mx = 3.2.8-4.fc25

lekhonee (maintained by: kushal)
lekhonee-0.7-13.fc25.noarch requires mx = 3.2.8-4.fc25

openerp-client (maintained by: leamas, lbazan)
openerp-client-6.1-10.20130126_002033.fc26.noarch requires mx = 
3.2.8-4.fc25

Depending on: python-remoteobjects (2), status change: 2016-11-14 (4 weeks ago)
python-django-typepadapp (maintained by: lbazan)
python-django-typepadapp-1.2.1-13.fc25.src requires 
python-remoteobjects = 1.2.1-3.fc25

python-typepad (maintained by: lbazan)
python-typepad-2.0-8.fc25.noarch requires python-remoteobjects 
= 1.2.1-3.fc25

Depending on: python-typeshed (5), status change: 2016-11-29 (2 weeks ago)
python3-mypy (maintained by: caiqian, dshea)
python3-mypy-0.4.3-2.noarch requires python-typeshed = 
0.1-0.20160713git.fc25


Re: [HEADS UP] Updated xmlrpc-c (1.47.1) is on the way

2016-12-18 Thread Igor Gnatenko
On Sun, Dec 18, 2016 at 3:27 PM, Alexander Bokovoy  wrote:
> On su, 18 joulu 2016, Igor Gnatenko wrote:
>>
>> Unfortunately we stuck with very old (1.32.5, somewhere from 2012)
>> version of xmlrpc-c. I've rebased it to newer version (1.47.1, from
>> this month). It doesn't anymore use cmake (it was port from one of our
>> contributors, official buildsys is autoconf+gnumake) for building, now
>> it uses meson (you can see why in my blog[0]).
>>
>> * abrt
>> No problem for rebuild
>> * certmonger
>> FTBFS due to openssl1.1[1], though probably it should be retired
>> because looks like it's part of FreeIPA now
>
> Certmonger is a separate project and is a separate package. The fact
> that it is used by FreeIPA does not change the state of it.
>
>> * freeipa
>> No problem for rebuild
>
> Did you actually try to install/enroll IPA client with new xmlrpc-c?
> Last time the change happened due to CVE, GSSAPI authentication broke in
> xmlrpc-c and none of IPA clients were able to enroll. This was a major
> breakage.
Hmm.. I have not checked it, but before doing update/rebuilds will try
to spawn IPA server/client in VM and see whether it works. You can try
yourself as well from this repo:
https://copr.fedorainfracloud.org/coprs/ignatenkobrain/xmlrpc-c-rebase/
>
>
>> I will build new xmlrpc-c and rebuild dependent libraries this or next
>> week.
>>
>>
>> [0] https://blogs.gnome.org/ignatenko/2016/12/17/meson-%E2%99%A5-xmlrpc-c/
>> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1405790
>> [2] https://github.com/FreightAgent/freight-tools/issues/5
>> [3] https://bugzilla.redhat.com/show_bug.cgi?id=1385596
>
>
> --
> / Alexander Bokovoy
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org



-- 
-Igor Gnatenko
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: [HEADS UP] Updated xmlrpc-c (1.47.1) is on the way

2016-12-18 Thread Alexander Bokovoy

On su, 18 joulu 2016, Igor Gnatenko wrote:

Unfortunately we stuck with very old (1.32.5, somewhere from 2012)
version of xmlrpc-c. I've rebased it to newer version (1.47.1, from
this month). It doesn't anymore use cmake (it was port from one of our
contributors, official buildsys is autoconf+gnumake) for building, now
it uses meson (you can see why in my blog[0]).

* abrt
No problem for rebuild
* certmonger
FTBFS due to openssl1.1[1], though probably it should be retired
because looks like it's part of FreeIPA now

Certmonger is a separate project and is a separate package. The fact
that it is used by FreeIPA does not change the state of it.


* freeipa
No problem for rebuild

Did you actually try to install/enroll IPA client with new xmlrpc-c?
Last time the change happened due to CVE, GSSAPI authentication broke in
xmlrpc-c and none of IPA clients were able to enroll. This was a major
breakage.


I will build new xmlrpc-c and rebuild dependent libraries this or next week.


[0] https://blogs.gnome.org/ignatenko/2016/12/17/meson-%E2%99%A5-xmlrpc-c/
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1405790
[2] https://github.com/FreightAgent/freight-tools/issues/5
[3] https://bugzilla.redhat.com/show_bug.cgi?id=1385596


--
/ Alexander Bokovoy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[HEADS UP] Updated xmlrpc-c (1.47.1) is on the way

2016-12-18 Thread Igor Gnatenko
Unfortunately we stuck with very old (1.32.5, somewhere from 2012)
version of xmlrpc-c. I've rebased it to newer version (1.47.1, from
this month). It doesn't anymore use cmake (it was port from one of our
contributors, official buildsys is autoconf+gnumake) for building, now
it uses meson (you can see why in my blog[0]).

* abrt
No problem for rebuild
* certmonger
FTBFS due to openssl1.1[1], though probably it should be retired
because looks like it's part of FreeIPA now
* freeipa
No problem for rebuild
* freight-tools
Doesn't build with new xmlrpc-c, but seems easy to fix[2]
* libreport
No problem for rebuild
* opensips
FTBFS due to openssl1.1[3]
* rtorrent
No problem for rebuild
* fawkes
Was not able to build due to nothing provides libvtkftgl.so.1 needed
by pcl-1.8.0-2.fc26.x86_64

I will build new xmlrpc-c and rebuild dependent libraries this or next week.


[0] https://blogs.gnome.org/ignatenko/2016/12/17/meson-%E2%99%A5-xmlrpc-c/
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1405790
[2] https://github.com/FreightAgent/freight-tools/issues/5
[3] https://bugzilla.redhat.com/show_bug.cgi?id=1385596
-- 
-Igor Gnatenko
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1405780] perl-autobox-Core-1.33 is available

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405780

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-autobox-Core-1.33-1.fc
   ||26
 Resolution|--- |RAWHIDE
Last Closed||2016-12-18 08:23:38



--- Comment #1 from Paul Howarth  ---
Build done:
https://koji.fedoraproject.org/koji/taskinfo?taskID=1696

-- 
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


pghmcfc pushed to perl-autobox-Core (perl-autobox-Core-1.33-1.fc26). "Update to 1.33 (..more)"

2016-12-18 Thread notifications
From cfc6673050376a45da59306d71a8bf0a7500ac9c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 18 Dec 2016 13:15:24 +
Subject: Update to 1.33

- New upstream release 1.33
  - Fix array->uniq with undef values
- Make %files list more explicit
---
 .gitignore |  1 +
 perl-autobox-Core.spec | 21 ++---
 sources|  2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 50352db..4b05726 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /autobox-Core-1.30.tar.gz
 /autobox-Core-1.31.tar.gz
 /autobox-Core-1.32.tar.gz
+/autobox-Core-1.33.tar.gz
diff --git a/perl-autobox-Core.spec b/perl-autobox-Core.spec
index 739ee43..eca6ac3 100644
--- a/perl-autobox-Core.spec
+++ b/perl-autobox-Core.spec
@@ -1,6 +1,6 @@
 Name:   perl-autobox-Core
-Version:1.32
-Release:3%{?dist}
+Version:1.33
+Release:1%{?dist}
 Summary:Core functions exposed as methods in primitive types
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,7 @@ URL:http://search.cpan.org/dist/autobox-Core/
 Source0:
http://www.cpan.org/modules/by-module/autobox/autobox-Core-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
@@ -27,6 +28,7 @@ BuildRequires:  perl(Config)
 BuildRequires:  perl(Test::More) >= 0.88
 # Optional tests only
 BuildRequires:  perl(Test::Output)
+# Dependencies
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(autobox) >= 2.71
 Requires:   perl(Want) >= 0.26
@@ -42,22 +44,27 @@ scalars and arrays.
 %setup -q -n autobox-Core-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}/*
+make install DESTDIR=%{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/autobox/
+%{_mandir}/man3/autobox::Core.3*
 
 %changelog
+* Sun Dec 18 2016 Paul Howarth  - 1.33-1
+- Update to 1.33
+  - Fix array->uniq with undef values
+- Make %%files list more explicit
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.32-3
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 7220157..1dbf784 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-968e5ee2f3ff2347ab541a6757bf5910  autobox-Core-1.32.tar.gz
+SHA512 (autobox-Core-1.33.tar.gz) = 
2041830e57573372909f9e7c209881539bf7f21862bbe438f8c761754b061f2efbb72615d744da443170dad79cd7688cd4c30b89308196674e9b6e84419766f0
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-autobox-Core.git/commit/?h=perl-autobox-Core-1.33-1.fc26=cfc6673050376a45da59306d71a8bf0a7500ac9c
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-autobox-Core (master). "Update to 1.33 (..more)"

2016-12-18 Thread notifications
From cfc6673050376a45da59306d71a8bf0a7500ac9c Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 18 Dec 2016 13:15:24 +
Subject: Update to 1.33

- New upstream release 1.33
  - Fix array->uniq with undef values
- Make %files list more explicit
---
 .gitignore |  1 +
 perl-autobox-Core.spec | 21 ++---
 sources|  2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 50352db..4b05726 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /autobox-Core-1.30.tar.gz
 /autobox-Core-1.31.tar.gz
 /autobox-Core-1.32.tar.gz
+/autobox-Core-1.33.tar.gz
diff --git a/perl-autobox-Core.spec b/perl-autobox-Core.spec
index 739ee43..eca6ac3 100644
--- a/perl-autobox-Core.spec
+++ b/perl-autobox-Core.spec
@@ -1,6 +1,6 @@
 Name:   perl-autobox-Core
-Version:1.32
-Release:3%{?dist}
+Version:1.33
+Release:1%{?dist}
 Summary:Core functions exposed as methods in primitive types
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,7 @@ URL:http://search.cpan.org/dist/autobox-Core/
 Source0:
http://www.cpan.org/modules/by-module/autobox/autobox-Core-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
@@ -27,6 +28,7 @@ BuildRequires:  perl(Config)
 BuildRequires:  perl(Test::More) >= 0.88
 # Optional tests only
 BuildRequires:  perl(Test::Output)
+# Dependencies
 Requires:   perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:   perl(autobox) >= 2.71
 Requires:   perl(Want) >= 0.26
@@ -42,22 +44,27 @@ scalars and arrays.
 %setup -q -n autobox-Core-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}/*
+make install DESTDIR=%{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/autobox/
+%{_mandir}/man3/autobox::Core.3*
 
 %changelog
+* Sun Dec 18 2016 Paul Howarth  - 1.33-1
+- Update to 1.33
+  - Fix array->uniq with undef values
+- Make %%files list more explicit
+
 * Sun May 15 2016 Jitka Plesnikova  - 1.32-3
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 7220157..1dbf784 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-968e5ee2f3ff2347ab541a6757bf5910  autobox-Core-1.32.tar.gz
+SHA512 (autobox-Core-1.33.tar.gz) = 
2041830e57573372909f9e7c209881539bf7f21862bbe438f8c761754b061f2efbb72615d744da443170dad79cd7688cd4c30b89308196674e9b6e84419766f0
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-autobox-Core.git/commit/?h=master=cfc6673050376a45da59306d71a8bf0a7500ac9c
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded autobox-Core-1.33.tar.gz for perl-autobox-Core

2016-12-18 Thread notifications
2041830e57573372909f9e7c209881539bf7f21862bbe438f8c761754b061f2efbb72615d744da443170dad79cd7688cd4c30b89308196674e9b6e84419766f0
  autobox-Core-1.33.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-autobox-Core/autobox-Core-1.33.tar.gz/sha512/2041830e57573372909f9e7c209881539bf7f21862bbe438f8c761754b061f2efbb72615d744da443170dad79cd7688cd4c30b89308196674e9b6e84419766f0/autobox-Core-1.33.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1405736] perl-Test-Warn-0.31 is available

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405736

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Test-Warn-0.31-1.fc26
 Resolution|--- |RAWHIDE
Last Closed||2016-12-18 08:06:37



--- Comment #5 from Paul Howarth  ---
Build done:
https://koji.fedoraproject.org/koji/taskinfo?taskID=16944231

-- 
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


pghmcfc pushed to perl-Test-Warn (perl-Test-Warn-0.31-1.fc26). "Update to 0.31 (..more)"

2016-12-18 Thread notifications
From 7e3d953a71fb0aa0727ccd7d1d25050a46089420 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 18 Dec 2016 12:57:50 +
Subject: Update to 0.31
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.31
  - Improve support for warnings with trailing newlines
- This release by BIGJ → update source URL
- Classify buildreqs by usage
- Simplify find command using -delete
- Drop redundant Group: tag
---
 perl-Test-Warn.spec | 48 +++-
 sources |  2 +-
 2 files changed, 32 insertions(+), 18 deletions(-)

diff --git a/perl-Test-Warn.spec b/perl-Test-Warn.spec
index b2d473d..5dc1d2f 100644
--- a/perl-Test-Warn.spec
+++ b/perl-Test-Warn.spec
@@ -1,28 +1,32 @@
 Name:   perl-Test-Warn
-Version:0.30
-Release:7%{?dist}
+Version:0.31
+Release:1%{?dist}
 Summary:Perl extension to test methods for warnings
-Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Warn/
-Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-%{version}.tar.gz
 BuildArch:  noarch
+# Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
-BuildRequires:  perl(base)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  sed
+# Runtime
 BuildRequires:  perl(Carp) >= 1.22
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Sub::Uplevel) >= 0.12
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test)
+BuildRequires:  perl(Sub::Uplevel) >= 0.12
 BuildRequires:  perl(Test::Builder) >= 0.13
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Builder::Tester) >= 1.02
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(warnings)
+# Dependencies
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Test::Builder) >= 0.13
 
@@ -35,16 +39,18 @@ based code.
 
 %prep
 %setup -q -n Test-Warn-%{version}
-sed -i -e 's/\r//' Changes
+
+# Fix line endings
+sed -i -e 's/\r$//' Changes
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-%{_fixperms} $RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -52,9 +58,17 @@ make test
 %files
 %doc Changes README
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Warn.3pm*
+%{_mandir}/man3/Test::Warn.3*
 
 %changelog
+* Sun Dec 18 2016 Paul Howarth  - 0.31-1
+- Update to 0.31
+  - Improve support for warnings with trailing newlines
+- This release by BIGJ → update source URL
+- Classify buildreqs by usage
+- Simplify find command using -delete
+- Drop redundant Group: tag
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.30-7
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index fcd9356..9e75a1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8306b998a96d2cc69266b5248d550472  Test-Warn-0.30.tar.gz
+SHA512 (Test-Warn-0.31.tar.gz) = 
8a12d6a360f3f513151c990a84cd9199215c70a50dc2572432662d5a5bd9d8b2ea1237967d63d7400e91eb736e25cad130d1ae794aaf452f3a8c0b11d2cc97cc
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Warn.git/commit/?h=perl-Test-Warn-0.31-1.fc26=7e3d953a71fb0aa0727ccd7d1d25050a46089420
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Warn (master). "Update to 0.31 (..more)"

2016-12-18 Thread notifications
From 7e3d953a71fb0aa0727ccd7d1d25050a46089420 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 18 Dec 2016 12:57:50 +
Subject: Update to 0.31
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.31
  - Improve support for warnings with trailing newlines
- This release by BIGJ → update source URL
- Classify buildreqs by usage
- Simplify find command using -delete
- Drop redundant Group: tag
---
 perl-Test-Warn.spec | 48 +++-
 sources |  2 +-
 2 files changed, 32 insertions(+), 18 deletions(-)

diff --git a/perl-Test-Warn.spec b/perl-Test-Warn.spec
index b2d473d..5dc1d2f 100644
--- a/perl-Test-Warn.spec
+++ b/perl-Test-Warn.spec
@@ -1,28 +1,32 @@
 Name:   perl-Test-Warn
-Version:0.30
-Release:7%{?dist}
+Version:0.31
+Release:1%{?dist}
 Summary:Perl extension to test methods for warnings
-Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Warn/
-Source0:
http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-%{version}.tar.gz
 BuildArch:  noarch
+# Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
-BuildRequires:  perl(base)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  sed
+# Runtime
 BuildRequires:  perl(Carp) >= 1.22
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Sub::Uplevel) >= 0.12
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test)
+BuildRequires:  perl(Sub::Uplevel) >= 0.12
 BuildRequires:  perl(Test::Builder) >= 0.13
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Builder::Tester) >= 1.02
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(warnings)
+# Dependencies
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Test::Builder) >= 0.13
 
@@ -35,16 +39,18 @@ based code.
 
 %prep
 %setup -q -n Test-Warn-%{version}
-sed -i -e 's/\r//' Changes
+
+# Fix line endings
+sed -i -e 's/\r$//' Changes
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-%{_fixperms} $RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -52,9 +58,17 @@ make test
 %files
 %doc Changes README
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::Warn.3pm*
+%{_mandir}/man3/Test::Warn.3*
 
 %changelog
+* Sun Dec 18 2016 Paul Howarth  - 0.31-1
+- Update to 0.31
+  - Improve support for warnings with trailing newlines
+- This release by BIGJ → update source URL
+- Classify buildreqs by usage
+- Simplify find command using -delete
+- Drop redundant Group: tag
+
 * Sun May 15 2016 Jitka Plesnikova  - 0.30-7
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index fcd9356..9e75a1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8306b998a96d2cc69266b5248d550472  Test-Warn-0.30.tar.gz
+SHA512 (Test-Warn-0.31.tar.gz) = 
8a12d6a360f3f513151c990a84cd9199215c70a50dc2572432662d5a5bd9d8b2ea1237967d63d7400e91eb736e25cad130d1ae794aaf452f3a8c0b11d2cc97cc
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Warn.git/commit/?h=master=7e3d953a71fb0aa0727ccd7d1d25050a46089420
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded Test-Warn-0.31.tar.gz for perl-Test-Warn

2016-12-18 Thread notifications
8a12d6a360f3f513151c990a84cd9199215c70a50dc2572432662d5a5bd9d8b2ea1237967d63d7400e91eb736e25cad130d1ae794aaf452f3a8c0b11d2cc97cc
  Test-Warn-0.31.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Warn/Test-Warn-0.31.tar.gz/sha512/8a12d6a360f3f513151c990a84cd9199215c70a50dc2572432662d5a5bd9d8b2ea1237967d63d7400e91eb736e25cad130d1ae794aaf452f3a8c0b11d2cc97cc/Test-Warn-0.31.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1405736] perl-Test-Warn-0.31 is available

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405736



--- Comment #4 from Upstream Release Monitoring 
 ---
pghmcfc's perl-Test-Warn-0.31-1.fc26 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=826441

-- 
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


pghmcfc pushed to perl-IO-Socket-SSL (perl-IO-Socket-SSL-2.040-1.fc26). "Update to 2.040 (..more)"

2016-12-18 Thread notifications
From a6f663d8ce0d5de1a6d970585a822f554ce24f59 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 18 Dec 2016 12:18:04 +
Subject: Update to 2.040

- New upstream release 2.040
  - Fix detection of default CA path for OpenSSL 1.1.x
  - Utils::CERT_asHash now includes the signature algorithm used
  - Utils::CERT_asHash can now deal with large serial numbers
- Update patches as needed
---
 ...-SSL-2.039-use-system-default-SSL-version.patch | 36 --
 ...-SSL-2.040-use-system-default-SSL-version.patch | 36 ++
 perl-IO-Socket-SSL.spec| 13 ++--
 sources|  2 +-
 4 files changed, 47 insertions(+), 40 deletions(-)
 delete mode 100644 IO-Socket-SSL-2.039-use-system-default-SSL-version.patch
 create mode 100644 IO-Socket-SSL-2.040-use-system-default-SSL-version.patch

diff --git a/IO-Socket-SSL-2.039-use-system-default-SSL-version.patch 
b/IO-Socket-SSL-2.039-use-system-default-SSL-version.patch
deleted file mode 100644
index e3c16cc..000
--- a/IO-Socket-SSL-2.039-use-system-default-SSL-version.patch
+++ /dev/null
@@ -1,36 +0,0 @@
 lib/IO/Socket/SSL.pm
-+++ lib/IO/Socket/SSL.pm
-@@ -97,7 +97,7 @@ my $algo2digest = do {
- # global defaults
- my %DEFAULT_SSL_ARGS = (
- SSL_check_crl => 0,
--SSL_version => 'SSLv23:!SSLv3:!SSLv2', # consider both SSL3.0 and SSL2.0 
as broken
-+SSL_version => '',
- SSL_verify_callback => undef,
- SSL_verifycn_scheme => undef,  # fallback cn verification
- SSL_verifycn_publicsuffix => undef,  # fallback default list verification
-@@ -2214,7 +2214,7 @@ sub new {
- 
- my $ssl_op = $DEFAULT_SSL_OP;
- 
--my $ver;
-+my $ver = '';
- for (split(/\s*:\s*/,$arg_hash->{SSL_version})) {
-   m{^(!?)(?:(SSL(?:v2|v3|v23|v2/3))|(TLSv1(?:_?[12])?))$}i
-   or croak("invalid SSL_version specified");
 lib/IO/Socket/SSL.pod
-+++ lib/IO/Socket/SSL.pod
-@@ -960,11 +960,12 @@ protocol to the specified version.
- All values are case-insensitive.  Instead of 'TLSv1_1' and 'TLSv1_2' one can
- also use 'TLSv11' and 'TLSv12'.  Support for 'TLSv1_1' and 'TLSv1_2' requires
- recent versions of Net::SSLeay and openssl.
-+The default SSL_version is defined by the underlying cryptographic library.
- 
- Independent from the handshake format you can limit to set of accepted SSL
- versions by adding !version separated by ':'.
- 
--The default SSL_version is 'SSLv23:!SSLv3:!SSLv2' which means, that the
-+For example, 'SSLv23:!SSLv3:!SSLv2' means that the
- handshake format is compatible to SSL2.0 and higher, but that the successful
- handshake is limited to TLS1.0 and higher, that is no SSL2.0 or SSL3.0 because
- both of these versions have serious security issues and should not be used
diff --git a/IO-Socket-SSL-2.040-use-system-default-SSL-version.patch 
b/IO-Socket-SSL-2.040-use-system-default-SSL-version.patch
new file mode 100644
index 000..406b4df
--- /dev/null
+++ b/IO-Socket-SSL-2.040-use-system-default-SSL-version.patch
@@ -0,0 +1,36 @@
+--- lib/IO/Socket/SSL.pm
 lib/IO/Socket/SSL.pm
+@@ -97,7 +97,7 @@ my $algo2digest = do {
+ # global defaults
+ my %DEFAULT_SSL_ARGS = (
+ SSL_check_crl => 0,
+-SSL_version => 'SSLv23:!SSLv3:!SSLv2', # consider both SSL3.0 and SSL2.0 
as broken
++SSL_version => '',
+ SSL_verify_callback => undef,
+ SSL_verifycn_scheme => undef,  # fallback cn verification
+ SSL_verifycn_publicsuffix => undef,  # fallback default list verification
+@@ -2219,7 +2219,7 @@ sub new {
+ 
+ my $ssl_op = $DEFAULT_SSL_OP;
+ 
+-my $ver;
++my $ver = '';
+ for (split(/\s*:\s*/,$arg_hash->{SSL_version})) {
+   m{^(!?)(?:(SSL(?:v2|v3|v23|v2/3))|(TLSv1(?:_?[12])?))$}i
+   or croak("invalid SSL_version specified");
+--- lib/IO/Socket/SSL.pod
 lib/IO/Socket/SSL.pod
+@@ -960,11 +960,12 @@ protocol to the specified version.
+ All values are case-insensitive.  Instead of 'TLSv1_1' and 'TLSv1_2' one can
+ also use 'TLSv11' and 'TLSv12'.  Support for 'TLSv1_1' and 'TLSv1_2' requires
+ recent versions of Net::SSLeay and openssl.
++The default SSL_version is defined by the underlying cryptographic library.
+ 
+ Independent from the handshake format you can limit to set of accepted SSL
+ versions by adding !version separated by ':'.
+ 
+-The default SSL_version is 'SSLv23:!SSLv3:!SSLv2' which means, that the
++For example, 'SSLv23:!SSLv3:!SSLv2' means that the
+ handshake format is compatible to SSL2.0 and higher, but that the successful
+ handshake is limited to TLS1.0 and higher, that is no SSL2.0 or SSL3.0 because
+ both of these versions have serious security issues and should not be used
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 0c5cf34..ea34043 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:  perl-IO-Socket-SSL
-Version:   2.039
+Version:   2.040
 Release:   1%{?dist}
 

pghmcfc pushed to perl-IO-Socket-SSL (master). "Update to 2.040 (..more)"

2016-12-18 Thread notifications
From a6f663d8ce0d5de1a6d970585a822f554ce24f59 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 18 Dec 2016 12:18:04 +
Subject: Update to 2.040

- New upstream release 2.040
  - Fix detection of default CA path for OpenSSL 1.1.x
  - Utils::CERT_asHash now includes the signature algorithm used
  - Utils::CERT_asHash can now deal with large serial numbers
- Update patches as needed
---
 ...-SSL-2.039-use-system-default-SSL-version.patch | 36 --
 ...-SSL-2.040-use-system-default-SSL-version.patch | 36 ++
 perl-IO-Socket-SSL.spec| 13 ++--
 sources|  2 +-
 4 files changed, 47 insertions(+), 40 deletions(-)
 delete mode 100644 IO-Socket-SSL-2.039-use-system-default-SSL-version.patch
 create mode 100644 IO-Socket-SSL-2.040-use-system-default-SSL-version.patch

diff --git a/IO-Socket-SSL-2.039-use-system-default-SSL-version.patch 
b/IO-Socket-SSL-2.039-use-system-default-SSL-version.patch
deleted file mode 100644
index e3c16cc..000
--- a/IO-Socket-SSL-2.039-use-system-default-SSL-version.patch
+++ /dev/null
@@ -1,36 +0,0 @@
 lib/IO/Socket/SSL.pm
-+++ lib/IO/Socket/SSL.pm
-@@ -97,7 +97,7 @@ my $algo2digest = do {
- # global defaults
- my %DEFAULT_SSL_ARGS = (
- SSL_check_crl => 0,
--SSL_version => 'SSLv23:!SSLv3:!SSLv2', # consider both SSL3.0 and SSL2.0 
as broken
-+SSL_version => '',
- SSL_verify_callback => undef,
- SSL_verifycn_scheme => undef,  # fallback cn verification
- SSL_verifycn_publicsuffix => undef,  # fallback default list verification
-@@ -2214,7 +2214,7 @@ sub new {
- 
- my $ssl_op = $DEFAULT_SSL_OP;
- 
--my $ver;
-+my $ver = '';
- for (split(/\s*:\s*/,$arg_hash->{SSL_version})) {
-   m{^(!?)(?:(SSL(?:v2|v3|v23|v2/3))|(TLSv1(?:_?[12])?))$}i
-   or croak("invalid SSL_version specified");
 lib/IO/Socket/SSL.pod
-+++ lib/IO/Socket/SSL.pod
-@@ -960,11 +960,12 @@ protocol to the specified version.
- All values are case-insensitive.  Instead of 'TLSv1_1' and 'TLSv1_2' one can
- also use 'TLSv11' and 'TLSv12'.  Support for 'TLSv1_1' and 'TLSv1_2' requires
- recent versions of Net::SSLeay and openssl.
-+The default SSL_version is defined by the underlying cryptographic library.
- 
- Independent from the handshake format you can limit to set of accepted SSL
- versions by adding !version separated by ':'.
- 
--The default SSL_version is 'SSLv23:!SSLv3:!SSLv2' which means, that the
-+For example, 'SSLv23:!SSLv3:!SSLv2' means that the
- handshake format is compatible to SSL2.0 and higher, but that the successful
- handshake is limited to TLS1.0 and higher, that is no SSL2.0 or SSL3.0 because
- both of these versions have serious security issues and should not be used
diff --git a/IO-Socket-SSL-2.040-use-system-default-SSL-version.patch 
b/IO-Socket-SSL-2.040-use-system-default-SSL-version.patch
new file mode 100644
index 000..406b4df
--- /dev/null
+++ b/IO-Socket-SSL-2.040-use-system-default-SSL-version.patch
@@ -0,0 +1,36 @@
+--- lib/IO/Socket/SSL.pm
 lib/IO/Socket/SSL.pm
+@@ -97,7 +97,7 @@ my $algo2digest = do {
+ # global defaults
+ my %DEFAULT_SSL_ARGS = (
+ SSL_check_crl => 0,
+-SSL_version => 'SSLv23:!SSLv3:!SSLv2', # consider both SSL3.0 and SSL2.0 
as broken
++SSL_version => '',
+ SSL_verify_callback => undef,
+ SSL_verifycn_scheme => undef,  # fallback cn verification
+ SSL_verifycn_publicsuffix => undef,  # fallback default list verification
+@@ -2219,7 +2219,7 @@ sub new {
+ 
+ my $ssl_op = $DEFAULT_SSL_OP;
+ 
+-my $ver;
++my $ver = '';
+ for (split(/\s*:\s*/,$arg_hash->{SSL_version})) {
+   m{^(!?)(?:(SSL(?:v2|v3|v23|v2/3))|(TLSv1(?:_?[12])?))$}i
+   or croak("invalid SSL_version specified");
+--- lib/IO/Socket/SSL.pod
 lib/IO/Socket/SSL.pod
+@@ -960,11 +960,12 @@ protocol to the specified version.
+ All values are case-insensitive.  Instead of 'TLSv1_1' and 'TLSv1_2' one can
+ also use 'TLSv11' and 'TLSv12'.  Support for 'TLSv1_1' and 'TLSv1_2' requires
+ recent versions of Net::SSLeay and openssl.
++The default SSL_version is defined by the underlying cryptographic library.
+ 
+ Independent from the handshake format you can limit to set of accepted SSL
+ versions by adding !version separated by ':'.
+ 
+-The default SSL_version is 'SSLv23:!SSLv3:!SSLv2' which means, that the
++For example, 'SSLv23:!SSLv3:!SSLv2' means that the
+ handshake format is compatible to SSL2.0 and higher, but that the successful
+ handshake is limited to TLS1.0 and higher, that is no SSL2.0 or SSL3.0 because
+ both of these versions have serious security issues and should not be used
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 0c5cf34..ea34043 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,5 +1,5 @@
 Name:  perl-IO-Socket-SSL
-Version:   2.039
+Version:   2.040
 Release:   1%{?dist}
 

pghmcfc uploaded IO-Socket-SSL-2.040.tar.gz for perl-IO-Socket-SSL

2016-12-18 Thread notifications
827db6a8b9f2ca51c4dd934ed5cd296d271dc30deafd5e9630bfcc8907d4ada0a7d6e71cf689df9013c6f7333c9b2f3d07643ec94a9b2675138cc669e8a68925
  IO-Socket-SSL-2.040.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-Socket-SSL/IO-Socket-SSL-2.040.tar.gz/sha512/827db6a8b9f2ca51c4dd934ed5cd296d271dc30deafd5e9630bfcc8907d4ada0a7d6e71cf689df9013c6f7333c9b2f3d07643ec94a9b2675138cc669e8a68925/IO-Socket-SSL-2.040.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1405780] New: perl-autobox-Core-1.33 is available

2016-12-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1405780

Bug ID: 1405780
   Summary: perl-autobox-Core-1.33 is available
   Product: Fedora
   Version: rawhide
 Component: perl-autobox-Core
  Keywords: FutureFeature, Triaged
  Assignee: p...@city-fan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.33
Current version/release in rawhide: 1.32-3.fc25
URL: http://search.cpan.org/dist/autobox-Core/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

Based on the information from anitya: 
https://release-monitoring.org/project/7516/

-- 
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