diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-04 08:30:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-04 08:30:00 +0100 |
commit | 13be62ac09e64ce36a2dbb45032e4fe61ba91a45 (patch) | |
tree | 8570ead663a394f565ef6ab7ed0862cab70e384c | |
parent | e9706d1c883deb615996f36d5810c9646bd6272d (diff) |
php-horde-Horde-Auth: 2.1.2
-rw-r--r-- | php-horde-Horde-Auth.spec | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/php-horde-Horde-Auth.spec b/php-horde-Horde-Auth.spec index 6289501..15969f7 100644 --- a/php-horde-Horde-Auth.spec +++ b/php-horde-Horde-Auth.spec @@ -1,9 +1,18 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Auth +# +# Copyright (c) 2012-2014 Nick Bebout, Remi Collet +# +# License: MIT +# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense +# +# Please, preserve the changelog entries +# +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Auth %global pear_channel pear.horde.org Name: php-horde-Horde-Auth -Version: 2.1.1 +Version: 2.1.2 Release: 1%{?dist} Summary: Horde Authentication API @@ -136,6 +145,9 @@ fi %changelog +* Tue Mar 04 2014 Remi Collet <remi@fedoraproject.org> - 2.1.2-1 +- Update to 2.1.2 + * Tue Oct 15 2013 Remi Collet <remi@fedoraproject.org> - 2.1.1-1 - Update to 2.1.1 |