[Bug 1256190] perl-Text-Diff-1.43 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256190



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-Diff-1.43-1.fc23 has been submitted as an update to Fedora 23.
https://bugzilla.redhat.com/show_bug.cgi?id=1256190

-- 
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-CPAN-Perl-Releases (master). Re-upload sources.

2015-08-24 Thread notifications
From de102c328518b0c6ff00887143e0e42097d1b5b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 15:12:25 +0200
Subject: Re-upload sources.


diff --git a/.gitignore b/.gitignore
index 716a9b7..a401e26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /CPAN-Perl-Releases-2.24.tar.gz
 /CPAN-Perl-Releases-2.26.tar.gz
 /CPAN-Perl-Releases-2.28.tar.gz
+/CPAN-Perl-Releases-2.32.tar.gz
diff --git a/sources b/sources
index a005577..f40cacc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9afde8e27aae254ae6c9fbfdd6bd387b  CPAN-Perl-Releases-2.28.tar.gz
+efc457018b603678db4757a3e1af4c33  CPAN-Perl-Releases-2.32.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=masterid=de102c328518b0c6ff00887143e0e42097d1b5b5
--
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-Text-Diff (f22). 1.43 bump (..more)

2015-08-24 Thread notifications
From f118834d8025613e39ac4c47260e9f79d28e189a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 14:16:36 +0200
Subject: 1.43 bump

- Updated source URL
- Modernized the spec file

diff --git a/.gitignore b/.gitignore
index b2bcfa8..1d5ed90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Text-Diff-1.37.tar.gz
 /Text-Diff-1.41.tar.gz
+/Text-Diff-1.43.tar.gz
diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec
index a944e99..d2505fa 100644
--- a/perl-Text-Diff.spec
+++ b/perl-Text-Diff.spec
@@ -1,14 +1,15 @@
 Name:   perl-Text-Diff
-Version:1.41
-Release:12%{?dist}
+Version:1.43
+Release:1%{?dist}
 Summary:Perform diffs on files and record sets
 License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Diff/
-Source0:
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Text-Diff-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Text-Diff-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Algorithm::Diff) = 1.19
@@ -24,10 +25,9 @@ BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(Algorithm::Diff) = 1.19
 
-%{?perl_default_filter}
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Algorithm::Diff\\)$
 
@@ -42,24 +42,28 @@ generally slower on larger files.
 %setup -q -n Text-Diff-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 1.43-1
+- 1.43 bump
+- Updated source URL
+- Modernized the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.41-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 95d696b..1045db7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30d56e6dd5551ca16b8e16cc7299dc21  Text-Diff-1.41.tar.gz
+49ee558984cb85b81bbc8fe5cf7324c3  Text-Diff-1.43.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Diff.git/commit/?h=f22id=f118834d8025613e39ac4c47260e9f79d28e189a
--
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-CPAN-Perl-Releases (f23). Re-upload sources.

2015-08-24 Thread notifications
From de102c328518b0c6ff00887143e0e42097d1b5b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 15:12:25 +0200
Subject: Re-upload sources.


diff --git a/.gitignore b/.gitignore
index 716a9b7..a401e26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /CPAN-Perl-Releases-2.24.tar.gz
 /CPAN-Perl-Releases-2.26.tar.gz
 /CPAN-Perl-Releases-2.28.tar.gz
+/CPAN-Perl-Releases-2.32.tar.gz
diff --git a/sources b/sources
index a005577..f40cacc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9afde8e27aae254ae6c9fbfdd6bd387b  CPAN-Perl-Releases-2.28.tar.gz
+efc457018b603678db4757a3e1af4c33  CPAN-Perl-Releases-2.32.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f23id=de102c328518b0c6ff00887143e0e42097d1b5b5
--
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-Text-Diff (master). 1.43 bump (..more)

2015-08-24 Thread notifications
From f118834d8025613e39ac4c47260e9f79d28e189a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 14:16:36 +0200
Subject: 1.43 bump

- Updated source URL
- Modernized the spec file

diff --git a/.gitignore b/.gitignore
index b2bcfa8..1d5ed90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Text-Diff-1.37.tar.gz
 /Text-Diff-1.41.tar.gz
+/Text-Diff-1.43.tar.gz
diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec
index a944e99..d2505fa 100644
--- a/perl-Text-Diff.spec
+++ b/perl-Text-Diff.spec
@@ -1,14 +1,15 @@
 Name:   perl-Text-Diff
-Version:1.41
-Release:12%{?dist}
+Version:1.43
+Release:1%{?dist}
 Summary:Perform diffs on files and record sets
 License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Diff/
-Source0:
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Text-Diff-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Text-Diff-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Algorithm::Diff) = 1.19
@@ -24,10 +25,9 @@ BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(Algorithm::Diff) = 1.19
 
-%{?perl_default_filter}
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Algorithm::Diff\\)$
 
@@ -42,24 +42,28 @@ generally slower on larger files.
 %setup -q -n Text-Diff-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 1.43-1
+- 1.43 bump
+- Updated source URL
+- Modernized the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.41-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 95d696b..1045db7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30d56e6dd5551ca16b8e16cc7299dc21  Text-Diff-1.41.tar.gz
+49ee558984cb85b81bbc8fe5cf7324c3  Text-Diff-1.43.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Diff.git/commit/?h=masterid=f118834d8025613e39ac4c47260e9f79d28e189a
--
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

limb changed perl-sig's 'watchbugzilla' permission on perl-Iterator-Simple (master) to 'Approved'

2015-08-24 Thread notifications
limb changed perl-sig's 'watchbugzilla' permission on perl-Iterator-Simple 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Iterator-Simple/
--
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

limb changed perl-sig's 'watchcommits' permission on perl-Iterator-Simple (master) to 'Approved'

2015-08-24 Thread notifications
limb changed perl-sig's 'watchcommits' permission on perl-Iterator-Simple 
(master) to 'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Iterator-Simple/
--
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-CPAN-Perl-Releases (f22). Re-upload sources.

2015-08-24 Thread notifications
From de102c328518b0c6ff00887143e0e42097d1b5b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 15:12:25 +0200
Subject: Re-upload sources.


diff --git a/.gitignore b/.gitignore
index 716a9b7..a401e26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /CPAN-Perl-Releases-2.24.tar.gz
 /CPAN-Perl-Releases-2.26.tar.gz
 /CPAN-Perl-Releases-2.28.tar.gz
+/CPAN-Perl-Releases-2.32.tar.gz
diff --git a/sources b/sources
index a005577..f40cacc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9afde8e27aae254ae6c9fbfdd6bd387b  CPAN-Perl-Releases-2.28.tar.gz
+efc457018b603678db4757a3e1af4c33  CPAN-Perl-Releases-2.32.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=de102c328518b0c6ff00887143e0e42097d1b5b5
--
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-Time-Progress (f23). 1.9 bump

2015-08-24 Thread notifications
From ba522c32f5943e2e0931e7473772904f5d1589cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 15:40:59 +0200
Subject: 1.9 bump


diff --git a/.gitignore b/.gitignore
index f98a725..2fb51db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Time-Progress-1.4.tar.gz
 /Time-Progress-1.7.tar.gz
 /Time-Progress-1.8.tar.gz
+/Time-Progress-1.9.tar.gz
diff --git a/perl-Time-Progress.spec b/perl-Time-Progress.spec
index d0a9d9f..a12a20d 100644
--- a/perl-Time-Progress.spec
+++ b/perl-Time-Progress.spec
@@ -1,19 +1,20 @@
 Name:   perl-Time-Progress
-Version:1.8
-Release:7%{?dist}
+Version:1.9
+Release:1%{?dist}
 Summary:Elapsed and estimated finish time reporting
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Time-Progress/
 Source0:
http://www.cpan.org/modules/by-module/Time/Time-Progress-%{version}.tar.gz
 BuildArch:  noarch
+# Build
 BuildRequires:  perl
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test)
 BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Carp)
+# Tests only
+BuildRequires:  perl(Test::More) = 0.88
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
@@ -24,12 +25,11 @@ Displays progress bar.
 %setup -q -n Time-Progress-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 1.9-1
+- 1.9 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.8-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 10eb778..19e18cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e594c6f6c62357b3c0f1587bf0181967  Time-Progress-1.8.tar.gz
+cb83f432f7674e3c8a4b64b55cccb560  Time-Progress-1.9.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Time-Progress.git/commit/?h=f23id=ba522c32f5943e2e0931e7473772904f5d1589cc
--
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 1256198] perl-Time-Progress-1.9 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256198



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Time-Progress-1.9-1.fc23 has been submitted as an update to Fedora 23.
https://bugzilla.redhat.com/show_bug.cgi?id=1256198

-- 
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 uploaded Text-Diff-1.43.tar.gz for perl-Text-Diff

2015-08-24 Thread notifications
49ee558984cb85b81bbc8fe5cf7324c3  Text-Diff-1.43.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-Diff/Text-Diff-1.43.tar.gz/md5/49ee558984cb85b81bbc8fe5cf7324c3/Text-Diff-1.43.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-Text-Diff (f23). 1.43 bump (..more)

2015-08-24 Thread notifications
From f118834d8025613e39ac4c47260e9f79d28e189a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 14:16:36 +0200
Subject: 1.43 bump

- Updated source URL
- Modernized the spec file

diff --git a/.gitignore b/.gitignore
index b2bcfa8..1d5ed90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Text-Diff-1.37.tar.gz
 /Text-Diff-1.41.tar.gz
+/Text-Diff-1.43.tar.gz
diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec
index a944e99..d2505fa 100644
--- a/perl-Text-Diff.spec
+++ b/perl-Text-Diff.spec
@@ -1,14 +1,15 @@
 Name:   perl-Text-Diff
-Version:1.41
-Release:12%{?dist}
+Version:1.43
+Release:1%{?dist}
 Summary:Perform diffs on files and record sets
 License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Diff/
-Source0:
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Text-Diff-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Text-Diff-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Algorithm::Diff) = 1.19
@@ -24,10 +25,9 @@ BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(Algorithm::Diff) = 1.19
 
-%{?perl_default_filter}
 # Remove under-specified dependencies
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Algorithm::Diff\\)$
 
@@ -42,24 +42,28 @@ generally slower on larger files.
 %setup -q -n Text-Diff-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 1.43-1
+- 1.43 bump
+- Updated source URL
+- Modernized the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.41-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 95d696b..1045db7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30d56e6dd5551ca16b8e16cc7299dc21  Text-Diff-1.41.tar.gz
+49ee558984cb85b81bbc8fe5cf7324c3  Text-Diff-1.43.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Diff.git/commit/?h=f23id=f118834d8025613e39ac4c47260e9f79d28e189a
--
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-Text-Diff (f22). Perl 5.22 rebuild

2015-08-24 Thread notifications
From 9571b59a6c3fc869bdf71d97b463ee9fdccf8a5f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 4 Jun 2015 10:17:07 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec
index bb0fadd..e468545 100644
--- a/perl-Text-Diff.spec
+++ b/perl-Text-Diff.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Diff
 Version:1.41
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Perform diffs on files and record sets
 License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 04 2015 Jitka Plesnikova jples...@redhat.com - 1.41-11
+- Perl 5.22 rebuild
+
 * Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.41-10
 - Specify all dependencies
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Diff.git/commit/?h=f22id=9571b59a6c3fc869bdf71d97b463ee9fdccf8a5f
--
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-Text-Diff (f22). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-08-24 Thread notifications
From ce62fc3377460e055fb5acbd6d43d67a773e35e0 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 18 Jun 2015 13:01:57 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec
index e468545..a944e99 100644
--- a/perl-Text-Diff.spec
+++ b/perl-Text-Diff.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Diff
 Version:1.41
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Perform diffs on files and record sets
 License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.41-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Thu Jun 04 2015 Jitka Plesnikova jples...@redhat.com - 1.41-11
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Text-Diff.git/commit/?h=f22id=ce62fc3377460e055fb5acbd6d43d67a773e35e0
--
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 1256190] perl-Text-Diff-1.43 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256190



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Text-Diff-1.43-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=679556

-- 
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 1256198] perl-Time-Progress-1.9 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256198



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Time-Progress-1.9-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=679596

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

limb changed psabata's 'commit' permission on perl-Iterator-Simple (master) to 'Approved'

2015-08-24 Thread notifications
limb changed psabata's 'commit' permission on perl-Iterator-Simple (master) to 
'Approved'
https://admin.fedoraproject.org/pkgdb/package/perl-Iterator-Simple/
--
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 1256190] perl-Text-Diff-1.43 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256190



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-Diff-1.43-1.fc22 has been submitted as an update to Fedora 22.
https://bugzilla.redhat.com/show_bug.cgi?id=1256190

-- 
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 uploaded CPAN-Perl-Releases-2.32.tar.gz for perl-CPAN-Perl-Releases

2015-08-24 Thread notifications
efc457018b603678db4757a3e1af4c33  CPAN-Perl-Releases-2.32.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-CPAN-Perl-Releases/CPAN-Perl-Releases-2.32.tar.gz/md5/efc457018b603678db4757a3e1af4c33/CPAN-Perl-Releases-2.32.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 Time-Progress-1.9.tar.gz for perl-Time-Progress

2015-08-24 Thread notifications
cb83f432f7674e3c8a4b64b55cccb560  Time-Progress-1.9.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Time-Progress/Time-Progress-1.9.tar.gz/md5/cb83f432f7674e3c8a4b64b55cccb560/Time-Progress-1.9.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-Time-Progress (master). 1.9 bump

2015-08-24 Thread notifications
From ba522c32f5943e2e0931e7473772904f5d1589cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 15:40:59 +0200
Subject: 1.9 bump


diff --git a/.gitignore b/.gitignore
index f98a725..2fb51db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Time-Progress-1.4.tar.gz
 /Time-Progress-1.7.tar.gz
 /Time-Progress-1.8.tar.gz
+/Time-Progress-1.9.tar.gz
diff --git a/perl-Time-Progress.spec b/perl-Time-Progress.spec
index d0a9d9f..a12a20d 100644
--- a/perl-Time-Progress.spec
+++ b/perl-Time-Progress.spec
@@ -1,19 +1,20 @@
 Name:   perl-Time-Progress
-Version:1.8
-Release:7%{?dist}
+Version:1.9
+Release:1%{?dist}
 Summary:Elapsed and estimated finish time reporting
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Time-Progress/
 Source0:
http://www.cpan.org/modules/by-module/Time/Time-Progress-%{version}.tar.gz
 BuildArch:  noarch
+# Build
 BuildRequires:  perl
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test)
 BuildRequires:  perl(warnings)
+# Runtime
+BuildRequires:  perl(Carp)
+# Tests only
+BuildRequires:  perl(Test::More) = 0.88
 Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 
 %description
@@ -24,12 +25,11 @@ Displays progress bar.
 %setup -q -n Time-Progress-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 1.9-1
+- 1.9 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.8-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 10eb778..19e18cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e594c6f6c62357b3c0f1587bf0181967  Time-Progress-1.8.tar.gz
+cb83f432f7674e3c8a4b64b55cccb560  Time-Progress-1.9.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Time-Progress.git/commit/?h=masterid=ba522c32f5943e2e0931e7473772904f5d1589cc
--
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 1256145] perl-CPAN-Perl-Releases-2.32 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256145



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-CPAN-Perl-Releases-2.32-1.fc22 has been submitted as an update to Fedora
22. https://bugzilla.redhat.com/show_bug.cgi?id=1256145

-- 
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 1256145] perl-CPAN-Perl-Releases-2.32 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256145



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
perl-CPAN-Perl-Releases-2.32-1.fc23 has been submitted as an update to Fedora
23. https://bugzilla.redhat.com/show_bug.cgi?id=1256145

-- 
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 (epel7). 0.19 bump

2015-08-24 Thread notifications
From aba7ba234f04b2ae0e9ed77ca03ddfae663483a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 17:11:10 +0200
Subject: 0.19 bump


diff --git a/.gitignore b/.gitignore
index 94d0535..251f245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Tangerine-0.16.tar.gz
 /Tangerine-0.17.tar.gz
 /Tangerine-0.18.tar.gz
+/Tangerine-0.19.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 65f4d86..7b0e25c 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 0.19-1
+- 0.19 bump
+
 * Thu Jun 25 2015 Petr Šabata con...@redhat.com - 0.18-1
 - 0.18 bump
 
diff --git a/sources b/sources
index 88b8964..25b0d62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a6c276b3666d50cf63d19215cfd8ae2  Tangerine-0.18.tar.gz
+e795bef5518a77c36936be92ce8402da  Tangerine-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=epel7id=aba7ba234f04b2ae0e9ed77ca03ddfae663483a2
--
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 1230754] perl-Test-Vars-0.005-7.fc23: FTBFS with Perl 5.22

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230754

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

   What|Removed |Added

   Fixed In Version||perl-Test-Vars-0.007-1.fc23



-- 
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 1256196] perl-Scope-Upper-0.28 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256196

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Scope-Upper-0.28-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-08-24 10:40:20



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

[Bug 1231903] perl-Test-Apocalypse-1.006-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231903



--- Comment #3 from Petr Pisar ppi...@redhat.com ---
Test::Vars has been fixed.

-- 
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-Test-Apocalypse (master). Add plugins requiring fixed Test::Vars

2015-08-24 Thread notifications
From 73f2edb132e4e0dce39fb2c072b5dfa8243dc047 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 24 Aug 2015 16:48:06 +0200
Subject: Add plugins requiring fixed Test::Vars


diff --git a/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch 
b/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch
deleted file mode 100644
index 4da9420..000
--- a/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch
+++ /dev/null
@@ -1,160 +0,0 @@
-From 4ad318c31547329d2c492a3eac815de1c45b24c5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
-Date: Fri, 10 Jul 2015 15:11:37 +0200
-Subject: [PATCH] Remove Test::Apocalypse::UnusedVars
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Test::Vars is broken on perl 5.22.0. This patch removes the plugin
-that uses the Test::Vars.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1231903
-
-Signed-off-by: Petr Písař ppi...@redhat.com

- MANIFEST  |  1 -
- lib/Test/Apocalypse/UnusedVars.pm | 97 ---
- t/00-compile.t|  3 +-
- 3 files changed, 1 insertion(+), 100 deletions(-)
- delete mode 100644 lib/Test/Apocalypse/UnusedVars.pm
-
-diff --git a/MANIFEST b/MANIFEST
-index 66f920a..bc43c38 100644
 a/MANIFEST
-+++ b/MANIFEST
-@@ -51,7 +51,6 @@ lib/Test/Apocalypse/Script.pm
- lib/Test/Apocalypse/Signature.pm
- lib/Test/Apocalypse/Strict.pm
- lib/Test/Apocalypse/Synopsis.pm
--lib/Test/Apocalypse/UnusedVars.pm
- t/00-compile.t
- t/000-report-versions-tiny.t
- t/apocalypse.t
-diff --git a/lib/Test/Apocalypse/UnusedVars.pm 
b/lib/Test/Apocalypse/UnusedVars.pm
-deleted file mode 100644
-index 7d1c4d3..000
 a/lib/Test/Apocalypse/UnusedVars.pm
-+++ /dev/null
-@@ -1,97 +0,0 @@
--#
--# This file is part of Test-Apocalypse
--#
--# This software is copyright (c) 2014 by Apocalypse.
--#
--# This is free software; you can redistribute it and/or modify it under
--# the same terms as the Perl 5 programming language system itself.
--#
--use strict; use warnings;
--package Test::Apocalypse::UnusedVars;
--$Test::Apocalypse::UnusedVars::VERSION = '1.006';
--BEGIN {
--  $Test::Apocalypse::UnusedVars::AUTHORITY = 'cpan:APOCAL';
--}
--
--# ABSTRACT: Plugin for Test::Vars
--
--use Test::Vars 0.001;
--
--sub do_test {
--  all_vars_ok();
--
--  return;
--}
--
--1;
--
--__END__
--
--=pod
--
--=encoding UTF-8
--
--=for :stopwords Apocalypse Niebur Ryan
--
--=for Pod::Coverage do_test
--
--=head1 NAME
--
--Test::Apocalypse::UnusedVars - Plugin for Test::Vars
--
--=head1 VERSION
--
--  This document describes v1.006 of Test::Apocalypse::UnusedVars - released 
October 25, 2014 as part of Test-Apocalypse.
--
--=head1 DESCRIPTION
--
--Encapsulates LTest::Vars functionality.
--
--=head1 SEE ALSO
--
--Please see those modules/websites for more information related to this module.
--
--=over 4
--
--=item *
--
--LTest::Apocalypse|Test::Apocalypse
--
--=back
--
--=head1 AUTHOR
--
--Apocalypse apo...@cpan.org
--
--=head1 COPYRIGHT AND LICENSE
--
--This software is copyright (c) 2014 by Apocalypse.
--
--This is free software; you can redistribute it and/or modify it under
--the same terms as the Perl 5 programming language system itself.
--
--The full text of the license can be found in the
--FLICENSE file included with this distribution.
--
--=head1 DISCLAIMER OF WARRANTY
--
--THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
--APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
--HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM AS IS WITHOUT WARRANTY
--OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
--THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
--PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
--IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
--ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
--
--IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
--WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
--THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
--GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
--USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
--DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
--PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
--EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
--SUCH DAMAGES.
--
--=cut
-diff --git a/t/00-compile.t b/t/00-compile.t
-index d841133..3eeabaa 100644
 a/t/00-compile.t
-+++ b/t/00-compile.t
-@@ -6,7 +6,7 @@ use warnings;
- 
- use Test::More;
- 
--plan tests = 36 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
-+plan tests = 35 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
- 
- my @module_files = (
- 

[Bug 1231903] perl-Test-Apocalypse-1.006-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231903

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

   What|Removed |Added

 Status|CLOSED  |ASSIGNED
 Resolution|RAWHIDE |---
   Keywords||Reopened



-- 
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 1231903] perl-Test-Apocalypse-1.006-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231903

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version|perl-Test-Apocalypse-1.006- |perl-Test-Apocalypse-1.006-
   |3.fc23  |4.fc24



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

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

2015-08-24 Thread notifications
From aba7ba234f04b2ae0e9ed77ca03ddfae663483a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 17:11:10 +0200
Subject: 0.19 bump


diff --git a/.gitignore b/.gitignore
index 94d0535..251f245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Tangerine-0.16.tar.gz
 /Tangerine-0.17.tar.gz
 /Tangerine-0.18.tar.gz
+/Tangerine-0.19.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 65f4d86..7b0e25c 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 0.19-1
+- 0.19 bump
+
 * Thu Jun 25 2015 Petr Šabata con...@redhat.com - 0.18-1
 - 0.18 bump
 
diff --git a/sources b/sources
index 88b8964..25b0d62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a6c276b3666d50cf63d19215cfd8ae2  Tangerine-0.18.tar.gz
+e795bef5518a77c36936be92ce8402da  Tangerine-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=f22id=aba7ba234f04b2ae0e9ed77ca03ddfae663483a2
--
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.19 bump

2015-08-24 Thread notifications
From aba7ba234f04b2ae0e9ed77ca03ddfae663483a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 17:11:10 +0200
Subject: 0.19 bump


diff --git a/.gitignore b/.gitignore
index 94d0535..251f245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Tangerine-0.16.tar.gz
 /Tangerine-0.17.tar.gz
 /Tangerine-0.18.tar.gz
+/Tangerine-0.19.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 65f4d86..7b0e25c 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 0.19-1
+- 0.19 bump
+
 * Thu Jun 25 2015 Petr Šabata con...@redhat.com - 0.18-1
 - 0.18 bump
 
diff --git a/sources b/sources
index 88b8964..25b0d62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a6c276b3666d50cf63d19215cfd8ae2  Tangerine-0.18.tar.gz
+e795bef5518a77c36936be92ce8402da  Tangerine-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=f21id=aba7ba234f04b2ae0e9ed77ca03ddfae663483a2
--
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.19 bump

2015-08-24 Thread notifications
From aba7ba234f04b2ae0e9ed77ca03ddfae663483a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 17:11:10 +0200
Subject: 0.19 bump


diff --git a/.gitignore b/.gitignore
index 94d0535..251f245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Tangerine-0.16.tar.gz
 /Tangerine-0.17.tar.gz
 /Tangerine-0.18.tar.gz
+/Tangerine-0.19.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 65f4d86..7b0e25c 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 0.19-1
+- 0.19 bump
+
 * Thu Jun 25 2015 Petr Šabata con...@redhat.com - 0.18-1
 - 0.18 bump
 
diff --git a/sources b/sources
index 88b8964..25b0d62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a6c276b3666d50cf63d19215cfd8ae2  Tangerine-0.18.tar.gz
+e795bef5518a77c36936be92ce8402da  Tangerine-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=el6id=aba7ba234f04b2ae0e9ed77ca03ddfae663483a2
--
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 1256193] perl-Tangerine-0.19 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256193



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.19-1.el7 has been submitted as an update to Fedora EPEL 7.
https://bugzilla.redhat.com/show_bug.cgi?id=1256193

-- 
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 1256193] perl-Tangerine-0.19 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256193



--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.19-1.el6 has been submitted as an update to Fedora EPEL 6.
https://bugzilla.redhat.com/show_bug.cgi?id=1256193

-- 
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-Test-Apocalypse (f23). Add plugins requiring fixed Test::Vars

2015-08-24 Thread notifications
From 73f2edb132e4e0dce39fb2c072b5dfa8243dc047 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Mon, 24 Aug 2015 16:48:06 +0200
Subject: Add plugins requiring fixed Test::Vars


diff --git a/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch 
b/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch
deleted file mode 100644
index 4da9420..000
--- a/Test-Apocalypse-1.006-Remove-Test-Apocalypse-UnusedVars.patch
+++ /dev/null
@@ -1,160 +0,0 @@
-From 4ad318c31547329d2c492a3eac815de1c45b24c5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
-Date: Fri, 10 Jul 2015 15:11:37 +0200
-Subject: [PATCH] Remove Test::Apocalypse::UnusedVars
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Test::Vars is broken on perl 5.22.0. This patch removes the plugin
-that uses the Test::Vars.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1231903
-
-Signed-off-by: Petr Písař ppi...@redhat.com

- MANIFEST  |  1 -
- lib/Test/Apocalypse/UnusedVars.pm | 97 ---
- t/00-compile.t|  3 +-
- 3 files changed, 1 insertion(+), 100 deletions(-)
- delete mode 100644 lib/Test/Apocalypse/UnusedVars.pm
-
-diff --git a/MANIFEST b/MANIFEST
-index 66f920a..bc43c38 100644
 a/MANIFEST
-+++ b/MANIFEST
-@@ -51,7 +51,6 @@ lib/Test/Apocalypse/Script.pm
- lib/Test/Apocalypse/Signature.pm
- lib/Test/Apocalypse/Strict.pm
- lib/Test/Apocalypse/Synopsis.pm
--lib/Test/Apocalypse/UnusedVars.pm
- t/00-compile.t
- t/000-report-versions-tiny.t
- t/apocalypse.t
-diff --git a/lib/Test/Apocalypse/UnusedVars.pm 
b/lib/Test/Apocalypse/UnusedVars.pm
-deleted file mode 100644
-index 7d1c4d3..000
 a/lib/Test/Apocalypse/UnusedVars.pm
-+++ /dev/null
-@@ -1,97 +0,0 @@
--#
--# This file is part of Test-Apocalypse
--#
--# This software is copyright (c) 2014 by Apocalypse.
--#
--# This is free software; you can redistribute it and/or modify it under
--# the same terms as the Perl 5 programming language system itself.
--#
--use strict; use warnings;
--package Test::Apocalypse::UnusedVars;
--$Test::Apocalypse::UnusedVars::VERSION = '1.006';
--BEGIN {
--  $Test::Apocalypse::UnusedVars::AUTHORITY = 'cpan:APOCAL';
--}
--
--# ABSTRACT: Plugin for Test::Vars
--
--use Test::Vars 0.001;
--
--sub do_test {
--  all_vars_ok();
--
--  return;
--}
--
--1;
--
--__END__
--
--=pod
--
--=encoding UTF-8
--
--=for :stopwords Apocalypse Niebur Ryan
--
--=for Pod::Coverage do_test
--
--=head1 NAME
--
--Test::Apocalypse::UnusedVars - Plugin for Test::Vars
--
--=head1 VERSION
--
--  This document describes v1.006 of Test::Apocalypse::UnusedVars - released 
October 25, 2014 as part of Test-Apocalypse.
--
--=head1 DESCRIPTION
--
--Encapsulates LTest::Vars functionality.
--
--=head1 SEE ALSO
--
--Please see those modules/websites for more information related to this module.
--
--=over 4
--
--=item *
--
--LTest::Apocalypse|Test::Apocalypse
--
--=back
--
--=head1 AUTHOR
--
--Apocalypse apo...@cpan.org
--
--=head1 COPYRIGHT AND LICENSE
--
--This software is copyright (c) 2014 by Apocalypse.
--
--This is free software; you can redistribute it and/or modify it under
--the same terms as the Perl 5 programming language system itself.
--
--The full text of the license can be found in the
--FLICENSE file included with this distribution.
--
--=head1 DISCLAIMER OF WARRANTY
--
--THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
--APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
--HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM AS IS WITHOUT WARRANTY
--OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
--THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
--PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
--IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
--ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
--
--IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
--WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
--THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
--GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
--USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
--DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
--PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
--EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
--SUCH DAMAGES.
--
--=cut
-diff --git a/t/00-compile.t b/t/00-compile.t
-index d841133..3eeabaa 100644
 a/t/00-compile.t
-+++ b/t/00-compile.t
-@@ -6,7 +6,7 @@ use warnings;
- 
- use Test::More;
- 
--plan tests = 36 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
-+plan tests = 35 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
- 
- my @module_files = (
- 

[Bug 1256193] perl-Tangerine-0.19 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256193



--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.19-1.fc23 has been submitted as an update to Fedora 23.
https://bugzilla.redhat.com/show_bug.cgi?id=1256193

-- 
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 1256193] perl-Tangerine-0.19 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256193



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.19-1.fc21 has been submitted as an update to Fedora 21.
https://bugzilla.redhat.com/show_bug.cgi?id=1256193

-- 
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 1256193] perl-Tangerine-0.19 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256193



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Tangerine-0.19-1.fc22 has been submitted as an update to Fedora 22.
https://bugzilla.redhat.com/show_bug.cgi?id=1256193

-- 
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 1251649] perl-Crypt-OpenSSL-PKCS10-0.15 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1251649

Wes Hardaker wjhns...@hardakers.net changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-08-24 10:24:55



--- Comment #3 from Wes Hardaker wjhns...@hardakers.net ---
update in rawhide

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

psabata pushed to perl-Scope-Upper (master). 0.28 bump; minor SUB() and EVAL() behavior changes

2015-08-24 Thread notifications
From bb5196b5567ae83eb2d92031457e1f975613d17a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 16:39:10 +0200
Subject: 0.28 bump; minor SUB() and EVAL() behavior changes


diff --git a/.gitignore b/.gitignore
index 8984542..4d0d169 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Scope-Upper-0.10.tar.gz
 /Scope-Upper-0.25.tar.gz
 /Scope-Upper-0.26.tar.gz
 /Scope-Upper-0.27.tar.gz
+/Scope-Upper-0.28.tar.gz
diff --git a/perl-Scope-Upper.spec b/perl-Scope-Upper.spec
index 1713633..9b9d376 100644
--- a/perl-Scope-Upper.spec
+++ b/perl-Scope-Upper.spec
@@ -1,11 +1,14 @@
 Name:   perl-Scope-Upper
 Summary:Act on upper scopes
-Version:0.27
-Release:3%{?dist}
+Version:0.28
+Release:1%{?dist}
 License:GPL+ or Artistic
 Source0:
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
 URL:http://search.cpan.org/dist/Scope-Upper
 # Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
@@ -62,6 +65,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 0.28-1
+- 0.28 bump; minor SUB() and EVAL() behavior changes
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.27-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d62c8ec..00e5cf3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11dddf4e1588d5d4695da0ad7521a125  Scope-Upper-0.27.tar.gz
+031bccd403f52b83da8f06036070458c  Scope-Upper-0.28.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Scope-Upper.git/commit/?h=masterid=bb5196b5567ae83eb2d92031457e1f975613d17a
--
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 Scope-Upper-0.28.tar.gz for perl-Scope-Upper

2015-08-24 Thread notifications
031bccd403f52b83da8f06036070458c  Scope-Upper-0.28.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Scope-Upper/Scope-Upper-0.28.tar.gz/md5/031bccd403f52b83da8f06036070458c/Scope-Upper-0.28.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 1256193] perl-Tangerine-0.19 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256193



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
psabata's perl-Tangerine-0.19-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=679647

-- 
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 (f23). 0.19 bump

2015-08-24 Thread notifications
From aba7ba234f04b2ae0e9ed77ca03ddfae663483a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 17:11:10 +0200
Subject: 0.19 bump


diff --git a/.gitignore b/.gitignore
index 94d0535..251f245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Tangerine-0.16.tar.gz
 /Tangerine-0.17.tar.gz
 /Tangerine-0.18.tar.gz
+/Tangerine-0.19.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 65f4d86..7b0e25c 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 0.19-1
+- 0.19 bump
+
 * Thu Jun 25 2015 Petr Šabata con...@redhat.com - 0.18-1
 - 0.18 bump
 
diff --git a/sources b/sources
index 88b8964..25b0d62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a6c276b3666d50cf63d19215cfd8ae2  Tangerine-0.18.tar.gz
+e795bef5518a77c36936be92ce8402da  Tangerine-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=f23id=aba7ba234f04b2ae0e9ed77ca03ddfae663483a2
--
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.19 bump

2015-08-24 Thread notifications
From aba7ba234f04b2ae0e9ed77ca03ddfae663483a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 17:11:10 +0200
Subject: 0.19 bump


diff --git a/.gitignore b/.gitignore
index 94d0535..251f245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Tangerine-0.16.tar.gz
 /Tangerine-0.17.tar.gz
 /Tangerine-0.18.tar.gz
+/Tangerine-0.19.tar.gz
diff --git a/perl-Tangerine.spec b/perl-Tangerine.spec
index 65f4d86..7b0e25c 100644
--- a/perl-Tangerine.spec
+++ b/perl-Tangerine.spec
@@ -1,5 +1,5 @@
 Name:   perl-Tangerine
-Version:0.18
+Version:0.19
 Release:1%{?dist}
 Summary:Analyse perl files and report module-related information
 License:MIT
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man*/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 0.19-1
+- 0.19 bump
+
 * Thu Jun 25 2015 Petr Šabata con...@redhat.com - 0.18-1
 - 0.18 bump
 
diff --git a/sources b/sources
index 88b8964..25b0d62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a6c276b3666d50cf63d19215cfd8ae2  Tangerine-0.18.tar.gz
+e795bef5518a77c36936be92ce8402da  Tangerine-0.19.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Tangerine.git/commit/?h=masterid=aba7ba234f04b2ae0e9ed77ca03ddfae663483a2
--
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.19.tar.gz for perl-Tangerine

2015-08-24 Thread notifications
e795bef5518a77c36936be92ce8402da  Tangerine-0.19.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Tangerine/Tangerine-0.19.tar.gz/md5/e795bef5518a77c36936be92ce8402da/Tangerine-0.19.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 1231903] perl-Test-Apocalypse-1.006-1.fc23 FTBFS with perl-5.22: unsatisfied dependency

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231903



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Test-Apocalypse-1.006-4.fc23 has been submitted as an update to Fedora 23.
https://bugzilla.redhat.com/show_bug.cgi?id=1231903

-- 
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 828512] CVE-2011-5092 rt3: remote arbitrary code execution and privilege elevation flaw

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=828512

Vincent Danen vda...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2015-08-24 11:55:38



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

corsepiu pushed to perl-Log-Dispatch (f21). Upstream update.

2015-08-24 Thread notifications
From f2a452b2aede964d8aabcd22cb7fba326ee8dd1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Mon, 24 Aug 2015 07:59:46 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index 220c413..d4b183f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.48.tar.gz
+/Log-Dispatch-2.49.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 6b1a8d8..ca99c63 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,7 +5,7 @@
 %bcond_withrelease_tests
 
 Name:   perl-Log-Dispatch
-Version:2.48
+Version:2.49
 Release:1%{?dist}
 Summary:Dispatches messages to one or more outputs
 Group:  Development/Libraries
@@ -53,6 +53,7 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Spelling)
 BuildRequires:  perl(Test::CPAN::Changes)
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(Test::Portability::Files)
 BuildRequires:  perl(Test::Version)
@@ -100,6 +101,9 @@ make test %{?with_release_tests:RELEASE_TESTING=1} 
LOG_DISPATCH_TEST_EMAIL=root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Aug 24 2015 Ralf Corsépius corse...@fedoraproject.org - 2.49-1
+- Upstream update.
+
 * Sat Aug 08 2015 Ralf Corsépius corse...@fedoraproject.org - 2.48-1
 - Upstream update.
 - Update deps.
diff --git a/sources b/sources
index 151c3a8..f8ff28b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7db2d97c61c464ac83c7bae67f72880b  Log-Dispatch-2.48.tar.gz
+ce12b2136bee21cb43cdfcd8cbb3c9db  Log-Dispatch-2.49.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Dispatch.git/commit/?h=f21id=f2a452b2aede964d8aabcd22cb7fba326ee8dd1f
--
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

corsepiu pushed to perl-Log-Dispatch (f21). Merge remote-tracking branch 'origin/f22' into f21

2015-08-24 Thread notifications
From f2a452b2aede964d8aabcd22cb7fba326ee8dd1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Mon, 24 Aug 2015 07:59:46 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index 220c413..d4b183f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.48.tar.gz
+/Log-Dispatch-2.49.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 6b1a8d8..ca99c63 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,7 +5,7 @@
 %bcond_withrelease_tests
 
 Name:   perl-Log-Dispatch
-Version:2.48
+Version:2.49
 Release:1%{?dist}
 Summary:Dispatches messages to one or more outputs
 Group:  Development/Libraries
@@ -53,6 +53,7 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Spelling)
 BuildRequires:  perl(Test::CPAN::Changes)
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(Test::Portability::Files)
 BuildRequires:  perl(Test::Version)
@@ -100,6 +101,9 @@ make test %{?with_release_tests:RELEASE_TESTING=1} 
LOG_DISPATCH_TEST_EMAIL=root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Aug 24 2015 Ralf Corsépius corse...@fedoraproject.org - 2.49-1
+- Upstream update.
+
 * Sat Aug 08 2015 Ralf Corsépius corse...@fedoraproject.org - 2.48-1
 - Upstream update.
 - Update deps.
diff --git a/sources b/sources
index 151c3a8..f8ff28b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7db2d97c61c464ac83c7bae67f72880b  Log-Dispatch-2.48.tar.gz
+ce12b2136bee21cb43cdfcd8cbb3c9db  Log-Dispatch-2.49.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Dispatch.git/commit/?h=f21id=eefa47e555fda81da12ba4a34c0308f8424d219d
--
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

corsepiu uploaded Log-Dispatch-2.49.tar.gz for perl-Log-Dispatch

2015-08-24 Thread notifications
ce12b2136bee21cb43cdfcd8cbb3c9db  Log-Dispatch-2.49.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Log-Dispatch/Log-Dispatch-2.49.tar.gz/md5/ce12b2136bee21cb43cdfcd8cbb3c9db/Log-Dispatch-2.49.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

corsepiu pushed to perl-Log-Dispatch (master). Upstream update.

2015-08-24 Thread notifications
From f2a452b2aede964d8aabcd22cb7fba326ee8dd1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Mon, 24 Aug 2015 07:59:46 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index 220c413..d4b183f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.48.tar.gz
+/Log-Dispatch-2.49.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 6b1a8d8..ca99c63 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,7 +5,7 @@
 %bcond_withrelease_tests
 
 Name:   perl-Log-Dispatch
-Version:2.48
+Version:2.49
 Release:1%{?dist}
 Summary:Dispatches messages to one or more outputs
 Group:  Development/Libraries
@@ -53,6 +53,7 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Spelling)
 BuildRequires:  perl(Test::CPAN::Changes)
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(Test::Portability::Files)
 BuildRequires:  perl(Test::Version)
@@ -100,6 +101,9 @@ make test %{?with_release_tests:RELEASE_TESTING=1} 
LOG_DISPATCH_TEST_EMAIL=root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Aug 24 2015 Ralf Corsépius corse...@fedoraproject.org - 2.49-1
+- Upstream update.
+
 * Sat Aug 08 2015 Ralf Corsépius corse...@fedoraproject.org - 2.48-1
 - Upstream update.
 - Update deps.
diff --git a/sources b/sources
index 151c3a8..f8ff28b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7db2d97c61c464ac83c7bae67f72880b  Log-Dispatch-2.48.tar.gz
+ce12b2136bee21cb43cdfcd8cbb3c9db  Log-Dispatch-2.49.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Dispatch.git/commit/?h=masterid=f2a452b2aede964d8aabcd22cb7fba326ee8dd1f
--
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-POE-API-Peek

2015-08-24 Thread buildsys


perl-POE-API-Peek has broken dependencies in the F-23 tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-08-24 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the F-23 tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
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

Broken dependencies: perl-Test-AutoBuild

2015-08-24 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the F-23 tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Method-Signatures

2015-08-24 Thread buildsys


perl-Method-Signatures has broken dependencies in the F-23 tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-MongoDB

2015-08-24 Thread buildsys


perl-MongoDB has broken dependencies in the F-23 tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-CatalystX-REPL

2015-08-24 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the F-23 tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Data-Alias

2015-08-24 Thread buildsys


perl-Data-Alias has broken dependencies in the F-23 tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Devel-BeginLift

2015-08-24 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the F-23 tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-CGI-Application-Structured-Tools

2015-08-24 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the F-23 tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: polymake

2015-08-24 Thread buildsys


polymake has broken dependencies in the F-23 tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Task-Catalyst

2015-08-24 Thread buildsys


perl-Task-Catalyst has broken dependencies in the F-23 tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.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

Broken dependencies: perl-Data-Dump-Streamer

2015-08-24 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the F-23 tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Devel-FindRef

2015-08-24 Thread buildsys


perl-Devel-FindRef has broken dependencies in the F-23 tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
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

jplesnik uploaded Pod-Markdown-3.002.tar.gz for perl-Pod-Markdown

2015-08-24 Thread notifications
0384c22162aa155b543e39fa65de6afe  Pod-Markdown-3.002.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Pod-Markdown/Pod-Markdown-3.002.tar.gz/md5/0384c22162aa155b543e39fa65de6afe/Pod-Markdown-3.002.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

jplesnik pushed to perl-Pod-Markdown (master). 3.002 bump

2015-08-24 Thread notifications
From 4a46c0067f5ac95aeef65c3b2615ac593b2eb9b3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 24 Aug 2015 12:59:03 +0200
Subject: 3.002 bump


diff --git a/.gitignore b/.gitignore
index 982d7a6..1757c90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Pod-Markdown-2.001.tar.gz
 /Pod-Markdown-2.002.tar.gz
 /Pod-Markdown-3.000.tar.gz
+/Pod-Markdown-3.002.tar.gz
diff --git a/perl-Pod-Markdown.spec b/perl-Pod-Markdown.spec
index 9bdbc94..b868d25 100644
--- a/perl-Pod-Markdown.spec
+++ b/perl-Pod-Markdown.spec
@@ -1,5 +1,5 @@
 Name:   perl-Pod-Markdown
-Version:3.000
+Version:3.002
 Release:1%{?dist}
 Summary:Convert POD to Markdown
 License:GPL+ or Artistic
@@ -7,6 +7,8 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Pod-Markdown/
 Source0:
http://www.cpan.org/authors/id/R/RW/RWSTAUNER/Pod-Markdown-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -14,7 +16,7 @@ BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(parent)
-BuildRequires:  perl(Pod::Simple) = 3.14
+BuildRequires:  perl(Pod::Simple) = 3.26
 BuildRequires:  perl(Pod::Simple::Methody)
 # Tests:
 BuildRequires:  perl(Exporter)
@@ -50,12 +52,16 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man[13]/*
 %{_bindir}/*
 
 %changelog
+* Mon Aug 24 2015 Jitka Plesnikova jples...@redhat.com - 3.002-1
+- 3.002 bump
+
 * Mon Aug 17 2015 Jitka Plesnikova jples...@redhat.com - 3.000-1
 - 3.000 bump
 
diff --git a/sources b/sources
index ccfdcbb..b320390 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec64db08c57647ae493537aaea3d4fe9  Pod-Markdown-3.000.tar.gz
+0384c22162aa155b543e39fa65de6afe  Pod-Markdown-3.002.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Pod-Markdown.git/commit/?h=masterid=4a46c0067f5ac95aeef65c3b2615ac593b2eb9b3
--
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 1256180] perl-Pod-Markdown-3.002 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256180

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Pod-Markdown-3.002-1.f
   ||c24
 Resolution|--- |RAWHIDE
Last Closed||2015-08-24 06:59:53



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

corsepiu pushed to perl-Log-Dispatch (f23). Upstream update.

2015-08-24 Thread notifications
From f2a452b2aede964d8aabcd22cb7fba326ee8dd1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Mon, 24 Aug 2015 07:59:46 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index 220c413..d4b183f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.48.tar.gz
+/Log-Dispatch-2.49.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 6b1a8d8..ca99c63 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,7 +5,7 @@
 %bcond_withrelease_tests
 
 Name:   perl-Log-Dispatch
-Version:2.48
+Version:2.49
 Release:1%{?dist}
 Summary:Dispatches messages to one or more outputs
 Group:  Development/Libraries
@@ -53,6 +53,7 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Spelling)
 BuildRequires:  perl(Test::CPAN::Changes)
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(Test::Portability::Files)
 BuildRequires:  perl(Test::Version)
@@ -100,6 +101,9 @@ make test %{?with_release_tests:RELEASE_TESTING=1} 
LOG_DISPATCH_TEST_EMAIL=root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Aug 24 2015 Ralf Corsépius corse...@fedoraproject.org - 2.49-1
+- Upstream update.
+
 * Sat Aug 08 2015 Ralf Corsépius corse...@fedoraproject.org - 2.48-1
 - Upstream update.
 - Update deps.
diff --git a/sources b/sources
index 151c3a8..f8ff28b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7db2d97c61c464ac83c7bae67f72880b  Log-Dispatch-2.48.tar.gz
+ce12b2136bee21cb43cdfcd8cbb3c9db  Log-Dispatch-2.49.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Dispatch.git/commit/?h=f23id=f2a452b2aede964d8aabcd22cb7fba326ee8dd1f
--
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

corsepiu pushed to perl-Log-Dispatch (f22). Upstream update.

2015-08-24 Thread notifications
From f2a452b2aede964d8aabcd22cb7fba326ee8dd1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= corse...@fedoraproject.org
Date: Mon, 24 Aug 2015 07:59:46 +0200
Subject: Upstream update.


diff --git a/.gitignore b/.gitignore
index 220c413..d4b183f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.48.tar.gz
+/Log-Dispatch-2.49.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 6b1a8d8..ca99c63 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,7 +5,7 @@
 %bcond_withrelease_tests
 
 Name:   perl-Log-Dispatch
-Version:2.48
+Version:2.49
 Release:1%{?dist}
 Summary:Dispatches messages to one or more outputs
 Group:  Development/Libraries
@@ -53,6 +53,7 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Spelling)
 BuildRequires:  perl(Test::CPAN::Changes)
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(Test::Portability::Files)
 BuildRequires:  perl(Test::Version)
@@ -100,6 +101,9 @@ make test %{?with_release_tests:RELEASE_TESTING=1} 
LOG_DISPATCH_TEST_EMAIL=root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Aug 24 2015 Ralf Corsépius corse...@fedoraproject.org - 2.49-1
+- Upstream update.
+
 * Sat Aug 08 2015 Ralf Corsépius corse...@fedoraproject.org - 2.48-1
 - Upstream update.
 - Update deps.
diff --git a/sources b/sources
index 151c3a8..f8ff28b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7db2d97c61c464ac83c7bae67f72880b  Log-Dispatch-2.48.tar.gz
+ce12b2136bee21cb43cdfcd8cbb3c9db  Log-Dispatch-2.49.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Log-Dispatch.git/commit/?h=f22id=f2a452b2aede964d8aabcd22cb7fba326ee8dd1f
--
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

jplesnik pushed to perl-generators (f23). 1.04 bump

2015-08-24 Thread notifications
From 2ec74d9ef0e4b22fcbd27b7c498f9d0aaaf075a4 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Thu, 30 Jul 2015 15:14:18 +0200
Subject: 1.04 bump


diff --git a/.gitignore b/.gitignore
index c66b50d..3d7fc4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /generators-1.01.tar.gz
 /generators-1.02.tar.gz
 /generators-1.03.tar.gz
+/generators-1.04.tar.gz
diff --git a/perl-generators.spec b/perl-generators.spec
index 04a2a99..9f076c1 100644
--- a/perl-generators.spec
+++ b/perl-generators.spec
@@ -1,12 +1,15 @@
 Name:   perl-generators
-Version:1.03
-Release:3%{?dist}
+Version:1.04
+Release:1%{?dist}
 Summary:RPM Perl dependencies generators
 Group:  Development/Libraries
 License:GPL+
 URL:http://jplesnik.fedorapeople.org/generators
 Source0:%{url}/generators-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -45,6 +48,9 @@ make test
 %{_rpmconfigdir}/fileattrs/perl*.attr
 
 %changelog
+* Wed Jul 29 2015 Jitka Plesnikova jples...@redhat.com - 1.04-1
+- 1.04 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.03-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 2ae994a..378a149 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a67a4d9f256dc1c1c021f850346c3a97  generators-1.03.tar.gz
+64bd41ad0d5b7afa909840ba95d1e4a9  generators-1.04.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-generators.git/commit/?h=f23id=2ec74d9ef0e4b22fcbd27b7c498f9d0aaaf075a4
--
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

jplesnik pushed to perl-generators (f22). 1.04 bump

2015-08-24 Thread notifications
From c273640248a18995b61ef5256ff360e5b95c160e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 24 Aug 2015 12:03:54 +0200
Subject: 1.04 bump


diff --git a/.gitignore b/.gitignore
index c66b50d..3d7fc4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /generators-1.01.tar.gz
 /generators-1.02.tar.gz
 /generators-1.03.tar.gz
+/generators-1.04.tar.gz
diff --git a/perl-generators.spec b/perl-generators.spec
index 5123994..b2b114c 100644
--- a/perl-generators.spec
+++ b/perl-generators.spec
@@ -1,5 +1,5 @@
 Name:   perl-generators
-Version:1.03
+Version:1.04
 Release:1%{?dist}
 Summary:RPM Perl dependencies generators
 Group:  Development/Libraries
@@ -7,6 +7,9 @@ License:GPL+
 URL:http://jplesnik.fedorapeople.org/generators
 Source0:%{url}/generators-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -45,6 +48,9 @@ make test
 %{_rpmconfigdir}/fileattrs/perl*.attr
 
 %changelog
+* Wed Jul 29 2015 Jitka Plesnikova jples...@redhat.com - 1.04-1
+- 1.04 bump
+
 * Mon Feb 02 2015 Jitka Plesnikova jples...@redhat.com - 1.03-1
 - 1.03 bump
 - Update parcing of here-doc and quoted section
diff --git a/sources b/sources
index 2ae994a..378a149 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a67a4d9f256dc1c1c021f850346c3a97  generators-1.03.tar.gz
+64bd41ad0d5b7afa909840ba95d1e4a9  generators-1.04.tar.gz
-- 
cgit v0.10.2



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

jplesnik pushed to perl-generators (f21). 1.04 bump

2015-08-24 Thread notifications
From 7b7bf274a37d45ee76e0d2212b331269d05aa8fd Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 24 Aug 2015 12:10:45 +0200
Subject: 1.04 bump


diff --git a/.gitignore b/.gitignore
index c66b50d..3d7fc4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /generators-1.01.tar.gz
 /generators-1.02.tar.gz
 /generators-1.03.tar.gz
+/generators-1.04.tar.gz
diff --git a/perl-generators.spec b/perl-generators.spec
index 5123994..b2b114c 100644
--- a/perl-generators.spec
+++ b/perl-generators.spec
@@ -1,5 +1,5 @@
 Name:   perl-generators
-Version:1.03
+Version:1.04
 Release:1%{?dist}
 Summary:RPM Perl dependencies generators
 Group:  Development/Libraries
@@ -7,6 +7,9 @@ License:GPL+
 URL:http://jplesnik.fedorapeople.org/generators
 Source0:%{url}/generators-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -45,6 +48,9 @@ make test
 %{_rpmconfigdir}/fileattrs/perl*.attr
 
 %changelog
+* Wed Jul 29 2015 Jitka Plesnikova jples...@redhat.com - 1.04-1
+- 1.04 bump
+
 * Mon Feb 02 2015 Jitka Plesnikova jples...@redhat.com - 1.03-1
 - 1.03 bump
 - Update parcing of here-doc and quoted section
diff --git a/sources b/sources
index 2ae994a..378a149 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a67a4d9f256dc1c1c021f850346c3a97  generators-1.03.tar.gz
+64bd41ad0d5b7afa909840ba95d1e4a9  generators-1.04.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-generators.git/commit/?h=f21id=7b7bf274a37d45ee76e0d2212b331269d05aa8fd
--
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

jplesnik uploaded Test-LWP-UserAgent-0.030.tar.gz for perl-Test-LWP-UserAgent

2015-08-24 Thread notifications
6df189e5826eac05c311d7abc8f13b19  Test-LWP-UserAgent-0.030.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-LWP-UserAgent/Test-LWP-UserAgent-0.030.tar.gz/md5/6df189e5826eac05c311d7abc8f13b19/Test-LWP-UserAgent-0.030.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

jplesnik pushed to perl-Test-LWP-UserAgent (master). 0.030 bump

2015-08-24 Thread notifications
From 4856976e58640916874efbbc49d9f90fa1a987d3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 24 Aug 2015 13:31:10 +0200
Subject: 0.030 bump


diff --git a/.gitignore b/.gitignore
index f857542..669c3cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-LWP-UserAgent-0.029.tar.gz
+/Test-LWP-UserAgent-0.030.tar.gz
diff --git a/perl-Test-LWP-UserAgent.spec b/perl-Test-LWP-UserAgent.spec
index 1bbc265..6150e0f 100644
--- a/perl-Test-LWP-UserAgent.spec
+++ b/perl-Test-LWP-UserAgent.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-LWP-UserAgent
-Version:0.029
+Version:0.030
 Release:1%{?dist}
 Summary:LWP::UserAgent suitable for simulating and testing network 
calls
 License:GPL+ or Artistic
@@ -10,6 +10,7 @@ BuildArch:  noarch
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(HTTP::Date)
@@ -22,8 +23,9 @@ BuildRequires:  perl(if)
 BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Moose)
-BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(namespace::clean) = 0.19
 BuildRequires:  perl(overload)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Path::Tiny)
@@ -66,11 +68,14 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
 NO_NETWORK_TESTING=1 make test
 
 %files
-%license LICENSE
+%license LICENCE
 %doc Changes CONTRIBUTING docs examples README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Jitka Plesnikova jples...@redhat.com - 0.030-1
+- 0.030 bump
+
 * Fri Jul 10 2015 Jitka Plesnikova jples...@redhat.com - 0.029-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 9354daf..0340d43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f32dddbc7969e766588bea578e30f915  Test-LWP-UserAgent-0.029.tar.gz
+6df189e5826eac05c311d7abc8f13b19  Test-LWP-UserAgent-0.030.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-LWP-UserAgent.git/commit/?h=masterid=4856976e58640916874efbbc49d9f90fa1a987d3
--
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 1256181] perl-Perl-Stripper-0.09 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256181



--- Comment #2 from Petr Šabata psab...@redhat.com ---
This update requires a module not yet available in Fedora, Log::Any::IfLOG.

-- 
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 1256203] perl-Test-LWP-UserAgent-0.030 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256203



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-Test-LWP-UserAgent-0.030-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=679528

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

jplesnik pushed to perl-Test-LWP-UserAgent (f23). 0.030 bump

2015-08-24 Thread notifications
From 1dfbb4b4741f5b648b9b50c488515c1beb858be7 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Mon, 24 Aug 2015 13:31:10 +0200
Subject: 0.030 bump


diff --git a/.gitignore b/.gitignore
index f857542..669c3cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-LWP-UserAgent-0.029.tar.gz
+/Test-LWP-UserAgent-0.030.tar.gz
diff --git a/perl-Test-LWP-UserAgent.spec b/perl-Test-LWP-UserAgent.spec
index 1bbc265..6150e0f 100644
--- a/perl-Test-LWP-UserAgent.spec
+++ b/perl-Test-LWP-UserAgent.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-LWP-UserAgent
-Version:0.029
+Version:0.030
 Release:1%{?dist}
 Summary:LWP::UserAgent suitable for simulating and testing network 
calls
 License:GPL+ or Artistic
@@ -10,6 +10,7 @@ BuildArch:  noarch
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(HTTP::Date)
@@ -22,8 +23,9 @@ BuildRequires:  perl(if)
 BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Moose)
-BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(namespace::clean) = 0.19
 BuildRequires:  perl(overload)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Path::Tiny)
@@ -66,11 +68,14 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
 NO_NETWORK_TESTING=1 make test
 
 %files
-%license LICENSE
+%license LICENCE
 %doc Changes CONTRIBUTING docs examples README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Jitka Plesnikova jples...@redhat.com - 0.030-1
+- 0.030 bump
+
 * Fri Jul 10 2015 Jitka Plesnikova jples...@redhat.com - 0.029-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 9354daf..0340d43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f32dddbc7969e766588bea578e30f915  Test-LWP-UserAgent-0.029.tar.gz
+6df189e5826eac05c311d7abc8f13b19  Test-LWP-UserAgent-0.030.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-LWP-UserAgent.git/commit/?h=f23id=1dfbb4b4741f5b648b9b50c488515c1beb858be7
--
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 1256203] perl-Test-LWP-UserAgent-0.030 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256203

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Test-LWP-UserAgent-0.0
   ||30-1.fc24



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

[Bug 1256203] perl-Test-LWP-UserAgent-0.030 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256203



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Test-LWP-UserAgent-0.030-1.fc23 has been submitted as an update to Fedora
23. https://bugzilla.redhat.com/show_bug.cgi?id=1256203

-- 
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 1256181] perl-Perl-Stripper-0.09 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256181

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

   What|Removed |Added

 Depends On||1256344




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1256344
[Bug 1256344] Review Request: perl-Log-Any-IfLOG - Load Log::Any only if
logging is enabled
-- 
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-CPAN-Perl-Releases (f23). 2.28 bump, updated for v5.23.1

2015-08-24 Thread notifications
From 295cefcb89e04e85024bf8926b05e40160649274 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 21 Jul 2015 10:56:30 +0200
Subject: 2.28 bump, updated for v5.23.1


diff --git a/.gitignore b/.gitignore
index 20013d3..716a9b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /CPAN-Perl-Releases-2.22.tar.gz
 /CPAN-Perl-Releases-2.24.tar.gz
 /CPAN-Perl-Releases-2.26.tar.gz
+/CPAN-Perl-Releases-2.28.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 41240b4..c7f6d79 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.26
+Version:2.28
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 21 2015 Petr Šabata con...@redhat.com - 2.28-1
+- 2.28 bump, updated for v5.23.1
+
 * Tue Jun 30 2015 Petr Šabata con...@redhat.com - 2.26-1
 - 2.26 bump
 
diff --git a/sources b/sources
index 6b58e3b..a005577 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b854a7a9600b1c6655696474cd4b6b4  CPAN-Perl-Releases-2.26.tar.gz
+9afde8e27aae254ae6c9fbfdd6bd387b  CPAN-Perl-Releases-2.28.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f23id=295cefcb89e04e85024bf8926b05e40160649274
--
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-CPAN-Perl-Releases (master). 2.32 bump, updated for v5.20.3-RC1 and v5.23.2

2015-08-24 Thread notifications
From 0e9e7157154a75e585bf6a075289235c93411141 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 13:59:57 +0200
Subject: 2.32 bump, updated for v5.20.3-RC1 and v5.23.2


diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index c7f6d79..0be5024 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.28
+Version:2.32
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -17,6 +17,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(vars)
 # Tests only
+BuildRequires:  perl(blib)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
@@ -51,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 2.32-1
+- 2.32 bump, updated for v5.20.3-RC1 and v5.23.2
+
 * Tue Jul 21 2015 Petr Šabata con...@redhat.com - 2.28-1
 - 2.28 bump, updated for v5.23.1
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=masterid=0e9e7157154a75e585bf6a075289235c93411141
--
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-CPAN-Perl-Releases (f23). 2.32 bump, updated for v5.20.3-RC1 and v5.23.2

2015-08-24 Thread notifications
From 0e9e7157154a75e585bf6a075289235c93411141 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 13:59:57 +0200
Subject: 2.32 bump, updated for v5.20.3-RC1 and v5.23.2


diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index c7f6d79..0be5024 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.28
+Version:2.32
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -17,6 +17,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(vars)
 # Tests only
+BuildRequires:  perl(blib)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
@@ -51,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 2.32-1
+- 2.32 bump, updated for v5.20.3-RC1 and v5.23.2
+
 * Tue Jul 21 2015 Petr Šabata con...@redhat.com - 2.28-1
 - 2.28 bump, updated for v5.23.1
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f23id=0e9e7157154a75e585bf6a075289235c93411141
--
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-CPAN-Perl-Releases (f22). 2.32 bump, updated for v5.20.3-RC1 and v5.23.2

2015-08-24 Thread notifications
From 0e9e7157154a75e585bf6a075289235c93411141 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 24 Aug 2015 13:59:57 +0200
Subject: 2.32 bump, updated for v5.20.3-RC1 and v5.23.2


diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index c7f6d79..0be5024 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.28
+Version:2.32
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -17,6 +17,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(vars)
 # Tests only
+BuildRequires:  perl(blib)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
@@ -51,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 24 2015 Petr Šabata con...@redhat.com - 2.32-1
+- 2.32 bump, updated for v5.20.3-RC1 and v5.23.2
+
 * Tue Jul 21 2015 Petr Šabata con...@redhat.com - 2.28-1
 - 2.28 bump, updated for v5.23.1
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=0e9e7157154a75e585bf6a075289235c93411141
--
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-CPAN-Perl-Releases (f22). 2.26 bump

2015-08-24 Thread notifications
From f6836471a5152c76802572336ffc85e51ecfe29d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 30 Jun 2015 21:58:23 +0200
Subject: 2.26 bump


diff --git a/.gitignore b/.gitignore
index ea76919..20013d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /CPAN-Perl-Releases-2.18.tar.gz
 /CPAN-Perl-Releases-2.22.tar.gz
 /CPAN-Perl-Releases-2.24.tar.gz
+/CPAN-Perl-Releases-2.26.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 0a72b9e..41240b4 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.24
+Version:2.26
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 30 2015 Petr Šabata con...@redhat.com - 2.26-1
+- 2.26 bump
+
 * Mon Jun 22 2015 Petr Šabata con...@redhat.com - 2.24-1
 - 2.24 bump, updated for v5.23.0
 
diff --git a/sources b/sources
index 2d75159..6b58e3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9745200ad67f1b94cea995750a22536a  CPAN-Perl-Releases-2.24.tar.gz
+5b854a7a9600b1c6655696474cd4b6b4  CPAN-Perl-Releases-2.26.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=f6836471a5152c76802572336ffc85e51ecfe29d
--
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-CPAN-Perl-Releases (f22). 2.28 bump, updated for v5.23.1

2015-08-24 Thread notifications
From 295cefcb89e04e85024bf8926b05e40160649274 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 21 Jul 2015 10:56:30 +0200
Subject: 2.28 bump, updated for v5.23.1


diff --git a/.gitignore b/.gitignore
index 20013d3..716a9b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /CPAN-Perl-Releases-2.22.tar.gz
 /CPAN-Perl-Releases-2.24.tar.gz
 /CPAN-Perl-Releases-2.26.tar.gz
+/CPAN-Perl-Releases-2.28.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 41240b4..c7f6d79 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.26
+Version:2.28
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 21 2015 Petr Šabata con...@redhat.com - 2.28-1
+- 2.28 bump, updated for v5.23.1
+
 * Tue Jun 30 2015 Petr Šabata con...@redhat.com - 2.26-1
 - 2.26 bump
 
diff --git a/sources b/sources
index 6b58e3b..a005577 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b854a7a9600b1c6655696474cd4b6b4  CPAN-Perl-Releases-2.26.tar.gz
+9afde8e27aae254ae6c9fbfdd6bd387b  CPAN-Perl-Releases-2.28.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=295cefcb89e04e85024bf8926b05e40160649274
--
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-CPAN-Perl-Releases (f22). 2.14 bump, updated for v5.21.11

2015-08-24 Thread notifications
From 779901e1e6770e2952f97bf96349afaaf2dc1bd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 21 Apr 2015 14:05:25 +0200
Subject: 2.14 bump, updated for v5.21.11


diff --git a/.gitignore b/.gitignore
index 44a588c..d0a4486 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /CPAN-Perl-Releases-2.08.tar.gz
 /CPAN-Perl-Releases-2.10.tar.gz
 /CPAN-Perl-Releases-2.12.tar.gz
+/CPAN-Perl-Releases-2.14.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index b0d2ee8..6b03e7b 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.12
+Version:2.14
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 21 2015 Petr Šabata con...@redhat.com - 2.14-1
+- 2.14 bump, updated for v5.21.11
+
 * Mon Mar 23 2015 Petr Šabata con...@redhat.com - 2.12-1
 - 2.12 bump, updated for v5.21.10
 
diff --git a/sources b/sources
index a763081..2553803 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2db050a552fe3211fe961ba941834aaf  CPAN-Perl-Releases-2.12.tar.gz
+a4a40b722f27f2ae8f2da0cbb3b37442  CPAN-Perl-Releases-2.14.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=779901e1e6770e2952f97bf96349afaaf2dc1bd8
--
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-CPAN-Perl-Releases (f22). 2.16 bump, update for v5.22.0-rc1

2015-08-24 Thread notifications
From 665db8a00bf6cdc3a6bd04ecb31720dc7a270646 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Wed, 20 May 2015 10:06:53 +0200
Subject: 2.16 bump, update for v5.22.0-rc1


diff --git a/.gitignore b/.gitignore
index d0a4486..a544692 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /CPAN-Perl-Releases-2.10.tar.gz
 /CPAN-Perl-Releases-2.12.tar.gz
 /CPAN-Perl-Releases-2.14.tar.gz
+/CPAN-Perl-Releases-2.16.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 6b03e7b..3e5fbb9 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.14
+Version:2.16
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 20 2015 Petr Šabata con...@redhat.com - 2.16-1
+- 2.16 bump, update for v5.22.0-rc1
+
 * Tue Apr 21 2015 Petr Šabata con...@redhat.com - 2.14-1
 - 2.14 bump, updated for v5.21.11
 
diff --git a/sources b/sources
index 2553803..ee87ae8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4a40b722f27f2ae8f2da0cbb3b37442  CPAN-Perl-Releases-2.14.tar.gz
+d9549ddb89a8f418ae787b0d32d42a0e  CPAN-Perl-Releases-2.16.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=665db8a00bf6cdc3a6bd04ecb31720dc7a270646
--
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-CPAN-Perl-Releases (f22). 2.18 bump, updated for v5.22.0-rc2

2015-08-24 Thread notifications
From f1d20ff0b11064120047bc1350c969bd11d53706 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 25 May 2015 13:20:07 +0200
Subject: 2.18 bump, updated for v5.22.0-rc2


diff --git a/.gitignore b/.gitignore
index a544692..ed0c947 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /CPAN-Perl-Releases-2.12.tar.gz
 /CPAN-Perl-Releases-2.14.tar.gz
 /CPAN-Perl-Releases-2.16.tar.gz
+/CPAN-Perl-Releases-2.18.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 3e5fbb9..7be2139 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.16
+Version:2.18
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -50,8 +50,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 25 2015 Petr Šabata con...@redhat.com - 2.18-1
+- 2.18 bump, updated for v5.22.0-rc2
+
 * Wed May 20 2015 Petr Šabata con...@redhat.com - 2.16-1
-- 2.16 bump, update for v5.22.0-rc1
+- 2.16 bump, updated for v5.22.0-rc1
 
 * Tue Apr 21 2015 Petr Šabata con...@redhat.com - 2.14-1
 - 2.14 bump, updated for v5.21.11
diff --git a/sources b/sources
index ee87ae8..f0a869c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9549ddb89a8f418ae787b0d32d42a0e  CPAN-Perl-Releases-2.16.tar.gz
+ae35667a830550bbe3ab89bd7ee16e99  CPAN-Perl-Releases-2.18.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=f1d20ff0b11064120047bc1350c969bd11d53706
--
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-CPAN-Perl-Releases (f22). 2.22 bump, updated for v5.22.0

2015-08-24 Thread notifications
From be1ae21a8391c5fe6bac43c3395941580d86e8de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Tue, 2 Jun 2015 15:10:57 +0200
Subject: 2.22 bump, updated for v5.22.0


diff --git a/.gitignore b/.gitignore
index ed0c947..c060135 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /CPAN-Perl-Releases-2.14.tar.gz
 /CPAN-Perl-Releases-2.16.tar.gz
 /CPAN-Perl-Releases-2.18.tar.gz
+/CPAN-Perl-Releases-2.22.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 7be2139..ce69bbb 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.18
+Version:2.22
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 02 2015 Petr Šabata con...@redhat.com - 2.22-1
+- 2.22 bump, updated for v5.22.0
+
 * Mon May 25 2015 Petr Šabata con...@redhat.com - 2.18-1
 - 2.18 bump, updated for v5.22.0-rc2
 
diff --git a/sources b/sources
index f0a869c..b068633 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae35667a830550bbe3ab89bd7ee16e99  CPAN-Perl-Releases-2.18.tar.gz
+b625ff552df9ddb4f830e92102f82c83  CPAN-Perl-Releases-2.22.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=be1ae21a8391c5fe6bac43c3395941580d86e8de
--
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-CPAN-Perl-Releases (f22). Perl 5.22 rebuild

2015-08-24 Thread notifications
From 8674657a62c2aec75f0a7accf57860b3b3e1be22 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova jples...@redhat.com
Date: Wed, 3 Jun 2015 13:30:32 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index ce69bbb..9750a45 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-Perl-Releases
 Version:2.22
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova jples...@redhat.com - 2.22-2
+- Perl 5.22 rebuild
+
 * Tue Jun 02 2015 Petr Šabata con...@redhat.com - 2.22-1
 - 2.22 bump, updated for v5.22.0
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=8674657a62c2aec75f0a7accf57860b3b3e1be22
--
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-CPAN-Perl-Releases (f22). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-08-24 Thread notifications
From f93e17469f4513d189bba34c63d7c89c98a2393a Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Thu, 18 Jun 2015 01:34:44 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 9750a45..2de182c 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-Perl-Releases
 Version:2.22
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.22-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova jples...@redhat.com - 2.22-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=f93e17469f4513d189bba34c63d7c89c98a2393a
--
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-CPAN-Perl-Releases (f22). 2.24 bump, updated for v5.23.0

2015-08-24 Thread notifications
From 13ce032c1e0e56e83dff5dda25d290db77fa55be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 22 Jun 2015 10:25:48 +0200
Subject: 2.24 bump, updated for v5.23.0


diff --git a/.gitignore b/.gitignore
index c060135..ea76919 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /CPAN-Perl-Releases-2.16.tar.gz
 /CPAN-Perl-Releases-2.18.tar.gz
 /CPAN-Perl-Releases-2.22.tar.gz
+/CPAN-Perl-Releases-2.24.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 2de182c..0a72b9e 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.22
-Release:3%{?dist}
+Version:2.24
+Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,6 +8,7 @@ URL:http://search.cpan.org/dist/CPAN-Perl-Releases/
 Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-%{version}.tar.gz
 BuildArch:  noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.76
 BuildRequires:  perl(strict)
@@ -50,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 22 2015 Petr Šabata con...@redhat.com - 2.24-1
+- 2.24 bump, updated for v5.23.0
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.22-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index b068633..2d75159 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b625ff552df9ddb4f830e92102f82c83  CPAN-Perl-Releases-2.22.tar.gz
+9745200ad67f1b94cea995750a22536a  CPAN-Perl-Releases-2.24.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=13ce032c1e0e56e83dff5dda25d290db77fa55be
--
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-CPAN-Perl-Releases (f22). 2.12 bump, updated for v5.21.10

2015-08-24 Thread notifications
From d9987ad40bc672b170775e5a061a893df4342726 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Mon, 23 Mar 2015 14:13:16 +0100
Subject: 2.12 bump, updated for v5.21.10


diff --git a/.gitignore b/.gitignore
index c897fd3..44a588c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /CPAN-Perl-Releases-2.06.tar.gz
 /CPAN-Perl-Releases-2.08.tar.gz
 /CPAN-Perl-Releases-2.10.tar.gz
+/CPAN-Perl-Releases-2.12.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index a4cd319..b0d2ee8 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.10
+Version:2.12
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 23 2015 Petr Šabata con...@redhat.com - 2.12-1
+- 2.12 bump, updated for v5.21.10
+
 * Thu Mar 19 2015 Petr Šabata con...@redhat.com - 2.10-1
 - 2.10 bump, updated for v5.21.9
 
diff --git a/sources b/sources
index 958a9bc..a763081 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df07151766ca8467f2712a6493b48139  CPAN-Perl-Releases-2.10.tar.gz
+2db050a552fe3211fe961ba941834aaf  CPAN-Perl-Releases-2.12.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=d9987ad40bc672b170775e5a061a893df4342726
--
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-CPAN-Perl-Releases (f22). 2.10 bump, updated for v5.21.9

2015-08-24 Thread notifications
From f2eb9c97a238e5a33807da0d102b735f12d9b9de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= con...@redhat.com
Date: Thu, 19 Mar 2015 17:44:24 +0100
Subject: 2.10 bump, updated for v5.21.9


diff --git a/.gitignore b/.gitignore
index 9da5a59..c897fd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /CPAN-Perl-Releases-2.02.tar.gz
 /CPAN-Perl-Releases-2.06.tar.gz
 /CPAN-Perl-Releases-2.08.tar.gz
+/CPAN-Perl-Releases-2.10.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index c519fd6..a4cd319 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:2.08
+Version:2.10
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 19 2015 Petr Šabata con...@redhat.com - 2.10-1
+- 2.10 bump, updated for v5.21.9
+
 * Tue Feb 17 2015 Petr Šabata con...@redhat.com - 2.08-1
 - 2.08 bump, updated for v5.20.2
 
diff --git a/sources b/sources
index 4aeee2d..958a9bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d56684568b072299af4e493adccea9a2  CPAN-Perl-Releases-2.08.tar.gz
+df07151766ca8467f2712a6493b48139  CPAN-Perl-Releases-2.10.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-CPAN-Perl-Releases.git/commit/?h=f22id=f2eb9c97a238e5a33807da0d102b735f12d9b9de
--
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 1256203] perl-Test-LWP-UserAgent-0.030 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256203

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Test-LWP-UserAgent-0.030-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.\nIf you want to test the update, you can install it with \n su -c 'yum
--enablerepo=updates-testing update perl-Test-LWP-UserAgent'. You can provide
feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14077

-- 
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 1256190] perl-Text-Diff-1.43 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256190



--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-Diff-1.43-1.fc23 has been pushed to the Fedora 23 testing repository.
If problems still persist, please make note of it in this bug report.\nIf you
want to test the update, you can install it with \n su -c 'yum
--enablerepo=updates-testing update perl-Text-Diff'. You can provide feedback
for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-14084

-- 
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 1256198] perl-Time-Progress-1.9 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256198

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

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Time-Progress-1.9-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.\nIf you want to test the update, you can install it with \n su -c 'yum
--enablerepo=updates-testing update perl-Time-Progress'. You can provide
feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14102

-- 
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 1256145] perl-CPAN-Perl-Releases-2.32 is available

2015-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1256145



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-CPAN-Perl-Releases-2.32-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.\nIf you want to test the update, you can install it with \n su -c 'yum
--enablerepo=updates-testing update perl-CPAN-Perl-Releases'. You can provide
feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14097

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