pghmcfc pushed to perl-Email-Reply (master). Rationalize buildreqs, modernize spec (..more)

2015-03-31 Thread notifications
From d39812b36e49a9ef11202d9a926b0a18c447fc8c Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 24 Mar 2015 09:24:06 +
Subject: Rationalize buildreqs, modernize spec

- Classify buildreqs by usage
- Use %license where possible
- Don't need to remove empty directories from the buildroot
- Drop %defattr, redundant since rpm 4.4
- Don't use macros for commands
- Make %files list more explicit

diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 142ef41..3af7ba0 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,18 +1,30 @@
 Name:   perl-Email-Reply
 Version:1.203
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Email-Reply/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Reply-%{version}.tar.gz
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Email::Abstract), 
perl(Email::Address)
-BuildRequires:  perl(Email::MIME), perl(Test::More), perl(Email::MIME::Creator)
-BuildRequires:  perl(Email::MIME::Modifier), perl(Test::Pod), 
perl(Test::Pod::Coverage)
-BuildRequires:  perl(Email::Simple), perl(Email::Simple::Creator), 
perl(Email::Date)
-BuildRequires:  perl(Module::Pluggable), perl(Capture::Tiny)
 BuildArch:  noarch
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+# Module Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+# Module Runtime
+BuildRequires:  perl(Email::Abstract) = 2.01
+BuildRequires:  perl(Email::Address) = 1.80
+BuildRequires:  perl(Email::MIME) = 1.82
+BuildRequires:  perl(Exporter) = 5.57
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(Email::MIME::Modifier)
+BuildRequires:  perl(Email::Simple)
+BuildRequires:  perl(Email::Simple::Creator)
+BuildRequires:  perl(Test::More) = 0.88
+# Runtime
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 This package provides a simple way to reply to email messages.
@@ -21,26 +33,36 @@ This package provides a simple way to reply to email 
messages.
 %setup -q -n Email-Reply-%{version}
 
 %build
-sed -i '/LICENSE/ d' Makefile.PL
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make
 
 %install
-make pure_install PERL_INSTALL_ROOT=$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 ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc README LICENSE
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc README
 %{perl_vendorlib}/Email/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/Email::Reply.3*
 
 %changelog
+* Tue Mar 24 2015 Paul Howarth p...@city-fan.org - 1.203-2
+- Classify buildreqs by usage
+- Use %%license where possible
+- Don't need to remove empty directories from the buildroot
+- Drop %%defattr, redundant since rpm 4.4
+- Don't use macros for commands
+- Make %%files list more explicit
+
 * Fri Mar 20 2015 Tom Callaway s...@fedoraproject.org - 1.203-1
 - update to 1.203
 
@@ -79,7 +101,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Dec 16 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-8
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Sat May 01 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-7
 - Mass rebuild with perl-5.12.0
@@ -97,7 +119,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Mar 06 2008 Tom spot Callaway tcall...@redhat.com - 1.202-2
-Rebuild for new perl
+- Rebuild for new perl
 
 * Sun Aug 26 2007 Tom spot Callaway tcall...@redhat.com - 1.201-4
 - 1.202
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=masterid=d39812b36e49a9ef11202d9a926b0a18c447fc8c
--
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-Email-Reply (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

2015-03-31 Thread notifications
From d2b5275c583453a9808a4d32a826a7b0fec53dd6 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 6 Jun 2014 22:46:42 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index f1fce91..897e62d 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-18
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Mon Aug 05 2013 Petr Pisar ppi...@redhat.com - 1.202-17
 - Perl 5.18 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=d2b5275c583453a9808a4d32a826a7b0fec53dd6
--
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-Email-Reply (epel7). Perl 5.20 rebuild

2015-03-31 Thread notifications
From 010cdff7b1ff11e429f5e60392b32bb6c0891e00 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 1 Sep 2014 22:08:18 +0200
Subject: Perl 5.20 rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 897e62d..394844c 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 1.202-19
+- Perl 5.20 rebuild
+
 * Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=010cdff7b1ff11e429f5e60392b32bb6c0891e00
--
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-Email-Reply (epel7). Rationalize buildreqs, modernize spec (..more)

2015-03-31 Thread notifications
From d39812b36e49a9ef11202d9a926b0a18c447fc8c Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 24 Mar 2015 09:24:06 +
Subject: Rationalize buildreqs, modernize spec

- Classify buildreqs by usage
- Use %license where possible
- Don't need to remove empty directories from the buildroot
- Drop %defattr, redundant since rpm 4.4
- Don't use macros for commands
- Make %files list more explicit

diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 142ef41..3af7ba0 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,18 +1,30 @@
 Name:   perl-Email-Reply
 Version:1.203
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Email-Reply/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Reply-%{version}.tar.gz
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Email::Abstract), 
perl(Email::Address)
-BuildRequires:  perl(Email::MIME), perl(Test::More), perl(Email::MIME::Creator)
-BuildRequires:  perl(Email::MIME::Modifier), perl(Test::Pod), 
perl(Test::Pod::Coverage)
-BuildRequires:  perl(Email::Simple), perl(Email::Simple::Creator), 
perl(Email::Date)
-BuildRequires:  perl(Module::Pluggable), perl(Capture::Tiny)
 BuildArch:  noarch
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+# Module Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+# Module Runtime
+BuildRequires:  perl(Email::Abstract) = 2.01
+BuildRequires:  perl(Email::Address) = 1.80
+BuildRequires:  perl(Email::MIME) = 1.82
+BuildRequires:  perl(Exporter) = 5.57
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(Email::MIME::Modifier)
+BuildRequires:  perl(Email::Simple)
+BuildRequires:  perl(Email::Simple::Creator)
+BuildRequires:  perl(Test::More) = 0.88
+# Runtime
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 This package provides a simple way to reply to email messages.
@@ -21,26 +33,36 @@ This package provides a simple way to reply to email 
messages.
 %setup -q -n Email-Reply-%{version}
 
 %build
-sed -i '/LICENSE/ d' Makefile.PL
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make
 
 %install
-make pure_install PERL_INSTALL_ROOT=$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 ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc README LICENSE
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc README
 %{perl_vendorlib}/Email/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/Email::Reply.3*
 
 %changelog
+* Tue Mar 24 2015 Paul Howarth p...@city-fan.org - 1.203-2
+- Classify buildreqs by usage
+- Use %%license where possible
+- Don't need to remove empty directories from the buildroot
+- Drop %%defattr, redundant since rpm 4.4
+- Don't use macros for commands
+- Make %%files list more explicit
+
 * Fri Mar 20 2015 Tom Callaway s...@fedoraproject.org - 1.203-1
 - update to 1.203
 
@@ -79,7 +101,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Dec 16 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-8
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Sat May 01 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-7
 - Mass rebuild with perl-5.12.0
@@ -97,7 +119,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Mar 06 2008 Tom spot Callaway tcall...@redhat.com - 1.202-2
-Rebuild for new perl
+- Rebuild for new perl
 
 * Sun Aug 26 2007 Tom spot Callaway tcall...@redhat.com - 1.201-4
 - 1.202
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=d39812b36e49a9ef11202d9a926b0a18c447fc8c
--
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-Email-Reply (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2015-03-31 Thread notifications
From d15ab330d4f77cfb385cb3e70e002b8d3a5716a0 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Sat, 3 Aug 2013 15:20:57 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 1df38a1..84de368 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
 * Fri Feb 22 2013 Ralf Corsépius corse...@fedoraproject.org - 1.202-15
 - Add BR: perl(Module::Pluggable) (FTBFS #914274).
 - Modernize spec.
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=d15ab330d4f77cfb385cb3e70e002b8d3a5716a0
--
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-Email-Reply (epel7). Perl 5.18 rebuild

2015-03-31 Thread notifications
From ca11d213df9f100dc1b84543614cbafd9cde1b3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 5 Aug 2013 19:41:10 +0200
Subject: Perl 5.18 rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 84de368..f1fce91 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Aug 05 2013 Petr Pisar ppi...@redhat.com - 1.202-17
+- Perl 5.18 rebuild
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=ca11d213df9f100dc1b84543614cbafd9cde1b3f
--
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-Email-Reply (epel7). fix missing BR: perl(Capture::Tiny)

2015-03-31 Thread notifications
From 74d25ac739de40c795d054b4bd7ec1f0cdd4e964 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 20 Mar 2015 15:17:13 -0400
Subject: fix missing BR: perl(Capture::Tiny)


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 3deb180..142ef41 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -10,7 +10,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker), 
perl(Email::Abstract), perl(Email::Ad
 BuildRequires:  perl(Email::MIME), perl(Test::More), perl(Email::MIME::Creator)
 BuildRequires:  perl(Email::MIME::Modifier), perl(Test::Pod), 
perl(Test::Pod::Coverage)
 BuildRequires:  perl(Email::Simple), perl(Email::Simple::Creator), 
perl(Email::Date)
-BuildRequires:  perl(Module::Pluggable)
+BuildRequires:  perl(Module::Pluggable), perl(Capture::Tiny)
 BuildArch:  noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=74d25ac739de40c795d054b4bd7ec1f0cdd4e964
--
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-Email-Reply (epel7). 1.203

2015-03-31 Thread notifications
From 204427e9a2da2437fdb6016fe70f1c7694aa8a8d Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 20 Mar 2015 15:04:05 -0400
Subject: 1.203


diff --git a/.gitignore b/.gitignore
index d2c128c..bc3e7c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Email-Reply-1.201.tar.gz
 Email-Reply-1.202.tar.gz
+/Email-Reply-1.203.tar.gz
diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 394844c..3deb180 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
-Version:1.202
-Release:19%{?dist}
+Version:1.203
+Release:1%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 20 2015 Tom Callaway s...@fedoraproject.org - 1.203-1
+- update to 1.203
+
 * Mon Sep 01 2014 Jitka Plesnikova jples...@redhat.com - 1.202-19
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index fe94b78..9c14427 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1d1758016232c98e4119b653d7e1421  Email-Reply-1.202.tar.gz
+f392264104c55bc81f3762f91ea3835c  Email-Reply-1.203.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=204427e9a2da2437fdb6016fe70f1c7694aa8a8d
--
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-Email-Reply (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

2015-03-31 Thread notifications
From ebcdd6c8e3c0358b9225467fda535cdcaed62911 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 20 Jul 2012 09:59:38 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 2642f7f..b37880f 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 1.202-12
 - Perl 5.16 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=ebcdd6c8e3c0358b9225467fda535cdcaed62911
--
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-Email-Reply (epel7). - Mass rebuild with perl-5.12.0

2015-03-31 Thread notifications
From 35fe36f3a9c6691bfaac2796e41a59fc43d25461 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?=
 mmasl...@fedoraproject.org
Date: Fri, 30 Apr 2010 14:54:15 +
Subject: - Mass rebuild with perl-5.12.0


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 4f22ed6..127ac3b 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 1.202-5
 - rebuild against perl 5.10.1
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=35fe36f3a9c6691bfaac2796e41a59fc43d25461
--
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-Email-Reply (epel7). Perl mass rebuild

2015-03-31 Thread notifications
From e3aa17534cb75b81ec69798ef55d701516cc6978 Mon Sep 17 00:00:00 2001
From: Petr Sabata con...@redhat.com
Date: Wed, 20 Jul 2011 01:59:53 +0200
Subject: Perl mass rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 1027ee1..55b2aeb 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Jul 20 2011 Petr Sabata con...@redhat.com - 1.202-10
+- Perl mass rebuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=e3aa17534cb75b81ec69798ef55d701516cc6978
--
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-Email-Reply (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

2015-03-31 Thread notifications
From b01d4bbcdacd27b924ffcf7436dbef83ff4e343b Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 13 Jan 2012 07:36:18 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 55b2aeb..f4c0443 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Wed Jul 20 2011 Petr Sabata con...@redhat.com - 1.202-10
 - Perl mass rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=b01d4bbcdacd27b924ffcf7436dbef83ff4e343b
--
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-Email-Reply (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

2015-03-31 Thread notifications
From f5267fe2dc9a3263b3ce6f8baa031975c3241638 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Tue, 8 Feb 2011 15:46:04 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index b253c0f..1027ee1 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Thu Dec 16 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-8
 - 661697 rebuild for fixing problems with vendorach/lib
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=f5267fe2dc9a3263b3ce6f8baa031975c3241638
--
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-Email-Reply (epel7). new perl

2015-03-31 Thread notifications
From 9ff1e5af73c5eec94c560d67a2ee0906f4239cdf Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Fri, 7 Mar 2008 01:59:52 +
Subject: new perl


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 6899183..ecf69f2 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Mar 06 2008 Tom spot Callaway tcall...@redhat.com - 1.202-2
+Rebuild for new perl
+
 * Sun Aug 26 2007 Tom spot Callaway tcall...@redhat.com - 1.201-4
 - 1.202
 - license fix
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=9ff1e5af73c5eec94c560d67a2ee0906f4239cdf
--
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-Email-Reply (epel7). - 661697 rebuild for fixing problems with vendorach/lib

2015-03-31 Thread notifications
From d9ac51563d290ee35ab01a3d1babe1d5bf63725c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?=
 mmasl...@redhat.com
Date: Thu, 16 Dec 2010 13:27:52 +0100
Subject: - 661697 rebuild for fixing problems with vendorach/lib


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 67c9338..b253c0f 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Dec 16 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-8
+- 661697 rebuild for fixing problems with vendorach/lib
+
 * Sat May 01 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-7
 - Mass rebuild with perl-5.12.0
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=d9ac51563d290ee35ab01a3d1babe1d5bf63725c
--
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-Email-Reply (epel7). dist-git conversion

2015-03-31 Thread notifications
From 13390af860385e0e1cbdcf4b2e118124f4252956 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering rel-...@lists.fedoraproject.org
Date: Thu, 29 Jul 2010 06:34:28 +
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index d2c128c..000
--- a/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Email-Reply-1.201.tar.gz
-Email-Reply-1.202.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..d2c128c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+Email-Reply-1.201.tar.gz
+Email-Reply-1.202.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 5acf629..000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Email-Reply
-# $Id: Makefile,v 1.1 2007/05/05 15:54:02 ausil Exp $
-NAME := perl-Email-Reply
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo $$d/Makefile.common ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root  { cvs -Q -d $$(cat CVS/Root) checkout common  echo 
common/Makefile.common ; } || { echo ERROR: I can't figure out how to 
checkout the 'common' module. ; exit -1 ; } 2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=13390af860385e0e1cbdcf4b2e118124f4252956
--
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-Email-Reply (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

2015-03-31 Thread notifications
From 0964111e8c5c31dad4863d183034bf92f63d0a97 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 14 Feb 2013 06:08:12 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index b37880f..dfcdb7c 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=0964111e8c5c31dad4863d183034bf92f63d0a97
--
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-Email-Reply (epel7). Perl 5.16 rebuild

2015-03-31 Thread notifications
From a495e550a7064bd884b2f67d7cc8a08051e44b21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Sat, 23 Jun 2012 13:42:53 +0200
Subject: Perl 5.16 rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index f4c0443..2642f7f 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 23 2012 Petr Pisar ppi...@redhat.com - 1.202-12
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=a495e550a7064bd884b2f67d7cc8a08051e44b21
--
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-Email-Reply (epel7). Add BR: perl(Module::Pluggable) (FTBFS #914274). (..more)

2015-03-31 Thread notifications
From 289afe8b6e0cb61705063414356c2015852c4293 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Fri, 22 Feb 2013 18:44:23 +0100
Subject: Add BR: perl(Module::Pluggable) (FTBFS #914274).

- Modernize spec.

diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index dfcdb7c..1df38a1 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,16 +1,16 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Email-Reply/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Reply-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Email::Abstract), 
perl(Email::Address)
 BuildRequires:  perl(Email::MIME), perl(Test::More), perl(Email::MIME::Creator)
 BuildRequires:  perl(Email::MIME::Modifier), perl(Test::Pod), 
perl(Test::Pod::Coverage)
 BuildRequires:  perl(Email::Simple), perl(Email::Simple::Creator), 
perl(Email::Date)
+BuildRequires:  perl(Module::Pluggable)
 BuildArch:  noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
@@ -26,7 +26,6 @@ sed -i '/LICENSE/ d' Makefile.PL
 make
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$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 ';'
@@ -35,9 +34,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE
@@ -45,6 +41,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Feb 22 2013 Ralf Corsépius corse...@fedoraproject.org - 1.202-15
+- Add BR: perl(Module::Pluggable) (FTBFS #914274).
+- Modernize spec.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=289afe8b6e0cb61705063414356c2015852c4293
--
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-Email-Reply (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

2015-03-31 Thread notifications
From 25a0f297adbf10453f599bf0dfd51f38023cc2ae Mon Sep 17 00:00:00 2001
From: Jesse Keating jkeat...@fedoraproject.org
Date: Sun, 26 Jul 2009 05:50:05 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index f6f9476..96fed2c 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=25a0f297adbf10453f599bf0dfd51f38023cc2ae
--
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-Email-Reply (epel7). 1.202 in devel, license tag fix for all

2015-03-31 Thread notifications
From 84d604289a48379c230477a4ba2871bce39faa92 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Sun, 26 Aug 2007 15:10:29 +
Subject: 1.202 in devel, license tag fix for all


diff --git a/.cvsignore b/.cvsignore
index 5bd112d..d2c128c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1,2 @@
 Email-Reply-1.201.tar.gz
+Email-Reply-1.202.tar.gz
diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index ae63b1a..6899183 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,9 +1,9 @@
 Name:   perl-Email-Reply
-Version:1.201
-Release:3%{?dist}
+Version:1.202
+Release:1%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
-License:GPL or Artistic
+License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Email-Reply/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Reply-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Aug 26 2007 Tom spot Callaway tcall...@redhat.com - 1.201-4
+- 1.202
+- license fix
+
 * Fri May  4 2007 Tom spot Callaway tcall...@redhat.com - 1.201-3
 - fix missing BR
 
diff --git a/sources b/sources
index d70441e..fe94b78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea39a4a73d0b8cc54a28d6e84327413e  Email-Reply-1.201.tar.gz
+a1d1758016232c98e4119b653d7e1421  Email-Reply-1.202.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=84d604289a48379c230477a4ba2871bce39faa92
--
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-Email-Reply (epel7). - rebuild against perl 5.10.1

2015-03-31 Thread notifications
From 8509e371384f69d044c5d39a8594f9d6a7505e92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= ka...@fedoraproject.org
Date: Mon, 7 Dec 2009 05:29:52 +
Subject: - rebuild against perl 5.10.1


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 96fed2c..4f22ed6 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 1.202-5
+- rebuild against perl 5.10.1
+
 * Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=8509e371384f69d044c5d39a8594f9d6a7505e92
--
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-Email-Reply (epel7). Fix typo that causes a failure to update the common directory. (releng (..more)

2015-03-31 Thread notifications
From 22e993fd131d10b50b772ef18c777b665f188fac Mon Sep 17 00:00:00 2001
From: Bill Nottingham nott...@fedoraproject.org
Date: Wed, 25 Nov 2009 23:30:48 +
Subject: Fix typo that causes a failure to update the common directory.
 (releng #2781)


diff --git a/Makefile b/Makefile
index c7d26cf..5acf629 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 # Makefile for source rpm: perl-Email-Reply
-# $Id$
+# $Id: Makefile,v 1.1 2007/05/05 15:54:02 ausil Exp $
 NAME := perl-Email-Reply
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo $$d/Makefile.common ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo $$d/Makefile.common ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=22e993fd131d10b50b772ef18c777b665f188fac
--
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-Email-Reply (epel7). - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

2015-03-31 Thread notifications
From a9fa0718689d8f306860be7932bb84b500557b33 Mon Sep 17 00:00:00 2001
From: Jesse Keating jkeat...@fedoraproject.org
Date: Thu, 26 Feb 2009 15:39:48 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index ecf69f2..f6f9476 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.202-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Thu Mar 06 2008 Tom spot Callaway tcall...@redhat.com - 1.202-2
 Rebuild for new perl
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=a9fa0718689d8f306860be7932bb84b500557b33
--
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-Email-Reply (epel7). - Mass rebuild with perl-5.12.0

2015-03-31 Thread notifications
From cf2677d5fc2830be124f61ad92be25c29dd6908a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?=
 mmasl...@fedoraproject.org
Date: Sat, 1 May 2010 00:18:46 +
Subject: - Mass rebuild with perl-5.12.0


diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 127ac3b..67c9338 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat May 01 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-7
+- Mass rebuild with perl-5.12.0
+
 * Fri Apr 30 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-6
 - Mass rebuild with perl-5.12.0
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=epel7id=cf2677d5fc2830be124f61ad92be25c29dd6908a
--
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-Email-Reply (perl-Email-Reply-1.203-2.el7). Rationalize buildreqs, modernize spec (..more)

2015-03-31 Thread notifications
From d39812b36e49a9ef11202d9a926b0a18c447fc8c Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 24 Mar 2015 09:24:06 +
Subject: Rationalize buildreqs, modernize spec

- Classify buildreqs by usage
- Use %license where possible
- Don't need to remove empty directories from the buildroot
- Drop %defattr, redundant since rpm 4.4
- Don't use macros for commands
- Make %files list more explicit

diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec
index 142ef41..3af7ba0 100644
--- a/perl-Email-Reply.spec
+++ b/perl-Email-Reply.spec
@@ -1,18 +1,30 @@
 Name:   perl-Email-Reply
 Version:1.203
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Email-Reply/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Reply-%{version}.tar.gz
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Email::Abstract), 
perl(Email::Address)
-BuildRequires:  perl(Email::MIME), perl(Test::More), perl(Email::MIME::Creator)
-BuildRequires:  perl(Email::MIME::Modifier), perl(Test::Pod), 
perl(Test::Pod::Coverage)
-BuildRequires:  perl(Email::Simple), perl(Email::Simple::Creator), 
perl(Email::Date)
-BuildRequires:  perl(Module::Pluggable), perl(Capture::Tiny)
 BuildArch:  noarch
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+# Module Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+# Module Runtime
+BuildRequires:  perl(Email::Abstract) = 2.01
+BuildRequires:  perl(Email::Address) = 1.80
+BuildRequires:  perl(Email::MIME) = 1.82
+BuildRequires:  perl(Exporter) = 5.57
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(Email::MIME::Modifier)
+BuildRequires:  perl(Email::Simple)
+BuildRequires:  perl(Email::Simple::Creator)
+BuildRequires:  perl(Test::More) = 0.88
+# Runtime
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 This package provides a simple way to reply to email messages.
@@ -21,26 +33,36 @@ This package provides a simple way to reply to email 
messages.
 %setup -q -n Email-Reply-%{version}
 
 %build
-sed -i '/LICENSE/ d' Makefile.PL
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make
 
 %install
-make pure_install PERL_INSTALL_ROOT=$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 ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc README LICENSE
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc README
 %{perl_vendorlib}/Email/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/Email::Reply.3*
 
 %changelog
+* Tue Mar 24 2015 Paul Howarth p...@city-fan.org - 1.203-2
+- Classify buildreqs by usage
+- Use %%license where possible
+- Don't need to remove empty directories from the buildroot
+- Drop %%defattr, redundant since rpm 4.4
+- Don't use macros for commands
+- Make %%files list more explicit
+
 * Fri Mar 20 2015 Tom Callaway s...@fedoraproject.org - 1.203-1
 - update to 1.203
 
@@ -79,7 +101,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Dec 16 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-8
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Sat May 01 2010 Marcela Maslanova mmasl...@redhat.com - 1.202-7
 - Mass rebuild with perl-5.12.0
@@ -97,7 +119,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Mar 06 2008 Tom spot Callaway tcall...@redhat.com - 1.202-2
-Rebuild for new perl
+- Rebuild for new perl
 
 * Sun Aug 26 2007 Tom spot Callaway tcall...@redhat.com - 1.201-4
 - 1.202
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=perl-Email-Reply-1.203-2.el7id=d39812b36e49a9ef11202d9a926b0a18c447fc8c
--
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-Email-Reply (perl-Email-Reply-1.203-2.fc23). Rationalize buildreqs, modernize spec (..more)

2015-03-31 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Email-Reply.git/commit/?h=perl-Email-Reply-1.203-2.fc23id=d39812b36e49a9ef11202d9a926b0a18c447fc8c
--
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 1204695] Please release it for EPEL7

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204695



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Email-Reply-1.203-2.el7 has been submitted as an update for Fedora EPEL 7.
https://admin.fedoraproject.org/updates/perl-Email-Reply-1.203-2.el7

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

psabata pushed to perl-Tangerine (master). 0.14 bump

2015-03-31 Thread notifications
From 1e8da2658f5d288f7b084b1d35272427974a0ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 10:13:01 +0200
Subject: 0.14 bump


diff --git a/.gitignore b/.gitignore
index 21b1a4a..6fb8dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Tangerine-0.11.tar.gz
 /Tangerine-0.12.tar.gz
 /Tangerine-0.13.tar.gz
+/Tangerine-0.14.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 4000659..2a81366 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.13
+Version:0.14
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 0.14-1
+- 0.14 bump
+
 * Wed Feb 25 2015 Petr Å abata con...@redhat.com - 0.13-1
 - 0.13 bump
 
diff --git a/sources b/sources
index f2a2e48..828dc0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13cfe30243559291161dec8693408c83  Tangerine-0.13.tar.gz
+28b4ca0984eea0e94e95be37d350a061  Tangerine-0.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=masterid=1e8da2658f5d288f7b084b1d35272427974a0ae4
--
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

psabata uploaded Tangerine-0.14.tar.gz for perl-Tangerine

2015-03-31 Thread notifications
28b4ca0984eea0e94e95be37d350a061  Tangerine-0.14.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Tangerine/Tangerine-0.14.tar.gz/28b4ca0984eea0e94e95be37d350a061/Tangerine-0.14.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 1207468] perl-Tangerine-0.14 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207468



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Tangerine-0.14-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=624982

-- 
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: [389-devel] please review #48136 - accept auxilliary objectclasse in replication agreements

2015-03-31 Thread Ludwig Krispenz

next try to address Mark's comments:
https://fedorahosted.org/389/attachment/ticket/48136/0001-Ticket-48136-v2v2-accept-auxilliary-objectclasse-in-.patch

On 03/30/2015 02:09 PM, Ludwig Krispenz wrote:

https://fedorahosted.org/389/ticket/48136

https://fedorahosted.org/389/attachment/ticket/48136/0001-Ticket-48136-accept-auxilliary-objectclasse-in-repli.patch 


--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel


--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[Bug 1207468] perl-Tangerine-0.14 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207468



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.14-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.14-1.fc20

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

ppisar pushed to perl-Authen-SASL-SASLprep (f22). Teach rpmlint

2015-03-31 Thread notifications
From 82e50d922ac8b4c71dec1a3e90568d519b5ba532 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 25 Mar 2015 13:33:31 +0100
Subject: Teach rpmlint


diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..c10f5f3
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter(spelling-error .* (stringprep|Stringprep));
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SASL-SASLprep.git/commit/?h=f22id=82e50d922ac8b4c71dec1a3e90568d519b5ba532
--
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

ppisar pushed to perl-Authen-SASL-SASLprep (f22). Import

2015-03-31 Thread notifications
From 0f899825643f4ca7cd1a93fe4a30ce3141e6a086 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 25 Mar 2015 13:23:14 +0100
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..11d7ded 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Authen-SASL-SASLprep-1.01.tar.gz
diff --git a/perl-Authen-SASL-SASLprep.spec b/perl-Authen-SASL-SASLprep.spec
new file mode 100644
index 000..0964751
--- /dev/null
+++ b/perl-Authen-SASL-SASLprep.spec
@@ -0,0 +1,66 @@
+Name:   perl-Authen-SASL-SASLprep
+Version:1.01
+Release:1%{?dist}
+Summary:Stringprep profile for user names and passwords (RFC 4013)
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Authen-SASL-SASLprep/
+Source0:
http://www.cpan.org/authors/id/C/CF/CFAERBER/Authen-SASL-SASLprep-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  glibc-common
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Unicode::Stringprep) = 1
+BuildRequires:  perl(Unicode::Stringprep::Mapping)
+BuildRequires:  perl(Unicode::Stringprep::Prohibited)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::NoWarnings)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) = 1.00
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(Unicode::Stringprep) = 1
+
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Unicode::Stringprep\\)$
+
+%description
+This Perl module implements the SASLprep specification, which describes how to
+prepare Unicode strings representing user names and passwords for comparison.
+SASLprep is a profile of the stringprep algorithm.
+
+%prep
+%setup -q -n Authen-SASL-SASLprep-%{version}
+for F in README; do
+iconv -f iso-8859-1 -t utf-8  $F  ${F}.utf8
+touch -r $F ${F}.utf8
+mv ${F}.utf8 $F
+done
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Mar 20 2015 Petr Pisar ppi...@redhat.com 1.01-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..865c3b5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e1b800b47e360912c382e764c10a58c9  Authen-SASL-SASLprep-1.01.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SASL-SASLprep.git/commit/?h=f22id=0f899825643f4ca7cd1a93fe4a30ce3141e6a086
--
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

ppisar pushed to perl-Authen-SASL-SASLprep (f22). Patch instead of iconv

2015-03-31 Thread notifications
From f91875869b2bb000c3aec6ce8986fff733956fca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Wed, 25 Mar 2015 13:31:58 +0100
Subject: Patch instead of iconv


diff --git a/Authen-SASL-SASLprep-1.01-Recode-README-to-UTF-8.patch 
b/Authen-SASL-SASLprep-1.01-Recode-README-to-UTF-8.patch
new file mode 100644
index 000..e30410d
--- /dev/null
+++ b/Authen-SASL-SASLprep-1.01-Recode-README-to-UTF-8.patch
@@ -0,0 +1,35 @@
+From 6bcd968a26ae9b941455efd65de45a53da51e870 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 25 Mar 2015 13:28:03 +0100
+Subject: [PATCH] Recode README to UTF-8
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ README | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/README b/README
+index 5d17899..b49007b 100644
+--- a/README
 b/README
+@@ -1,7 +1,7 @@
+ NAME
+ 
+   Authen-SASL-SASLprep -- A Stringprep Profile for User Names and
+-Passwords (RFC�4013)
++Passwords (RFC 4013)
+ 
+ INSTALLATION
+ 
+@@ -25,4 +25,4 @@ PERL VERSION
+ 
+ AUTHOR
+ 
+-  Claus F�rber cfaer...@cpan.org
++  Claus Färber cfaer...@cpan.org
+-- 
+2.1.0
+
diff --git a/perl-Authen-SASL-SASLprep.spec b/perl-Authen-SASL-SASLprep.spec
index 0964751..8cd6099 100644
--- a/perl-Authen-SASL-SASLprep.spec
+++ b/perl-Authen-SASL-SASLprep.spec
@@ -6,8 +6,9 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Authen-SASL-SASLprep/
 Source0:
http://www.cpan.org/authors/id/C/CF/CFAERBER/Authen-SASL-SASLprep-%{version}.tar.gz
+# Recode README to UTF-8
+Patch0: Authen-SASL-SASLprep-1.01-Recode-README-to-UTF-8.patch
 BuildArch:  noarch
-BuildRequires:  glibc-common
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
@@ -37,11 +38,7 @@ SASLprep is a profile of the stringprep algorithm.
 
 %prep
 %setup -q -n Authen-SASL-SASLprep-%{version}
-for F in README; do
-iconv -f iso-8859-1 -t utf-8  $F  ${F}.utf8
-touch -r $F ${F}.utf8
-mv ${F}.utf8 $F
-done
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SASL-SASLprep.git/commit/?h=f22id=f91875869b2bb000c3aec6ce8986fff733956fca
--
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

ppisar uploaded Test-Moose-More-0.029.tar.gz for perl-Test-Moose-More

2015-03-31 Thread notifications
07a66f5e54c25c27af5b894d59e2362c  Test-Moose-More-0.029.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Moose-More/Test-Moose-More-0.029.tar.gz/07a66f5e54c25c27af5b894d59e2362c/Test-Moose-More-0.029.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 1207469] perl-Test-Moose-More-0.029 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207469

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Test-Moose-More-0.029-
   ||1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-03-31 03:43:41



--- Comment #4 from Petr Pisar ppi...@redhat.com ---
This renames some functions and provides old's name as aliases. However it
changes Sub::Exporter implementation, so I will push this change into F23 only.

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

Broken dependencies: perl-PDL

2015-03-31 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.7.0-8.fc22.x86_64 requires libproj.so.0()(64bit)
On i386:
perl-PDL-2.7.0-8.fc22.i686 requires libproj.so.0
On armhfp:
perl-PDL-2.7.0-8.fc22.armv7hl requires libproj.so.0
Please resolve this as soon as possible.


--
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: Your Outstanding Requests on closed bugs

2015-03-31 Thread Vít Ondruch
Dne 30.3.2015 v 22:17 Neil Horman napsal(a):
 On Mon, Mar 30, 2015 at 11:27:17AM -0700, Adam Williamson wrote:
 On Mon, 2015-03-30 at 09:55 -0400, Paul Wouters wrote:
 On Mon, 30 Mar 2015, Michael Cronenworth wrote:

 On 03/30/2015 08:39 AM, Paul Wouters wrote:
 There are currently no flags set at all.
 Check the flags on the attachment itself (your second link).
 Ohh. there is shows up. How odd. Thanks. Now at least I know how
 to get rid of it, although I think it should clear out all requests
 for closed bugs.
 This in practice isn't a safe assumption. People do legitimately 
 discuss closed bugs, including requesting and providing information. 
 Closed does not always imply no further discussion is needed or 
 desired.
 I would assert the opposite to be true.  That is to say a state of closed by
 definition implies that a bug no longer needs discussion or consideration.  In
 the converse, a bug that is still receiving updates in the form of comments,
 likely should not be in the state closed.

Is Thank you comment allowed after the bug is closed?


Vít



 Neil

 -- 
 Adam Williamson
 Fedora QA Community Monkey
 IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
 http://www.happyassassin.net

 -- 
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

-- 
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 1207468] perl-Tangerine-0.14 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207468



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.14-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.14-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

[Bug 1207468] perl-Tangerine-0.14 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207468



--- Comment #8 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.14-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.14-1.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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1207469] perl-Test-Moose-More-0.029 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207469



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
ppisar's perl-Test-Moose-More-0.029-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=624972

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

ppisar pushed to perl-Authen-SCRAM (f22). Import

2015-03-31 Thread notifications
From e1e4f98ca66b12ef077b143dc22a858fb2ad29e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 27 Mar 2015 08:28:09 +0100
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..d6d90f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Authen-SCRAM-0.005.tar.gz
diff --git a/perl-Authen-SCRAM.spec b/perl-Authen-SCRAM.spec
new file mode 100644
index 000..0f5e6fe
--- /dev/null
+++ b/perl-Authen-SCRAM.spec
@@ -0,0 +1,68 @@
+Name:   perl-Authen-SCRAM
+Version:0.005
+Release:1%{?dist}
+Summary:Salted Challenge Response Authentication Mechanism (RFC 5802)
+License:ASL 2.0
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Authen-SCRAM/
+Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Authen-SCRAM-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.17
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Authen::SASL::SASLprep)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Crypt::URandom)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Moo) = 1.001000
+BuildRequires:  perl(Moo::Role) = 1.001000
+BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(PBKDF2::Tiny) = 0.003
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(Types::Standard)
+# Optional run-time:
+# String::Compare::ConstantTime 0.310 do not build-require to exercise
+# fall-back code.
+# Tests:
+BuildRequires:  perl(base)
+# CPAN::Meta not useful
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::FailWarnings)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) = 0.96
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Keep String::Compare::ConstantTime 0.310 optional
+
+%description
+These Perl modules implement the Salted Challenge Response Authentication
+Mechanism (SCRAM) from RFC 5802.
+
+%prep
+%setup -q -n Authen-SCRAM-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE 
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Mar 20 2015 Petr Pisar ppi...@redhat.com 0.005-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d61 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8af86d3644704c3abdddc4843ccc61f3  Authen-SCRAM-0.005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SCRAM.git/commit/?h=f22id=e1e4f98ca66b12ef077b143dc22a858fb2ad29e4
--
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

ppisar pushed to perl-Authen-SCRAM (f22). Remove trailing white space

2015-03-31 Thread notifications
From bebb528221d5ddbfa4750988d0c02e0b05816bff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 27 Mar 2015 08:28:29 +0100
Subject: Remove trailing white space


diff --git a/perl-Authen-SCRAM.spec b/perl-Authen-SCRAM.spec
index 0f5e6fe..2f56af7 100644
--- a/perl-Authen-SCRAM.spec
+++ b/perl-Authen-SCRAM.spec
@@ -58,7 +58,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%license LICENSE 
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Authen-SCRAM.git/commit/?h=f22id=bebb528221d5ddbfa4750988d0c02e0b05816bff
--
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

psabata pushed to perl-Tangerine (f20). 0.14 bump

2015-03-31 Thread notifications
From 1e8da2658f5d288f7b084b1d35272427974a0ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 10:13:01 +0200
Subject: 0.14 bump


diff --git a/.gitignore b/.gitignore
index 21b1a4a..6fb8dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Tangerine-0.11.tar.gz
 /Tangerine-0.12.tar.gz
 /Tangerine-0.13.tar.gz
+/Tangerine-0.14.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 4000659..2a81366 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.13
+Version:0.14
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 0.14-1
+- 0.14 bump
+
 * Wed Feb 25 2015 Petr Å abata con...@redhat.com - 0.13-1
 - 0.13 bump
 
diff --git a/sources b/sources
index f2a2e48..828dc0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13cfe30243559291161dec8693408c83  Tangerine-0.13.tar.gz
+28b4ca0984eea0e94e95be37d350a061  Tangerine-0.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=f20id=1e8da2658f5d288f7b084b1d35272427974a0ae4
--
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

psabata pushed to perl-Tangerine (epel7). 0.14 bump

2015-03-31 Thread notifications
From 1e8da2658f5d288f7b084b1d35272427974a0ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 10:13:01 +0200
Subject: 0.14 bump


diff --git a/.gitignore b/.gitignore
index 21b1a4a..6fb8dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Tangerine-0.11.tar.gz
 /Tangerine-0.12.tar.gz
 /Tangerine-0.13.tar.gz
+/Tangerine-0.14.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 4000659..2a81366 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.13
+Version:0.14
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 0.14-1
+- 0.14 bump
+
 * Wed Feb 25 2015 Petr Å abata con...@redhat.com - 0.13-1
 - 0.13 bump
 
diff --git a/sources b/sources
index f2a2e48..828dc0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13cfe30243559291161dec8693408c83  Tangerine-0.13.tar.gz
+28b4ca0984eea0e94e95be37d350a061  Tangerine-0.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=epel7id=1e8da2658f5d288f7b084b1d35272427974a0ae4
--
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

psabata pushed to perl-Tangerine (el6). 0.14 bump

2015-03-31 Thread notifications
From 1e8da2658f5d288f7b084b1d35272427974a0ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 10:13:01 +0200
Subject: 0.14 bump


diff --git a/.gitignore b/.gitignore
index 21b1a4a..6fb8dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Tangerine-0.11.tar.gz
 /Tangerine-0.12.tar.gz
 /Tangerine-0.13.tar.gz
+/Tangerine-0.14.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 4000659..2a81366 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.13
+Version:0.14
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 0.14-1
+- 0.14 bump
+
 * Wed Feb 25 2015 Petr Å abata con...@redhat.com - 0.13-1
 - 0.13 bump
 
diff --git a/sources b/sources
index f2a2e48..828dc0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13cfe30243559291161dec8693408c83  Tangerine-0.13.tar.gz
+28b4ca0984eea0e94e95be37d350a061  Tangerine-0.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=el6id=1e8da2658f5d288f7b084b1d35272427974a0ae4
--
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

psabata pushed to perl-Tangerine (f21). 0.14 bump

2015-03-31 Thread notifications
From 1e8da2658f5d288f7b084b1d35272427974a0ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 10:13:01 +0200
Subject: 0.14 bump


diff --git a/.gitignore b/.gitignore
index 21b1a4a..6fb8dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Tangerine-0.11.tar.gz
 /Tangerine-0.12.tar.gz
 /Tangerine-0.13.tar.gz
+/Tangerine-0.14.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 4000659..2a81366 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.13
+Version:0.14
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 0.14-1
+- 0.14 bump
+
 * Wed Feb 25 2015 Petr Å abata con...@redhat.com - 0.13-1
 - 0.13 bump
 
diff --git a/sources b/sources
index f2a2e48..828dc0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13cfe30243559291161dec8693408c83  Tangerine-0.13.tar.gz
+28b4ca0984eea0e94e95be37d350a061  Tangerine-0.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=f21id=1e8da2658f5d288f7b084b1d35272427974a0ae4
--
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 1207468] perl-Tangerine-0.14 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207468



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.14-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.14-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

Re: A proposal for Fedora updates

2015-03-31 Thread Miroslav Suchý
On 03/27/2015 01:49 PM, Kevin Fenzi wrote:
 * releng person gathers list of pending update requests from bodhi.
   (a few minutes)
 
 * releng person looks over list for anything out of the ordinary or
   off. (another few minutes)
 
 * releng person tells sigul to sign that list of packages and write out
   the signed ones in koji. The releng person talks to the sigul bridge
   and the sigul vault (which is not reachable via ssh) talks to the
   bridge.

Few minutes, but manual minutes. IIRC rest of the process is automatic.
Do we really need human here? What can be extraordinary here? Even if I have 
that security incident years ago in my
mind, I could not figure out why we need human reviewing list of packages to 
sign.

-- 
Miroslav Suchy, RHCE, RHCDS
Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

ppisar pushed to perl-PBKDF2-Tiny (f22). Import

2015-03-31 Thread notifications
From 6552a4706be83b711850fbed88713e1f5f621c89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 24 Mar 2015 17:39:37 +0100
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..4c41e29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/PBKDF2-Tiny-0.005.tar.gz
diff --git a/perl-PBKDF2-Tiny.spec b/perl-PBKDF2-Tiny.spec
new file mode 100644
index 000..2dc5326
--- /dev/null
+++ b/perl-PBKDF2-Tiny.spec
@@ -0,0 +1,64 @@
+Name:   perl-PBKDF2-Tiny
+Version:0.005
+Release:1%{?dist}
+Summary:Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2
+# inc/MakeMaker.pm: GPL+ or Artistic (derived from
+#   Package-Stash:inc/MMPackageStash.pm)
+# Makefile.PL:  GPL+ or Artistic (parse_args() derived from
+#   ExtUtils-MakeMaker)
+# other files:  ASL 2.0
+License:ASL 2.0
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/PBKDF2-Tiny/
+Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/PBKDF2-Tiny-%{version}.tar.gz
+BuildArch:  noarch
+# The inc/MakeMaker.pm is not run
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.17
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Text::ParseWords)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+# Digest::SHA or Digest::SHAPurePerl
+BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(Exporter) = 5.57
+# Tests:
+# CPAN::Meta 2.120900 not useful
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(utf8)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Digest::SHA or Digest::SHAPurePerl
+Requires:   perl(Digest::SHA)
+
+%description
+This module provides an RFC 2898 compliant PBKDF2 implementation using
+HMAC-SHA1 or HMAC-SHA2.
+
+%prep
+%setup -q -n PBKDF2-Tiny-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Mar 20 2015 Petr Pisar ppi...@redhat.com 0.005-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..275e056 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6628cad808d13bedb20054eea84b0f72  PBKDF2-Tiny-0.005.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-PBKDF2-Tiny.git/commit/?h=f22id=6552a4706be83b711850fbed88713e1f5f621c89
--
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

ppisar pushed to perl-Test-Moose-More (master). 0.029 bump

2015-03-31 Thread notifications
From b726fc4adf201401b72a8b4a571f1b040ec662c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Tue, 31 Mar 2015 09:37:23 +0200
Subject: 0.029 bump


diff --git a/.gitignore b/.gitignore
index b974e8d..0e713dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /Test-Moose-More-0.026.tar.gz
 /Test-Moose-More-0.027.tar.gz
 /Test-Moose-More-0.028.tar.gz
+/Test-Moose-More-0.029.tar.gz
diff --git a/perl-Test-Moose-More.spec b/perl-Test-Moose-More.spec
index 5c0377e..c3aa14e 100644
--- a/perl-Test-Moose-More.spec
+++ b/perl-Test-Moose-More.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-Moose-More
-Version:0.028
+Version:0.029
 Release:1%{?dist}
 Summary:More tools for testing Moose packages
 License:LGPLv2+
@@ -16,7 +16,7 @@ BuildRequires:  perl(Data::OptList)
 BuildRequires:  perl(Moose::Util)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Sub::Exporter::Progressive)
 BuildRequires:  perl(Syntax::Keyword::Junction)
 BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(Test::Moose)
@@ -67,6 +67,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 31 2015 Petr Pisar ppi...@redhat.com - 0.029-1
+- 0.029 bump
+
 * Fri Mar 13 2015 Petr Pisar ppi...@redhat.com - 0.028-1
 - 0.028 bump
 
diff --git a/sources b/sources
index 1979804..5739204 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0c90a2993e37edf9140a637b5ab7997  Test-Moose-More-0.028.tar.gz
+07a66f5e54c25c27af5b894d59e2362c  Test-Moose-More-0.029.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Moose-More.git/commit/?h=masterid=b726fc4adf201401b72a8b4a571f1b040ec662c7
--
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

psabata pushed to perl-Tangerine (f22). 0.14 bump

2015-03-31 Thread notifications
From 1e8da2658f5d288f7b084b1d35272427974a0ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 10:13:01 +0200
Subject: 0.14 bump


diff --git a/.gitignore b/.gitignore
index 21b1a4a..6fb8dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Tangerine-0.11.tar.gz
 /Tangerine-0.12.tar.gz
 /Tangerine-0.13.tar.gz
+/Tangerine-0.14.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 4000659..2a81366 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.13
+Version:0.14
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 0.14-1
+- 0.14 bump
+
 * Wed Feb 25 2015 Petr Å abata con...@redhat.com - 0.13-1
 - 0.13 bump
 
diff --git a/sources b/sources
index f2a2e48..828dc0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13cfe30243559291161dec8693408c83  Tangerine-0.13.tar.gz
+28b4ca0984eea0e94e95be37d350a061  Tangerine-0.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=f22id=1e8da2658f5d288f7b084b1d35272427974a0ae4
--
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 1207468] perl-Tangerine-0.14 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207468



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.14-1.el7 has been submitted as an update for Fedora EPEL 7.
https://admin.fedoraproject.org/updates/perl-Tangerine-0.14-1.el7

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

Orphaned Packages in branched (2015-03-31)

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

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

   Package(co)maintainers Status Change 
===
bfgminerorphan, pwouters  6 weeks ago   
clc-intercalorphan, iarnell   6 weeks ago   
dbus-tools  orphan, miminar   6 weeks ago   
dircproxy   orphan, jwilson, kevin6 weeks ago   
egtkorphan, cicku, odysseus   6 weeks ago   
erlang-jsx  orphan, erlang-sig, peter 3 weeks ago   
fldigi-doc  orphan, dp67  6 weeks ago   
gnome-schedule  orphan, sundaram  1 weeks ago   
gtk-smooth-engine   orphan, raveit65, vicodan 4 weeks ago   
identicurse orphan, smilner   2 weeks ago   
ip6sic  orphan6 weeks ago   
isicorphan6 weeks ago   
ivtv-firmware   orphan, athimm, jwilson, kwizart  4 weeks ago   
ivtv-utils  orphan, athimm4 weeks ago   
jackrabbit  orphan3 weeks ago   
libgtkhotkeyorphan, sundaram  1 weeks ago   
mate-user-share orphan, raveit65, vicodan 6 weeks ago   
maven-anno-plugin   orphan, goldmann  6 weeks ago   
mediawiki-openidorphan, athimm, kevin, kurtseifried   4 weeks ago   
mercury orphan3 weeks ago   
mojomojoorphan, iarnell, perl-sig 6 weeks ago   
naimorphan, lmacken   1 weeks ago   
netactview  orphan0 weeks ago   
ninja   orphan, adrian6 weeks ago   
porkorphan, lmacken   1 weeks ago   
pympdtouchgui   orphan, slankes   6 weeks ago   
python-asyncmongo   orphan, silas 6 weeks ago   
python-gflags   orphan, silas 6 weeks ago   
python-sockjs-tornado   orphan, gholms1 weeks ago   
python-tvrage   orphan6 weeks ago   
python-xkit orphan, sundaram  1 weeks ago   
rubygem-spruz   orphan, maxamillion   4 weeks ago   
spambayes   orphan6 weeks ago   
umlgraphorphan, akurtakov, fabiand, raphgro   6 weeks ago   
visualvmorphan, davidcl, dbhole, jerboaa, 6 weeks ago   
jvanek  
wss4j   orphan3 weeks ago   
xlhtml  orphan, sundaram  1 weeks ago   
xnoise  orphan, salimma   6 weeks ago   
xprobe2 orphan, lmacken   1 weeks ago   
zukini  orphan, odysseus  6 weeks ago   
zukiwi  orphan, odysseus  6 weeks ago   

The following packages require above mentioned packages:
Depending on: erlang-jsx (28), status change: 2015-03-04 (3 weeks ago)
thrift (maintained by: willb)
erlang-thrift-0.9.1-13.fc22.3.i686 requires erlang-jsx = 
1.4.2-4.fc22

accumulo (maintained by: ctubbsii, mizdebsk)
accumulo-1.6.1-2.fc22.src requires libthrift-java = 
0.9.1-13.fc22.3
accumulo-core-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-gc-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-master-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-server-base-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1

[EPEL-devel] Orphaned Packages in epel5 (2015-03-31)

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

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

Package(co)maintainers   Status Change 
==
R-car  orphan3 weeks ago   
R-lmtest   orphan3 weeks ago   
R-multcomp orphan3 weeks ago   
R-systemfitorphan3 weeks ago   
R-zoo  orphan3 weeks ago   
deskbar-applet orphan1 weeks ago   
dircproxy  orphan, kevin 11 weeks ago  
fpcorphan4 weeks ago   
freefem++  orphan9 weeks ago   
javasqlite orphan15 weeks ago  
lazarusorphan4 weeks ago   
mcabberorphan, mmahut6 weeks ago   
naim   orphan, lmacken   1 weeks ago   
pork   orphan, lmacken   1 weeks ago   
pyeventorphan, lmacken   1 weeks ago   
python-TestGears   orphan, lmacken   1 weeks ago   
reptyr orphan15 weeks ago  
spambayes  orphan6 weeks ago   
testng orphan10 weeks ago  
tomcat-native  orphan15 weeks ago  
xprobe2orphan, lmacken   1 weeks ago   

The following packages require above mentioned packages:
Depending on: spambayes (1), status change: 2015-02-17 (6 weeks ago)
trac-spamfilter-plugin (maintained by: pghmcfc)
trac-spamfilter-plugin-0.2.1-0.2.20080603svn6990.el5.noarch 
requires spambayes = 1.0.4-5.el5


Affected (co)maintainers
kevin: dircproxy
lmacken: naim, pork, pyevent, python-TestGears, xprobe2
mmahut: mcabber
pghmcfc: spambayes

Orphans (21): R-car R-lmtest R-multcomp R-systemfit R-zoo
deskbar-applet dircproxy fpc freefem++ javasqlite lazarus mcabber
naim pork pyevent python-TestGears reptyr spambayes testng
tomcat-native xprobe2


Orphans (dependend on) (1): spambayes


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


Orphans  (epel5)(not depended on) (20): R-car R-lmtest R-multcomp
R-systemfit R-zoo deskbar-applet dircproxy fpc freefem++
javasqlite lazarus mcabber naim pork pyevent python-TestGears
reptyr testng tomcat-native xprobe2


Orphans (epel5) for at least 6 weeks (not dependend on) (7): dircproxy
freefem++ javasqlite mcabber reptyr testng tomcat-native


Depending packages (epel5) (1): trac-spamfilter-plugin


Packages depending on packages orphaned (epel5) for more than 6 weeks
(1): trac-spamfilter-plugin


Not found in repo (epel5) (3): deskbar-applet freefem++ testng

-- 
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its trac instance:
https://fedorahosted.org/rel-eng/
The sources of this script can be found at:
https://git.fedorahosted.org/cgit/releng/tree/scripts/find_unblocked_orphans.py
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


psabata uploaded Scope-Upper-0.27.tar.gz for perl-Scope-Upper

2015-03-31 Thread notifications
11dddf4e1588d5d4695da0ad7521a125  Scope-Upper-0.27.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Scope-Upper/Scope-Upper-0.27.tar.gz/11dddf4e1588d5d4695da0ad7521a125/Scope-Upper-0.27.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

psabata pushed to perl-Scope-Upper (master). 0.27 bugfix bump

2015-03-31 Thread notifications
From ce15f72f7801e6149275c51bfb7d8d9157ea3cc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 13:38:57 +0200
Subject: 0.27 bugfix bump


diff --git a/.gitignore b/.gitignore
index 29b3d4d..8984542 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Scope-Upper-0.10.tar.gz
 /Scope-Upper-0.24.tar.gz
 /Scope-Upper-0.25.tar.gz
 /Scope-Upper-0.26.tar.gz
+/Scope-Upper-0.27.tar.gz
diff --git a/perl-Scope-Upper.spec b/perl-Scope-Upper.spec
index 30a1fd0..c4dd6b1 100644
--- a/perl-Scope-Upper.spec
+++ b/perl-Scope-Upper.spec
@@ -1,6 +1,6 @@
 Name:   perl-Scope-Upper
 Summary:Act on upper scopes
-Version:0.26
+Version:0.27
 Release:1%{?dist}
 License:GPL+ or Artistic
 Source0:
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
@@ -18,13 +18,16 @@ BuildRequires:  perl(XSLoader)
 # Tests only
 BuildRequires:  perl(feature)
 BuildRequires:  perl(lib)
+BuildRequires:  perl(POSIX)
 # It's either Scalar::Util or B; with the former being preferred
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(threads)
 BuildRequires:  perl(threads::shared)
 # Optional tests only
 BuildRequires:  perl(Time::HiRes)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Exporter)
 Requires:   perl(XSLoader)
 
 %{?perl_default_filter}
@@ -59,6 +62,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 0.27-1
+- 0.27 bugfix bump
+
 * Fri Mar 20 2015 Petr Å abata con...@redhat.com - 0.26-1
 - 0.26 bump
 
diff --git a/sources b/sources
index 19f8493..d62c8ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1da9e90c8739eaf92790db7ba342b294  Scope-Upper-0.26.tar.gz
+11dddf4e1588d5d4695da0ad7521a125  Scope-Upper-0.27.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Scope-Upper.git/commit/?h=masterid=ce15f72f7801e6149275c51bfb7d8d9157ea3cc0
--
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 1207458] perl-Scope-Upper-0.27 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207458



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Scope-Upper-0.27-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=625031

-- 
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: Your Outstanding Requests on closed bugs

2015-03-31 Thread Neil Horman
On Mon, Mar 30, 2015 at 01:37:23PM -0700, Adam Williamson wrote:
 On Mon, 2015-03-30 at 16:17 -0400, Neil Horman wrote:
  On Mon, Mar 30, 2015 at 11:27:17AM -0700, Adam Williamson wrote:
   On Mon, 2015-03-30 at 09:55 -0400, Paul Wouters wrote:
On Mon, 30 Mar 2015, Michael Cronenworth wrote:

 On 03/30/2015 08:39 AM, Paul Wouters wrote:
  
  There are currently no flags set at all.
 
 Check the flags on the attachment itself (your second link).

Ohh. there is shows up. How odd. Thanks. Now at least I know how
to get rid of it, although I think it should clear out all 
requests
for closed bugs.
   
   This in practice isn't a safe assumption. People do legitimately 
   discuss closed bugs, including requesting and providing 
   information. 
   Closed does not always imply no further discussion is needed or 
   desired.
  
  I would assert the opposite to be true.  That is to say a state of 
  closed by
  definition implies that a bug no longer needs discussion or 
  consideration.  In
  the converse, a bug that is still receiving updates in the form of 
  comments,
  likely should not be in the state closed.
 
 Dictating use of BZ is usually a futile effort, in Fedora. We have a 
 policy on it which is in practice rarely observed by anyone. What 
 should or should not be the cause is pretty much moot: what *is* the 
 case is that it makes sense to some of our BZ users to not treat 
 CLOSED in the way you advocate. BZ is, fundamentally, a tool, and 
 tools usually get used in the way that makes sense to the user.

Ok, I agree that dictating use is typically futile, everyone uses bugzilla in a
slightly different way, like it or not.  However, in this particular case we
have a tool (some bot that scans bugzilla sending us emails about them), that
handles interpretation of that data in way thats different from what many of us
humans interpret it (that is to say, it ignores the closed state when we
consider it to mean a bugzilla no longer needs review/commentary).  Humans I can
understand having different views, but the tools should provide the humans with
what we need here.  In this case I think that means one of the following:

1) Require that the bot ignore bugs that are closed (assuming a majority
consensus agrees, which I understand isn't likely to happen)

2) Require that the bot be configurable by individuals to optionally ignore (1)

3) Update bugzilla to automatically reopen closed bugs that receive a new
comment or status change (not a fan of this)

4) Some other solution I've not thought of yet

Just accepting that the tools send us email for bz's we're not interested in
doesn't seem like a reasonable solution here.

Neil

 -- 
 Adam Williamson
 Fedora QA Community Monkey
 IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
 http://www.happyassassin.net
 
 -- 
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
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 1207614] Package perl-parent-0.231-1.fc22.noarch.rpm is not signed

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207614

Dan Horák d...@danny.cz changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||d...@danny.cz,
   ||den...@ausil.us,
   ||nott...@splat.cc
  Component|perl|distribution
 Blocks||1206039 (F22PPCBeta)
   Assignee|jples...@redhat.com |d...@danny.cz



--- Comment #1 from Dan Horák d...@danny.cz ---
Likely the perl-parent package was downloaded from the updates-testing repo
where everything is not signed yet.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1206039
[Bug 1206039] F22 PPC Beta Blocker Tracker
-- 
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

Orphaned Packages in rawhide (2015-03-31)

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

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

   Package(co)maintainers Status Change 
===
ale orphan, cicku, silfreed   6 weeks ago   
bfgminerorphan, pwouters  9 weeks ago   
clc-intercalorphan, iarnell   20 weeks ago  
dbus-tools  orphan, miminar   20 weeks ago  
dircproxy   orphan, jwilson, kevin11 weeks ago  
egtkorphan, cicku, odysseus   9 weeks ago   
erlang-jsx  orphan, erlang-sig, peter 3 weeks ago   
fldigi-doc  orphan, dp67  19 weeks ago  
gnome-schedule  orphan, sundaram  1 weeks ago   
gtk-smooth-engine   orphan, raveit65, vicodan 4 weeks ago   
identicurse orphan, smilner   2 weeks ago   
ip6sic  orphan, flo   12 weeks ago  
isicorphan12 weeks ago  
ivtv-firmware   orphan, athimm, jwilson, kwizart  4 weeks ago   
ivtv-utils  orphan, athimm4 weeks ago   
jackrabbit  orphan3 weeks ago   
libgtkhotkeyorphan, sundaram  1 weeks ago   
mate-user-share orphan, raveit65, vicodan 8 weeks ago   
maven-anno-plugin   orphan, goldmann  15 weeks ago  
maven-changes-pluginorphan, java-sig, jcapik, msimacek,   1 weeks ago   
msrb
mediawiki-openidorphan, athimm, kevin, kurtseifried   4 weeks ago   
mercury orphan3 weeks ago   
mojomojoorphan, iarnell, perl-sig 20 weeks ago  
naimorphan, lmacken   1 weeks ago   
netactview  orphan0 weeks ago   
porkorphan, lmacken   1 weeks ago   
pympdtouchgui   orphan, slankes   11 weeks ago  
python-asyncmongo   orphan, silas 16 weeks ago  
python-gflags   orphan, silas 16 weeks ago  
python-sockjs-tornado   orphan, gholms1 weeks ago   
python-tvrage   orphan6 weeks ago   
python-xkit orphan, sundaram  1 weeks ago   
rubygem-spruz   orphan, maxamillion   4 weeks ago   
spambayes   orphan6 weeks ago   
umlgraphorphan, akurtakov, fabiand, raphgro   15 weeks ago  
visualvmorphan, davidcl, dbhole, jerboaa, 7 weeks ago   
jvanek  
wss4j   orphan3 weeks ago   
xlhtml  orphan, sundaram  1 weeks ago   
xnoise  orphan, salimma   11 weeks ago  
xprobe2 orphan, lmacken   1 weeks ago   
zukini  orphan, odysseus  9 weeks ago   
zukiwi  orphan, odysseus  9 weeks ago   

The following packages require above mentioned packages:
Depending on: erlang-jsx (28), status change: 2015-03-04 (3 weeks ago)
thrift (maintained by: willb)
erlang-thrift-0.9.1-13.fc22.3.i686 requires erlang-jsx = 
1.4.2-4.fc22

accumulo (maintained by: ctubbsii, mizdebsk)
accumulo-1.6.1-2.fc22.src requires libthrift-java = 
0.9.1-13.fc22.3
accumulo-core-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-gc-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-master-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1

[EPEL-devel] Orphaned Packages in epel6 (2015-03-31)

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

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

 Package(co)maintainers   Status Change 
===
PyQtorphan, jgu   9 weeks ago   
R-car   orphan3 weeks ago   
R-lmtestorphan3 weeks ago   
R-multcomp  orphan3 weeks ago   
R-systemfit orphan3 weeks ago   
R-zoo   orphan3 weeks ago   
ScientificPythonorphan9 weeks ago   
bfgminerorphan, pwouters  9 weeks ago   
coanorphan, jgu   9 weeks ago   
darkstatorphan6 weeks ago   
deskbar-applet  orphan1 weeks ago   
dircproxy   orphan, kevin 11 weeks ago  
django-annoying orphan, kumarpraveen, pjp,4 weeks ago   
sundaram
django-avatar   orphan, pjp, sundaram 4 weeks ago   
django-celery   orphan, pjp, sundaram 4 weeks ago   
django-countriesorphan, pjp, sundaram 4 weeks ago   
django-keyedcache   orphan, pjp, sundaram 4 weeks ago   
django-kombuorphan, pjp, sundaram 4 weeks ago   
django-picklefield  orphan, pjp, sundaram 4 weeks ago   
django-pylibmc  orphan, kumarpraveen, pjp,4 weeks ago   
sundaram
django-recaptchaorphan, lbazan, pjp, sundaram 4 weeks ago   
django-registration orphan, kumarpraveen, mrunge, 4 weeks ago   
pjp, sundaram   
django-threaded-multihost   orphan, pjp, sundaram 4 weeks ago   
djview4 orphan, terjeros  9 weeks ago   
fpc orphan4 weeks ago   
goocanvas2  orphan, moezroy   10 weeks ago  
gts orphan9 weeks ago   
javasqlite  orphan15 weeks ago  
lazarus orphan4 weeks ago   
mcabber orphan, mmahut6 weeks ago   
mysql-workbench orphan3 weeks ago   
naimorphan, lmacken   1 weeks ago   
porkorphan, lmacken   1 weeks ago   
pyevent orphan, lmacken   1 weeks ago   
pymongo orphan, coolsvap, echevemaster,   1 weeks ago   
jhn, silas  
python-TestGearsorphan, lmacken   1 weeks ago   
python-fiat orphan, fab   9 weeks ago   
python-instant  orphan, fab   9 weeks ago   
python-pymtporphan6 weeks ago   
python-ufc  orphan, jgu   9 weeks ago   
reptyr  orphan15 weeks ago  
rubygem-fastthread  orphan, kanarip   45 weeks ago  
rubygem-mongrel orphan, kanarip   45 weeks ago  
rubygem-spruz   orphan, maxamillion   4 weeks ago   
spambayes   orphan6 weeks ago   
testng  orphan10 weeks ago  
tetex-IEEEtran  orphan45 weeks ago  
tomcat-native   orphan15 weeks ago  
xnoise  orphan, salimma   11 weeks ago  
xprobe2 orphan, lmacken   1 weeks ago   

The following packages require above mentioned packages:
Depending on: R-car (1), status change: 

Orphaned Packages in branched (2015-03-31)

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

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

   Package(co)maintainers Status Change 
===
bfgminerorphan, pwouters  6 weeks ago   
clc-intercalorphan, iarnell   6 weeks ago   
dbus-tools  orphan, miminar   6 weeks ago   
dircproxy   orphan, jwilson, kevin6 weeks ago   
egtkorphan, cicku, odysseus   6 weeks ago   
erlang-jsx  orphan, erlang-sig, peter 3 weeks ago   
fldigi-doc  orphan, dp67  6 weeks ago   
gnome-schedule  orphan, sundaram  1 weeks ago   
gtk-smooth-engine   orphan, raveit65, vicodan 4 weeks ago   
identicurse orphan, smilner   2 weeks ago   
ip6sic  orphan6 weeks ago   
isicorphan6 weeks ago   
ivtv-firmware   orphan, athimm, jwilson, kwizart  4 weeks ago   
ivtv-utils  orphan, athimm4 weeks ago   
jackrabbit  orphan3 weeks ago   
libgtkhotkeyorphan, sundaram  1 weeks ago   
mate-user-share orphan, raveit65, vicodan 6 weeks ago   
maven-anno-plugin   orphan, goldmann  6 weeks ago   
mediawiki-openidorphan, athimm, kevin, kurtseifried   4 weeks ago   
mercury orphan3 weeks ago   
mojomojoorphan, iarnell, perl-sig 6 weeks ago   
naimorphan, lmacken   1 weeks ago   
netactview  orphan0 weeks ago   
ninja   orphan, adrian6 weeks ago   
porkorphan, lmacken   1 weeks ago   
pympdtouchgui   orphan, slankes   6 weeks ago   
python-asyncmongo   orphan, silas 6 weeks ago   
python-gflags   orphan, silas 6 weeks ago   
python-sockjs-tornado   orphan, gholms1 weeks ago   
python-tvrage   orphan6 weeks ago   
python-xkit orphan, sundaram  1 weeks ago   
rubygem-spruz   orphan, maxamillion   4 weeks ago   
spambayes   orphan6 weeks ago   
umlgraphorphan, akurtakov, fabiand, raphgro   6 weeks ago   
visualvmorphan, davidcl, dbhole, jerboaa, 6 weeks ago   
jvanek  
wss4j   orphan3 weeks ago   
xlhtml  orphan, sundaram  1 weeks ago   
xnoise  orphan, salimma   6 weeks ago   
xprobe2 orphan, lmacken   1 weeks ago   
zukini  orphan, odysseus  6 weeks ago   
zukiwi  orphan, odysseus  6 weeks ago   

The following packages require above mentioned packages:
Depending on: erlang-jsx (28), status change: 2015-03-04 (3 weeks ago)
thrift (maintained by: willb)
erlang-thrift-0.9.1-13.fc22.3.i686 requires erlang-jsx = 
1.4.2-4.fc22

accumulo (maintained by: ctubbsii, mizdebsk)
accumulo-1.6.1-2.fc22.src requires libthrift-java = 
0.9.1-13.fc22.3
accumulo-core-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-gc-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-master-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1
accumulo-server-base-1.6.1-2.fc22.noarch requires 
mvn(org.apache.hadoop:hadoop-client) = 2.4.1, mvn(org.apache.thrift:libthrift) 
= 0.9.1

[EPEL-devel] Orphaned Packages in epel7 (2015-03-31)

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

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

Package  (co)maintainers   Status Change 

fpc   orphan   4 weeks ago   
jansson   orphan, jirka, jsmith, kanarip   11 weeks ago  
javasqliteorphan   15 weeks ago  
lazarus   orphan   4 weeks ago   
mate-user-share   orphan, raveit65 8 weeks ago   
python-paver  orphan, lmacken, toshio  32 weeks ago  
python-pymtp  orphan   6 weeks ago   
spambayes orphan   6 weeks ago   

The following packages require above mentioned packages:
Affected (co)maintainers
jirka: jansson
jsmith: jansson
kanarip: jansson
lmacken: python-paver
raveit65: mate-user-share
toshio: python-paver

Orphans (8): fpc jansson javasqlite lazarus mate-user-share
python-paver python-pymtp spambayes


Orphans (dependend on) (0):


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


Orphans  (epel7)(not depended on) (8): fpc jansson javasqlite lazarus
mate-user-share python-paver python-pymtp spambayes


Orphans (epel7) for at least 6 weeks (not dependend on) (6): jansson
javasqlite mate-user-share python-paver python-pymtp spambayes


Not found in repo (epel7) (4): fpc jansson lazarus mate-user-share

-- 
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its trac instance:
https://fedorahosted.org/rel-eng/
The sources of this script can be found at:
https://git.fedorahosted.org/cgit/releng/tree/scripts/find_unblocked_orphans.py
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: A proposal for Fedora updates

2015-03-31 Thread Corey Sheldon
Sanity of the key vault as i understand it  as its air-gapped  (the no ssh
part)


Corey W Sheldon
Freelance IT Consultant, Multi-Discipline Tutor
(p) 310.909.7672
G+: https://www.plus.google.com/+CoreySheldon
LinkedIn: https://www.linkedin.com/profile/view?id=70127804
Github: https://www.github.com/linux-modder
Facebook: https://www.facebook.com/corey.sheldon
Several Communities on Stack Exchange https://www.stackexchange.com

http://www.facebook.com/1stclassmobileshine

Tutoring in person or via any of the following platforms:
HackHands https://www.hackhands.com
Wizpert https://www.wizperts.com
FieldNation https://www.fieldnation.com
AirPair https://www.airpair.com
Truelancer http://www.truelancer.com

{PayPal,Google Wallet/Play store, Apple Pay}
---
pub  3072D/718BF597
http://pgp.mit.edu/pks/lookup?op=getsearch=0xE958C5D6718BF597 2014-12-08
  Key fingerprint = 2930 99EB 083D D332 0752 88C4 E958 C5D6 718B F597
uid Corey Sheldon (Fedora Key) sheldon.co...@gmail.com
---

On Tue, Mar 31, 2015 at 4:55 AM, Miroslav Suchý msu...@redhat.com wrote:

 On 03/27/2015 01:49 PM, Kevin Fenzi wrote:
  * releng person gathers list of pending update requests from bodhi.
(a few minutes)
 
  * releng person looks over list for anything out of the ordinary or
off. (another few minutes)
 
  * releng person tells sigul to sign that list of packages and write out
the signed ones in koji. The releng person talks to the sigul bridge
and the sigul vault (which is not reachable via ssh) talks to the
bridge.

 Few minutes, but manual minutes. IIRC rest of the process is automatic.
 Do we really need human here? What can be extraordinary here? Even if I
 have that security incident years ago in my
 mind, I could not figure out why we need human reviewing list of packages
 to sign.

 --
 Miroslav Suchy, RHCE, RHCDS
 Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[EPEL-devel] EPEL packages, CentOS packages

2015-03-31 Thread Anssi Johansson
As of now, the following packages are in EPEL, but the same package also 
exists in CentOS.


--- CentOS5 vs EPEL5
blktrace
c-ares
c-ares-devel
cmake
ctdb
ctdb-devel
dstat
ebtables
fribidi
fribidi-devel
iotop
ldb-tools
libassuan-devel
libldb
libldb-devel
libtalloc
libtalloc-devel
libtdb
libtdb-devel
libtevent
libtevent-devel
log4cpp
log4cpp-devel
nedit
perl-Config-General
perl-NetAddr-IP
python-ctypes
python-ethtool
python-kerberos
python-pycurl
python-suds
sblim-cim-client
sblim-cim-client-javadoc
sblim-cim-client-manual
sblim-sfcc
sblim-sfcc-devel
scl-utils
scl-utils-build
tdb-tools
tunctl
tzdata-java

--- CentO6S vs EPEL6
a2ps
emacs-a2ps
emacs-a2ps-el
febootstrap
freerdp
freerdp-devel
freerdp-libs
freerdp-plugins
google-crosextra-caladea-fonts
google-crosextra-carlito-fonts
ht2html
html2ps
json-c
json-c-devel
json-c-doc
libmicrohttpd
libmicrohttpd-devel
libmicrohttpd-doc
lzop
perl-B-Keywords
perl-Class-Accessor
perl-Class-Data-Inheritable
perl-Class-MethodMaker
perl-Class-Trigger
perl-Config-Simple
perl-Crypt-PasswdMD5
perl-DateTime-Format-DateParse
perl-Devel-Cycle
perl-Exception-Class
perl-File-pushd
perl-Font-AFM
perl-HTML-Format
perl-IO-Tty
perl-IPC-Run
perl-Locale-Maketext-Gettext
perl-Locale-PO
perl-MIME-Lite
perl-MIME-Types
perl-Module-Find
perl-Net-SMTP-SSL
perl-PadWalker
perl-Parse-RecDescent
perl-Perl-Critic
perl-Pod-Spell
perl-String-Format
perl-Syntax-Highlight-Engine-Kate
perl-Term-ProgressBar
perl-Test-Memory-Cycle
perl-Test-Perl-Critic
perl-Test-Spelling
perl-UNIVERSAL-can
perl-UNIVERSAL-isa
perl-XML-TokeParser
perl-XML-Writer
pexpect
PyPAM
python-krbV
python-suds
python-tw-forms
python-urwid
scl-utils
scl-utils-build
scons
snappy
snappy-devel
tagsoup
tagsoup-javadoc
wordnet
wordnet-devel
xerces-c
xerces-c-devel
xerces-c-doc
xhtml2ps

--- CentOS7 vs EPEL7
advancecomp
ceph-common
fontawesome-fonts
fontawesome-fonts-web
golang-github-syndtr-gocapability-devel
itstool
libgpod
libgpod-devel
libgpod-doc
libnetfilter_queue
libnetfilter_queue-devel
libntlm
libntlm-devel
librados2
librados2-devel
librbd1
librbd1-devel
libsrtp
libsrtp-devel
libvncserver
libvncserver-devel
perl-Crypt-PasswdMD5
perl-LWP-Protocol-https
perl-Mozilla-CA
po4a
python-gpod
python-mutagen
python-qrcode
python-qrcode-core
python-rados
python-rbd
rubygem-minitest
scap-security-guide
t1utils
thunderbird
xmlsec1
xmlsec1-devel
xmlsec1-gcrypt
xmlsec1-gcrypt-devel
xmlsec1-gnutls
xmlsec1-gnutls-devel
xmlsec1-nss
xmlsec1-nss-devel
xmlsec1-openssl
xmlsec1-openssl-devel

[code]
for ver in c5 c6 c7
do
repoquery -a --repoid=$ver-base --repoid=$ver-updates 
--repoid=$ver-cr --qf '%{name}' | sort -u  /tmp/centos-$ver.txt
repoquery -a --repoid=$ver-epel --repoid=$ver-epel-testing --qf 
'%{name}' | sort -u  /tmp/epel-$ver.txt

echo CentOS vs EPEL, $ver
while read pkgname; do grep -e ^$pkgname$ /tmp/epel-$ver.txt ; 
done  /tmp/centos-$ver.txt

done
[/code]

If you think this list needs to be acted upon, feel free.
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


psabata pushed to perl-Scope-Upper (f22). 0.27 bugfix bump

2015-03-31 Thread notifications
From ce15f72f7801e6149275c51bfb7d8d9157ea3cc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 13:38:57 +0200
Subject: 0.27 bugfix bump


diff --git a/.gitignore b/.gitignore
index 29b3d4d..8984542 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Scope-Upper-0.10.tar.gz
 /Scope-Upper-0.24.tar.gz
 /Scope-Upper-0.25.tar.gz
 /Scope-Upper-0.26.tar.gz
+/Scope-Upper-0.27.tar.gz
diff --git a/perl-Scope-Upper.spec b/perl-Scope-Upper.spec
index 30a1fd0..c4dd6b1 100644
--- a/perl-Scope-Upper.spec
+++ b/perl-Scope-Upper.spec
@@ -1,6 +1,6 @@
 Name:   perl-Scope-Upper
 Summary:Act on upper scopes
-Version:0.26
+Version:0.27
 Release:1%{?dist}
 License:GPL+ or Artistic
 Source0:
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
@@ -18,13 +18,16 @@ BuildRequires:  perl(XSLoader)
 # Tests only
 BuildRequires:  perl(feature)
 BuildRequires:  perl(lib)
+BuildRequires:  perl(POSIX)
 # It's either Scalar::Util or B; with the former being preferred
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(threads)
 BuildRequires:  perl(threads::shared)
 # Optional tests only
 BuildRequires:  perl(Time::HiRes)
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
+Requires:   perl(Exporter)
 Requires:   perl(XSLoader)
 
 %{?perl_default_filter}
@@ -59,6 +62,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 0.27-1
+- 0.27 bugfix bump
+
 * Fri Mar 20 2015 Petr Å abata con...@redhat.com - 0.26-1
 - 0.26 bump
 
diff --git a/sources b/sources
index 19f8493..d62c8ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1da9e90c8739eaf92790db7ba342b294  Scope-Upper-0.26.tar.gz
+11dddf4e1588d5d4695da0ad7521a125  Scope-Upper-0.27.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Scope-Upper.git/commit/?h=f22id=ce15f72f7801e6149275c51bfb7d8d9157ea3cc0
--
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: Your Outstanding Requests on closed bugs

2015-03-31 Thread Neil Horman
On Tue, Mar 31, 2015 at 10:34:47AM +0200, Vít Ondruch wrote:
 Dne 30.3.2015 v 22:17 Neil Horman napsal(a):
  On Mon, Mar 30, 2015 at 11:27:17AM -0700, Adam Williamson wrote:
  On Mon, 2015-03-30 at 09:55 -0400, Paul Wouters wrote:
  On Mon, 30 Mar 2015, Michael Cronenworth wrote:
 
  On 03/30/2015 08:39 AM, Paul Wouters wrote:
  There are currently no flags set at all.
  Check the flags on the attachment itself (your second link).
  Ohh. there is shows up. How odd. Thanks. Now at least I know how
  to get rid of it, although I think it should clear out all requests
  for closed bugs.
  This in practice isn't a safe assumption. People do legitimately 
  discuss closed bugs, including requesting and providing information. 
  Closed does not always imply no further discussion is needed or 
  desired.
  I would assert the opposite to be true.  That is to say a state of closed 
  by
  definition implies that a bug no longer needs discussion or consideration.  
  In
  the converse, a bug that is still receiving updates in the form of comments,
  likely should not be in the state closed.
 
 Is Thank you comment allowed after the bug is closed?
 
Sure I don't see why not. This in my mind is more about the flags.

Neil

 
 Vít
 
 
 
  Neil
 
  -- 
  Adam Williamson
  Fedora QA Community Monkey
  IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
  http://www.happyassassin.net
 
  -- 
  devel mailing list
  devel@lists.fedoraproject.org
  https://admin.fedoraproject.org/mailman/listinfo/devel
  Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 
 -- 
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
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-IO-Multiplex (f22). Update to 1.14 (..more)

2015-03-31 Thread notifications
From 2e7667e48e456d4edc73ad052ecfe734ad1e416e Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 31 Mar 2015 10:26:19 +0100
Subject: Update to 1.14
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 1.14
  - Fix 110_ntest to avoid reading from muxed handle
  - Apply patch to prevent untie warnings (CPAN RT#67846)
- This release by BBB → update source URL
- Classify buildreqs by usage
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot

diff --git a/.gitignore b/.gitignore
index 0c4a8ab..bc7eb4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IO-Multiplex-1.13.tar.gz
+/IO-Multiplex-[0-9.]*.tar.gz
diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec
index 3d40672..61f16f2 100644
--- a/perl-IO-Multiplex.spec
+++ b/perl-IO-Multiplex.spec
@@ -1,22 +1,35 @@
 Summary:   Manage IO on many file handles
 Name:  perl-IO-Multiplex
-Version:   1.13
-Release:   10%{?dist}
+Version:   1.14
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-Multiplex/
-Source0:   
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+# Module Build
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Fcntl)
-BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(FileHandle)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(POSIX)
 BuildRequires: perl(Socket)
+BuildRequires: perl(strict)
 BuildRequires: perl(Tie::Handle)
+BuildRequires: perl(Time::HiRes)
+BuildRequires: perl(vars)
+BuildRequires: perl(warnings)
+# Test Suite
+BuildRequires: perl(IO::Socket)
+BuildRequires: perl(Test)
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:  perl(Time::HiRes)
 
 %description
 IO::Multiplex is designed to take the effort out of managing multiple file
@@ -36,7 +49,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} ';' 2/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -46,12 +58,20 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::Multiplex.3pm*
+%{_mandir}/man3/IO::Multiplex.3*
 
 %changelog
+* Tue Mar 31 2015 Paul Howarth p...@city-fan.org - 1.14-1
+- Update to 1.14
+  - Fix 110_ntest to avoid reading from muxed handle
+  - Apply patch to prevent untie warnings (CPAN RT#67846)
+- This release by BBB → update source URL
+- Classify buildreqs by usage
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from the buildroot
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.13-10
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index f7b1ef2..0a225a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a74f4c07a543cbf06ba3b24fe1be94e9  IO-Multiplex-1.13.tar.gz
+1b97f299218326e183f92fa6119ac978  IO-Multiplex-1.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Multiplex.git/commit/?h=f22id=2e7667e48e456d4edc73ad052ecfe734ad1e416e
--
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-IO-Multiplex (master). Update to 1.14 (..more)

2015-03-31 Thread notifications
From 2e7667e48e456d4edc73ad052ecfe734ad1e416e Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 31 Mar 2015 10:26:19 +0100
Subject: Update to 1.14
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 1.14
  - Fix 110_ntest to avoid reading from muxed handle
  - Apply patch to prevent untie warnings (CPAN RT#67846)
- This release by BBB → update source URL
- Classify buildreqs by usage
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot

diff --git a/.gitignore b/.gitignore
index 0c4a8ab..bc7eb4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IO-Multiplex-1.13.tar.gz
+/IO-Multiplex-[0-9.]*.tar.gz
diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec
index 3d40672..61f16f2 100644
--- a/perl-IO-Multiplex.spec
+++ b/perl-IO-Multiplex.spec
@@ -1,22 +1,35 @@
 Summary:   Manage IO on many file handles
 Name:  perl-IO-Multiplex
-Version:   1.13
-Release:   10%{?dist}
+Version:   1.14
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-Multiplex/
-Source0:   
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+# Module Build
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Fcntl)
-BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(FileHandle)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(POSIX)
 BuildRequires: perl(Socket)
+BuildRequires: perl(strict)
 BuildRequires: perl(Tie::Handle)
+BuildRequires: perl(Time::HiRes)
+BuildRequires: perl(vars)
+BuildRequires: perl(warnings)
+# Test Suite
+BuildRequires: perl(IO::Socket)
+BuildRequires: perl(Test)
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:  perl(Time::HiRes)
 
 %description
 IO::Multiplex is designed to take the effort out of managing multiple file
@@ -36,7 +49,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} ';' 2/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -46,12 +58,20 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::Multiplex.3pm*
+%{_mandir}/man3/IO::Multiplex.3*
 
 %changelog
+* Tue Mar 31 2015 Paul Howarth p...@city-fan.org - 1.14-1
+- Update to 1.14
+  - Fix 110_ntest to avoid reading from muxed handle
+  - Apply patch to prevent untie warnings (CPAN RT#67846)
+- This release by BBB → update source URL
+- Classify buildreqs by usage
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from the buildroot
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.13-10
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index f7b1ef2..0a225a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a74f4c07a543cbf06ba3b24fe1be94e9  IO-Multiplex-1.13.tar.gz
+1b97f299218326e183f92fa6119ac978  IO-Multiplex-1.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Multiplex.git/commit/?h=masterid=2e7667e48e456d4edc73ad052ecfe734ad1e416e
--
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-IO-Multiplex (perl-IO-Multiplex-1.14-1.fc23). Update to 1.14 (..more)

2015-03-31 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IO-Multiplex.git/commit/?h=perl-IO-Multiplex-1.14-1.fc23id=2e7667e48e456d4edc73ad052ecfe734ad1e416e
--
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-IO-Multiplex (perl-IO-Multiplex-1.14-1.fc22). Update to 1.14 (..more)

2015-03-31 Thread notifications
From 2e7667e48e456d4edc73ad052ecfe734ad1e416e Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Tue, 31 Mar 2015 10:26:19 +0100
Subject: Update to 1.14
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 1.14
  - Fix 110_ntest to avoid reading from muxed handle
  - Apply patch to prevent untie warnings (CPAN RT#67846)
- This release by BBB → update source URL
- Classify buildreqs by usage
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot

diff --git a/.gitignore b/.gitignore
index 0c4a8ab..bc7eb4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/IO-Multiplex-1.13.tar.gz
+/IO-Multiplex-[0-9.]*.tar.gz
diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec
index 3d40672..61f16f2 100644
--- a/perl-IO-Multiplex.spec
+++ b/perl-IO-Multiplex.spec
@@ -1,22 +1,35 @@
 Summary:   Manage IO on many file handles
 Name:  perl-IO-Multiplex
-Version:   1.13
-Release:   10%{?dist}
+Version:   1.14
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-Multiplex/
-Source0:   
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+# Module Build
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Fcntl)
-BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(FileHandle)
 BuildRequires: perl(IO::Handle)
 BuildRequires: perl(POSIX)
 BuildRequires: perl(Socket)
+BuildRequires: perl(strict)
 BuildRequires: perl(Tie::Handle)
+BuildRequires: perl(Time::HiRes)
+BuildRequires: perl(vars)
+BuildRequires: perl(warnings)
+# Test Suite
+BuildRequires: perl(IO::Socket)
+BuildRequires: perl(Test)
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:  perl(Time::HiRes)
 
 %description
 IO::Multiplex is designed to take the effort out of managing multiple file
@@ -36,7 +49,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} ';' 2/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -46,12 +58,20 @@ make test
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::Multiplex.3pm*
+%{_mandir}/man3/IO::Multiplex.3*
 
 %changelog
+* Tue Mar 31 2015 Paul Howarth p...@city-fan.org - 1.14-1
+- Update to 1.14
+  - Fix 110_ntest to avoid reading from muxed handle
+  - Apply patch to prevent untie warnings (CPAN RT#67846)
+- This release by BBB → update source URL
+- Classify buildreqs by usage
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from the buildroot
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.13-10
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index f7b1ef2..0a225a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a74f4c07a543cbf06ba3b24fe1be94e9  IO-Multiplex-1.13.tar.gz
+1b97f299218326e183f92fa6119ac978  IO-Multiplex-1.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-IO-Multiplex.git/commit/?h=perl-IO-Multiplex-1.14-1.fc22id=2e7667e48e456d4edc73ad052ecfe734ad1e416e
--
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 1207614] New: Package perl-parent-0.231-1.fc22.noarch.rpm is not signed

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207614

Bug ID: 1207614
   Summary: Package perl-parent-0.231-1.fc22.noarch.rpm is not
signed
   Product: Fedora
   Version: 22
 Component: perl
  Assignee: jples...@redhat.com
  Reporter: t...@riscworks.net
QA Contact: extras...@fedoraproject.org
CC: cw...@alumni.drew.edu, iarn...@gmail.com,
jples...@redhat.com, ka...@ucw.cz,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com, rc040...@freenet.de,
tcall...@redhat.com



Description of problem:

During yum -y update if fails with

Package perl-parent-0.231-1.fc22.noarch.rpm is not signed

Version-Release number of selected component (if applicable):

perl-parent-0.228-311.fc22.noarch

- perl-parent-0.231-1.fc22.noarch.rpm 

How reproducible:

Run yum -y update on machine freshly installed from

https://dl.fedoraproject.org/pub/fedora-secondary/releases/test/22_Alpha/Server/ppc64/iso/Fedora-Server-DVD-ppc64-22.iso

Steps to Reproduce:
1. see above

Actual results:

yum fails; error message Package perl-parent-0.231-1.fc22.noarch.rpm is not
signed


Expected results:

yum succeeds updateing package.


Additional info:

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

pghmcfc uploaded IO-Multiplex-1.14.tar.gz for perl-IO-Multiplex

2015-03-31 Thread notifications
1b97f299218326e183f92fa6119ac978  IO-Multiplex-1.14.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-IO-Multiplex/IO-Multiplex-1.14.tar.gz/1b97f299218326e183f92fa6119ac978/IO-Multiplex-1.14.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

psabata uploaded HTTP-BrowserDetect-2.00.tar.gz for perl-HTTP-BrowserDetect

2015-03-31 Thread notifications
1dbd0a52d9baa4bf705bcbaaf9fa395d  HTTP-BrowserDetect-2.00.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-HTTP-BrowserDetect/HTTP-BrowserDetect-2.00.tar.gz/1dbd0a52d9baa4bf705bcbaaf9fa395d/HTTP-BrowserDetect-2.00.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

psabata pushed to perl-HTTP-BrowserDetect (master). 2.00 bump (..more)

2015-03-31 Thread notifications
From ad42e237103ba835268f3358d50cf5d524e677a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 31 Mar 2015 15:06:15 +0200
Subject: 2.00 bump

- This version removes the user_agent() function

diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec
index ee82664..cda0143 100644
--- a/perl-HTTP-BrowserDetect.spec
+++ b/perl-HTTP-BrowserDetect.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTTP-BrowserDetect
 Summary:Determine the Web browser, version, and platform from an HTTP 
user agent string
-Version:1.78
+Version:2.00
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,7 @@ URL:http://search.cpan.org/dist/HTTP-BrowserDetect/
 Source0:
http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-BrowserDetect-%{version}.tar.gz
 
 BuildArch:  noarch
 # Build
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build) = 0.28
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
@@ -17,6 +18,8 @@ BuildRequires:  perl(vars)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(JSON::PP)
 BuildRequires:  perl(Path::Tiny)
+# XXX: BuildRequires:  perl(Test::Code::TidyAll) = 0.24
+# XXX: BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::FailWarnings)
 BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Most)
@@ -32,7 +35,6 @@ at 
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
 
 %prep
 %setup -q -n HTTP-BrowserDetect-%{version}
-# Remove spurious exec permission
 chmod -c -x lib/HTTP/BrowserDetect.pm
 
 %build
@@ -53,6 +55,10 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/HTTP::BrowserDetect.3pm*
 
 %changelog
+* Tue Mar 31 2015 Petr Å abata con...@redhat.com - 2.00-1
+- 2.00 bump
+- This version removes the user_agent() function
+
 * Fri Mar 20 2015 Petr Å abata con...@redhat.com - 1.78-1
 - 1.76 bump
 
diff --git a/sources b/sources
index 6686c7d..a6fc867 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28e6f80b1169b4b0bb796265df915179  HTTP-BrowserDetect-1.78.tar.gz
+1dbd0a52d9baa4bf705bcbaaf9fa395d  HTTP-BrowserDetect-2.00.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-HTTP-BrowserDetect.git/commit/?h=masterid=ad42e237103ba835268f3358d50cf5d524e677a6
--
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: Pushing the extra AppData files into Rawhide

2015-03-31 Thread David Timms
On 27/03/15 04:48, Matthew Miller wrote:
 On Thu, Mar 26, 2015 at 05:40:29PM +, Richard Hughes wrote:
 So, the overwhelming amount of help I received (one person) meant I
 spent the whole of today fixing up 230 packages. Most of the packages
 
 Looks like about 22 hours since you asked for help, so... I dunno, one
 person seems pretty good.
 
 But all that aside, thanks for doing all this work — the end results
 are good for Fedora.

I see my package was adjusted, but I can't get it to build:
---
make[1]: Leaving directory
`/home/davidt/rpmbuild/BUILD/audacity-minsrc-2.1.0'
+ rm -Rf
/home/davidt/rpmbuild/BUILDROOT/audacity-2.1.0-1.fc20.x86_64/usr/share/audacity/include
+ appstream-util replace-screenshots
/home/davidt/rpmbuild/BUILDROOT/audacity-2.1.0-1.fc20.x86_64/usr/share/appdata/audacity.appdata.xml
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/audacity/a.png
Usage:
  appstream-util [OPTION...]

  appdata-from-desktop  Creates an example Appdata file from
a .desktop file
  check-rootCheck installed application data
  convert   Converts AppStream metadata from one
version to another
  dump  Dumps the applications in the
AppStream metadata
  install   Installs AppStream metadata
  install-originInstalls AppStream metadata with new
origin
  non-package-yaml  List applications not backed by packages
  status-csvCreate an CSV status document
  status-html   Create an HTML status page
  uninstall Uninstalls AppStream metadata
  upgrade   Upgrade AppData metadata to the
latest version
  validate  Validate an AppData or AppStream file
  validate-relaxValidate an AppData or AppStream
file (relaxed)
  validate-strict   Validate an AppData or AppStream
file (strict)

Help Options:
  -h, --helpShow help options

Application Options:
  --nonet   Do not use network access
  -v, --verbose Show extra debugging information
  --version Show version

error: Bad exit status from /var/tmp/rpm-tmp.WgpZI1 (%install)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.WgpZI1 (%install)

---
Ideas ?



-- 
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 1207656] perl-HTTP-BrowserDetect-2.00 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207656

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-HTTP-BrowserDetect-2.0
   ||0-1.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-03-31 09:07:13



-- 
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: [EPEL-devel] EPEL packages, CentOS packages

2015-03-31 Thread Paul Howarth

On 31/03/15 12:17, Anssi Johansson wrote:

As of now, the following packages are in EPEL, but the same package also
exists in CentOS.

--- CentOS5 vs EPEL5
blktrace
c-ares
c-ares-devel
cmake
ctdb
ctdb-devel
dstat
ebtables
fribidi
fribidi-devel
iotop
ldb-tools
libassuan-devel
libldb
libldb-devel
libtalloc
libtalloc-devel
libtdb
libtdb-devel
libtevent
libtevent-devel
log4cpp
log4cpp-devel
nedit
perl-Config-General
perl-NetAddr-IP
python-ctypes
python-ethtool
python-kerberos
python-pycurl
python-suds
sblim-cim-client
sblim-cim-client-javadoc
sblim-cim-client-manual
sblim-sfcc
sblim-sfcc-devel
scl-utils
scl-utils-build
tdb-tools
tunctl
tzdata-java

--- CentO6S vs EPEL6
a2ps
emacs-a2ps
emacs-a2ps-el
febootstrap
freerdp
freerdp-devel
freerdp-libs
freerdp-plugins
google-crosextra-caladea-fonts
google-crosextra-carlito-fonts
ht2html
html2ps
json-c
json-c-devel
json-c-doc
libmicrohttpd
libmicrohttpd-devel
libmicrohttpd-doc
lzop
perl-B-Keywords
perl-Class-Accessor
perl-Class-Data-Inheritable
perl-Class-MethodMaker
perl-Class-Trigger
perl-Config-Simple
perl-Crypt-PasswdMD5
perl-DateTime-Format-DateParse
perl-Devel-Cycle
perl-Exception-Class
perl-File-pushd
perl-Font-AFM
perl-HTML-Format
perl-IO-Tty
perl-IPC-Run
perl-Locale-Maketext-Gettext
perl-Locale-PO
perl-MIME-Lite
perl-MIME-Types
perl-Module-Find
perl-Net-SMTP-SSL
perl-PadWalker
perl-Parse-RecDescent
perl-Perl-Critic
perl-Pod-Spell
perl-String-Format
perl-Syntax-Highlight-Engine-Kate
perl-Term-ProgressBar
perl-Test-Memory-Cycle
perl-Test-Perl-Critic
perl-Test-Spelling
perl-UNIVERSAL-can
perl-UNIVERSAL-isa
perl-XML-TokeParser
perl-XML-Writer
pexpect
PyPAM
python-krbV
python-suds
python-tw-forms
python-urwid
scl-utils
scl-utils-build
scons
snappy
snappy-devel
tagsoup
tagsoup-javadoc
wordnet
wordnet-devel
xerces-c
xerces-c-devel
xerces-c-doc
xhtml2ps

--- CentOS7 vs EPEL7
advancecomp
ceph-common
fontawesome-fonts
fontawesome-fonts-web
golang-github-syndtr-gocapability-devel
itstool
libgpod
libgpod-devel
libgpod-doc
libnetfilter_queue
libnetfilter_queue-devel
libntlm
libntlm-devel
librados2
librados2-devel
librbd1
librbd1-devel
libsrtp
libsrtp-devel
libvncserver
libvncserver-devel
perl-Crypt-PasswdMD5
perl-LWP-Protocol-https
perl-Mozilla-CA
po4a
python-gpod
python-mutagen
python-qrcode
python-qrcode-core
python-rados
python-rbd
rubygem-minitest
scap-security-guide
t1utils
thunderbird
xmlsec1
xmlsec1-devel
xmlsec1-gcrypt
xmlsec1-gcrypt-devel
xmlsec1-gnutls
xmlsec1-gnutls-devel
xmlsec1-nss
xmlsec1-nss-devel
xmlsec1-openssl
xmlsec1-openssl-devel

[code]
for ver in c5 c6 c7
do
 repoquery -a --repoid=$ver-base --repoid=$ver-updates
--repoid=$ver-cr --qf '%{name}' | sort -u  /tmp/centos-$ver.txt
 repoquery -a --repoid=$ver-epel --repoid=$ver-epel-testing --qf
'%{name}' | sort -u  /tmp/epel-$ver.txt
 echo CentOS vs EPEL, $ver
 while read pkgname; do grep -e ^$pkgname$ /tmp/epel-$ver.txt ;
done  /tmp/centos-$ver.txt
done
[/code]

If you think this list needs to be acted upon, feel free.


Some of these (certainly many of the perl modules) are in EPEL as clones 
of RHEL packages because RHEL does not provide them for all 
architectures. Removing them would break dependencies for RHEL users on 
the affected architectures (mainly ppc).


Paul.

___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


[Bug 1207656] perl-HTTP-BrowserDetect-2.00 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207656



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1009002
  -- https://bugzilla.redhat.com/attachment.cgi?id=1009002action=edit
[patch] Update to 2.00 (#1207656)

-- 
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 1207656] perl-HTTP-BrowserDetect-2.00 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207656



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=9379197

-- 
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 1207458] perl-Scope-Upper-0.27 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207458



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Scope-Upper-0.27-1.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/perl-Scope-Upper-0.27-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

[Bug 1207652] perl-Devel-Size-0.80 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207652



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1008999
  -- https://bugzilla.redhat.com/attachment.cgi?id=1008999action=edit
[patch] Update to 0.80 (#1207652)

-- 
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 1207652] New: perl-Devel-Size-0.80 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207652

Bug ID: 1207652
   Summary: perl-Devel-Size-0.80 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Devel-Size
  Keywords: FutureFeature, Triaged
  Assignee: robinlee.s...@gmail.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org,
psab...@redhat.com, robinlee.s...@gmail.com



Latest upstream release: 0.80
Current version/release in rawhide: 0.79-7.fc22
URL: http://search.cpan.org/dist/Devel-Size/

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

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

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

-- 
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 1207652] perl-Devel-Size-0.80 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207652



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=9379051

-- 
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 1207656] New: perl-HTTP-BrowserDetect-2.00 is available

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1207656

Bug ID: 1207656
   Summary: perl-HTTP-BrowserDetect-2.00 is available
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-BrowserDetect
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 2.00
Current version/release in rawhide: 1.78-1.fc23
URL: http://search.cpan.org/dist/HTTP-BrowserDetect/

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

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

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

-- 
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: Why does disk I/O slow down a CPU bound task?

2015-03-31 Thread Dave Johansen
On Tue, Mar 31, 2015 at 3:26 PM, Richard W.M. Jones rjo...@redhat.com
wrote:

 On Tue, Mar 31, 2015 at 12:21:55PM -0700, Dave Johansen wrote:
  You're right that is a problem because my purely CPU bound task was
  actually writing to disk every 10 seconds, so I've attached an updated
  version that pre-allocates a vector and stores the results there so they
  can be dumped when the users presses Ctrl-C. With this update, the CPU
  bound task should only using CPU and existing memory but I still see the
  same slow down in the CPU bound task when the disk I/O is happening.

 For the definitive test, you might want to add a call to mlockall()
 into your program.  It is supposed to lock every page of your process
 into RAM (just in case it is being swapped out, and hence using I/O).

 I guess you will also need to run the CPU test program as root.


I added the call to mlockall() (it did have to be run as root) on a F21
machine with no swap and the slow down was still visible in the CPU bound
task.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Pushing the extra AppData files into Rawhide

2015-03-31 Thread Bill Nottingham
David Timms (dti...@iinet.net.au) said: 
 On 01/04/15 00:34, Richard Hughes wrote:
  On 31 March 2015 at 14:07, David Timms dti...@iinet.net.au wrote:
  I see my package was adjusted, but I can't get it to build:
  
  I only build the new-enough libappstream-glib into rawhide -- seeing
  as most of the f23 builds have succeeded I'll do the same for F22 and
  submit an update. F20 is much too old for that version of
  appstream-glib, and I'm not sure the gnome-software in f20 actually
  supported screenshots :/
  
 Thanks Richard.
 
 I would love to be able to keep the spec files same as possible.
 $ appstream-util --version
 Version:  0.2.5
 
 What is the minimum version ?
 
 Can someone give me a simple spec file conditional to achieve:
 
 if appstream-util --version = 0.2.5
 {
   appstream stuff
 }

I thought about trying to reliably parse major/minor/subminor versions in
bash, and track it against where things were implemented. But then just went
the lazy route:

if appstream-util --help | grep -q replace-screenshots ; then
  ... do stuff here ...
fi

Bill
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

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

2015-03-31 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 1074  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 528  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.20.12-1.el5
 293  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26-1.el5
 147  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3784/mantis-1.2.17-3.el5
 142  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.3.8-2.el5
  11  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1326/drupal7-ctools-1.7-1.el5
  10  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1344/drupal6-6.35-1.el5
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1374/tor-0.2.4.26-1.el5
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1419/cabextract-1.5-1.el5
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1379/PyYAML-3.09-11.el5


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

dreamweb-1.1-1.el5
globus-ftp-client-8.21-1.el5
globus-gridftp-server-7.24-1.el5
globus-net-manager-0.7-1.el5
mimedefang-2.76-1.el5
nordugrid-arc-5.0.0-2.el5
nordugrid-arc-doc-2.0.0-1.el5
opendkim-2.10.1-8.el5
opendmarc-1.3.1-8.el5
python-simplevisor-1.1-1.el5
trac-spamfilter-plugin-0.2.1-0.3.20141115svn13321.el5

Details about builds:



 dreamweb-1.1-1.el5 (FEDORA-EPEL-2015-1466)
 Click-and-point adventure with the look and feel of Ridley Scott's Blade Runner

Update Information:

initial rpm release (#1206901)

References:

  [ 1 ] Bug #1206901 - Review Request: dreamweb - Click-and-point adventure 
with the look and feel of Ridley Scott's Blade Runner
https://bugzilla.redhat.com/show_bug.cgi?id=1206901




 globus-ftp-client-8.21-1.el5 (FEDORA-EPEL-2015-1544)
 Globus Toolkit - GridFTP Client Library

Update Information:

Globus Toolkit updates from upstream

* globus-ftp-client 8.21: undefined configure macro in gridftp-ssh
* gloubs-gridftp-server 7.24
** Fix netmanager crash (7.24)
** Allow netmanager calls when taskid isn't set (7.24)
** Fix threads commandline arg processing (7.23)
** Prevent parse error on pre-init envs from raising assertion (7.23)
** Restrict sharing based on username or group membership (7.21)
** Don't enable udt without threads (7.21)
** Environrment and threading config not loaded from config dir (7.21)
** Ignore config.d files with a '.' in name (7.21)
** Always install udt driver (7.21) - F20+, EPEL6+
* globus-net-manager 0.7: add file parameter to logging driver to set a file to 
log to


ChangeLog:

* Fri Mar 27 2015 Mattias Ellert mattias.ell...@fysast.uu.se - 8.21-1
- GT6 update (undefined configure macro in gridftp-ssh)




 globus-gridftp-server-7.24-1.el5 (FEDORA-EPEL-2015-1544)
 Globus Toolkit - Globus GridFTP Server

Update Information:

Globus Toolkit updates from upstream

* globus-ftp-client 8.21: undefined configure macro in gridftp-ssh
* gloubs-gridftp-server 7.24
** Fix netmanager crash (7.24)
** Allow netmanager calls when taskid isn't set (7.24)
** Fix threads commandline arg processing (7.23)
** Prevent parse error on pre-init envs from raising assertion (7.23)
** Restrict sharing based on username or group membership (7.21)
** Don't enable udt without threads (7.21)
** Environrment and threading config not loaded from config dir (7.21)
** Ignore config.d files with a '.' in name (7.21)
** Always install udt driver (7.21) - F20+, EPEL6+
* globus-net-manager 0.7: add file parameter to logging driver to set a file to 
log to


ChangeLog:

* Sat Mar 28 2015 Mattias Ellert mattias.ell...@fysast.uu.se - 7.24-1
- GT6 update
- Fix netmanager crash (7.24)
- Allow netmanager calls when taskid isn't set (7.24)
- Fix threads commandline arg processing (7.23)
- Prevent parse error on pre-init envs from raising assertion (7.23)
- Restrict sharing based on username or group membership (7.21)
- Don't enable udt without threads (7.21)
- Environrment and threading config not loaded from config dir (7.21)
- Ignore config.d files 

[389-devel] 48140: Please review ME creation on mod post

2015-03-31 Thread William
https://fedorahosted.org/389/attachment/ticket/48140/0001-Allow-ME-creation-on-mod_post-for-existing-entries.patch


The goal of this patch will be so that when an existing entry is
modified to come into the MEP scope, the managed entry is created, just
as though the entry was added rather than modified.


I'm concerned about the possibility of recursion from mep_add_managed
and mep_mod_post, so any advice on this would be appreciated.

-- 
William will...@firstyear.id.au

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[Bug 1204695] Please release it for EPEL7

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204695

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Email-Reply-1.203-2.el7 has been pushed to the Fedora EPEL 7 testing
repository.

-- 
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: [EPEL-devel] EPEL packages, CentOS packages

2015-03-31 Thread Orion Poplawski

On 03/31/2015 05:17 AM, Anssi Johansson wrote:

As of now, the following packages are in EPEL, but the same package also
exists in CentOS.

--- CentOS5 vs EPEL5
cmake


Was not properly retired. Fixed.  Thanks.


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA DivisionFAX: 303-415-9702
3380 Mitchell Lane  or...@cora.nwra.com
Boulder, CO 80301  http://www.cora.nwra.com
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


[Bug 1204689] Please release it for EPEL7

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204689

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Template-GD-2.66-21.el7 has been pushed to the Fedora EPEL 7 testing
repository.

-- 
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 1200945] Needs to be rebuilt for EL7.1

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200945

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-GTop-0.18-5.el7
 Resolution|--- |ERRATA
Last Closed||2015-03-31 21:58:29



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-GTop-0.18-5.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
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Orphaning netbeans related packages

2015-03-31 Thread Omair Majid
Hi,

I am no longer interested in maintaining netbeans-related packages:

- netbeans-javaparser
- netbeans-platform
- netbeans-resolver
- netbeans-svnclientadapter

I am going to orphan them.

Regards,
Omair

-- 
PGP Key: 66484681 (http://pgp.mit.edu/)
Fingerprint = F072 555B 0A17 3957 4E95  0056 F286 F14F 6648 4681
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Test-Announce] Fedora 22 Beta Test Compose 6 (TC6) Available Now!

2015-03-31 Thread Adam Williamson
As per the Fedora 22 schedule [1], Fedora 22 Beta Test Compose 6 
(TC6) is now available for testing.

Content information, including changes, can be found at
https://fedorahosted.org/rel-eng/ticket/6132#comment:10 . Please see the
 following pages for download links and testing instructions. Normally 
dl.fedoraproject.org should provide the fastest download, but download-
ib01.fedoraproject.org is available as a mirror (with an approximately 
1 hour lag) in case of trouble. To use it, just replace dl with  
download-ib01 in the download URL.

Installation:

https://fedoraproject.org/wiki/Test_Results:Current_Installation_Test

Base:

https://fedoraproject.org/wiki/Test_Results:Current_Base_Test

Workstation and Desktop:

https://fedoraproject.org/wiki/Test_Results:Current_Desktop_Test

Server:

https://fedoraproject.org/wiki/Test_Results:Current_Server_Test

Cloud:

https://fedoraproject.org/wiki/Test_Results:Current_Cloud_Test

Summary:

https://fedoraproject.org/wiki/Test_Results:Current_Summary

All Beta priority test cases for each of these test pages [2] must  
pass in order to meet the Beta Release Criteria [3]. For the Fedora  
22 cycle we are also trying to run the Final tests at this time, to 
try and identify later release blocker bugs as early as possible.

Help is available on #fedora-qa on irc.freenode.net [4], or on the  
test list [5].

Create Fedora 22 Beta test compose (TC) and release candidate (RC)  
https://fedorahosted.org/rel-eng/ticket/6132

Current Blocker and Freeze Exception bugs:
http://qa.fedoraproject.org/blockerbugs/current

[1] http://fedorapeople.org/groups/schedule/f-22/f-22-quality-tasks.html
[2] https://fedoraproject.org/wiki/QA:Release_validation_test_plan
[3] https://fedoraproject.org/wiki/Fedora_22_Beta_Release_Criteria
[4] irc://irc.freenode.net/fedora-qa
[5] https://admin.fedoraproject.org/mailman/listinfo/test
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net

___
test-announce mailing list
test-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/test-announce
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

spot pushed to perl-Template-GD (epel7). epel7

2015-03-31 Thread notifications
From eaf2ff218a81899550e3632aca52d91f51b9cec6 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Tue, 31 Mar 2015 10:10:14 -0400
Subject: epel7


diff --git a/perl-Template-GD.spec b/perl-Template-GD.spec
new file mode 100644
index 000..64f20b2
--- /dev/null
+++ b/perl-Template-GD.spec
@@ -0,0 +1,111 @@
+Name:   perl-Template-GD
+Version:2.66
+Release:21%{?dist}
+Summary:GD plugin(s) for the Template Toolkit
+Group:  Development/Libraries
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Template-GD/
+Source0:
http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-GD-%{version}.tar.gz
+
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(GD::Graph3d), perl(GD::Graph), perl(GD::Text)
+BuildRequires:  perl(Template), perl(Test::More)
+Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Requires:  perl(Template), perl(GD::Text), perl(GD::Graph), perl(GD::Graph3d)
+
+%description
+The Template-GD distribution provides a number of Template Toolkit
+plugin modules to interface with Lincoln Stein's GD modules.  These in
+turn provide an interface to Thomas Boutell's GD graphics library.
+
+These plugins were distributed as part of the Template Toolkit until
+version 2.15 released in February 2006.  At this time they were
+extracted into this separate distribution.
+
+%prep
+%setup -q -n Template-GD-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make
+
+%install
+make pure_install PERL_INSTALL_ROOT=$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 ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%defattr(-,root,root,-)
+%doc README
+%{perl_vendorlib}/Template/
+%{_mandir}/man3/*.3*
+
+%changelog
+* Fri Aug 29 2014 Jitka Plesnikova jples...@redhat.com - 2.66-21
+- Perl 5.20 rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.66-20
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.66-19
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Mon Jul 29 2013 Petr Pisar ppi...@redhat.com - 2.66-18
+- Perl 5.18 rebuild
+
+* Tue Feb 26 2013 Ralf Corsépius corse...@fedoraproject.org - 2.66-17
+- Add BR: perl(ExitUtils::MakeMaker) (Fix FTBFS #914313).
+- Modernize spec.
+
+* Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.66-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jul 20 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.66-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Thu Jun 21 2012 Petr Pisar ppi...@redhat.com - 2.66-14
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.66-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Jul 21 2011 Petr Sabata con...@redhat.com - 2.66-12
+- Perl mass rebuild
+
+* Tue Jul 19 2011 Petr Sabata con...@redhat.com - 2.66-11
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.66-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Dec 22 2010 Marcela Maslanova mmasl...@redhat.com - 2.66-9
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Thu May 06 2010 Marcela Maslanova mmasl...@redhat.com - 2.66-8
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 2.66-7
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.66-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.66-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Mar 06 2008 Tom spot Callaway tcall...@redhat.com - 2.66-4
+Rebuild for new perl
+
+* Sun Aug 26 2007 Tom spot Callaway tcall...@redhat.com - 2.66-3
+- license fix
+
+* Sun Apr  1 2007 Tom spot Callaway tcall...@redhat.com - 2.66-2
+- cleanups
+
+* Wed Feb 21 2007 Tom spot Callaway tcall...@redhat.com - 2.66-1
+- Initial package for Fedora
diff --git a/sources b/sources
index e69de29..035a1b2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9052bef9bd799e143990e67422c14b81  Template-GD-2.66.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Template-GD.git/commit/?h=epel7id=eaf2ff218a81899550e3632aca52d91f51b9cec6
--
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 1184732] Could not parse ivysilani site

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1184732

Martin Swiech mswi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |NOTABUG
Last Closed||2015-03-31 10:10:18



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