update to 2.0.1
This commit is contained in:
parent
a21b48822b
commit
2bbd210eac
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user