diff --git a/.gitignore b/.gitignore index bdae13d..c3c7174 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ clog /horde-5.2.9.tgz /horde-5.2.10.tgz /horde-5.2.11.tgz +/horde-5.2.12.tgz diff --git a/php-horde-horde.spec b/php-horde-horde.spec index 81741d9..9dae092 100644 --- a/php-horde-horde.spec +++ b/php-horde-horde.spec @@ -13,7 +13,7 @@ %global with_sysjs 0 Name: php-horde-horde -Version: 5.2.11 +Version: 5.2.12 Release: 1%{?dist} Summary: Horde Application Framework @@ -246,17 +246,6 @@ do done | tee ../%{pear_name}.lang -%pretrans -if [ -d %{pear_hordedir}/static -a ! -L %{pear_hordedir}/static ] -then - save=%{pear_hordedir}/static.rpmsave - while [ -e $save ] - do save=${save}_ - done - mv %{pear_hordedir}/static $save -fi - - %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{name}.xml >/dev/null || : @@ -303,6 +292,10 @@ fi %changelog +* Wed Sep 07 2016 Remi Collet - 5.2.12-1 +- Update to 5.2.12 +- drop old %%pretrans scriptlet not needed anymore + * Sat Jul 02 2016 Remi Collet - 5.2.11-1 - Update to 5.2.11 diff --git a/sources b/sources index 25f1b50..f92c46c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8293f1cf9287e27880c6b28802bce157 horde-5.2.11.tgz +2ade5ed1b77f927578652f4128116de0 horde-5.2.12.tgz