rpms/rrdtool/devel rrdtool.spec,1.61,1.62

Chris Ricker (kaboom) fedora-extras-commits at redhat.com
Thu May 22 01:57:33 UTC 2008


Author: kaboom

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

Modified Files:
	rrdtool.spec 
Log Message:
workaround bz#211069



Index: rrdtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/devel/rrdtool.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- rrdtool.spec	19 May 2008 13:41:03 -0000	1.61
+++ rrdtool.spec	22 May 2008 01:56:26 -0000	1.62
@@ -10,7 +10,7 @@
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
 Version: 1.3
-Release: 0.15%{?pre:.%{pre}}%{?dist}
+Release: 0.16%{?pre:.%{pre}}%{?dist}
 License: GPLv2+ with exceptions
 Group: Applications/Databases
 URL: http://oss.oetiker.ch/rrdtool/
@@ -157,6 +157,11 @@
 %{__perl} -pi.orig -e 's|1.299907080300|1.29990708|' \
     bindings/perl-shared/RRDs.pm bindings/perl-piped/RRDp.pm
 
+#
+# fix config files for php4 bindings
+# workaround needed due to https://bugzilla.redhat.com/show_bug.cgi?id=211069
+cp -p /usr/lib/rpm/config.{guess,sub} php4/
+
 %build
 %configure \
     --with-perl-options='INSTALLDIRS="vendor"' \
@@ -321,6 +326,9 @@
 %endif
 
 %changelog
+* Wed May 21 2008 Chris Ricker <kaboom at oobleck.net> 1.3-0.16.rc4
+- Fix php bindings compile on x86_64
+
 * Mon May 19 2008 Chris Ricker <kaboom at oobleck.net> 1.3-0.15.rc4
 - Update to rrdtool 1.3 rc4
 




More information about the fedora-extras-commits mailing list