diff options
-rw-r--r-- | php-horde-Horde-Db.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-Horde-Db.spec b/php-horde-Horde-Db.spec index 25cb038..d4fd830 100644 --- a/php-horde-Horde-Db.spec +++ b/php-horde-Horde-Db.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Db -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist} Summary: Horde Database Libraries @@ -64,7 +64,7 @@ Horde database/SQL abstraction layer %setup -q -c cd %{pear_name}-%{version} -cp ../package.xml %{name}.xml +cp -p ../package.xml %{name}.xml %build @@ -115,6 +115,9 @@ fi %changelog +* Tue Jun 17 2014 Remi Collet <remi@fedoraproject.org> - 2.1.3-1 +- Update to 2.1.3 + * Thu May 22 2014 Remi Collet <remi@fedoraproject.org> - 2.1.2-1 - Update to 2.1.2 |