rpms/libflaim/devel .cvsignore, 1.2, 1.3 libflaim-gcc43.patch, 1.1, 1.2 libflaim.spec, 1.10, 1.11 sources, 1.2, 1.3 libflaim-permissions.patch, 1.2, NONE

Christopher Brown (snecker) fedora-extras-commits at redhat.com
Fri Feb 15 23:37:48 UTC 2008


Author: snecker

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

Modified Files:
	.cvsignore libflaim-gcc43.patch libflaim.spec sources 
Removed Files:
	libflaim-permissions.patch 
Log Message:
Update to latest svn checkout
Add patch for gcc 4.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libflaim/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Sep 2007 23:05:14 -0000	1.2
+++ .cvsignore	15 Feb 2008 23:37:04 -0000	1.3
@@ -1 +1 @@
-libflaim-4.9.989.tar.gz
+libflaim-4.9.1051.tar.gz

libflaim-gcc43.patch:

Index: libflaim-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libflaim/devel/libflaim-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libflaim-gcc43.patch	15 Feb 2008 21:32:04 -0000	1.1
+++ libflaim-gcc43.patch	15 Feb 2008 23:37:04 -0000	1.2
@@ -1,5 +1,5 @@
---- src/kybuild.cpp	2008-02-15 20:02:22.000000000 +0000
-+++ src/kybuild.cpp	2008-02-15 20:02:50.000000000 +0000
+--- flaim/src/kybuild.cpp	2008-02-15 20:02:22.000000000 +0000
++++ flaim/src/kybuild.cpp	2008-02-15 20:02:50.000000000 +0000
 @@ -533,8 +533,8 @@
  				if (pIxd->uiFlags & IXD_OFFLINE)
  				{


Index: libflaim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libflaim/devel/libflaim.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libflaim.spec	15 Feb 2008 21:52:18 -0000	1.10
+++ libflaim.spec	15 Feb 2008 23:37:04 -0000	1.11
@@ -6,7 +6,9 @@
 # package are under the same license as the package itself.
 #
 # Please submit bugfixes or comments via http://bugzilla.redhat.com/
-#
+
+# This tarball is a subversion checkout for Flaim 5.0
+# Available from https://forgesvn1.novell.com/svn/flaim/trunk/
 
 Name:		libflaim
 BuildRequires:	libstdc++ 
@@ -14,12 +16,12 @@
 BuildRequires:	ncurses-devel
 Summary:	Embeddable cross-platform database engine
 URL:		http://forge.novell.com/modules/xfmod/project/?flaim
-Version:	4.9.989
-Release:	21%{?dist}
+Version:	4.9.1051
+Release:	1%{?dist}
 License:	GPLv2
 Group:		System Environment/Libraries
-Source:		http://forgeftp.novell.com/flaim/development/flaim/downloads/source/%{name}-4.9.989.tar.gz
-Patch0:		%{name}-permissions.patch
+Source:		http://forgeftp.novell.com/flaim/development/flaim/downloads/source/%{name}-4.9.1051.tar.gz
+# Patch0:	%{name}-permissions.patch
 Patch1:		%{name}-gcc43.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -44,14 +46,16 @@
 
 %prep
 %setup -q
-%patch0 -p0
+# %patch0 -p0
 %patch1 -p0
 
 %build
+cd flaim/
 make CXXFLAGS="$RPM_OPT_FLAGS" lib_dir_name=%{_lib} libs
 
 %install
 rm -rf $RPM_BUILD_ROOT
+cd flaim/
 make rpm_build_root=$RPM_BUILD_ROOT lib_dir_name=%{_lib} install
 
 %clean
@@ -63,7 +67,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING COPYRIGHT VERSION
+%doc flaim/COPYING flaim/COPYRIGHT
 %{_libdir}/libflaim.so.*
 
 %files devel
@@ -75,6 +79,10 @@
 %{_includedir}/flaimtk.h
 
 %changelog
+* Fri Feb 15 2008 Christopher Brown <snecklifter at gmail.com> - 4.9.1051-1
+- Update to latest svn
+- Fix building on x86_64 with gcc 4.3
+
 * Mon Dec 17 2007 Christopher Brown <snecklifter at gmail.com> - 4.9.989-18
 - exclude static archive from devel package
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libflaim/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Sep 2007 23:05:14 -0000	1.2
+++ sources	15 Feb 2008 23:37:04 -0000	1.3
@@ -1 +1 @@
-cbd0caf6239cffb7640391eda7551d4a  libflaim-4.9.989.tar.gz
+8bcc7feba2eff6f96767a058ea5e10b3  libflaim-4.9.1051.tar.gz


--- libflaim-permissions.patch DELETED ---




More information about the fedora-extras-commits mailing list