pghmcfc pushed to grepmail (grepmail-5.3104-1.fc23). "Update to 5.3104 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 3 15:21:52 UTC 2015


>From ab1c0714cea7278960c038f6285ec5830ae00455 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Sun, 3 May 2015 12:39:11 +0100
Subject: Update to 5.3104

- New upstream release 5.3104
  - Clarify licensing terms
  - Don't install private Module::Install extension (CPAN RT#103482)
  - Move verbose testing to a private module, and implement it in a way that
    doesn't require editing the Makefile after it is generated
  - Require File::Slurp instead of including it, to avoid potential problems
    like this:
    http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
  - Miscellaneous fixes for Windows compatibility, including weaking the
    invalid mailbox test so that it only looks for output from grepmail, and
    not any "broken pipe" message from the OS

diff --git a/grepmail.spec b/grepmail.spec
index 4c0fd90..d18f0e6 100644
--- a/grepmail.spec
+++ b/grepmail.spec
@@ -1,6 +1,6 @@
 Summary:	Search mailboxes for a particular email
 Name:		grepmail
-Version:	5.3102
+Version:	5.3104
 Release:	1%{?dist}
 License:	GPLv2
 Group:		Applications/Text
@@ -20,6 +20,7 @@ BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(ExtUtils::Manifest)
 BuildRequires:	perl(Fcntl) >= 1.03
 BuildRequires:	perl(File::Path)
+BuildRequires:	perl(File::Slurp)
 BuildRequires:	perl(File::Spec) >= 0.8
 BuildRequires:	perl(FindBin)
 BuildRequires:	perl(IO::Handle)
@@ -96,6 +97,19 @@ rm -rf %{buildroot}
 %{_mandir}/man1/grepmail.1*
 
 %changelog
+* Sun May  3 2015 Paul Howarth <paul at city-fan.org> - 5.3104-1
+- Update to 5.3104
+  - Clarify licensing terms
+  - Don't install private Module::Install extension (CPAN RT#103482)
+  - Move verbose testing to a private module, and implement it in a way that
+    doesn't require editing the Makefile after it is generated
+  - Require File::Slurp instead of including it, to avoid potential problems
+    like this:
+    http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
+  - Miscellaneous fixes for Windows compatibility, including weaking the
+    invalid mailbox test so that it only looks for output from grepmail, and
+    not any "broken pipe" message from the OS
+
 * Mon Apr 13 2015 Paul Howarth <paul at city-fan.org> - 5.3102-1
 - Update to 5.3102
   - Force the user to upgrade their Time::Local, to work around bugs in the
diff --git a/sources b/sources
index f375804..da9b8ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23883ca329a0d5053c18fea168517375  grepmail-5.3102.tar.gz
+8aadac8db4deeb3272e2222c356dcc64  grepmail-5.3104.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/grepmail.git/commit/?h=grepmail-5.3104-1.fc23&id=ab1c0714cea7278960c038f6285ec5830ae00455


More information about the perl-devel mailing list