update to 2.0.1

This commit is contained in:
Remi Collet 2016-06-27 17:41:34 +02:00
parent a21b48822b
commit 2bbd210eac
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ package-*.xml
/rrd-1.1.1.tgz
/rrd-1.1.2.tgz
/rrd-1.1.3.tgz
/rrd-2.0.1.tgz

View File

@ -12,15 +12,15 @@
Summary: PHP Bindings for rrdtool
Name: php-pecl-rrd
Version: 1.1.3
Release: 10%{?dist}
Version: 2.0.1
Release: 1%{?dist}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/rrd
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
BuildRequires: php-devel >= 5.3.2
BuildRequires: php-devel > 7
BuildRequires: rrdtool
BuildRequires: pkgconfig(librrd) >= 1.3.0
BuildRequires: php-pear
@ -145,6 +145,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
* Mon Jun 27 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
- update to 2.0.1
* Thu Apr 28 2016 Remi Collet <remi@fedoraproject.org> - 1.1.3-10
- rebuild for new rrdtool
- fix license management

View File

@ -1 +1 @@
bde6c50fa2aa39090ed22e574ac71c5a rrd-1.1.3.tgz
b51c619505ac5cc1b76cd35e536de40a rrd-2.0.1.tgz