diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-02-10 15:34:08 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-02-10 15:34:08 +0100 | 
| commit | 64c340ead9c41a31d073e4b588c31cc029f7c6f5 (patch) | |
| tree | 2356a8e269384fd691902773e34a67d2c5ca8531 | |
| parent | 300d79fefdf50a14390bccd1da14888ac6cf83c6 (diff) | |
horde/kronolith 4.2.5
| -rw-r--r-- | php-horde-kronolith.spec | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/php-horde-kronolith.spec b/php-horde-kronolith.spec index 33ed680..6c81409 100644 --- a/php-horde-kronolith.spec +++ b/php-horde-kronolith.spec @@ -2,7 +2,7 @@  #  # Copyright (c) 2012-2015 Remi Collet  # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  # @@ -11,7 +11,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-kronolith -Version:        4.2.4 +Version:        4.2.5  Release:        1%{?dist}  Summary:        A web based calendar @@ -124,6 +124,7 @@ Requires:       php-spl  Requires:       php-xmlwriter  Provides:       php-pear(%{pear_channel}/kronolith) = %{version} +Provides:       php-composer(horde/kronolith) = %{version}  Obsoletes:      kronolith < 4  Provides:       kronolith  = %{version} @@ -256,6 +257,10 @@ fi  %changelog +* Tue Feb 10 2015 Remi Collet <remi@fedoraproject.org> - 4.2.5-1 +- Update to 4.2.5 +- add provides php-composer(horde/kronolith) +  * Wed Dec 03 2014 Remi Collet <remi@fedoraproject.org> - 4.2.4-1  - Update to 4.2.4 | 
