From 6b9ee5ae0ae06ada8565c92caa1222a5e46c3251 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Jul 10 2011 11:43:41 +0000 Subject: 1.3.24-1 version upgrade add sign as source10 drop mshtml patch (upstream) --- diff --git a/.gitignore b/.gitignore index bd98364..7eb7a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ /wine-1.3.21.tar.bz2 /wine-1.3.22.tar.bz2 /wine-1.3.23.tar.bz2 +/wine-1.3.24.tar.bz2 +/wine-1.3.24.tar.bz2.sign diff --git a/sources b/sources index 35899b0..5e16a24 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -71f05bf37c25648f8dbc793dda3da45c wine-1.3.23.tar.bz2 +c9850862748bde7994bd757574e8974e wine-1.3.24.tar.bz2 +a9db1ff36532dace37b93771408a7620 wine-1.3.24.tar.bz2.sign diff --git a/wine-gcc46mshtml.patch b/wine-gcc46mshtml.patch deleted file mode 100644 index a9d21b4..0000000 --- a/wine-gcc46mshtml.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl -index 8c11032..0f09b80 100644 ---- a/dlls/mshtml/nsiface.idl -+++ b/dlls/mshtml/nsiface.idl -@@ -3016,8 +3016,8 @@ interface nsIParser : nsISupports - void Reset(); - PRBool CanInterrupt(); - PRBool IsInsertionPointDefined(); -- void BeginEvaluatingParserInsertedScript(); -- void EndEvaluatingParserInsertedScript(); -+ void __cdecl BeginEvaluatingParserInsertedScript(); -+ void __cdecl EndEvaluatingParserInsertedScript(); - void MarkAsNotScriptCreated(); - PRBool IsScriptCreated(); - } diff --git a/wine.spec b/wine.spec index e3042bf..c75aac4 100644 --- a/wine.spec +++ b/wine.spec @@ -1,6 +1,6 @@ %global no64bit 0 Name: wine -Version: 1.3.23 +Version: 1.3.24 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -8,6 +8,7 @@ Group: Applications/Emulators License: LGPLv2+ URL: http://www.winehq.org/ Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}.tar.bz2 +Source10: http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2.sign Source1: wine.init Source2: wine.systemd Source3: wine-README-Fedora @@ -26,8 +27,6 @@ Source108: wine-wordpad.desktop Source109: wine-oleview.desktop # wine bugs -# 27375 gcc optimization problem -Patch100: wine-gcc46mshtml.patch # desktop dir Source200: wine.menu @@ -453,7 +452,6 @@ This package adds an openal driver for wine. %prep %setup -q -%patch100 -p1 -b .gcc46 %patch200 -b .imagemagick %patch400 -p1 -b .winepulse %patch401 -p1 -b .winepulse @@ -1423,6 +1421,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Sun Jul 10 2011 Andreas Bierfert +- 1.3.24-1 +- version upgrade +- add sign as source10 +- drop mshtml patch (upstream) + * Sun Jun 26 2011 Andreas Bierfert - 1.3.23-1 - version upgrade