diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-07-31 08:45:23 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-07-31 08:45:23 +0200 | 
| commit | 2a95d9ccd3d32dd5c3872d1d5e2b5f6015e528a1 (patch) | |
| tree | 43d3b717974347af1b2622ac581c01936e34e0ab | |
| parent | 15f9afc4beb91559e13bd12ffea4ea349ad3e9f2 (diff) | |
php-horde-Horde-Compress: 2.1.3
| -rw-r--r-- | php-horde-Horde-Compress.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-Horde-Compress.spec b/php-horde-Horde-Compress.spec index b1ff983..c704cb1 100644 --- a/php-horde-Horde-Compress.spec +++ b/php-horde-Horde-Compress.spec @@ -12,7 +12,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Compress -Version:        2.1.2 +Version:        2.1.3  Release:        1%{?dist}  Summary:        Horde Compression API @@ -105,7 +105,7 @@ done | tee ../%{pear_name}.lang  %check  cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +phpunit --verbose .  %post @@ -130,6 +130,9 @@ fi  %changelog +* Fri Jul 31 2015 Remi Collet <remi@fedoraproject.org> - 2.1.3-1 +- Update to 2.1.3 +  * Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 2.1.2-1  - Update to 2.1.2  | 
