diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-09 07:42:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-09 07:42:12 +0200 |
commit | 85cb6fb59df5f7f2a79c5f914e4b5f68262bfa13 (patch) | |
tree | 2b2045e2fee709ce769b4401325bf54d83df2f4a | |
parent | c3c4340f65016f2a770d1d528b4ad37e6688d3b2 (diff) |
php-pecl-rrd: 1.1.1
-rw-r--r-- | php-pecl-rrd.spec | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index c36c13b..667b4ea 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -1,3 +1,11 @@ +# spec file for php-pecl-rrd +# +# Copyright (c) 2011-2013 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/3.0/ +# +# Please, preserve the changelog entries +# %{!?__pecl: %{expand: %%global __pecl %{_bindir}/pecl}} %global pecl_name rrd @@ -5,8 +13,8 @@ Summary: PHP Bindings for rrdtool Name: php-pecl-rrd -Version: 1.1.0 -Release: 1%{?dist}.2 +Version: 1.1.1 +Release: 1%{?dist}.1 License: BSD Group: Development/Languages URL: http://pecl.php.net/package/rrd @@ -140,6 +148,9 @@ fi %changelog +* Mon Sep 09 2013 Remi Collet <remi@fedoraproject.org> - 1.1.1-1 +- Update to 1.1.1 + * Thu Jan 24 2013 Remi Collet <remi@fedoraproject.org> - 1.1.0-1.1 - also provides php-rrd |