rpms/qof/devel qof-gnc-date-test.patch,1.1,1.2 qof.spec,1.16,1.17

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Mon May 29 04:02:26 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/qof/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20413

Modified Files:
	qof-gnc-date-test.patch qof.spec 
Log Message:
- Use G_MAXINT32 for the test patch.
- BR: gettext.


qof-gnc-date-test.patch:

Index: qof-gnc-date-test.patch
===================================================================
RCS file: /cvs/extras/rpms/qof/devel/qof-gnc-date-test.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qof-gnc-date-test.patch	12 May 2006 21:01:50 -0000	1.1
+++ qof-gnc-date-test.patch	29 May 2006 04:02:21 -0000	1.2
@@ -6,7 +6,7 @@
  
 +  /* Get a random time that won't overflow a signed 32bit int durng testing */
    ts = *get_random_timespec ();
-+  while (ts.tv_sec >= ((2^31) - (10000*10800))) {
++  while (ts.tv_sec >= (G_MAXINT32 - (10000*10800))) {
 +    ts = *get_random_timespec();  
 +  };
  


Index: qof.spec
===================================================================
RCS file: /cvs/extras/rpms/qof/devel/qof.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- qof.spec	12 May 2006 21:01:50 -0000	1.16
+++ qof.spec	29 May 2006 04:02:22 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           qof
 Version:        0.6.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Query engine library for C objects
 
 Group:          System Environment/Libraries
@@ -15,6 +15,7 @@
 BuildRequires: glib2-devel
 BuildRequires: libgda-devel
 BuildRequires: intltool
+BuildRequires: gettext
 # qof doesn't ship with pre-built documentation
 BuildRequires: doxygen
 
@@ -116,6 +117,10 @@
 %doc html
 
 %changelog
+* Sun May 28 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-5
+- Use G_MAXINT32 for the test patch.
+- BR: gettext.
+
 * Fri May 12 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-4
 - After talking with upstream it was decided that the supposed char problem
   was a problem with the test suite.  New patch fixes an overflow in the




More information about the fedora-extras-commits mailing list