rpms/rrdtool/devel rrdtool.spec,1.54,1.55

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Apr 8 15:20:27 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/rrdtool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9571

Modified Files:
	rrdtool.spec 
Log Message:
* Tue Apr 08 2008 Jarod Wilson <jwilson at redhat.com> 1.3.0-0.11.beta4
- Work around apparent version string length issue w/perl 5.10 (#441359)



Index: rrdtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/devel/rrdtool.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- rrdtool.spec	6 Apr 2008 03:41:21 -0000	1.54
+++ rrdtool.spec	8 Apr 2008 15:19:45 -0000	1.55
@@ -10,7 +10,7 @@
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
 Version: 1.3
-Release: 0.10.%{betaver}%{?dist}
+Release: 0.11.%{betaver}%{?dist}
 License: GPLv2+ with exceptions
 Group: Applications/Databases
 URL: http://oss.oetiker.ch/rrdtool/
@@ -154,6 +154,10 @@
 %{__perl} -pi.orig -e 's|/lib\b|/%{_lib}|g' \
     configure Makefile.in php4/configure php4/ltconfig*
 
+# Perl 5.10 seems to not like long version strings, hack around it
+%{__perl} -pi.orig -e 's|1.299907080300|1.29990708|' \
+    bindings/perl-shared/RRDs.pm bindings/perl-piped/RRDp.pm
+
 %build
 %configure \
     --with-perl-options='INSTALLDIRS="vendor"' \
@@ -320,6 +324,9 @@
 %endif
 
 %changelog
+* Tue Apr 08 2008 Jarod Wilson <jwilson at redhat.com> 1.3.0-0.11.beta4
+- Work around apparent version string length issue w/perl 5.10 (#441359)
+
 * Sat Apr 05 2008 Jarod Wilson <jwilson at redhat.com> 1.3.0-0.10.beta4
 - Fix use of rrd_update in php bindings (#437558)
 




More information about the fedora-extras-commits mailing list