[Bug 1290091] perl-MooseX-Log-Log4perl-0.47 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1290091

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-MooseX-Log-Log4perl-0.
   ||47-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-12-14 05:45:14



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed jplesnik's 'commit' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed jplesnik's 'commit' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed ppisar's 'commit' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed ppisar's 'commit' permission on perl-Carton (f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed jplesnik's 'watchbugzilla' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed jplesnik's 'watchbugzilla' permission on perl-Carton (master) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata set the koschei monitoring flag of perl-Carton to True

2015-12-14 Thread notifications
psabata set the koschei monitoring flag of perl-Carton to True

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Elections] Reminder : Voting Period Ends Today

2015-12-14 Thread Jan Kurik
Hey all,

As you probably know, Voting Period for FESCo ,FAmSCo and Council
Elections for F23 Cycle is currently in progress. Voting closes
promptly at 23:59:00 UTC on December 14th(Today).

If you haven't cast your votes yet, You can do it at
https://admin.fedoraproject.org/voting

Unable to decide whom to vote for ? jflory7's awesome post with links
to all Candidate Interviews can help you :
https://communityblog.fedoraproject.org/2015-december-elections-interviews/#more-620

Hoping to see a huge voter turnout this Elections,

Cheers,
Jan Kurik on behalf of Bee


-- 
Jan Kuřík
Platform & Fedora Program Manager
Red Hat Czech s.r.o., Purkynova 99/71, 612 45 Brno, Czech Republic
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel-announce@lists.fedoraproject.org


pghmcfc pushed to perl-CPAN-Meta-Requirements (master). "Update to 2.140 (..more)"

2015-12-14 Thread notifications
>From 848dd954a53e5551b3ff8a2ac77f8ac3157cc5ed Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 14 Dec 2015 12:05:16 +
Subject: Update to 2.140

- New upstream release 2.140
  - Added method for getting structured requirements
  - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic)
  - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings to avoid old
version.pm bugs with v-strings less than 3 characters
  - Protect internal _isa_version from non-refs that pass ->isa('version')
  - Much better error messages, explaining what conflicted and how
  - Repackage with fixed tests
  - Expanded dist.ini from author bundle to individual plugins
---
 perl-CPAN-Meta-Requirements.spec | 21 ++---
 sources  |  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec
index b27724a..b49b148 100644
--- a/perl-CPAN-Meta-Requirements.spec
+++ b/perl-CPAN-Meta-Requirements.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-Meta-Requirements
-Version:2.133
-Release:4%{?dist}
+Version:2.140
+Release:1%{?dist}
 Summary:Set of version requirements for a CPAN dist
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,8 +8,11 @@ URL:
http://search.cpan.org/dist/CPAN-Meta-Requirements/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
@@ -21,6 +24,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
 # Extra Tests (not run when bootstrapping due to circular build dependencies)
 %if !%{defined perl_bootstrap} && ! ( 0%{?rhel} )
+BuildRequires:  perl(blib)
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
 BuildRequires:  perl(English)
 BuildRequires:  perl(File::Temp)
@@ -90,6 +94,17 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/CPAN::Meta::Requirements.3*
 
 %changelog
+* Mon Dec 14 2015 Paul Howarth  - 2.140-1
+- Update to 2.140
+  - Added method for getting structured requirements
+  - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic)
+  - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings to avoid old
+version.pm bugs with v-strings less than 3 characters
+  - Protect internal _isa_version from non-refs that pass ->isa('version')
+  - Much better error messages, explaining what conflicted and how
+  - Repackage with fixed tests
+  - Expanded dist.ini from author bundle to individual plugins
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 2.133-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 9b24286..c291bb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa4768039b80c4aabb4fed6073b52202  CPAN-Meta-Requirements-2.133.tar.gz
+8febe4f14f356e57fd1e2c342d56a64b  CPAN-Meta-Requirements-2.140.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta-Requirements.git/commit/?h=master=848dd954a53e5551b3ff8a2ac77f8ac3157cc5ed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


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

2015-12-14 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 280  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087   
dokuwiki-0-0.24.20140929c.el7
  72  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-925e9374c9   
python-pymongo-3.0.3-1.el7
  42  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f   
mcollective-2.8.4-1.el7
  13  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-ca44dee931   
python-django-1.6.11-4.el7
  11  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-0ec0c87b3a   
proftpd-1.3.5a-2.el7
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-04215ad374   
moodle-3.0-1.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-f82c6fc04a   
p7zip-15.09-4.el7
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-2c063edb76   
pdf2djvu-0.7.21-1.el7
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e45e108151   
php-twig-1.23.1-2.el7 php-symfony-2.7.7-2.el7
   1  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-67166d0519   
shellinabox-2.19-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-0272adfe4b   
gwenhywfar-4.13.1-2.el7


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

ari-backup-1.0.10-3.el7
carbon-c-relay-1.2-1.el7
daemonize-1.7.7-1.el7
gnome-shell-extension-openweather-1-0.14.20151212gita80c8a3.el7
golang-launchpad-go-xdg-v0-0-0.2.20151107bzr.el7
gwenhywfar-4.13.1-2.el7
perl-Lingua-Translit-0.24-1.el7
python-dialog-3.3.0-6.el7
vtk-6.1.0-5.el7
x2goserver-4.0.1.19-6.el7
xfce4-session-4.10.1-8.el7

Details about builds:



 ari-backup-1.0.10-3.el7 (FEDORA-EPEL-2015-120a2062db)
 A helpful wrapper around rdiff-backup

Update Information:

New package.

References:

  [ 1 ] Bug #1269609 - Review Request: ari-backup - A wrapper around 
rdiff-backup
https://bugzilla.redhat.com/show_bug.cgi?id=1269609




 carbon-c-relay-1.2-1.el7 (FEDORA-EPEL-2015-a504e9d276)
 Enhanced C implementation of Carbon relay, aggregator and rewriter

Update Information:

Update to upstream 1.2

References:

  [ 1 ] Bug #1290612 - carbon-c-relay-v1.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1290612




 daemonize-1.7.7-1.el7 (FEDORA-EPEL-2015-74071f9932)
 Run a command as a Unix daemon

Update Information:

Introduce daemonize for epel 7

References:

  [ 1 ] Bug #1144495 - Add epel7 branch for daemonize
https://bugzilla.redhat.com/show_bug.cgi?id=1144495




 gnome-shell-extension-openweather-1-0.14.20151212gita80c8a3.el7 
(FEDORA-EPEL-2015-9be6e0dc51)
 Display weather information from many locations in the world

Update Information:

(Re-)add compatibility for gnome-shell 3.8 (and 3.10) to allow build for epel7.
Add hint about enabling system-wide installed shell-extensions.




 golang-launchpad-go-xdg-v0-0-0.2.20151107bzr.el7 (FEDORA-EPEL-2015-b455d0ec35)
 Go library to use the XDG spec

Update Information:

Remove most gofed-style macros to fix empty RHEL 7 packages




 gwenhywfar-4.13.1-2.el7 (FEDORA-EPEL-2015-0272adfe4b)
 A multi-platform helper library for other libraries

Update Information:

This adjusts gwenhywfar to use the system copy of ca-certificates, instead of a
bundled copy.

References:

  [ 1 ] Bug #1272503 - 

psabata changed perl-sig's 'watchcommits' permission on perl-HTTP-Tinyish (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchcommits' permission on perl-HTTP-Tinyish (f23) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lcons pushed to stompclt (el6). "declared new source"

2015-12-14 Thread notifications
>From 8569f95e2c27f3c58ba14450fc40cb737522e039 Mon Sep 17 00:00:00 2001
From: Lionel Cons 
Date: Mon, 14 Dec 2015 09:15:36 +0100
Subject: declared new source

---
 .gitignore | 6 +-
 sources| 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9c28dbf..73ffbb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,5 @@
-/stompclt-0.5.tar.gz
-/stompclt-0.6.tar.gz
-/stompclt-0.7.tar.gz
-/stompclt-0.8.tar.gz
-/stompclt-0.9.tar.gz
 /stompclt-1.0.tar.gz
 /stompclt-1.1.tar.gz
 /stompclt-1.2.tar.gz
 /stompclt-1.3.tar.gz
+/stompclt-1.4.tar.gz
diff --git a/sources b/sources
index 4794d06..b96d806 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c81b4243f285058c8eb65cb8b9c3348a  stompclt-1.3.tar.gz
+1f10e240da2b229550b0a0de20f08960  stompclt-1.4.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=el6=8569f95e2c27f3c58ba14450fc40cb737522e039
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lcons pushed to stompclt (el6). "Perl 5.22 rebuild"

2015-12-14 Thread notifications
>From 277be55e70d0d4006bf06afa9f2c10c035e5e69e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 19:42:15 +0200
Subject: Perl 5.22 rebuild

---
 stompclt.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/stompclt.spec b/stompclt.spec
index 344e020..1bc6b28 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -1,7 +1,7 @@
 Summary:   Versatile STOMP client
 Name:  stompclt
 Version:   1.3
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:   http://cern.ch/lionel.cons/perl/%{name}/
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 1.3-2
+- Perl 5.22 rebuild
+
 * Tue Apr 28 2015 Adrien Devresse  - 1.3.0-1
 - Update to 1.3.0
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=el6=277be55e70d0d4006bf06afa9f2c10c035e5e69e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lcons pushed to stompclt (epel7). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-12-14 Thread notifications
>From 488e19ed144e798b249e8b4ad72dec8c5f8d905c Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Fri, 19 Jun 2015 01:49:22 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 stompclt.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/stompclt.spec b/stompclt.spec
index 1bc6b28..bb20896 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -1,7 +1,7 @@
 Summary:   Versatile STOMP client
 Name:  stompclt
 Version:   1.3
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:   http://cern.ch/lionel.cons/perl/%{name}/
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering  
- 1.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 1.3-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=epel7=488e19ed144e798b249e8b4ad72dec8c5f8d905c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lcons pushed to stompclt (epel7). "Perl 5.22 rebuild"

2015-12-14 Thread notifications
>From 277be55e70d0d4006bf06afa9f2c10c035e5e69e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 19:42:15 +0200
Subject: Perl 5.22 rebuild

---
 stompclt.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/stompclt.spec b/stompclt.spec
index 344e020..1bc6b28 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -1,7 +1,7 @@
 Summary:   Versatile STOMP client
 Name:  stompclt
 Version:   1.3
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:   http://cern.ch/lionel.cons/perl/%{name}/
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 1.3-2
+- Perl 5.22 rebuild
+
 * Tue Apr 28 2015 Adrien Devresse  - 1.3.0-1
 - Update to 1.3.0
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=epel7=277be55e70d0d4006bf06afa9f2c10c035e5e69e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


jplesnik uploaded perl-5.22.1.tar.bz2 for perl

2015-12-14 Thread notifications
67242b9bd642b458bec884ed2a040910  perl-5.22.1.tar.bz2

http://pkgs.fedoraproject.org/lookaside/pkgs/perl/perl-5.22.1.tar.bz2/md5/67242b9bd642b458bec884ed2a040910/perl-5.22.1.tar.bz2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


Re: Easier %config management?

2015-12-14 Thread Fabian Deutsch
On Sun, Dec 13, 2015 at 5:58 AM, Christopher  wrote:
> Which components/packages are best candidates for adding a feature which
> would make it easier for users to track changes from the default %config
> %files on the system?
>
> I've found this to be a deficiency, requiring users to do configuration
> management independently of the installer tools on a system, and I think the
> situation could be improved by adding functionality to the installation
> tooling to track these changes better.
>
> For example, I can see which %config files have changed with `rpm -V`, but I
> can't see what the changes actually are unless I do `dnf download $myrpm`,
> extract it, and diff them. Alternatively, I could rename the configuration
> file, and do a `dnf reinstall $myrpm` to replace the original, and then diff
> them. Both of these methods are clunky, wasteful, and not without
> side-effects.

The naive approaches of diff and rebase work for some or even most config files.
But a more sustainable approach is probably to make applications aware
of this paradigm shift ([partial] configs in multiple locations), and
allow them to look in multiple locations and also allow overrides with
partial configurations like we know it from systemd [0].

This could potentially even solve the issue which we - oVirt Node -
and also Atomic see with /etc/passwd - where the naive approach does
not work.

- fabian

--
[0] http://www.freedesktop.org/software/systemd/man/systemd.unit.html
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Elections] Reminder : Voting Period Ends Today

2015-12-14 Thread Jan Kurik
Hey all,

As you probably know, Voting Period for FESCo ,FAmSCo and Council
Elections for F23 Cycle is currently in progress. Voting closes
promptly at 23:59:00 UTC on December 14th(Today).

If you haven't cast your votes yet, You can do it at
https://admin.fedoraproject.org/voting

Unable to decide whom to vote for ? jflory7's awesome post with links
to all Candidate Interviews can help you :
https://communityblog.fedoraproject.org/2015-december-elections-interviews/#more-620

Hoping to see a huge voter turnout this Elections,

Cheers,
Jan Kurik on behalf of Bee


-- 
Jan Kuřík
Platform & Fedora Program Manager
Red Hat Czech s.r.o., Purkynova 99/71, 612 45 Brno, Czech Republic
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

pghmcfc uploaded CPAN-Meta-Requirements-2.140.tar.gz for perl-CPAN-Meta-Requirements

2015-12-14 Thread notifications
8febe4f14f356e57fd1e2c342d56a64b  CPAN-Meta-Requirements-2.140.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CPAN-Meta-Requirements/CPAN-Meta-Requirements-2.140.tar.gz/md5/8febe4f14f356e57fd1e2c342d56a64b/CPAN-Meta-Requirements-2.140.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchcommits' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchcommits' permission on perl-Carton (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed ppisar's 'approveacls' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed ppisar's 'approveacls' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed ppisar's 'approveacls' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed ppisar's 'approveacls' permission on perl-Carton (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed ppisar's 'watchcommits' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed ppisar's 'watchcommits' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed jplesnik's 'watchbugzilla' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed jplesnik's 'watchbugzilla' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed ppisar's 'watchbugzilla' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed ppisar's 'watchbugzilla' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchcommits' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchcommits' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed ppisar's 'watchbugzilla' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed ppisar's 'watchbugzilla' permission on perl-Carton (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata set the koschei monitoring flag of perl-HTTP-Tinyish to True

2015-12-14 Thread notifications
psabata set the koschei monitoring flag of perl-HTTP-Tinyish to True

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed jplesnik's 'watchcommits' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed jplesnik's 'watchcommits' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed jplesnik's 'approveacls' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed jplesnik's 'approveacls' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed jplesnik's 'watchcommits' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed jplesnik's 'watchcommits' permission on perl-Carton (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed jplesnik's 'approveacls' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed jplesnik's 'approveacls' permission on perl-Carton (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed jplesnik's 'commit' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed jplesnik's 'commit' permission on perl-Carton (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-ParseUtil-Domain (master). "Update to 2.425"

2015-12-14 Thread notifications
>From 93c6025b3426783e4031009f702ea2f43907beec Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Mon, 14 Dec 2015 11:32:05 +0100
Subject: Update to 2.425

---
 .gitignore | 1 +
 perl-ParseUtil-Domain.spec | 5 -
 sources| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 023fa4c..9791c2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /ParseUtil-Domain-2.42.tar.gz
 /ParseUtil-Domain-2.422.tar.gz
 /ParseUtil-Domain-2.424.tar.gz
+/ParseUtil-Domain-2.425.tar.gz
diff --git a/perl-ParseUtil-Domain.spec b/perl-ParseUtil-Domain.spec
index f89b24c..081fe97 100644
--- a/perl-ParseUtil-Domain.spec
+++ b/perl-ParseUtil-Domain.spec
@@ -1,6 +1,6 @@
 Name:   perl-ParseUtil-Domain
 Summary:Utility for parsing a domain name into its components
-Version:2.424
+Version:2.425
 Release:1%{?dist}
 
 # - ParseUtil::Domain is GPL+ or Artistic (the "Perl" license)
@@ -85,6 +85,9 @@ make test
 
 
 %changelog
+* Fri Dec 11 2015 Emmanuel Seyman  - 2.425-1
+- Update to 2.425
+
 * Sat Dec 05 2015 Emmanuel Seyman  - 2.424-1
 - Update to 2.424
 
diff --git a/sources b/sources
index 4af54e9..9f5205d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e199a0c05ba4452060fe563e558045b  ParseUtil-Domain-2.424.tar.gz
+1fb77f7ee049ee95658800b705a162f2  ParseUtil-Domain-2.425.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-ParseUtil-Domain.git/commit/?h=master=93c6025b3426783e4031009f702ea2f43907beec
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchbugzilla' permission on perl-Tie-Handle-Offset (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchbugzilla' permission on perl-Tie-Handle-Offset 
(f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Handle-Offset/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-ParseUtil-Domain (master). "Add a needed BuildRequires"

2015-12-14 Thread notifications
>From 8517ef24cee9ecd0eb029eb162c1452adbe62655 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Mon, 14 Dec 2015 12:00:24 +0100
Subject: Add a needed BuildRequires

---
 perl-ParseUtil-Domain.spec | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/perl-ParseUtil-Domain.spec b/perl-ParseUtil-Domain.spec
index 081fe97..b28d1de 100644
--- a/perl-ParseUtil-Domain.spec
+++ b/perl-ParseUtil-Domain.spec
@@ -1,7 +1,7 @@
 Name:   perl-ParseUtil-Domain
 Summary:Utility for parsing a domain name into its components
 Version:2.425
-Release:1%{?dist}
+Release:2%{?dist}
 
 # - ParseUtil::Domain is GPL+ or Artistic (the "Perl" license)
 # - data/effective_tld_names.txt is MPLv2.0
@@ -20,6 +20,7 @@ BuildRequires:  perl(autobox::Core)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp) >= 1.17
 BuildRequires:  perl(lib)
+BuildRequires:  perl(Mock::Quick)
 BuildRequires:  perl(Modern::Perl)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Moose)
@@ -72,7 +73,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 
 %check
-make test
+TEST_AUTHOR=1 make test
 
 
 %files
@@ -85,6 +86,10 @@ make test
 
 
 %changelog
+* Mon Dec 14 2015 Emmanuel Seyman  - 2.425-2
+- Add perl(Mock::Quick) to the BuildRequires
+- Enable more tests
+
 * Fri Dec 11 2015 Emmanuel Seyman  - 2.425-1
 - Update to 2.425
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-ParseUtil-Domain.git/commit/?h=master=8517ef24cee9ecd0eb029eb162c1452adbe62655
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


jplesnik pushed to perl (f23). "5.22.1 bump"

2015-12-14 Thread notifications
>From a82a4225c1814805503eaa030357b4e7d629bc31 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 14 Dec 2015 12:07:48 +0100
Subject: 5.22.1 bump

---
 .gitignore |  1 +
 perl.spec  | 18 +-
 sources|  2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 193de54..e0e7271 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ perl-5.12.1.tar.gz
 /perl-5.20.1.tar.bz2
 /perl-5.20.2.tar.bz2
 /perl-5.22.0.tar.bz2
+/perl-5.22.1.tar.bz2
diff --git a/perl.spec b/perl.spec
index 9e0fdf7..2654c2f 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1,4 +1,4 @@
-%global perl_version5.22.0
+%global perl_version5.22.1
 %global perl_epoch  4
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
@@ -30,7 +30,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:349%{?dist}
+Release:350%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -117,7 +117,7 @@ BuildRequires:  procps, rsyslog
 
 
 # compat macro needed for rebuild
-%global perl_compat perl(:MODULE_COMPAT_5.22.0)
+%global perl_compat perl(:MODULE_COMPAT_5.22.1)
 
 # File provides
 Provides: perl(bytes_heavy.pl)
@@ -169,6 +169,9 @@ Group:  Development/Languages
 License:GPL+ or Artistic
 # Compat provides
 Provides:   %perl_compat
+Provides:   perl(:MODULE_COMPAT_5.22.0)
+# Interpreter version to fulfil required genersted from "require 5.006;"
+Provides:   perl(:VERSION) = %{perl_version}
 # Threading provides
 Provides:   perl(:WITH_ITHREADS)
 Provides:   perl(:WITH_THREADS)
@@ -1396,7 +1399,7 @@ Summary:What modules are shipped with versions of 
perl
 Group:  Development/Libraries
 License:GPL+ or Artistic
 Epoch:  1
-Version:5.20150520
+Version:5.20151213
 Requires:   %perl_compat
 Requires:   perl(List::Util)
 Requires:   perl(version) >= 0.88
@@ -1412,7 +1415,7 @@ Summary:Tool for listing modules shipped with perl
 Group:  Development/Tools
 License:GPL+ or Artistic
 Epoch:  1
-Version:5.20150520
+Version:5.20151213
 Requires:   %perl_compat
 Requires:   perl(feature)
 Requires:   perl(version) >= 0.88
@@ -4163,6 +4166,11 @@ popd
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Dec 14 2015 Jitka Plesnikova  - 5.22.1-354
+- 5.22.1 bump (see 
+  for release notes)
+- Provide perl version in perl(:VERSION) dependency symbol
+
 * Thu Jul 16 2015 Petr Pisar  - 4:5.22.0-349
 - Disable hardening due to some run-time failures (bug #1238804)
 
diff --git a/sources b/sources
index 3542ec4..53010b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f67b152160431b3180fb766bdc2d02e2  perl-5.22.0.tar.bz2
+67242b9bd642b458bec884ed2a040910  perl-5.22.1.tar.bz2
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=f23=a82a4225c1814805503eaa030357b4e7d629bc31
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1177819] systemd inside Parallels Virtuozzo VM: Failed at step NO_NEW_PRIVILEGES spawning /usr/sbin/amavisd: Invalid argument

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177819

Lukáš Nykrýn  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2015-12-14 07:30:20



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

lcons pushed to stompclt (el6). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-12-14 Thread notifications
>From 488e19ed144e798b249e8b4ad72dec8c5f8d905c Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Fri, 19 Jun 2015 01:49:22 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 stompclt.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/stompclt.spec b/stompclt.spec
index 1bc6b28..bb20896 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -1,7 +1,7 @@
 Summary:   Versatile STOMP client
 Name:  stompclt
 Version:   1.3
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:   http://cern.ch/lionel.cons/perl/%{name}/
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering  
- 1.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 1.3-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=el6=488e19ed144e798b249e8b4ad72dec8c5f8d905c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lcons pushed to stompclt (el6). "fixed lint warning"

2015-12-14 Thread notifications
>From 5b361fb635b5ffdf8afc8a6225ad4649be60966c Mon Sep 17 00:00:00 2001
From: Lionel Cons 
Date: Mon, 14 Dec 2015 09:55:36 +0100
Subject: fixed lint warning

---
 stompclt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stompclt.spec b/stompclt.spec
index db52b11..d7e0dde 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -6,7 +6,7 @@ License:GPL+ or Artistic
 Group: Development/Libraries
 URL:   https://github.com/cern-mig/%{name}
 Source0:   
https://github.com/cern-mig/%{name}/archive/%{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=el6=5b361fb635b5ffdf8afc8a6225ad4649be60966c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lcons pushed to stompclt (epel7). "update to upstream, rhbz #1291167"

2015-12-14 Thread notifications
>From 04cea62814ee5614a03de4b58a651abb6f316114 Mon Sep 17 00:00:00 2001
From: Lionel Cons 
Date: Mon, 14 Dec 2015 09:54:16 +0100
Subject: update to upstream, rhbz #1291167

---
 sources   |  2 +-
 stompclt.spec | 36 +++-
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/sources b/sources
index b96d806..33efbfa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f10e240da2b229550b0a0de20f08960  stompclt-1.4.tar.gz
+6e5f046dbea788d09761e5df4a6bb554  stompclt-1.4.tar.gz
diff --git a/stompclt.spec b/stompclt.spec
index bb20896..db52b11 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -1,12 +1,12 @@
-Summary:   Versatile STOMP client
 Name:  stompclt
-Version:   1.3
-Release:   3%{?dist}
-URL:   http://cern.ch/lionel.cons/perl/%{name}/
+Version:   1.4
+Release:   1%{?dist}
+Summary:   Versatile STOMP client
 License:   GPL+ or Artistic
 Group: Development/Libraries
-Source0:   
http://cern.ch/lionel.cons/perl/%{name}/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+URL:   https://github.com/cern-mig/%{name}
+Source0:   
https://github.com/cern-mig/%{name}/archive/%{name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -14,7 +14,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $version))
 Requires:  perl(Net::STOMP::Client) >= 2.0
 # the following one is in theory optional but really nice to have everywhere
 Requires:  perl(Directory::Queue)
-# the other required Perl modules will be found by rpmbuild
 
 %description
 stompclt is a versatile tool to interact with messaging brokers speaking
@@ -26,29 +25,32 @@ them to an outgoing module. Depending on which modules are 
used, the tool
 can perform different operations.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make}
+make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -fv {} \;
-find %{buildroot} -depth -type d -empty -exec rmdir -v {} \;
-%{_fixperms} %{buildroot}/*
+rm -fr $RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %clean
-rm -rf %{buildroot}
+rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.*
+%{_bindir}/*
+%{_mandir}/man1/*
 
 %changelog
+* Mon Dec 14 2015 Lionel Cons  1.4-1
+- Update to upstream, rhbz #1291167.
+
 * Fri Jun 19 2015 Fedora Release Engineering  
- 1.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=epel7=04cea62814ee5614a03de4b58a651abb6f316114
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lcons pushed to stompclt (epel7). "fixed lint warning"

2015-12-14 Thread notifications
>From 5b361fb635b5ffdf8afc8a6225ad4649be60966c Mon Sep 17 00:00:00 2001
From: Lionel Cons 
Date: Mon, 14 Dec 2015 09:55:36 +0100
Subject: fixed lint warning

---
 stompclt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stompclt.spec b/stompclt.spec
index db52b11..d7e0dde 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -6,7 +6,7 @@ License:GPL+ or Artistic
 Group: Development/Libraries
 URL:   https://github.com/cern-mig/%{name}
 Source0:   
https://github.com/cern-mig/%{name}/archive/%{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=epel7=5b361fb635b5ffdf8afc8a6225ad4649be60966c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lcons pushed to stompclt (epel7). "declared new source"

2015-12-14 Thread notifications
>From 8569f95e2c27f3c58ba14450fc40cb737522e039 Mon Sep 17 00:00:00 2001
From: Lionel Cons 
Date: Mon, 14 Dec 2015 09:15:36 +0100
Subject: declared new source

---
 .gitignore | 6 +-
 sources| 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9c28dbf..73ffbb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,5 @@
-/stompclt-0.5.tar.gz
-/stompclt-0.6.tar.gz
-/stompclt-0.7.tar.gz
-/stompclt-0.8.tar.gz
-/stompclt-0.9.tar.gz
 /stompclt-1.0.tar.gz
 /stompclt-1.1.tar.gz
 /stompclt-1.2.tar.gz
 /stompclt-1.3.tar.gz
+/stompclt-1.4.tar.gz
diff --git a/sources b/sources
index 4794d06..b96d806 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c81b4243f285058c8eb65cb8b9c3348a  stompclt-1.3.tar.gz
+1f10e240da2b229550b0a0de20f08960  stompclt-1.4.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=epel7=8569f95e2c27f3c58ba14450fc40cb737522e039
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1288707] perl-libwww-perl-6.15 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1288707



--- Comment #9 from Fedora Update System  ---
perl-libwww-perl-6.15-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1288707] perl-libwww-perl-6.15 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1288707

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-libwww-perl-6.15-1.fc2 |perl-libwww-perl-6.15-1.fc2
   |4   |4
   ||perl-libwww-perl-6.15-1.fc2
   ||3
 Resolution|--- |ERRATA
Last Closed||2015-12-14 05:21:42



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1289955] perl-Mojolicious-6.36 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1289955

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Mojolicious-6.36-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-12-14 05:44:05



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1289789] perl-ParseUtil-Domain-2.425 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1289789



--- Comment #3 from Upstream Release Monitoring 
 ---
eseyman's perl-ParseUtil-Domain-2.425-2.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=705365

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchcommits' permission on perl-Tie-Handle-Offset (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchcommits' permission on perl-Tie-Handle-Offset 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Handle-Offset/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchbugzilla' permission on perl-Tie-Handle-Offset (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchbugzilla' permission on perl-Tie-Handle-Offset 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Handle-Offset/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchcommits' permission on perl-Tie-Handle-Offset (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchcommits' permission on perl-Tie-Handle-Offset 
(f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Tie-Handle-Offset/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


jplesnik pushed to perl (master). "5.22.1 bump"

2015-12-14 Thread notifications
>From 9c5135ce0812007bb702febd6b08925e0aead83b Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 14 Dec 2015 10:09:57 +0100
Subject: 5.22.1 bump

---
 .gitignore |  1 +
 perl.spec  | 15 ++-
 sources|  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 193de54..e0e7271 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ perl-5.12.1.tar.gz
 /perl-5.20.1.tar.bz2
 /perl-5.20.2.tar.bz2
 /perl-5.22.0.tar.bz2
+/perl-5.22.1.tar.bz2
diff --git a/perl.spec b/perl.spec
index c9ac16c..8ffc833 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1,4 +1,4 @@
-%global perl_version5.22.0
+%global perl_version5.22.1
 %global perl_epoch  4
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
@@ -29,7 +29,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:353%{?dist}
+Release:354%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -116,7 +116,7 @@ BuildRequires:  procps, rsyslog
 
 
 # compat macro needed for rebuild
-%global perl_compat perl(:MODULE_COMPAT_5.22.0)
+%global perl_compat perl(:MODULE_COMPAT_5.22.1)
 
 # File provides
 Provides: perl(bytes_heavy.pl)
@@ -169,6 +169,7 @@ Group:  Development/Languages
 License:GPL+ or Artistic
 # Compat provides
 Provides:   %perl_compat
+Provides:   perl(:MODULE_COMPAT_5.22.0)
 # Interpreter version to fulfil required genersted from "require 5.006;"
 Provides:   perl(:VERSION) = %{perl_version}
 # Threading provides
@@ -1547,7 +1548,7 @@ Summary:What modules are shipped with versions of 
perl
 Group:  Development/Libraries
 License:GPL+ or Artistic
 Epoch:  1
-Version:5.20150520
+Version:5.20151213
 Requires:   %perl_compat
 Requires:   perl(List::Util)
 Requires:   perl(version) >= 0.88
@@ -1563,7 +1564,7 @@ Summary:Tool for listing modules shipped with perl
 Group:  Development/Tools
 License:GPL+ or Artistic
 Epoch:  1
-Version:5.20150520
+Version:5.20151213
 Requires:   %perl_compat
 Requires:   perl(feature)
 Requires:   perl(version) >= 0.88
@@ -4623,6 +4624,10 @@ popd
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Dec 14 2015 Jitka Plesnikova  - 5.22.1-354
+- 5.22.1 bump (see 
+  for release notes)
+
 * Tue Oct 20 2015 Petr Pisar  - 4:5.22.0-353
 - Rebuild to utilize perl(:VERSION) dependency symbol
 
diff --git a/sources b/sources
index 3542ec4..53010b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f67b152160431b3180fb766bdc2d02e2  perl-5.22.0.tar.bz2
+67242b9bd642b458bec884ed2a040910  perl-5.22.1.tar.bz2
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl.git/commit/?h=master=9c5135ce0812007bb702febd6b08925e0aead83b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291167] stompclt-1.4 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291167

Fedora Update System  changed:

   What|Removed |Added

 Status|NEW |MODIFIED



--- Comment #1 from Fedora Update System  ---
stompclt-1.4-1.el5 has been submitted as an update to Fedora EPEL 5.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-ee92ce0dab

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291167] stompclt-1.4 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291167



--- Comment #1 from Fedora Update System  ---
stompclt-1.4-1.el5 has been submitted as an update to Fedora EPEL 5.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-ee92ce0dab

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291167] stompclt-1.4 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291167



--- Comment #2 from Fedora Update System  ---
stompclt-1.4-1.el6 has been submitted as an update to Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-bc9119bbd5

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291200] New: perl-GD-2.56-5.fc24 FTBFS: Failed test 'image comparison test 7'

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291200

Bug ID: 1291200
   Summary: perl-GD-2.56-5.fc24 FTBFS: Failed test 'image
comparison test 7'
   Product: Fedora
   Version: rawhide
 Component: perl-GD
  Assignee: tcall...@redhat.com
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org,
tcall...@redhat.com



perl-GD-2.56-5.fc24 fails to build in F24 because a test fails:

+ ./Build test
# Testing using gd2 support.
#   Failed test 'image comparison test 7'
#   at t/GD.t line 249.
# Looks like you failed 1 test of 11.
t/GD.t  
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/11 subtests 
t/Polyline.t .. ok
Test Summary Report
---
t/GD.t  (Wstat: 256 Tests: 11 Failed: 1)
  Failed test:  9
  Non-zero exit status: 1
Files=2, Tests=12,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.16 cusr  0.02
csys =  0.20 CPU)
Result: FAIL
Failed 1/2 test programs. 1/12 subtests failed.

Difference between working and failing build root is:

perl-ExtUtils-MakeMaker 7.10-1.fc24 > 7.10-2.fc24
freetype-devel 2.6.1-1.fc24 > 2.6.2-1.fc24
perl-podlators 4.00-1.fc24 > 4.02-1.fc24
perl-Unicode-Normalize 1.23-1.fc24 > 1.24-1.fc24
perl-ExtUtils-Command 7.10-1.fc24 > 7.10-2.fc24
freetype 2.6.1-1.fc24 > 2.6.2-1.fc24
dbus-libs 1:1.10.4-1.fc24 > 1:1.11.0-1.fc24
device-mapper 1.02.111-1.fc24 > 1.02.112-1.fc24
libcurl 7.45.0-1.fc24 > 7.46.0-1.fc24
nettle 3.1.1-4.fc24 > 3.1.1-5.fc24
pcre 8.38-3.fc24 > 8.38-4.fc24
curl 7.45.0-1.fc24 > 7.46.0-1.fc24
perl-Time-HiRes > 1.9728-1.fc24
libxml2 2.9.3-1.fc24 > 2.9.3-2.fc24
libassuan 2.4.1-1.fc24 > 2.4.2-1.fc24
zsh > 5.2-1.fc24
perl-Encode-Locale > 1.05-3.fc23
krb5-libs 1.14-10.fc24 > 1.14-11.fc24
dbus 1:1.10.4-1.fc24 > 1:1.11.0-1.fc24
kernel-headers 4.4.0-0.rc3.git1.1 > 4.4.0-0.rc3.git3.1
device-mapper-libs 1.02.111-1.fc24 > 1.02.112-1.fc24
unzip 6.0-26.fc24 > 6.0-27.fc24

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


rawhide report: 20151214 changes

2015-12-14 Thread Fedora Rawhide Report
Compose started at Mon Dec 14 05:15:03 UTC 2015
Broken deps for i386
--
[IQmol]
IQmol-2.3.0-9.fc24.i686 requires libboost_serialization.so.1.58.0
IQmol-2.3.0-9.fc24.i686 requires libboost_iostreams.so.1.58.0
IQmol-2.3.0-9.fc24.i686 requires libOpenMeshCore.so.3.2
[alliance]
alliance-5.0-40.20090901snap.fc22.i686 requires libXm.so.2
[eclipse-jbosstools]
eclipse-jbosstools-as-4.2.2-1.fc22.noarch requires 
osgi(org.eclipse.tm.terminal)
[fawkes]
fawkes-core-0.5.0-26.fc24.i686 requires libmicrohttpd.so.10
fawkes-plugin-player-0.5.0-26.fc24.i686 requires libgeos-3.4.2.so
fawkes-plugin-xmlrpc-0.5.0-26.fc24.i686 requires libmicrohttpd.so.10
[gnash]
1:gnash-0.8.10-19.fc24.i686 requires libboost_thread.so.1.58.0
1:gnash-0.8.10-19.fc24.i686 requires libboost_system.so.1.58.0
1:gnash-0.8.10-19.fc24.i686 requires libboost_serialization.so.1.58.0
1:gnash-0.8.10-19.fc24.i686 requires libboost_program_options.so.1.58.0
1:gnash-0.8.10-19.fc24.i686 requires libboost_iostreams.so.1.58.0
1:gnash-0.8.10-19.fc24.i686 requires libboost_date_time.so.1.58.0
1:gnash-cygnal-0.8.10-19.fc24.i686 requires libboost_thread.so.1.58.0
1:gnash-cygnal-0.8.10-19.fc24.i686 requires libboost_system.so.1.58.0
1:gnash-cygnal-0.8.10-19.fc24.i686 requires 
libboost_serialization.so.1.58.0
1:gnash-cygnal-0.8.10-19.fc24.i686 requires 
libboost_program_options.so.1.58.0
1:gnash-cygnal-0.8.10-19.fc24.i686 requires libboost_iostreams.so.1.58.0
1:gnash-cygnal-0.8.10-19.fc24.i686 requires libboost_date_time.so.1.58.0
1:gnash-extension-dejagnu-0.8.10-19.fc24.i686 requires 
libboost_thread.so.1.58.0
1:gnash-extension-dejagnu-0.8.10-19.fc24.i686 requires 
libboost_system.so.1.58.0
1:gnash-extension-dejagnu-0.8.10-19.fc24.i686 requires 
libboost_program_options.so.1.58.0
1:gnash-extension-dejagnu-0.8.10-19.fc24.i686 requires 
libboost_iostreams.so.1.58.0
1:gnash-extension-fileio-0.8.10-19.fc24.i686 requires 
libboost_thread.so.1.58.0
1:gnash-extension-fileio-0.8.10-19.fc24.i686 requires 
libboost_system.so.1.58.0
1:gnash-extension-fileio-0.8.10-19.fc24.i686 requires 
libboost_program_options.so.1.58.0
1:gnash-extension-fileio-0.8.10-19.fc24.i686 requires 
libboost_iostreams.so.1.58.0
1:gnash-extension-lirc-0.8.10-19.fc24.i686 requires 
libboost_thread.so.1.58.0
1:gnash-extension-lirc-0.8.10-19.fc24.i686 requires 
libboost_system.so.1.58.0
1:gnash-extension-lirc-0.8.10-19.fc24.i686 requires 
libboost_program_options.so.1.58.0
1:gnash-extension-lirc-0.8.10-19.fc24.i686 requires 
libboost_iostreams.so.1.58.0
1:gnash-extension-mysql-0.8.10-19.fc24.i686 requires 
libboost_thread.so.1.58.0
1:gnash-extension-mysql-0.8.10-19.fc24.i686 requires 
libboost_system.so.1.58.0
1:gnash-extension-mysql-0.8.10-19.fc24.i686 requires 
libboost_program_options.so.1.58.0
1:gnash-extension-mysql-0.8.10-19.fc24.i686 requires 
libboost_iostreams.so.1.58.0
1:gnash-klash-0.8.10-19.fc24.i686 requires libboost_system.so.1.58.0
1:gnash-klash-0.8.10-19.fc24.i686 requires 
libboost_program_options.so.1.58.0
1:gnash-plugin-0.8.10-19.fc24.i686 requires libboost_iostreams.so.1.58.0
1:python-gnash-0.8.10-19.fc24.i686 requires libboost_thread.so.1.58.0
1:python-gnash-0.8.10-19.fc24.i686 requires libboost_system.so.1.58.0
1:python-gnash-0.8.10-19.fc24.i686 requires 
libboost_program_options.so.1.58.0
1:python-gnash-0.8.10-19.fc24.i686 requires libboost_iostreams.so.1.58.0
[golang-github-kraman-libcontainer]
golang-github-kraman-libcontainer-devel-0-0.4.gitd700e5b.fc24.noarch 
requires golang(github.com/docker/docker/pkg/netlink)
[golang-github-kubernetes-heapster]
golang-github-kubernetes-heapster-devel-0.16.1-1.fc24.noarch requires 
golang(github.com/google/cadvisor/info/v1)
golang-github-kubernetes-heapster-devel-0.16.1-1.fc24.noarch requires 
golang(github.com/google/cadvisor/client)
golang-github-kubernetes-heapster-devel-0.16.1-1.fc24.noarch requires 
golang(github.com/coreos/fleet/schema)
golang-github-kubernetes-heapster-devel-0.16.1-1.fc24.noarch requires 
golang(github.com/coreos/fleet/registry)
golang-github-kubernetes-heapster-devel-0.16.1-1.fc24.noarch requires 
golang(github.com/coreos/fleet/pkg)
golang-github-kubernetes-heapster-devel-0.16.1-1.fc24.noarch requires 
golang(github.com/coreos/fleet/machine)
golang-github-kubernetes-heapster-devel-0.16.1-1.fc24.noarch requires 
golang(github.com/coreos/fleet/etcd)
golang-github-kubernetes-heapster-devel-0.16.1-1.fc24.noarch requires 
golang(github.com/coreos/fleet/client)
[golang-github-prometheus-prometheus]

[Bug 1289789] perl-ParseUtil-Domain-2.425 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1289789

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-ParseUtil-Domain-2.425
   ||-2.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-12-14 06:12:03



--- Comment #4 from Emmanuel Seyman  ---
Built for rawhide

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


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

2015-12-14 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 176  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-6828   
chicken-4.9.0.1-4.el6
 158  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031   
python-virtualenv-12.0.7-1.el6
 152  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168   
rubygem-crack-0.3.2-2.el6
  84  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8148   
optipng-0.7.5-5.el6
  84  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156   
nagios-4.0.8-1.el6
  72  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-68a2c2db36   
python-pymongo-3.0.3-1.el6
  42  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb   
mcollective-2.8.4-1.el6
  14  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9   
thttpd-2.25b-24.el6
  11  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-c3b0e79630   
LibRaw-0.16.2-3.el6
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e3bc44964c   
libpng10-1.0.65-1.el6
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-da771a002d   
moodle-2.7.11-1.el6
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-c1e2a347ee   
xsupplicant-2.2.0-13.el6
   1  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-df28a72135   
shellinabox-2.19-1.el6
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-4ea455db6d   
gwenhywfar-4.13.1-2.el6


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

carbon-c-relay-1.2-1.el6
golang-launchpad-go-xdg-v0-0-0.2.20151107bzr.el6
gwenhywfar-4.13.1-2.el6
perl-Lingua-Translit-0.24-1.el6
python-configargparse-0.9.3-7.el6
python-dialog-3.3.0-6.el6

Details about builds:



 carbon-c-relay-1.2-1.el6 (FEDORA-EPEL-2015-5bfdef6243)
 Enhanced C implementation of Carbon relay, aggregator and rewriter

Update Information:

Update to upstream 1.2

References:

  [ 1 ] Bug #1290612 - carbon-c-relay-v1.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1290612




 golang-launchpad-go-xdg-v0-0-0.2.20151107bzr.el6 (FEDORA-EPEL-2015-a423da344d)
 Go library to use the XDG spec

Update Information:

Remove most gofed-style macros to fix empty RHEL 7 packages    Initial
Fedora release.




 gwenhywfar-4.13.1-2.el6 (FEDORA-EPEL-2015-4ea455db6d)
 A multi-platform helper library for other libraries

Update Information:

This adjusts gwenhywfar to use the system copy of ca-certificates, instead of a
bundled copy.

References:

  [ 1 ] Bug #1272503 - CVE-2015-7542 gwenhywfar: use system ca-certificates
https://bugzilla.redhat.com/show_bug.cgi?id=1272503




 perl-Lingua-Translit-0.24-1.el6 (FEDORA-EPEL-2015-3e5569a5bd)
 Transliterates text between writing systems

Update Information:

0.24  -- 2015-11-25   - Define POD encoding (UTF-8) - thanks to Lucas Kanashiro
and Mohammad Sajid Anwar for reporting this issue!

References:

  [ 1 ] Bug #1285578 - perl-Lingua-Translit-0.24 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1285578




 python-configargparse-0.9.3-7.el6 (FEDORA-EPEL-2015-53a552fdc2)
 A Python module with support for argparse, config files, and env variables

Update Information:

Fixed spec syntax for el6

References:

  [ 1 ] Bug #1288810 - Build epel6 branch
https://bugzilla.redhat.com/show_bug.cgi?id=1288810




 

psabata changed ppisar's 'commit' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed ppisar's 'commit' permission on perl-Carton (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed ppisar's 'watchcommits' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed ppisar's 'watchcommits' permission on perl-Carton (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchbugzilla' permission on perl-Carton (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchbugzilla' permission on perl-Carton (f23) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchbugzilla' permission on perl-Carton (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchbugzilla' permission on perl-Carton (master) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchbugzilla' permission on perl-HTTP-Tinyish (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchbugzilla' permission on perl-HTTP-Tinyish 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchcommits' permission on perl-HTTP-Tinyish (master) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchcommits' permission on perl-HTTP-Tinyish 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


psabata changed perl-sig's 'watchbugzilla' permission on perl-HTTP-Tinyish (f23) to 'Approved'

2015-12-14 Thread notifications
psabata changed perl-sig's 'watchbugzilla' permission on perl-HTTP-Tinyish 
(f23) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


Re: Easier %config management?

2015-12-14 Thread Christopher
On Sun, Dec 13, 2015 at 2:50 PM Reindl Harald 
wrote:

>
> Am 13.12.2015 um 05:58 schrieb Christopher:
> > rpm could track more than hashes of config files, and instead track the
> > full file. This could be optional, as it uses more disk space, but disk
> > space is cheap these days, and config files are relatively small. This
> > would avoid having to re-download the rpm, and would make it easier to
> > see what has been modified on their system. So, some users may find that
> > a worthwhile trade-off
>
> first:  disk space is *not* cheap these days *
> second: etckeeper exists
> third:  no need to re-invent the wheel
>
>
I meant that it's cheaper than it ever has been, and that the marginal
costs of adding a 100MB or so is very small compared to the overall size of
the disk. Certainly, it wouldn't be appropriate for all cases, but I feel
confident saying that the average user isn't going to notice, in terms of
disk utilization or costs, if the size of /etc doubles. Honestly, I didn't
think that would be a contentious premise, and it's not exactly the main
point of what I was trying to say. I did point out that it would be
worthwhile only for "some users".

Didn't know about etckeeper. Suggestions like that are exactly why I raised
the question. I'm not suggesting the wheel be reinvented. I'm trying to
figure out whether there exists an appropriate wheel to use, and if not,
what materials should we build one out of.

After looking into it, I think etckeeper might be a bit overkill (for my
use case, at least). While etckeeper hooks the update system to track
changes between updates, I'm more interested in knowing the answer to the
question "what is the difference between the current package maintainer's
version, and the current version on my system?", at any point in time. In
other words, "what has the user modified?". Currently, the only time that
is easily answered is when an *.rpmnew file exists, because that's when I
have a copy of the package maintainer's unmodified version to compare with.
However, I'd like to be able to ask this of any system, at any time. I'm
not sure a VCS really helps all that much.

99% of all users don't care and the yone who cares using a VCS for /etc
> like "etckeeper" while i never ever would use that directly on
> production servers but on a admin-server pull from the infrastrcuture
> and fire etckepper there - works like a charme for many year
>
>
You're right, and I agree that most users don't care. This makes it hard to
support/troubleshoot user's systems, when they've changed from the working
defaults. I'm sure there's other use cases (I've seen some interesting ones
in this thread), but my primary interest is having baked-in configuration
management, when users don't do it themselves.

If users were good at configuration management, they'd keep a record of
everything they change, and this wouldn't be an issue. I'm more concerned
about asking the system the question about what the user has edited,
precisely because I want to support users who aren't good at configuration
management, and don't keep track of what they've changed from the defaults.
That's hard to do in Fedora... there isn't even really a way to easily
"reset Fedora to defaults" using yum/dnf/rpm, because there isn't an easy
way to retrieve the defaults. That's essentially the core of this problem:
how to easily retrieve the (current) defaults.



> *
> disk space maybe cheap for some fire-and-forget machines, but not on
> enterprise storage hosting hundrets of instances
> 
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

[EPEL-devel] Re: Improving EPEL updates process

2015-12-14 Thread Dave Johansen
On Sun, Dec 13, 2015 at 11:28 PM, Peter Robinson 
wrote:

> On Mon, Dec 14, 2015 at 3:16 AM, Ken Dreyer  wrote:
> > On Sat, Dec 12, 2015 at 7:34 PM, Peter Robinson 
> wrote:
> >> 2) Automatic unpushing of updates that haven't gone stable after X
> >> time (I propose 3 months/90 days here). That should be ample time to
> >> know if it's good/bad.
> >
> > Could we make it go the other way, and submit the update to stable if
> > it's received no feedback for 90 days?
>
> No, because on two of the 3 I referenced there was bad karma and no
> response from the "maintainer" to the feedback.
>
> > Often I'll let my update sit in epel-testing for a long time because I
> > want to give users a large window of opportunity to test the update.
> > It's not that it's abandoned, it's just that it's not an urgent
> > update, so why rush it? If the update hits the karma threshold earlier
> > than I expected, so much the better.
>
> I think 90 days is enough to let people test it, ultimately the
> maintainer should have done the testing and know the vast majority of
> it is good, it should be more to get non standard use cases, corner
> cases etc.
>

In theory yes, but the real world is far messier than that. There are a few
packages that I maintain in EPEL because a package I needed depend on it,
but I don't use the functionality. So I know the package I use works but
I've never exercised/tested the functionality of the depended on package. I
wish that I had time for that to not be the case, but sadly that's just the
reality of the situation.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/epel-devel@lists.fedoraproject.org


[POC-change] Fedora packages point of contact updates

2015-12-14 Thread nobody
Change in package status over the last 168 hours


1 packages were orphaned

pulseaudio [el5] was orphaned by lkundrak
 Improved Linux Sound Server
 https://admin.fedoraproject.org/pkgdb/package/pulseaudio

26 packages were retired
-
crystal-project [master] was retired by till
 Crystal Project KDE Icon set
 https://admin.fedoraproject.org/pkgdb/package/crystal-project
html2text [master] was retired by limb
 HTML-to-text converter
 https://admin.fedoraproject.org/pkgdb/package/html2text
libtsm [master] was retired by till
 Terminal-emulator State Machine
 https://admin.fedoraproject.org/pkgdb/package/libtsm
log4cxx [master] was retired by till
 A port to C++ of the Log4j project
 https://admin.fedoraproject.org/pkgdb/package/log4cxx
openssl101e [master] was retired by robert
 A general purpose cryptography library with TLS implementation
 https://admin.fedoraproject.org/pkgdb/package/openssl101e
openstack-cinder [master] was retired by apevec
 OpenStack Volume service
 https://admin.fedoraproject.org/pkgdb/package/openstack-cinder
openstack-ironic [master] was retired by apevec
 OpenStack Baremetal Hypervisor API (ironic)
 https://admin.fedoraproject.org/pkgdb/package/openstack-ironic
openstack-keystone [master] was retired by apevec
 OpenStack Identity Service
 https://admin.fedoraproject.org/pkgdb/package/openstack-keystone
openstack-neutron [master] was retired by apevec
 OpenStack Networking Service
 https://admin.fedoraproject.org/pkgdb/package/openstack-neutron
openstack-nova [master] was retired by apevec
 OpenStack Compute (nova)
 https://admin.fedoraproject.org/pkgdb/package/openstack-nova
openstack-trove [master] was retired by apevec
 OpenStack DBaaS (trove)
 https://admin.fedoraproject.org/pkgdb/package/openstack-trove
polkit-qt5-1 [master] was retired by rdieter
 Qt5 bindings for PolicyKit
 https://admin.fedoraproject.org/pkgdb/package/polkit-qt5-1
python-Coherence [master] was retired by till
 Python framework to participate in digital living networks
 https://admin.fedoraproject.org/pkgdb/package/python-Coherence
python-jsonpointer [epel7] was retired by apevec
 Resolve JSON Pointers in Python
 https://admin.fedoraproject.org/pkgdb/package/python-jsonpointer
python-pycurl [el5] was retired by kdudka
 A Python interface to libcurl
 https://admin.fedoraproject.org/pkgdb/package/python-pycurl
python-tag [master] was retired by till
 Python bindings for TagLib to read and write music files tags
 https://admin.fedoraproject.org/pkgdb/package/python-tag
python-twill [master] was retired by till
 Simple scripting language for Web browsing
 https://admin.fedoraproject.org/pkgdb/package/python-twill
syntaxhighlighter [el6] was retired by till
 JavaScript syntax highlighter
 https://admin.fedoraproject.org/pkgdb/package/syntaxhighlighter
tinymce-spellchecker [el6] was retired by till
 TinyMCE spellchecker plugin
 https://admin.fedoraproject.org/pkgdb/package/tinymce-spellchecker
toped [el6] was retired by till
 VLSI IC Layout Editor
 https://admin.fedoraproject.org/pkgdb/package/toped
trac-peerreview-plugin [el6] was retired by till
 Framework for realtime code review within Trac
 https://admin.fedoraproject.org/pkgdb/package/trac-peerreview-plugin
vhd2vl [el6] was retired by till
 VHDL to Verilog translator
 https://admin.fedoraproject.org/pkgdb/package/vhd2vl
vidalia [master] was retired by jamielinux
 GUI controller for the Tor Onion Routing Network
 https://admin.fedoraproject.org/pkgdb/package/vidalia
wb_builder [el6] was retired by till
 Wishbone Bus Builder
 https://admin.fedoraproject.org/pkgdb/package/wb_builder
xar [el6] was retired by till
 The eXtensible ARchiver
 https://admin.fedoraproject.org/pkgdb/package/xar
zziplib [el6] was retired by till
 Lightweight library to easily extract data from zip files
 https://admin.fedoraproject.org/pkgdb/package/zziplib

7 packages unorphaned
-
bookkeeper [master] was unorphaned by limb
 Apache BookKeeper sub-project of ZooKeeper
 https://admin.fedoraproject.org/pkgdb/package/bookkeeper
libharu [f23, f22, f21, master] was unorphaned by krege
 C library for generating PDF files
 https://admin.fedoraproject.org/pkgdb/package/libharu
qd [el5] was unorphaned by limb
 Double-Double and Quad-Double Arithmetic
 https://admin.fedoraproject.org/pkgdb/package/qd
re2c [el6] was unorphaned by orion
 Tool for generating C-based recognizers from regular expressions
 https://admin.fedoraproject.org/pkgdb/package/re2c
tkabber [master] was unorphaned by till
 Client for the Jabber instant messaging system
 https://admin.fedoraproject.org/pkgdb/package/tkabber
tkabber-plugins [master] was unorphaned by 

pghmcfc pushed to perl-CPAN-Meta-YAML (perl-CPAN-Meta-YAML-0.018-1.fc24). "Update to 0.018 (..more)"

2015-12-14 Thread notifications
>From d0de555069a93ef353375a7758ccc017e7c52423 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 14 Dec 2015 14:32:45 +
Subject: Update to 0.018

- New upstream release 0.018
  - Generated from ETHER/YAML-Tiny-1.69.tar.gz
---
 perl-CPAN-Meta-YAML.spec | 17 -
 sources  |  2 +-
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec
index 47109e8..3dac836 100644
--- a/perl-CPAN-Meta-YAML.spec
+++ b/perl-CPAN-Meta-YAML.spec
@@ -1,6 +1,6 @@
 Name:  perl-CPAN-Meta-YAML
-Version:   0.016
-Release:   4%{?dist}
+Version:   0.018
+Release:   1%{?dist}
 Summary:   Read and write a subset of YAML for CPAN Meta files
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -8,6 +8,9 @@ URL:http://search.cpan.org/dist/CPAN-Meta-YAML/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-%{version}.tar.gz
 BuildArch: noarch
 # Build:
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
 # Module Runtime:
@@ -19,6 +22,7 @@ BuildRequires:perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Tests:
+BuildRequires: perl(base)
 # CPAN::Meta requires CPAN::Meta::YAML
 %if 0%{!?perl_bootstrap:1}
 BuildRequires: perl(CPAN::Meta) >= 2.120900
@@ -32,17 +36,16 @@ BuildRequires:  perl(File::Temp) >= 0.19
 BuildRequires: perl(IO::Dir)
 BuildRequires: perl(JSON::PP)
 BuildRequires: perl(lib)
-BuildRequires: perl(Test::More) >= 0.99
+BuildRequires: perl(Test::More) >= 0.96
 BuildRequires: perl(utf8)
 BuildRequires: perl(vars)
-BuildRequires: perl(version)
 # Extra Tests:
 # Don't run extra tests when bootstrapping as many of those
 # tests' dependencies build-require this package
 %if 0%{!?perl_bootstrap:1}
+BuildRequires: perl(blib)
 BuildRequires: perl(Test::CPAN::Meta)
 BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Portability::Files)
 BuildRequires: perl(Test::Version)
 %endif
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -79,6 +82,10 @@ make test TEST_FILES="xt/*/*.t"
 %{_mandir}/man3/CPAN::Meta::YAML.3*
 
 %changelog
+* Mon Dec 14 2015 Paul Howarth  - 0.018-1
+- Update to 0.018
+  - Generated from ETHER/YAML-Tiny-1.69.tar.gz
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.016-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index b20b220..f05b4f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-edc2b238ad5de69e768bd4f898d85464  CPAN-Meta-YAML-0.016.tar.gz
+1e00f4426d743c88c6da1b79c7e882a5  CPAN-Meta-YAML-0.018.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta-YAML.git/commit/?h=perl-CPAN-Meta-YAML-0.018-1.fc24=d0de555069a93ef353375a7758ccc017e7c52423
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


Re: Easier %config management?

2015-12-14 Thread Christopher
On Sun, Dec 13, 2015 at 3:39 PM Reindl Harald 
wrote:

>
>
> Am 13.12.2015 um 21:22 schrieb Andrew Lutomirski:
> > For the few cases that can't or won't comply, then having rpm
> > (optionally?) make the originals available would be fantastic for
> > system management
>
> how many copies would you like to store in the rpm database and how to
> access them in a useful manner
>
>
For my purposes, exactly 1 copy would be needed: the one contained in the
currently installed packages, before any user modifications.


> define "originals"
>
>
For me, I'd want the up-to-date one from the current version of the
installed packages, not the initial state... just the up-to-date state as
determined by the package maintainer. My main interest is finding what the
user changed, to make it different from the packager's defaults.

when the system was installed versus current state?
> worthless - most of my Fedora setups are from 2008
>
> the current and the previous version?
> well, you need to handle cases where a config file is unchanged but the
> package is updated, that's the majority of all updates
>
>

> honestly:
> that all violates the unix principles one tool for one task and there
> are tools available for config file management many years, people
> interested just need to use them, "etckeeper" is integrated in dnf/yum
> and makes a versioned "snapshot" of /etc before and after updates are
> applied
>
>
For me, I just want to know what the user changed. (like how `rpm -V` shows
that a file has been modified from the package version with an md5 check...
but I want to know the content of those modifications). I'm not sure what
the best tool for this task is, but I'm pretty sure etckeeper isn't it. rpm
is already doing similar functionality, but not tracking the full files,
only the md5 hashes. yum/dnf is also doing similar functionality when it
creates *.rpmnew files, but only when the packager's version is updated...
essentially I'd want *.rpmnew to be created every time (and left on the
system, never being deleted) so it can be compared with the user version.

I'm not sure I agree that UNIX principles are to have one tool for one
task. It is common for there to be many tools capable of achieving the same
task. I think the principle is to have one task for each tool and to do
that task well (in other words, tools shouldn't be bloated, but they can
certainly have alternatives). But, that's not even what we're talking about
here. At least, it's not what I'm talking about. What I'm talking about is:
1) trying to find the best tool for the task if it exists, 2) determining
if a tool must be created, and 2) figuring out if features must be added to
the underlying package management system to support those tools.
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

pghmcfc pushed to perl-GD (perl-GD-2.56-6.fc24). "Mark the flaky image comparison test as TODO (#1291200, CPAN RT#100294)"

2015-12-14 Thread notifications
>From 6b1d22bb09f051fb22fe25ac2939d7325456bc75 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 14 Dec 2015 14:53:02 +
Subject: Mark the flaky image comparison test as TODO (#1291200, CPAN
 RT#100294)

---
 GD-2.56-flaky-test.patch | 13 +
 perl-GD.spec | 16 +---
 2 files changed, 26 insertions(+), 3 deletions(-)
 create mode 100644 GD-2.56-flaky-test.patch

diff --git a/GD-2.56-flaky-test.patch b/GD-2.56-flaky-test.patch
new file mode 100644
index 000..2b929f6
--- /dev/null
+++ b/GD-2.56-flaky-test.patch
@@ -0,0 +1,13 @@
+--- t/GD.t
 t/GD.t
+@@ -246,7 +246,10 @@ sub run_image_regression_tests {
+   if (!$gd) {
+   fail("unable to generate comparison image for test $t: $@");
+   } else {
++TODO: {
++  local $TODO = "Flaky test (CPAN RT#100294)" if $t == 7;
+   ok(compare($gd,$t,$suffix),"image comparison test $t");
++}
+   }
+ }
+ }
diff --git a/perl-GD.spec b/perl-GD.spec
index 857ac5b..7c81ec4 100644
--- a/perl-GD.spec
+++ b/perl-GD.spec
@@ -1,14 +1,19 @@
 Name:   perl-GD
 Version:2.56
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perl interface to the GD graphics library
 Group:  Development/Libraries
 License:GPL+ or Artistic 2.0
 URL:http://search.cpan.org/dist/GD/
 Source0:http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz
 Patch0: GD-2.56-utf8.patch
+Patch1: GD-2.56-flaky-test.patch
 # Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
 BuildRequires:  gd-devel >= 2.0.28
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Getopt::Long)
@@ -47,6 +52,9 @@ create PNG images on the fly or modify existing files.
 # Re-code documentation as UTF8
 %patch0
 
+# Mark the flaky image comparison test as TODO (#1291200, CPAN RT#100294)
+%patch1
+
 # Fix shellbangs in sample scripts
 perl -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \
   demos/{*.{pl,cgi},truetype_test}
@@ -69,13 +77,12 @@ rm %{buildroot}%{_bindir}/bdf2gdfont.PLS \
 rm %{buildroot}%{_bindir}/bdftogd
 
 %check
-./Build test
+./Build test --verbose
 
 %files
 %license LICENSE
 %doc ChangeLog README README.QUICKDRAW demos/
 %{_bindir}/bdf2gdfont.pl
-# %%{_bindir}/bdftogd
 %{_bindir}/cvtbdf.pl
 %{perl_vendorarch}/auto/GD/
 %{perl_vendorarch}/GD.pm
@@ -88,6 +95,9 @@ rm %{buildroot}%{_bindir}/bdftogd
 %{_mandir}/man3/GD::Simple.3*
 
 %changelog
+* Mon Dec 14 2015 Paul Howarth  - 2.56-6
+- Mark the flaky image comparison test as TODO (#1291200, CPAN RT#100294)
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 2.56-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-GD.git/commit/?h=perl-GD-2.56-6.fc24=6b1d22bb09f051fb22fe25ac2939d7325456bc75
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291200] perl-GD-2.56-5.fc24 FTBFS: Failed test 'image comparison test 7'

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291200

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-GD-2.56-6.fc24
 Resolution|--- |RAWHIDE
   Assignee|tcall...@redhat.com |p...@city-fan.org
Last Closed||2015-12-14 10:12:37



--- Comment #5 from Paul Howarth  ---
I made that failing text test a TODO test.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


Re: Easier %config management?

2015-12-14 Thread Reindl Harald



Am 14.12.2015 um 17:01 schrieb Christopher:

On Sun, Dec 13, 2015 at 3:39 PM Reindl Harald 

Fedora Rawhide 20151214 compose check report

2015-12-14 Thread Fedora compose checker
Missing expected images:

Cloud_atomic disk raw x86_64
Workstation live x86_64
Workstation live i386
Kde disk raw armhfp
Kde live i386
Kde live x86_64

Images in this compose but not Rawhide 20151213:

Soas live i386
Lxde live x86_64

Images in Rawhide 20151213 but not this:

Security live i386

Failed openQA tests: 7 of 54

ID: 961 Test: i386 universal package_set_kde
URL: https://openqa.fedoraproject.org/tests/961
ID: 957 Test: i386 universal server_ext3
URL: https://openqa.fedoraproject.org/tests/957
ID: 943 Test: x86_64 universal server_simple_free_space
URL: https://openqa.fedoraproject.org/tests/943
ID: 936 Test: x86_64 universal server_delete_pata
URL: https://openqa.fedoraproject.org/tests/936
ID: 930 Test: x86_64 universal server_shrink_ntfs
URL: https://openqa.fedoraproject.org/tests/930
ID: 914 Test: x86_64 universal server_simple_free_space@uefi
URL: https://openqa.fedoraproject.org/tests/914
ID: 912 Test: x86_64 universal package_set_kde
URL: https://openqa.fedoraproject.org/tests/912

Passed openQA tests: 47 of 54
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1291200] perl-GD-2.56-5.fc24 FTBFS: Failed test 'image comparison test 7'

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291200



--- Comment #6 from Petr Pisar  ---
Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


Re: Easier %config management?

2015-12-14 Thread J. Randall Owens
On 12/14/2015 02:47 PM, Christopher wrote:
> On Mon, Dec 14, 2015 at 11:22 AM Reindl Harald  > wrote:
> 
> i modified my "httpd.conf" based on Apache 2.2 years ago, as Fedora
> swicthed to Apache 2.4 your approach would have compared a customized
> Apache 2.2 version with a Fedora 2.4 version
> 
> 
> But, that's precisely what I want to do I want to know which fields
> in the current configuration could possibly have introduced a breakage I
> see... or which changes I need to make from a clean installation to get
> a user back to the state they wanted.
>  

But in order to do the former, you'd best compare the new default to the
old default, to see what had changed in the default. (E.g. distro 2.2 to
distro 2.4) To do the latter, you'd compare the old default (distro 2.2)
to your modified version (altered 2.2), to see what you'd changed
locally. And yet, you seem to be proposing comparing the new default to
the old default (distro 2.4 to altered 2.2), which gets you neither? (Or
both, really, but uselessly mashed together so you don't know which is
which.) Am I missing something?

-- 
J. Randall Owens | http://www.ghiapet.net/



signature.asc
Description: OpenPGP digital signature
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

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

2015-12-14 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 281  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087   
dokuwiki-0-0.24.20140929c.el7
  73  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-925e9374c9   
python-pymongo-3.0.3-1.el7
  43  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f   
mcollective-2.8.4-1.el7
  14  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-ca44dee931   
python-django-1.6.11-4.el7
  12  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-0ec0c87b3a   
proftpd-1.3.5a-2.el7
   9  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-04215ad374   
moodle-3.0-1.el7
   7  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-f82c6fc04a   
p7zip-15.09-4.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-2c063edb76   
pdf2djvu-0.7.21-1.el7
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e45e108151   
php-twig-1.23.1-2.el7 php-symfony-2.7.7-2.el7
   2  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-67166d0519   
shellinabox-2.19-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-31d852eeac   
php-horde-Horde-Core-2.22.4-1.el7 php-horde-Horde-Perms-2.1.6-1.el7 
php-horde-Horde-Service-Weather-2.3.1-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-0272adfe4b   
gwenhywfar-4.13.1-2.el7


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

R-3.2.3-1.el7
abi-compliance-checker-1.99.13-1.el7
abi-dumper-0.99.13-1.el7
abi-tracker-1.4-2.el7
ari-backup-1.0.10-3.el7
exonerate-2.2.0-2.el7
fasterxml-oss-parent-24-2.el7
jackson-core-2.6.3-1.el7
jackson-parent-2.6.2-1.el7
nodejs-balanced-match-0.2.0-2.el7
nodejs-concat-map-0.0.1-2.el7
php-adodb-5.15-8.el7
php-horde-Horde-Core-2.22.4-1.el7
php-horde-Horde-Perms-2.1.6-1.el7
php-horde-Horde-Service-Weather-2.3.1-1.el7
php-pear-OLE-1.0.0-0.12.RC2.el7
php-xmpphp-0.1-0.14.rc2.r77.el7
pkgdiff-1.7.1-1.el7
python-biopython-1.66-3.el7
python-ddt-1.0.1-2.el7
python-parse-1.6.4-4.el7
python-pyramid-mako-1.0a3-6.el7
python-pyramid-tm-0.12-2.el7
python-repoze-sphinx-autointerface-0.7.1-6.el7
replacer-1.6-2.el7
rfcdiff-1.41-7.el7
rubygem-hocon-0.9.3-3.el7
stompclt-1.4-1.el7
vtable-dumper-1.1-1.el7

Details about builds:



 R-3.2.3-1.el7 (FEDORA-EPEL-2015-e125f3b2d4)
 A language for data analysis and graphics

Update Information:

Update R to 3.2.3.

References:

  [ 1 ] Bug #1290625 - R-3.2.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1290625




 abi-compliance-checker-1.99.13-1.el7 (FEDORA-EPEL-2015-eec35dd836)
 An ABI Compliance Checker

Update Information:

Initial package release for EPEL 7

References:

  [ 1 ] Bug #1288930 - Review Request: abi-tracker - Tool to visualize ABI 
changes timeline of a C/C++ library
https://bugzilla.redhat.com/show_bug.cgi?id=1288930




 abi-dumper-0.99.13-1.el7 (FEDORA-EPEL-2015-eec35dd836)
 Tool to dump ABI of an ELF object containing DWARF debug info

Update Information:

Initial package release for EPEL 7

References:

  [ 1 ] Bug #1288930 - Review Request: abi-tracker - Tool to visualize ABI 
changes timeline of a C/C++ library
https://bugzilla.redhat.com/show_bug.cgi?id=1288930




 abi-tracker-1.4-2.el7 (FEDORA-EPEL-2015-eec35dd836)
 Tool to visualize ABI changes timeline of a C/C++ library

Update Information:

Initial package release for EPEL 7

References:

  [ 1 ] Bug #1288930 - Review Request: abi-tracker - Tool to visualize ABI 
changes timeline of a C/C++ library
https://bugzilla.redhat.com/show_bug.cgi?id=1288930




[Bug 1291167] stompclt-1.4 is available

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291167

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
stompclt-1.4-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If
problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'yum --enablerepo=epel-testing update stompclt'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-aaf746d6d9

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


jplesnik set the koschei monitoring flag of perl-CPAN-Common-Index to True

2015-12-14 Thread notifications
jplesnik set the koschei monitoring flag of perl-CPAN-Common-Index to True

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


jplesnik set the koschei monitoring flag of perl-Menlo to True

2015-12-14 Thread notifications
jplesnik set the koschei monitoring flag of perl-Menlo to True

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


lxqt

2015-12-14 Thread mastaiza
When you install through yumex-dnf not a window to enter the password.
I'm not exactly sure but lacks the components lxqt-sudo lxqt-admin
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


[Bug 1291200] perl-GD-2.56-5.fc24 FTBFS: Failed test 'image comparison test 7'

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291200

Petr Pisar  changed:

   What|Removed |Added

External Bug ID||CPAN 106594



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291200] perl-GD-2.56-5.fc24 FTBFS: Failed test 'image comparison test 7'

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291200



--- Comment #4 from Petr Pisar  ---
(In reply to Paul Howarth from comment #3)
> (In reply to Petr Pisar from comment #1)
> > (We already
> > have the Business::ISBN BuildRequire conditionalized by %perl_bootstrap, but
> > for some reason, the run Require is not. That does not make sense for me.)
> 
> Omitting a BuildRequire during bootstrapping generally results in fewer
> tests being run but the resulting binary package is exactly the same as it
> would have been with the BuildRequire present.
> 
> On the other hand, omitting a run Require results in a different binary
> package, and hence different buildroots for every package that is built
> using the bootstrapped package. So you'd want to rebuild all of those
> packages too post-bootstrap to make sure all their tests ran successfully,
> which would potentially extend the bootstrap process quite significantly.
> 
I know (*). But what's the purpose of omitting some tests? Especially on
perl_bootstrap? With current perl-URI.spec you will get binary package that
cannot be installed either, so it should not have any effect on build graph
when bootstrapping.

(* Pure theoretically, having installed additional packages at build time
should be idempotent. That's what I expect from good build script.)

> I think it might be worthwhile to disable the image comparison test:
> https://rt.cpan.org/Public/Bug/Display.html?id=100294

Ah. yet another instance of the failure. That would be probably the simplest
fix.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-HTTP-Tinyish (master) to 'Obsolete'

2015-12-14 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-HTTP-Tinyish 
(master) to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar created the branch 'f22' for the package 'perl-HTTP-Tinyish'

2015-12-14 Thread notifications
ppisar created the branch 'f22' for the package 'perl-HTTP-Tinyish'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-HTTP-Tinyish (master) to 'Obsolete'

2015-12-14 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-HTTP-Tinyish (master) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-HTTP-Tinyish (f23) to 'Obsolete'

2015-12-14 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-HTTP-Tinyish (f23) to 
'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-HTTP-Tinyish (f23) to 'Obsolete'

2015-12-14 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-HTTP-Tinyish (f23) 
to 'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-HTTP-Tinyish/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc pushed to perl-GD (master). "Mark the flaky image comparison test as TODO (#1291200, CPAN RT#100294)"

2015-12-14 Thread notifications
>From 6b1d22bb09f051fb22fe25ac2939d7325456bc75 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 14 Dec 2015 14:53:02 +
Subject: Mark the flaky image comparison test as TODO (#1291200, CPAN
 RT#100294)

---
 GD-2.56-flaky-test.patch | 13 +
 perl-GD.spec | 16 +---
 2 files changed, 26 insertions(+), 3 deletions(-)
 create mode 100644 GD-2.56-flaky-test.patch

diff --git a/GD-2.56-flaky-test.patch b/GD-2.56-flaky-test.patch
new file mode 100644
index 000..2b929f6
--- /dev/null
+++ b/GD-2.56-flaky-test.patch
@@ -0,0 +1,13 @@
+--- t/GD.t
 t/GD.t
+@@ -246,7 +246,10 @@ sub run_image_regression_tests {
+   if (!$gd) {
+   fail("unable to generate comparison image for test $t: $@");
+   } else {
++TODO: {
++  local $TODO = "Flaky test (CPAN RT#100294)" if $t == 7;
+   ok(compare($gd,$t,$suffix),"image comparison test $t");
++}
+   }
+ }
+ }
diff --git a/perl-GD.spec b/perl-GD.spec
index 857ac5b..7c81ec4 100644
--- a/perl-GD.spec
+++ b/perl-GD.spec
@@ -1,14 +1,19 @@
 Name:   perl-GD
 Version:2.56
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perl interface to the GD graphics library
 Group:  Development/Libraries
 License:GPL+ or Artistic 2.0
 URL:http://search.cpan.org/dist/GD/
 Source0:http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz
 Patch0: GD-2.56-utf8.patch
+Patch1: GD-2.56-flaky-test.patch
 # Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
 BuildRequires:  gd-devel >= 2.0.28
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Getopt::Long)
@@ -47,6 +52,9 @@ create PNG images on the fly or modify existing files.
 # Re-code documentation as UTF8
 %patch0
 
+# Mark the flaky image comparison test as TODO (#1291200, CPAN RT#100294)
+%patch1
+
 # Fix shellbangs in sample scripts
 perl -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \
   demos/{*.{pl,cgi},truetype_test}
@@ -69,13 +77,12 @@ rm %{buildroot}%{_bindir}/bdf2gdfont.PLS \
 rm %{buildroot}%{_bindir}/bdftogd
 
 %check
-./Build test
+./Build test --verbose
 
 %files
 %license LICENSE
 %doc ChangeLog README README.QUICKDRAW demos/
 %{_bindir}/bdf2gdfont.pl
-# %%{_bindir}/bdftogd
 %{_bindir}/cvtbdf.pl
 %{perl_vendorarch}/auto/GD/
 %{perl_vendorarch}/GD.pm
@@ -88,6 +95,9 @@ rm %{buildroot}%{_bindir}/bdftogd
 %{_mandir}/man3/GD::Simple.3*
 
 %changelog
+* Mon Dec 14 2015 Paul Howarth  - 2.56-6
+- Mark the flaky image comparison test as TODO (#1291200, CPAN RT#100294)
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 2.56-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-GD.git/commit/?h=master=6b1d22bb09f051fb22fe25ac2939d7325456bc75
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1284131] perl-Term-Size: please add epel7 branch

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1284131

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Term-Size-0.207-11.el7
 Resolution|--- |ERRATA
Last Closed||2015-12-14 09:23:52



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar created the branch 'f22' for the package 'perl-Carton'

2015-12-14 Thread notifications
ppisar created the branch 'f22' for the package 'perl-Carton'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291200] perl-GD-2.56-5.fc24 FTBFS: Failed test 'image comparison test 7'

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291200



--- Comment #1 from Petr Pisar  ---
Please note this blocks perl-Business-ISBN that blocks perl-URI that blocks
perl-HTML-Parser that blocks another 1300 packages.

Maybe we should move URI::urn::isbn from perl-URI into a new sub-package (for
example perl-URI-urn-isbn). That new subpackage would still require
perl-Business-ISBN, but it wouldn't be required by perl-URI. (We already have
the Business::ISBN BuildRequire conditionalized by %perl_bootstrap, but for
some reason, the run Require is not. That does not make sense for me.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1291200] perl-GD-2.56-5.fc24 FTBFS: Failed test 'image comparison test 7'

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1291200



--- Comment #3 from Paul Howarth  ---
(In reply to Petr Pisar from comment #1)
> (We already
> have the Business::ISBN BuildRequire conditionalized by %perl_bootstrap, but
> for some reason, the run Require is not. That does not make sense for me.)

Omitting a BuildRequire during bootstrapping generally results in fewer tests
being run but the resulting binary package is exactly the same as it would have
been with the BuildRequire present.

On the other hand, omitting a run Require results in a different binary
package, and hence different buildroots for every package that is built using
the bootstrapped package. So you'd want to rebuild all of those packages too
post-bootstrap to make sure all their tests ran successfully, which would
potentially extend the bootstrap process quite significantly.

I think it might be worthwhile to disable the image comparison test:
https://rt.cpan.org/Public/Bug/Display.html?id=100294

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


Re: F24 System Wide Change: Default Local DNS Resolver

2015-12-14 Thread Paul Wouters
On 12/12/2015 09:11 PM, Oron Peled wrote:
> On Friday 11 December 2015 09:09:28 Paul Wouters wrote:
>> On 12/09/2015 06:02 PM, Oron Peled wrote:
>>> Why don't we plan this feature in two stages:
>>>  * Fedora 24: turn it on by default, but *keep using results* from bad DNS 
>>> servers,
>>>just issue a user-visible warning, possibly with a link to a page with 
>>> friendly
>>>explanation and suggestions for further action.
> 
> I'll answer both Paul and Reindl which replied "there's no safe and clean way 
> to solve that"...
> 
>> DNS lookups don't have users like web browsers.
> 
> First, that's only partially correct:
>  * The client (resolver) normally *does* have a user (the uid of the process 
> calling the resolver library).
>  * But after that, your are correct that the caller identity is gone.
> 
> Still, IMO, the goal to warn users can be achieved quite easily. Two examples 
> from the top of my head.
> 1. log + notify:
>* The information may be logged with special prefix (or special field via 
> sd-journal).
>* Users would have a small desktop service that would monitor for these 
> messages and notify about them.

You can do that logging using tools like dnssec-system-tray pointing to the 
unbound log file.

> 2. dbus:
>* The local DNS server would send specific DBUS signal (e.g: 
> net.dnsseq.InsecureDNSReply).
>* A desktop process would listen on these signals and show proper desktop 
> notification.

But these solutions can quickly become a denial of service through popups.

>> I have been running this setup since Fedora 17. Breakage is not that bad.
> 
> Hmmm... even if all of us, fedora-devel subscribers, would run this
> it's still a far cry from a full release cycle of Fedora:

the problem with bad DNS deployments is that it keeps becoming a bigger house 
of cards until
it actually fails to work, similarly how raided disks that write a log message 
that one of the
two disks is failing usually gets found when the second disk failed.

>* large-numbers: millions of machines would reveal much more varied 
> use-cases
>  than what a 500-1000 machines of "fedora-devel" people can show.

google dns, verisign dns and many large DNS deployments already validate and 
break setups of
people using 8.8.8.8 manually. We've gone out of our way to try and be nice to 
existing DNS
deployments, but at some point you got to treat the wound, cause some pain and 
fix things.

> So my hunch feeling is still: make F24 with DNSSEC by default, but not
> "enforcing". Than, F25 will enforce DNSSEC validation.

That just postpones the hurt for 6 months. We've already had a few of these 
cycles. As I said,
I run this since fedora 17.

Really, the biggest issue people fear is their split view DNS. Which is easilly 
solved by extending
the concept of firewalld zones into Network Manager, and always use broken DNS 
forwarders on
"trusted networks".

Paul
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-Carton (master) to 'Obsolete'

2015-12-14 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Carton (master) to 
'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchbugzilla' permission on perl-Carton (f23) to 'Obsolete'

2015-12-14 Thread notifications
ppisar changed ppisar's 'watchbugzilla' permission on perl-Carton (f23) to 
'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-Carton (master) to 'Obsolete'

2015-12-14 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Carton (master) to 
'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


ppisar changed ppisar's 'watchcommits' permission on perl-Carton (f23) to 'Obsolete'

2015-12-14 Thread notifications
ppisar changed ppisar's 'watchcommits' permission on perl-Carton (f23) to 
'Obsolete'
https://admin.fedoraproject.org/pkgdb/package/perl-Carton/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc pushed to perl-CPAN-Meta-Requirements (perl-CPAN-Meta-Requirements-2.140-1.fc24). "Update to 2.140 (..more)"

2015-12-14 Thread notifications
>From 848dd954a53e5551b3ff8a2ac77f8ac3157cc5ed Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 14 Dec 2015 12:05:16 +
Subject: Update to 2.140

- New upstream release 2.140
  - Added method for getting structured requirements
  - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic)
  - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings to avoid old
version.pm bugs with v-strings less than 3 characters
  - Protect internal _isa_version from non-refs that pass ->isa('version')
  - Much better error messages, explaining what conflicted and how
  - Repackage with fixed tests
  - Expanded dist.ini from author bundle to individual plugins
---
 perl-CPAN-Meta-Requirements.spec | 21 ++---
 sources  |  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec
index b27724a..b49b148 100644
--- a/perl-CPAN-Meta-Requirements.spec
+++ b/perl-CPAN-Meta-Requirements.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-Meta-Requirements
-Version:2.133
-Release:4%{?dist}
+Version:2.140
+Release:1%{?dist}
 Summary:Set of version requirements for a CPAN dist
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,8 +8,11 @@ URL:
http://search.cpan.org/dist/CPAN-Meta-Requirements/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
@@ -21,6 +24,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
 # Extra Tests (not run when bootstrapping due to circular build dependencies)
 %if !%{defined perl_bootstrap} && ! ( 0%{?rhel} )
+BuildRequires:  perl(blib)
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
 BuildRequires:  perl(English)
 BuildRequires:  perl(File::Temp)
@@ -90,6 +94,17 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/CPAN::Meta::Requirements.3*
 
 %changelog
+* Mon Dec 14 2015 Paul Howarth  - 2.140-1
+- Update to 2.140
+  - Added method for getting structured requirements
+  - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic)
+  - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings to avoid old
+version.pm bugs with v-strings less than 3 characters
+  - Protect internal _isa_version from non-refs that pass ->isa('version')
+  - Much better error messages, explaining what conflicted and how
+  - Repackage with fixed tests
+  - Expanded dist.ini from author bundle to individual plugins
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 2.133-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 9b24286..c291bb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa4768039b80c4aabb4fed6073b52202  CPAN-Meta-Requirements-2.133.tar.gz
+8febe4f14f356e57fd1e2c342d56a64b  CPAN-Meta-Requirements-2.140.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta-Requirements.git/commit/?h=perl-CPAN-Meta-Requirements-2.140-1.fc24=848dd954a53e5551b3ff8a2ac77f8ac3157cc5ed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1284131] perl-Term-Size: please add epel7 branch

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1284131



--- Comment #8 from Fedora Update System  ---
perl-Term-Size-0.207-11.el7 has been pushed to the Fedora EPEL 7 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1284131] perl-Term-Size: please add epel7 branch

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1284131

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Term-Size-0.207-11.el7 |perl-Term-Size-0.207-11.el7
   ||perl-Term-Size-0.207-11.el6



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1284131] perl-Term-Size: please add epel7 branch

2015-12-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1284131



--- Comment #9 from Fedora Update System  ---
perl-Term-Size-0.207-11.el6 has been pushed to the Fedora EPEL 6 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


  1   2   >