diff options
| -rw-r--r-- | php-horde-kronolith.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-kronolith.spec b/php-horde-kronolith.spec index 84f4bc9..2922f9f 100644 --- a/php-horde-kronolith.spec +++ b/php-horde-kronolith.spec @@ -11,7 +11,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-kronolith -Version:        4.2.21 +Version:        4.2.22  Release:        1%{?dist}  Summary:        A web based calendar @@ -235,7 +235,7 @@ fi  %attr(0640,apache,apache) %config %{_sysconfdir}/horde/%{pear_name}/*.dist  %attr(0660,apache,apache) %config(noreplace) %{_sysconfdir}/horde/%{pear_name}/*.php  %attr(0660,apache,apache) %config %{_sysconfdir}/horde/%{pear_name}/*.xml -%{pear_testdir}/kronolith +%doc %{pear_testdir}/kronolith  %{_bindir}/kronolith-agenda  %{_bindir}/kronolith-convert-datatree-shares-to-sql  %{_bindir}/kronolith-convert-sql-shares-to-sqlng @@ -258,6 +258,9 @@ fi  %changelog +* Tue Aug  1 2017 Remi Collet <remi@remirepo.net> - 4.2.22-1 +- Update to 4.2.22 +  * Wed May  3 2017 Remi Collet <remi@remirepo.net> - 4.2.21-1  - Update to 4.2.21  | 
