From 3a7607948d98484a6405d2c8ba3b73362e42387b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 16 May 2014 18:12:42 +0200 Subject: php-horde-ingo: preserve package.xml timestamp --- php-horde-ingo.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-horde-ingo.spec b/php-horde-ingo.spec index 5346ec3..ab8ce6b 100644 --- a/php-horde-ingo.spec +++ b/php-horde-ingo.spec @@ -11,9 +11,12 @@ %global pear_name ingo %global pear_channel pear.horde.org +# TODO +# Tests are not ready (need Framework 5.2) + Name: php-horde-ingo Version: 3.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An email filter rules manager Group: Development/Libraries @@ -105,6 +108,7 @@ sed -e '/%{pear_name}\.po/d' \ -e '/htaccess/d' \ -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ ../package.xml >%{name}.xml +touch -r ../package.xml %{name}.xml %build @@ -186,6 +190,9 @@ fi %changelog +* Fri May 16 2014 Remi Collet - 3.1.4-2 +- preserve package.xml timestamp + * Mon Mar 10 2014 Remi Collet - 3.1.4-1 - Update to 3.1.4 -- cgit