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

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Aug 8 05:06:05 UTC 2015


From 9649f9b3b8af79bd37085fdef87c3e4f226a89df Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Sat, 6 Jun 2015 19:53:19 +0200
Subject: Perl 5.22 rebuild


diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 36e83fc..42d6a10 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -6,7 +6,7 @@
 
 Name:           perl-Log-Dispatch
 Version:        2.44
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Dispatches messages to one or more outputs
 Group:          Development/Libraries
 License:        Artistic 2.0
@@ -96,6 +96,9 @@ make test %{?with_release_tests:RELEASE_TESTING=1} LOG_DISPATCH_TEST_EMAIL="root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Sat Jun 06 2015 Jitka Plesnikova <jplesnik at redhat.com> - 2.44-2
+- Perl 5.22 rebuild
+
 * Tue Oct 21 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.44-1
 - Upstream update.
 
-- 
cgit v0.10.2


From 8667fd0ed646ea25b13d5c2aed2e40160504a41c Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Thu, 18 Jun 2015 04:11:08 +0000
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 42d6a10..45bb89e 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -6,7 +6,7 @@
 
 Name:           perl-Log-Dispatch
 Version:        2.44
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Dispatches messages to one or more outputs
 Group:          Development/Libraries
 License:        Artistic 2.0
@@ -96,6 +96,9 @@ make test %{?with_release_tests:RELEASE_TESTING=1} LOG_DISPATCH_TEST_EMAIL="root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.44-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova <jplesnik at redhat.com> - 2.44-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2


From 3860f5fd32f1526ed7c57d1f52b8a23b8d9820ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu at fedoraproject.org>
Date: Sat, 8 Aug 2015 05:17:31 +0200
Subject: Upstream update.

- Introduce %license.
- Drop Log-Dispatch-2.42.diff.
- Update deps.

diff --git a/Log-Dispatch-2.42.diff b/Log-Dispatch-2.42.diff
deleted file mode 100644
index f625333..0000000
--- a/Log-Dispatch-2.42.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- Log-Dispatch-2.42.orig/t/release-pod-coverage.t	2014-08-12 20:44:21.000000000 +0200
-+++ Log-Dispatch-2.42/t/release-pod-coverage.t	2014-08-18 07:15:23.329409599 +0200
-@@ -29,6 +29,7 @@
- 
- my %trustme = (
-              'Log::Dispatch::File' => [
-+                                      qr/O_APPEND$/,
-                                       qr/APPEND$/
-                                     ],
-              'Log::Dispatch' => [
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 45bb89e..c669633 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,17 +5,14 @@
 %bcond_with	release_tests
 
 Name:           perl-Log-Dispatch
-Version:        2.44
-Release:        3%{?dist}
+Version:        2.45
+Release:        1%{?dist}
 Summary:        Dispatches messages to one or more outputs
 Group:          Development/Libraries
 License:        Artistic 2.0
 URL:            http://search.cpan.org/dist/Log-Dispatch/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-%{version}.tar.gz
 
-# Work-around bugs in t/release-pod-coverage.t
-Patch0:         Log-Dispatch-2.42.diff
-
 BuildArch:      noarch
 
 BuildRequires:  perl(Apache2::Log)
@@ -35,7 +32,7 @@ BuildRequires:  perl(Sys::Syslog) >= 0.25
 BuildRequires:  perl(warnings)
 
 # testsuite
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Requires)
 
@@ -54,6 +51,9 @@ BuildRequires:  perl(Test::Spelling)
 BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(Test::Portability::Files)
+BuildRequires:  perl(Test::Version)
+# N/A in Fedora
+BuildRequires:  perl(Test::Code::TidyAll) > 0.24
 
 # Required by t/release-pod-no404s.t
 # Likely a bug underneath of Test::Pod::No404s
@@ -73,7 +73,6 @@ new dispatcher object and particularly for creating new outputs.
 
 %prep
 %setup -q -n Log-Dispatch-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL installdirs=vendor
@@ -91,11 +90,18 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test %{?with_release_tests:RELEASE_TESTING=1} LOG_DISPATCH_TEST_EMAIL="root at localhost.localdomain"
 
 %files
-%doc Changes LICENSE
+%doc Changes
+%license LICENSE
 %{perl_vendorlib}/Log/
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Sat Aug 08 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.45-1
+- Upstream update.
+- Introduce %%license.
+- Drop Log-Dispatch-2.42.diff.
+- Update deps.
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.44-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


From e6fad7011e2ef02f407c79e99728e58a7ffbffc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu at fedoraproject.org>
Date: Sat, 8 Aug 2015 05:28:36 +0200
Subject: Upstream update.

- BR: perl(Params::Validate) >= 1.03.

diff --git a/.gitignore b/.gitignore
index 2325f00..e757501 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.44.tar.gz
+/Log-Dispatch-2.46.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index c669633..4d07591 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,7 +5,7 @@
 %bcond_with	release_tests
 
 Name:           perl-Log-Dispatch
-Version:        2.45
+Version:        2.46
 Release:        1%{?dist}
 Summary:        Dispatches messages to one or more outputs
 Group:          Development/Libraries
@@ -25,7 +25,7 @@ BuildRequires:  perl(Mail::Send)
 BuildRequires:  perl(Mail::Sender)
 BuildRequires:  perl(Mail::Sendmail)
 BuildRequires:  perl(MIME::Lite)
-BuildRequires:  perl(Params::Validate) >= 0.15
+BuildRequires:  perl(Params::Validate) >= 1.03
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Sys::Syslog) >= 0.25
@@ -96,6 +96,10 @@ make test %{?with_release_tests:RELEASE_TESTING=1} LOG_DISPATCH_TEST_EMAIL="root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Sat Aug 08 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.46-1
+- Upstream update.
+- BR: perl(Params::Validate) >= 1.03.
+
 * Sat Aug 08 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.45-1
 - Upstream update.
 - Introduce %%license.
diff --git a/sources b/sources
index eb3c184..4f8fc26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a08ad454f77ee6fe0d98e32516b835f2  Log-Dispatch-2.44.tar.gz
+14eb2a02eb98c6abc077be6dd419c41a  Log-Dispatch-2.46.tar.gz
-- 
cgit v0.10.2


From 76165d967687fb6fae7d4abb6e98b3682df9a8a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu at fedoraproject.org>
Date: Sat, 8 Aug 2015 05:51:37 +0200
Subject: Upstream update.

- Update deps.

diff --git a/.gitignore b/.gitignore
index e757501..220c413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Log-Dispatch-2.46.tar.gz
+/Log-Dispatch-2.48.tar.gz
diff --git a/perl-Log-Dispatch.spec b/perl-Log-Dispatch.spec
index 4d07591..6b1a8d8 100644
--- a/perl-Log-Dispatch.spec
+++ b/perl-Log-Dispatch.spec
@@ -5,7 +5,7 @@
 %bcond_with	release_tests
 
 Name:           perl-Log-Dispatch
-Version:        2.46
+Version:        2.48
 Release:        1%{?dist}
 Summary:        Dispatches messages to one or more outputs
 Group:          Development/Libraries
@@ -21,6 +21,9 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Run3)
 BuildRequires:  perl(Mail::Send)
 BuildRequires:  perl(Mail::Sender)
 BuildRequires:  perl(Mail::Sendmail)
@@ -29,6 +32,7 @@ BuildRequires:  perl(Params::Validate) >= 1.03
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Sys::Syslog) >= 0.25
+BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
 
 # testsuite
@@ -96,6 +100,10 @@ make test %{?with_release_tests:RELEASE_TESTING=1} LOG_DISPATCH_TEST_EMAIL="root
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Sat Aug 08 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.48-1
+- Upstream update.
+- Update deps.
+
 * Sat Aug 08 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.46-1
 - Upstream update.
 - BR: perl(Params::Validate) >= 1.03.
diff --git a/sources b/sources
index 4f8fc26..151c3a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14eb2a02eb98c6abc077be6dd419c41a  Log-Dispatch-2.46.tar.gz
+7db2d97c61c464ac83c7bae67f72880b  Log-Dispatch-2.48.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Log-Dispatch.git/commit/?h=f21&id=a7ddfb8c9464822721dc7c6f56b04085aaed0b8c


More information about the perl-devel mailing list