rpms/unshield/devel unshield-x86-64.patch, NONE, 1.1 unshield.spec, 1.5, 1.6

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


Author: awjb

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

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/devel/unshield.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unshield.spec	4 Oct 2006 23:01:35 -0000	1.5
+++ unshield.spec	16 Nov 2006 22:17:34 -0000	1.6
@@ -1,12 +1,13 @@
 Name:           unshield
 Version:        0.5
-Release:        5%{?dist}
+Release:        6%{?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-6
+- fix #212516 (thanks to Hans de Goede)
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 0.5-5
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the scm-commits mailing list