[t-prot] Update to 3.2

Emmanuel Seyman eseyman at fedoraproject.org
Sun Aug 24 21:56:24 UTC 2014


commit 56818edda906c39247a1ca279f973ab1337d2144
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Aug 24 23:56:20 2014 +0200

    Update to 3.2

 .gitignore  |    1 +
 sources     |    2 +-
 t-prot.spec |    8 +++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e03e536..c942f2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /t-prot-3.0.tar.gz
 /t-prot-3.1.tar.gz
+/t-prot-3.2.tar.gz
diff --git a/sources b/sources
index 5d97f3f..545b703 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d4c7474e4b26e91015443eccec91249  t-prot-3.1.tar.gz
+c949266f403f491eb1d8e8730e0f63e4  t-prot-3.2.tar.gz
diff --git a/t-prot.spec b/t-prot.spec
index a1ba64d..13de925 100644
--- a/t-prot.spec
+++ b/t-prot.spec
@@ -1,5 +1,5 @@
 Name:           t-prot
-Version:        3.1
+Version:        3.2
 Release:        1%{?dist}
 Summary:        A filter which improves the readability of email messages and Usenet posts
 
@@ -7,6 +7,8 @@ License:        BSD
 URL:            http://www.escape.de/~tolot/mutt/
 Source0:        http://www.escape.de/~tolot/mutt/t-prot/downloads/%{name}-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(Locale::gettext)
+Requires:       perl(Locale::gettext)
 
 %description
 t-prot (TOFU Protection) is a filter which improves the readability of email
@@ -34,6 +36,10 @@ install -p -m 644 t-prot.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 
 
 %changelog
+* Sun Aug 24 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 3.2-1
+- Update to 3.2
+- Add perl(Locale::gettext) as a BR and a Requires
+
 * Tue Aug 19 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 3.1-1
 - Update to 3.1
 



More information about the perl-devel mailing list