[t-prot/f20] Update to 3.2

Emmanuel Seyman eseyman at fedoraproject.org
Sun Aug 24 22:38:14 UTC 2014


commit 3d25e4786402cf0575f2842ea0b4f054d557c8b8
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Mon Aug 25 00:38:12 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 fffb5bd..ae0dba1 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 @@ gzip -f $RPM_BUILD_ROOT%{_mandir}/man1/t-prot.1
 
 
 %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