How to: Patch Wine from 1.1.2 to 1.1.3 and...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
DSpider
Newbie
Newbie
Posts: 4
Joined: Wed Jul 30, 2008 8:41 pm

How to: Patch Wine from 1.1.2 to 1.1.3 and...

Post by DSpider »

Hello.

I was wondering if you could please tell me how to patch Wine to 1.1.3 (currently the latest version), and how exactly do I "trick" this app into thinking that I'm running WinXP.

Image

Thank you.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How to: Patch Wine from 1.1.2 to 1.1.3 and...

Post by vitamin »

DSpider wrote:Hello.

I was wondering if you could please tell me how to patch Wine
You have to have Wine source to patch it. Then you use program "patch". Then recompile Wine.
DSpider wrote:how exactly do I "trick" this app into thinking that I'm running WinXP.
Run winecfg and set windows version to WinXP.
DSpider
Newbie
Newbie
Posts: 4
Joined: Wed Jul 30, 2008 8:41 pm

Re: How to: Patch Wine from 1.1.2 to 1.1.3 and...

Post by DSpider »

Well, I wasn't able to do that... It's set as Windows XP by default. Windows 2003 compatibility didn't work either. Hmmm...
README wrote:To upgrade to a new release by using a patch file, first cd to the
top-level directory of the release (the one containing this README
file). Then do a "make clean", and patch the release with:

bunzip2 -c patch-file | patch -p1

where "patch-file" is the name of the patch file (something like
wine-1.0.x.diff.bz2). You can then re-run "./configure", and then
run "make depend && make".
So is there a "wine-1.1.3.diff.bz2" somewhere on sourceforge ?

http://sourceforge.net/project/showfile ... e_id=77449



However, there IS a .sign file.
wine-1.1.3.tar.bz2.sign wrote:-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkiu2G0ACgkQ9ebp7rlGHdfhiACgzCAN1y2fHuHc66X2AvK19I/b
/2wAniQkjoDy/oUDZLlVnduZnnnjba3+
=uaiD
-----END PGP SIGNATURE-----
I'm guessing it's some kind of TTH root. SHA1 ? eDonky link ?? What is it ?

More importantly, how exactly do I patch Wine to 1.1.3 and how do I fool this application into thinking I'm running Windows XP (or 2003) ? :(
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Re: How to: Patch Wine from 1.1.2 to 1.1.3 and...

Post by jeffz »

DSpider wrote:Well, I wasn't able to do that... It's set as Windows XP by default. Windows 2003 compatibility didn't work either. Hmmm...
README wrote:To upgrade to a new release by using a patch file, first cd to the
top-level directory of the release (the one containing this README
file). Then do a "make clean", and patch the release with:

bunzip2 -c patch-file | patch -p1

where "patch-file" is the name of the patch file (something like
wine-1.0.x.diff.bz2). You can then re-run "./configure", and then
run "make depend && make".
So is there a "wine-1.1.3.diff.bz2" somewhere on sourceforge ?

http://sourceforge.net/project/showfile ... e_id=77449



However, there IS a .sign file.
wine-1.1.3.tar.bz2.sign wrote:-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkiu2G0ACgkQ9ebp7rlGHdfhiACgzCAN1y2fHuHc66X2AvK19I/b
/2wAniQkjoDy/oUDZLlVnduZnnnjba3+
=uaiD
-----END PGP SIGNATURE-----
I'm guessing it's some kind of TTH root. SHA1 ? eDonky link ?? What is it ?

More importantly, how exactly do I patch Wine to 1.1.3 and how do I fool this application into thinking I'm running Windows XP (or 2003) ? :(
Just download the latest tarball, there is no diff. If you want small updates then use git.

Like it says, it's a PGP signature.

If your app doesn't detect windows xp then file a bug report if one hasn't been filed already.
Locked