From 5876a7d7d28d6ac15fea2f3fb439fb75c0f8cc7b6496fa884e2799031146a582 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 2 Apr 2012 07:45:44 +0000 Subject: [PATCH 1/6] - Updated to 1.5.1 development snapshot - Built-in JavaScript now preferred over Gecko in most cases. - Support for scalable font resources. - Fixes for audio and video playback. - Support for script decoding in JScript. - Various bug fixes. - Updated to 1.5.0 development snapshot (use Emulators:Wine:STABLE for wine 1.4) - New version of the Gecko engine. - Partial support for using the Trash on Mac OS X. - Support for path gradients in GdiPlus. - Various MSXML improvements. - Fixes to 64-bit exception handling. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=138 --- baselibs.conf | 1 + wine-1.4.tar.bz2 | 3 --- wine-1.5.1.tar.bz2 | 3 +++ wine.changes | 21 +++++++++++++++++++++ wine.spec | 19 +++++-------------- 5 files changed, 30 insertions(+), 17 deletions(-) delete mode 100644 wine-1.4.tar.bz2 create mode 100644 wine-1.5.1.tar.bz2 diff --git a/baselibs.conf b/baselibs.conf index 1b5f604..6775308 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,4 @@ +# this file is autregenerated by the .spec file. wine +^/usr/bin/wine$ +^/usr/bin/wine-preloader$ diff --git a/wine-1.4.tar.bz2 b/wine-1.4.tar.bz2 deleted file mode 100644 index e6f434d..0000000 --- a/wine-1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a437bb8bd350bb1499d59183635e58217e73d631379c43cfd0d6020428ee65 -size 20035856 diff --git a/wine-1.5.1.tar.bz2 b/wine-1.5.1.tar.bz2 new file mode 100644 index 0000000..3ca7e9e --- /dev/null +++ b/wine-1.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc578f9afb3c9a0f2b773bbe09af20578ac6fa514dd0712ecc5d05c766045e6 +size 20078739 diff --git a/wine.changes b/wine.changes index e55d54b..6d9bc60 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Mar 30 23:21:10 CEST 2012 - meissner@suse.de + +- Updated to 1.5.1 development snapshot + - Built-in JavaScript now preferred over Gecko in most cases. + - Support for scalable font resources. + - Fixes for audio and video playback. + - Support for script decoding in JScript. + - Various bug fixes. + +------------------------------------------------------------------- +Mon Mar 26 17:41:16 CEST 2012 - meissner@suse.de + +- Updated to 1.5.0 development snapshot (use Emulators:Wine:STABLE for wine 1.4) + - New version of the Gecko engine. + - Partial support for using the Trash on Mac OS X. + - Support for path gradients in GdiPlus. + - Various MSXML improvements. + - Fixes to 64-bit exception handling. + - Various bug fixes. + ------------------------------------------------------------------- Tue Mar 13 17:41:05 CET 2012 - meissner@suse.de diff --git a/wine.spec b/wine.spec index ca77ccd..a7d3857 100644 --- a/wine.spec +++ b/wine.spec @@ -16,9 +16,8 @@ # -%bcond_with hal - Name: wine +BuildRequires: Mesa-devel BuildRequires: alsa-devel BuildRequires: autoconf BuildRequires: bison @@ -32,6 +31,7 @@ BuildRequires: freeglut-devel BuildRequires: freetype2-devel BuildRequires: giflib-devel BuildRequires: gnutls-devel +BuildRequires: gstreamer-0_10-plugins-base-devel BuildRequires: libgphoto2-devel BuildRequires: libgsm-devel BuildRequires: libjpeg-devel @@ -44,20 +44,11 @@ BuildRequires: ncurses-devel BuildRequires: openal-soft-devel BuildRequires: openldap2-devel BuildRequires: prelink +BuildRequires: sane-backends-devel BuildRequires: update-desktop-files BuildRequires: valgrind-devel -%if %{with hal} -BuildRequires: hal-devel -%endif -%if 0%{?suse_version} > 1130 -BuildRequires: sane-backends-devel -%else -BuildRequires: sane-backends -%endif -%if 0%{?suse_version} > 1130 -BuildRequires: gstreamer-0_10-plugins-base-devel -%endif -Version: 1.4 +BuildRequires: xorg-x11-devel +Version: 1.5.1 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ From af1276f3caf5b6ce793a8bbbef27c741d904ed6aab9b9a4d2a4e3ca2cffbbf8c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 2 Apr 2012 07:55:09 +0000 Subject: [PATCH 2/6] x OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=139 --- wine.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wine.spec b/wine.spec index a7d3857..a092266 100644 --- a/wine.spec +++ b/wine.spec @@ -39,6 +39,7 @@ BuildRequires: liblcms-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libv4l-devel +BuildRequires: libxml-devel BuildRequires: libxslt-devel BuildRequires: ncurses-devel BuildRequires: openal-soft-devel From f75029d621f0a34e5a6a19cbe1f3bdb9fe20709ca0b6073b68c9e7415b63c519 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 2 Apr 2012 07:55:27 +0000 Subject: [PATCH 3/6] wine-gecko needs to be 1.5 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=140 --- wine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index a092266..cf41ee9 100644 --- a/wine.spec +++ b/wine.spec @@ -65,7 +65,7 @@ Source7: baselibs.conf # SUSE specific patches # - currently none, but add them here #Patch0: susepatches.patch -Recommends: wine-gecko >= 1.4 +Recommends: wine-gecko >= 1.5 Recommends: wine-mp3 Recommends: dosbox Conflicts: wine-gecko < 1.3 From 4412e74d7e07ae1e7a5562657d05bfd0af03291fc21ab51367f803e1271f1195 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 2 Apr 2012 08:00:13 +0000 Subject: [PATCH 4/6] OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=141 --- wine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index cf41ee9..44b3dc7 100644 --- a/wine.spec +++ b/wine.spec @@ -39,7 +39,7 @@ BuildRequires: liblcms-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libv4l-devel -BuildRequires: libxml-devel +BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: ncurses-devel BuildRequires: openal-soft-devel From a718435f954788afaa784e74da5db8a6fd0fd1b3e4580dc92b021460d5a25bb6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 2 Apr 2012 09:09:43 +0000 Subject: [PATCH 5/6] x OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=142 --- wine.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index 44b3dc7..1db73db 100644 --- a/wine.spec +++ b/wine.spec @@ -27,6 +27,7 @@ BuildRequires: dbus-1-devel BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: flex +BuildRequires: fontconfig-devel BuildRequires: freeglut-devel BuildRequires: freetype2-devel BuildRequires: giflib-devel @@ -71,7 +72,7 @@ Recommends: dosbox Conflicts: wine-gecko < 1.3 %ifarch x86_64 -Requires: wine-32bit = %version +Requires: %{name}-32bit = %{version} %endif # for winetricks: Requires: cabextract From 1c4189b6d06c982383cce6c1accfb0085551183f622a31f83b271144cb4d775b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 5 Apr 2012 16:27:27 +0000 Subject: [PATCH 6/6] Accepting request 112709 from home:RedDwarf I don't really know what those .def files do. But I guess they are really needed? With them lmms is building correctly in my home repo. - Include /usr/lib/wine/*.def files in wine-devel-32bit OBS-URL: https://build.opensuse.org/request/show/112709 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=143 --- wine.changes | 5 +++++ wine.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/wine.changes b/wine.changes index 6d9bc60..5b24801 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 5 13:08:08 UTC 2012 - reddwarf@opensuse.org + +- Include /usr/lib/wine/*.def files in wine-devel-32bit + ------------------------------------------------------------------- Fri Mar 30 23:21:10 CEST 2012 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 1db73db..7f6d027 100644 --- a/wine.spec +++ b/wine.spec @@ -138,6 +138,7 @@ echo " +^/usr/lib/wine/fakedlls" >> %SOURCE7 grep SONAME_ config.log grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7 echo "%name-devel" >> %SOURCE7 +echo " +^/usr/lib/wine/*.def" >> %SOURCE7 cat %SOURCE7 %endif make %{?jobs:-j%jobs} all