rpms/eet/FC-4 eet-0.9.10.023-gcc4.patch, NONE, 1.1 eet.spec, 1.5, 1.6 eet-0.9.10.018-gcc4.patch, 1.1, NONE

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Fri Feb 3 05:34:10 UTC 2006


Author: ivazquez

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

Modified Files:
	eet.spec 
Added Files:
	eet-0.9.10.023-gcc4.patch 
Removed Files:
	eet-0.9.10.018-gcc4.patch 
Log Message:
Fix the patch

eet-0.9.10.023-gcc4.patch:

--- NEW FILE eet-0.9.10.023-gcc4.patch ---
--- eet-0.9.10.023/src/lib/eet_lib.c.gcc4	2006-01-10 02:36:37.000000000 -0500
+++ eet-0.9.10.023/src/lib/eet_lib.c	2006-02-03 00:27:36.000000000 -0500
@@ -225,7 +225,7 @@
 eet_hash_gen(char *key, int hash_size)
 {
    int hash_num = 0, i;
-   unsigned char *ptr;
+   char *ptr;
    const int masks[9] =
      {
 	0x00,
@@ -497,7 +497,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;
@@ -591,7 +591,7 @@
 	     int flags;
 	     int size;
 	     int data_size;
-	     int name_size;
+	     size_t name_size;
 	     int hash;
 	     Eet_File_Node *efn;
 	     void *data = NULL;


Index: eet.spec
===================================================================
RCS file: /cvs/extras/rpms/eet/FC-4/eet.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eet.spec	3 Feb 2006 05:10:33 -0000	1.5
+++ eet.spec	3 Feb 2006 05:34:09 -0000	1.6
@@ -7,7 +7,7 @@
 License:        MIT
 URL:            http://www.enlightenment.org/Libraries/Eet/
 Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-Patch:          %{name}-0.9.10.018-gcc4.patch
+Patch:          eet-0.9.10.023-gcc4.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel libjpeg-devel
 


--- eet-0.9.10.018-gcc4.patch DELETED ---




More information about the scm-commits mailing list