diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-16 18:12:42 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-16 18:12:42 +0200 | 
| commit | 3a7607948d98484a6405d2c8ba3b73362e42387b (patch) | |
| tree | 97ffefaa4ef7704cacd5f607d02e4259e6040a53 | |
| parent | a2127ce02832141e9723bf2a2dd72b0c42b67b6a (diff) | |
php-horde-ingo: preserve package.xml timestamp
| -rw-r--r-- | php-horde-ingo.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
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 <remi@fedoraproject.org> - 3.1.4-2 +- preserve package.xml timestamp +  * Mon Mar 10 2014 Remi Collet <remi@fedoraproject.org> - 3.1.4-1  - Update to 3.1.4  | 
