rpms/qof/FC-5 qof-x86_64.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 qof.spec, 1.12, 1.13 sources, 1.3, 1.4 qof-0.6.1-build.patch, 1.1, NONE qof-dependencies.patch, 1.1, NONE

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sun Apr 30 05:03:15 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/qof/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13024

Modified Files:
	.cvsignore qof.spec sources 
Added Files:
	qof-x86_64.patch 
Removed Files:
	qof-0.6.1-build.patch qof-dependencies.patch 
Log Message:
* Mon Apr 17 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-1
- Update to qof 0.6.4.
- Patch a small compile problem in building tests on x86_64.


qof-x86_64.patch:

--- NEW FILE qof-x86_64.patch ---
Index: qof-0.6.4/qof/test/test-date.c
===================================================================
--- qof-0.6.4.orig/qof/test/test-date.c
+++ qof-0.6.4/qof/test/test-date.c
@@ -93,8 +93,8 @@ check_conversion (const char * str, Time
   if ((expected_ts.tv_sec != ts.tv_sec) || (expected_ts.tv_nsec != ts.tv_nsec)) 
   {
     fprintf (stderr, 
-             "\nmis-converted \"%s\" to %lld.%09ld seconds\n"
-             "\twas expecting %lld.%09ld seconds\n", 
+             "\nmis-converted \"%s\" to %" G_GUINT64_FORMAT ".%09ld seconds\n"
+             "\twas expecting %" G_GUINT64_FORMAT ".%09ld seconds\n", 
              str, ts.tv_sec, ts.tv_nsec, 
              expected_ts.tv_sec, expected_ts.tv_nsec); 
     failure ("misconverted timespec");


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qof/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Jan 2006 18:50:01 -0000	1.3
+++ .cvsignore	30 Apr 2006 05:03:15 -0000	1.4
@@ -1 +1 @@
-qof-0.6.1.tar.gz
+qof-0.6.4.tar.gz


Index: qof.spec
===================================================================
RCS file: /cvs/extras/rpms/qof/FC-5/qof.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- qof.spec	13 Feb 2006 18:09:57 -0000	1.12
+++ qof.spec	30 Apr 2006 05:03:15 -0000	1.13
@@ -1,14 +1,13 @@
 Name:           qof
-Version:        0.6.1
-Release:        2%{?dist}
+Version:        0.6.4
+Release:        1%{?dist}
 Summary:        Query engine library for C objects
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://qof.sf.net
 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:		qof-0.6.1-build.patch
-Patch1:		qof-dependencies.patch
+Patch0: qof-x86_64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libxml2-devel
@@ -17,8 +16,6 @@
 BuildRequires: intltool
 # qof doesn't ship with pre-built documentation
 BuildRequires: doxygen
-# Patch1 modifies configure.in so we have to use autoconf
-BuildRequires: autoconf
 
 %description
 QOF - The Query Object Framework is a C library that provides a query engine
@@ -67,10 +64,8 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-autoconf --force
 %configure --disable-static
 make
 
@@ -119,6 +114,10 @@
 %doc html
 
 %changelog
+* Mon Apr 17 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-1
+- Update to qof 0.6.4.
+- Patch a small compile problem in building tests on x86_64.
+  
 * Mon Feb 13 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.1-2
 - Bump and rebuild for FC5.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qof/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Jan 2006 18:50:01 -0000	1.3
+++ sources	30 Apr 2006 05:03:15 -0000	1.4
@@ -1 +1 @@
-2a1c4b231fb03e49d5d9237dc6698c3e  qof-0.6.1.tar.gz
+555787c7ea06a3412ff9119fe4127886  qof-0.6.4.tar.gz


--- qof-0.6.1-build.patch DELETED ---


--- qof-dependencies.patch DELETED ---




More information about the scm-commits mailing list