rpms/rrdtool/EL-4 .cvsignore, 1.6, 1.7 rrdtool.spec, 1.10, 1.11 sources, 1.6, 1.7 rrdtool-1.0.49-php_config.patch, 1.1, NONE rrdtool-1.2.19-python.patch, 1.1, NONE

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Fri May 4 13:44:34 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/rrdtool/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10202

Modified Files:
	.cvsignore rrdtool.spec sources 
Removed Files:
	rrdtool-1.0.49-php_config.patch rrdtool-1.2.19-python.patch 
Log Message:
New upstream rrdtool release, v1.2.23


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/EL-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	9 Apr 2007 14:48:30 -0000	1.6
+++ .cvsignore	4 May 2007 13:43:59 -0000	1.7
@@ -5,3 +5,6 @@
 rrdtool-1.2.17.tar.gz
 rrdtool-1.2.18.tar.gz
 rrdtool-1.2.19.tar.gz
+rrdtool-1.2.21.tar.gz
+rrdtool-1.2.22.tar.gz
+rrdtool-1.2.23.tar.gz


Index: rrdtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/EL-4/rrdtool.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rrdtool.spec	25 Apr 2007 18:48:32 -0000	1.10
+++ rrdtool.spec	4 May 2007 13:43:59 -0000	1.11
@@ -6,18 +6,20 @@
 
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
-Version: 1.2.19
-Release: 2%{?dist}
+Version: 1.2.23
+Release: 3%{?dist}
 License: GPL
 Group: Applications/Databases
 URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
 Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz
 Source1: php4-svn%{php_rrd_svn}.tar.gz
 Patch0: rrdtool-1.2.13-php.patch
-Patch1: rrdtool-1.2.19-python.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gcc-c++, openssl-devel, freetype-devel
 BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0
+%if "%{?fedora}" >= "7"
+BuildRequires: perl-devel
+%endif
 
 %description
 RRD is the Acronym for Round Robin Database. RRD is a system to store and
@@ -76,6 +78,11 @@
 Python RRDtool bindings.
 %endif
 
+%ifarch ppc64
+# php bits busted on ppc64 at the moment
+%define with_php 0
+%endif
+
 %if %{with_php}
 %package php
 Summary: PHP RRDtool bindings
@@ -113,7 +120,6 @@
 %patch0 -p0 -b .php
 %{__perl} -pi -e 's|../config.h|../rrd_config.h|g' php4/rrdtool.c
 %endif
-%patch1 -p0 -b .python
 
 # 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' \
@@ -272,6 +278,18 @@
 %endif
 
 %changelog
+* Thu May 03 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-3
+- Disable php bits on ppc64 for now, they fail to build
+
+* Thu May 03 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-2
+- Add BR: perl-devel for Fedora 7 and later
+
+* Tue May 01 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-1
+- New upstream release
+
+* Tue May 01 2007 Jarod Wilson <jwilson at redhat.com> 1.2.21-1
+- New upstream release
+
 * Wed Apr 25 2007 Jarod Wilson <jwilson at redhat.com> 1.2.19-2
 - Define %%python_version *before* its needed (#237826)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/EL-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	9 Apr 2007 14:48:30 -0000	1.6
+++ sources	4 May 2007 13:43:59 -0000	1.7
@@ -1,2 +1,2 @@
 20f70c46a3643ebc51d7b8562d8af9b2  php4-svn839.tar.gz
-df625d12e0585042a398ff946e32e3e7  rrdtool-1.2.19.tar.gz
+dafa161bc9c61e57636a6085c87c1fe8  rrdtool-1.2.23.tar.gz


--- rrdtool-1.0.49-php_config.patch DELETED ---


--- rrdtool-1.2.19-python.patch DELETED ---




More information about the fedora-extras-commits mailing list