rpms/eet/FC-4 eet-0.9.10.018-gcc4.patch, NONE, 1.1 eet.spec, 1.2, 1.3 eet-0.9.10.007-gcc4.patch, 1.1, NONE

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Nov 9 16:16:48 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/eet/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28155/FC-4

Modified Files:
	eet.spec 
Added Files:
	eet-0.9.10.018-gcc4.patch 
Removed Files:
	eet-0.9.10.007-gcc4.patch 
Log Message:
- Upstream update
- Disable static libs


eet-0.9.10.018-gcc4.patch:

--- NEW FILE eet-0.9.10.018-gcc4.patch ---
--- eet-0.9.10.018/src/lib/eet_lib.c.gcc4	2005-08-01 09:30:17.000000000 -0400
+++ eet-0.9.10.018/src/lib/eet_lib.c	2005-11-09 10:55:10.000000000 -0500
@@ -192,7 +192,7 @@
 eet_hash_gen(char *key, int hash_size)
 {
    int hash_num = 0, i;
-   unsigned char *ptr;
+   char *ptr;
    const int masks[9] =
      {
 	0x00,
@@ -405,7 +405,7 @@
    if ((mode == EET_FILE_MODE_READ) || (mode == EET_FILE_MODE_READ_WRITE))
      {
 	unsigned char buf[12];
-	unsigned char *dyn_buf, *p;
+	char *dyn_buf, *p;
 	unsigned long int i1, i2;
 	int num_entries, byte_entries, i;
 	size_t count;
@@ -496,7 +496,7 @@
 	     int flags;
 	     int size;
 	     int data_size;
-	     int name_size;
+	     size_t name_size;
 	     char *name;
 	     int hash;
 	     Eet_File_Node *efn;


Index: eet.spec
===================================================================
RCS file: /cvs/extras/rpms/eet/FC-4/eet.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eet.spec	23 May 2005 23:34:25 -0000	1.2
+++ eet.spec	9 Nov 2005 16:16:46 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           eet
-Version:        0.9.10.007
-Release:        3%{?dist}
+Version:        0.9.10.018
+Release:        1%{?dist}
 Summary:        A library designed to write an arbitary set of chunks of data to a file
 
 Group:          System Environment/Libraries
@@ -8,7 +8,7 @@
 URL:            http://www.enlightenment.org/index.php?id=24
 # http://enlightenment.freedesktop.org/fetch.php?file=%{name}-%{version}.tar.gz
 Source0:        %{name}-%{version}.tar.gz
-Patch:          %{name}-0.9.10.007-gcc4.patch
+Patch:          %{name}-0.9.10.018-gcc4.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel libjpeg-devel
 
@@ -31,7 +31,7 @@
 %patch -p 1 -b .gcc4
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -56,11 +56,14 @@
 %defattr(-,root,root,-)
 %{_bindir}/eet-config
 %{_includedir}/Eet.h
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/eet.pc
 
 %changelog
+* Wed Nov  9 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.10.018-1
+- Upstream update
+- Disable static libs
+
 * Mon May 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.10.007-3
 - Bump release
 


--- eet-0.9.10.007-gcc4.patch DELETED ---




More information about the fedora-extras-commits mailing list