pghmcfc changed pghmcfc's 'commit' permission on perl-Digest-SHA (el5) to 'Approved'

2015-05-26 Thread notifications
pghmcfc changed pghmcfc's 'commit' permission on perl-Digest-SHA (el5) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Digest-SHA/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc changed pghmcfc's 'approveacls' permission on perl-Digest-SHA (el6) to 'Approved'

2015-05-26 Thread notifications
pghmcfc changed pghmcfc's 'approveacls' permission on perl-Digest-SHA (el6) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Digest-SHA/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc changed owner of perl-Digest-SHA (el5) to 'pghmcfc'

2015-05-26 Thread notifications
pghmcfc changed owner of perl-Digest-SHA (el5) to 'pghmcfc'
https://admin.fedoraproject.org/pkgdb/package/perl-Digest-SHA/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc changed pghmcfc's 'watchbugzilla' permission on perl-Digest-SHA (el5) to 'Approved'

2015-05-26 Thread notifications
pghmcfc changed pghmcfc's 'watchbugzilla' permission on perl-Digest-SHA (el5) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Digest-SHA/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc changed pghmcfc's 'watchbugzilla' permission on perl-Digest-SHA (el6) to 'Approved'

2015-05-26 Thread notifications
pghmcfc changed pghmcfc's 'watchbugzilla' permission on perl-Digest-SHA (el6) 
to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Digest-SHA/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

pghmcfc pushed to perl-Sysadm-Install (master). Update to 0.45 (..more)

2015-05-26 Thread notifications
From 95395bdcbee921d5fdf6d8ebf63568fe4b7ee717 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 26 May 2015 12:36:00 +0100
Subject: Update to 0.45

- New upstream release 0.45
  - Fixed manifest and tests for the Windows platform
- Classify buildreqs by usage

diff --git a/perl-Sysadm-Install.spec b/perl-Sysadm-Install.spec
index 87b287f..4b538a7 100644
--- a/perl-Sysadm-Install.spec
+++ b/perl-Sysadm-Install.spec
@@ -1,34 +1,42 @@
 Summary:   Typical installation tasks for system administrators
 Name:  perl-Sysadm-Install
-Version:   0.44
-Release:   3%{?dist}
+Version:   0.45
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Sysadm-Install/
 Source0:   
http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Sysadm-Install-%{version}.tar.gz
 BuildArch: noarch
+# Module Build
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires: perl(Archive::Tar)
-BuildRequires: perl(Config)
 BuildRequires: perl(Cwd)
 BuildRequires: perl(Encode)
 BuildRequires: perl(Expect)
-BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Basename)
 BuildRequires: perl(File::Copy)
 BuildRequires: perl(File::Path)
+BuildRequires: perl(File::Spec::Functions)
 BuildRequires: perl(File::Temp) = 0.16
 BuildRequires: perl(File::Which) = 1.09
 BuildRequires: perl(HTTP::Request)
 BuildRequires: perl(HTTP::Status)
 BuildRequires: perl(Log::Log4perl) = 1.00
+BuildRequires: perl(Log::Log4perl::Util)
 BuildRequires: perl(LWP::UserAgent)
+BuildRequires: perl(strict)
 BuildRequires: perl(Term::ReadKey)
-# For test suite
+BuildRequires: perl(warnings)
+# Test Suite
+BuildRequires: perl(Carp)
+BuildRequires: perl(File::Spec)
 BuildRequires: perl(Test::More)
-# Runtime deps not automatically picked up by RPM
+BuildRequires: perl(utf8)
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Archive::Tar)
-Requires:  perl(Config)
 Requires:  perl(Encode)
 Requires:  perl(Expect)
 Requires:  perl(HTTP::Request)
@@ -67,14 +75,19 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
 %files
-%doc Changes README eg
+%doc Changes README eg/
 # one-liner is an overly-generic name to include in %%{_bindir} and is included
 # as %%doc if needed
 %exclude %{_bindir}/one-liner
 %{perl_vendorlib}/Sysadm/
-%{_mandir}/man3/Sysadm::Install.3pm*
+%{_mandir}/man3/Sysadm::Install.3*
 
 %changelog
+* Tue May 26 2015 Paul Howarth p...@city-fan.org - 0.45-1
+- Update to 0.45
+  - Fixed manifest and tests for the Windows platform
+- Classify buildreqs by usage
+
 * Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 0.44-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 0bd7a47..cb92437 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-889528d25c3be2554861040e38fd7229  Sysadm-Install-0.44.tar.gz
+fe364ef1bc081d85183d99ec07e77141  Sysadm-Install-0.45.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Sysadm-Install.git/commit/?h=masterid=95395bdcbee921d5fdf6d8ebf63568fe4b7ee717
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Rapid release for security updates

2015-05-26 Thread Oden Eriksson

Andrew Haley skrev den 2015-05-26 12:10:

On 19/05/15 16:20, Kevin Kofler wrote:

Martin Stransky wrote:

is there any mechanism how to speed up release of critical security
fixes by Fedora update system?

For instance Firefox packages are released *week* after official Mozilla
release which is really bad.

Any idea here?

The update stability policies enforced by Bodhi simply need to be
repealed. This problem simply did not exist when maintainers were still
trusted to be able to do their job.

Or maybe we should modify them for urgent security updates rather than
repeal them totally.  We certainly have delays with Java security
updates on Fedora.  Something needs to be done, but I'm not sure
exactly what.

Andrew.


I worked with security updates for Mandriva Linux between 2009 and 2015.

I'm open for a job offer on that topic ;)
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

pghmcfc pushed to perl-parent (master). Update to 0.233 (..more)

2015-05-26 Thread notifications
From 2e61e65c47471c215d3aeefb1d86ca080dfb1687 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 26 May 2015 15:09:34 +0100
Subject: Update to 0.233

- New upstream release 0.233
  - The diagnostic about inheriting from ourselves was removed; it served no
purpose as Perl already warns if we try to inherit in a circular way

diff --git a/perl-parent.spec b/perl-parent.spec
index 9d0a3a7..7171f3b 100644
--- a/perl-parent.spec
+++ b/perl-parent.spec
@@ -1,6 +1,6 @@
 Name:  perl-parent
 Epoch: 1
-Version:   0.232
+Version:   0.233
 Release:   1%{?dist}
 Summary:   Establish an ISA relationship with base classes at compile time
 License:   GPL+ or Artistic
@@ -61,6 +61,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/parent.3*
 
 %changelog
+* Tue May 26 2015 Paul Howarth p...@city-fan.org - 1:0.233-1
+- Update to 0.233
+  - The diagnostic about inheriting from ourselves was removed; it served no
+purpose as Perl already warns if we try to inherit in a circular way
+
 * Fri Mar 20 2015 Paul Howarth p...@city-fan.org - 1:0.232-1
 - Update to 0.232
   - Change line-endings in parent-pmc.t to unix EOLs so that bleadperl is happy
diff --git a/sources b/sources
index 7bb4dc5..992646e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f3da84be2318ad4a1e7ff2e60a10d68  parent-0.232.tar.gz
+fb2d4803c7c2423bae9403bb1cb48384  parent-0.233.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-parent.git/commit/?h=masterid=2e61e65c47471c215d3aeefb1d86ca080dfb1687
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot uploaded File-Which-1.18.tar.gz for perl-File-Which

2015-05-26 Thread notifications
554bfb36568d828fbeee64f4b9a9faa8  File-Which-1.18.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-File-Which/File-Which-1.18.tar.gz/554bfb36568d828fbeee64f4b9a9faa8/File-Which-1.18.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1225049] perl-SQL-Statement-1.407 is available

2015-05-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1225049



--- Comment #3 from Petr Ĺ abata psab...@redhat.com ---
This requires Math::Base::Convert.

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Rapid release for security updates

2015-05-26 Thread Gerald B. Cox
On Tue, May 26, 2015 at 6:33 AM, Ralf Corsepius rc040...@freenet.de wrote:

 critical packages should have a sufficient number of co-maintainers, who
 should be presumed to be sufficiently familiar with a package to provide
 enough karma, which would allow such packages to pass quickly


Good point... and for those that don't Alex had an excellent suggestion to
simply post a message requesting review.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1225070] perl-Scalar-List-Utils-1.42 is available

2015-05-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1225070



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Scalar-List-Utils-1.42-1.fc21 has been submitted as an update for Fedora
21.
https://admin.fedoraproject.org/updates/perl-Scalar-List-Utils-1.42-1.fc21

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1225070] perl-Scalar-List-Utils-1.42 is available

2015-05-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1225070



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Scalar-List-Utils-1.42-1.fc22 has been submitted as an update for Fedora
22.
https://admin.fedoraproject.org/updates/perl-Scalar-List-Utils-1.42-1.fc22

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

<    1   2