diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 08:21:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 08:21:29 +0200 |
commit | 209826c2e839a842535d38581cf7d38a67f571f9 (patch) | |
tree | 04bc37e19db68c7f1641858e75e1bb6f64d4e2f8 | |
parent | 658b0f567f7f8a76647c872f40568f8aa9a03bd0 (diff) |
php-horde-kronolith: fix from review #1087772
-rw-r--r-- | php-horde-kronolith.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-kronolith.spec b/php-horde-kronolith.spec index 36fc50a..3685cc2 100644 --- a/php-horde-kronolith.spec +++ b/php-horde-kronolith.spec @@ -16,7 +16,7 @@ Name: php-horde-kronolith Version: 4.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A web based calendar Group: Development/Libraries @@ -111,9 +111,11 @@ Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_View) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_View) < 3.0.0 -# Fro mpackage.xml, optional +# From package.xml, optional Requires: php-pear(%{pear_channel}/nag) >= 4.0.0 +Requires: php-pear(%{pear_channel}/nag) < 5 # Optional and implicitly required: Horde_Db +# Optional and skiped as non-free: Horde_ActiveSync # TODO pear.horde.org/timeobjects >= 2.0.0 # From phpcompatinfo report for version 4.1.5 Requires: php-date @@ -163,7 +165,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 @@ -246,6 +248,10 @@ fi %changelog +* Sat May 17 2014 Remi Collet <remi@fedoraproject.org> - 4.1.5-2 +- fix from review #1087772 +- preserve timestamp of package.xml + * Mon Mar 10 2014 Remi Collet <remi@fedoraproject.org> - 4.1.5-1 - Update to 4.1.5 |