rpms/rrdtool/FC-4 rrdtool.spec,1.19,1.20

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Aug 1 20:46:43 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/rrdtool/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27347

Modified Files:
	rrdtool.spec 
Log Message:
I suck today.


Index: rrdtool.spec
===================================================================
RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rrdtool.spec	1 Aug 2006 20:40:38 -0000	1.19
+++ rrdtool.spec	1 Aug 2006 20:46:43 -0000	1.20
@@ -4,7 +4,7 @@
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
 Version: 1.2.15
-Release: 2%{?dist}.2
+Release: 2%{?dist}.3
 License: GPL
 Group: Applications/Databases
 URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
@@ -19,7 +19,7 @@
 
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')}
 # eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot
-%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || 2.3)}
+%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 %description
 RRD is the Acronym for Round Robin Database. RRD is a system to store and
@@ -222,6 +222,9 @@
 %{php_extdir}/rrdtool.so
 
 %changelog
+* Tue Aug  1 2006 Jarod Wilson <jwilson at redhat.com> 1.2.15-2.3
+- Third time's a charm?
+
 * Tue Aug  1 2006 Jarod Wilson <jwilson at redhat.com> 1.2.15-2.2
 - Last change wasn't the correct route, take 2...
 




More information about the fedora-extras-commits mailing list