rpms/rrdtool/F-8 rrdtool.spec, 1.60, 1.61 sources, 1.29, 1.30 rrdtool-1.2.13-php.patch, 1.2, NONE rrdtool-1.2.999-php.patch, 1.2, NONE rrdtool-1.3-beta3-plug-mem-leak.patch, 1.1, NONE rrdtool-1.3-beta3-text-align.patch, 1.1, NONE rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch, 1.1, NONE rrdtool-1.3b-fix-python-bindings-rrdtool-info.patch, 1.1, NONE rrdtool-1.3beta4-fix-cairo.patch, 1.1, NONE rrdtool-1.3beta4-fix-python-bindings-rrdtool-info.patch, 1.1, NONE rrdtool-1.3rc4-fix-python-bindings.patch, 1.1, NONE

Jarod Wilson jwilson at fedoraproject.org
Tue Oct 21 13:11:02 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/rrdtool/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6130

Modified Files:
	rrdtool.spec sources 
Removed Files:
	rrdtool-1.2.13-php.patch rrdtool-1.2.999-php.patch 
	rrdtool-1.3-beta3-plug-mem-leak.patch 
	rrdtool-1.3-beta3-text-align.patch 
	rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch 
	rrdtool-1.3b-fix-python-bindings-rrdtool-info.patch 
	rrdtool-1.3beta4-fix-cairo.patch 
	rrdtool-1.3beta4-fix-python-bindings-rrdtool-info.patch 
	rrdtool-1.3rc4-fix-python-bindings.patch 
Log Message:
* Mon Oct 20 2008 Jarod Wilson <jarod at redhat.com> 1.3.4-2
- Drop php bindings patch, rrd_update changed back to its
  prior prototype post-beta (#467593)
- Update F8 to rrdtool 1.3.4



Index: rrdtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/F-8/rrdtool.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- rrdtool.spec	15 Sep 2008 14:59:55 -0000	1.60
+++ rrdtool.spec	21 Oct 2008 13:10:32 -0000	1.61
@@ -8,14 +8,13 @@
 
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
-Version: 1.3.3
-Release: 1%{?dist}
+Version: 1.3.4
+Release: 2%{?dist}
 License: GPLv2+ with exceptions
 Group: Applications/Databases
 URL: http://oss.oetiker.ch/rrdtool/
 Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
 Source1: php4-%{svnrev}.tar.gz
-Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: dejavu-lgc-fonts
 BuildRequires: gcc-c++, openssl-devel, freetype-devel
@@ -40,6 +39,7 @@
 Summary: RRDtool libraries and header files
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
 
 %description devel
 RRD is the Acronym for Round Robin Database. RRD is a system to store and
@@ -141,9 +141,6 @@
 
 %prep
 %setup -q -n %{name}-%{version} %{?with_php: -a 1}
-%if %{with_php}
-%patch1 -p1
-%endif
 
 # Fix to find correct python dir on lib64
 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \
@@ -282,6 +279,7 @@
 %{_includedir}/*.h
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
 
 %files doc
 %defattr(-,root,root,-)
@@ -326,6 +324,13 @@
 %endif
 
 %changelog
+* Mon Oct 20 2008 Jarod Wilson <jarod at redhat.com> 1.3.4-2
+- Drop php bindings patch, rrd_update changed back to its
+  prior prototype post-beta (#467593)
+
+* Mon Oct 06 2008 Jarod Wilson <jarod at redhat.com> 1.3.4-1
+- Update to rrdtool 1.3.4
+
 * Mon Sep 15 2008 Jarod Wilson <jarod at redhat.com> 1.3.3-1
 - Update to rrdtool 1.3.3
   * fixes segfault on graph creation regression in 1.3.2 (#462301)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/F-8/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources	15 Sep 2008 14:59:55 -0000	1.29
+++ sources	21 Oct 2008 13:10:32 -0000	1.30
@@ -1,2 +1,2 @@
 28074a9c368af013462631959ab90558  php4-r1190.tar.gz
-42e7a5b7d5eeaa63959b75822f9f1e2c  rrdtool-1.3.3.tar.gz
+7db3bffc3f3b24e828a88fe02165266f  rrdtool-1.3.4.tar.gz


--- rrdtool-1.2.13-php.patch DELETED ---


--- rrdtool-1.2.999-php.patch DELETED ---


--- rrdtool-1.3-beta3-plug-mem-leak.patch DELETED ---


--- rrdtool-1.3-beta3-text-align.patch DELETED ---


--- rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch DELETED ---


--- rrdtool-1.3b-fix-python-bindings-rrdtool-info.patch DELETED ---


--- rrdtool-1.3beta4-fix-cairo.patch DELETED ---


--- rrdtool-1.3beta4-fix-python-bindings-rrdtool-info.patch DELETED ---


--- rrdtool-1.3rc4-fix-python-bindings.patch DELETED ---




More information about the fedora-extras-commits mailing list