rpms/unshield/FC-4 unshield-x86-64.patch, NONE, 1.1 unshield.spec, 1.2, 1.3

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Nov 16 22:17:57 UTC 2006


Author: awjb

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

Modified Files:
	unshield.spec 
Added Files:
	unshield-x86-64.patch 
Log Message:
- fix #212516 (thanks to Hans de Goede)


unshield-x86-64.patch:

--- NEW FILE unshield-x86-64.patch ---
--- unshield-0.5/lib/md5/global.h~	2006-11-16 22:01:54.000000000 +0100
+++ unshield-0.5/lib/md5/global.h	2006-11-16 22:01:54.000000000 +0100
@@ -17,7 +17,7 @@
 typedef unsigned short int UINT2;
 
 /* UINT4 defines a four byte word */
-typedef unsigned long int UINT4;
+typedef unsigned int UINT4;
 
 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it


Index: unshield.spec
===================================================================
RCS file: /cvs/extras/rpms/unshield/FC-4/unshield.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unshield.spec	13 Sep 2005 10:59:06 -0000	1.2
+++ unshield.spec	16 Nov 2006 22:17:27 -0000	1.3
@@ -1,12 +1,13 @@
 Name:           unshield
 Version:        0.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Install InstallShield applications on a Pocket PC
 
 Group:          Applications/Communications
 License:        MIT
 URL:            http://synce.sourceforge.net/
 Source0:        http://dl.sf.net/synce/unshield-0.5.tar.gz
+Patch0:         unshield-x86-64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  zlib-devel
@@ -33,7 +34,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 %configure --disable-static --disable-rpath
@@ -66,6 +67,10 @@
 %{_datadir}/aclocal/unshield.m4
 
 %changelog
+* Thu Nov 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.5-3
+- fix #212516 (thanks to Hans de Goede)
+
 * Tue Sep 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.5-2
 - add dist




More information about the scm-commits mailing list