From b8e2ea3144415b755ac3c296c6b9db82789dba702f1f9ce2cac871ca7cc8ee81 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 25 May 2010 08:54:34 +0000 Subject: [PATCH 1/5] - Updated to 1.2rc1 (named 1.1.45_1.2rc1 to satisfy RPM) - Many new toolbar icons. - Support for alpha blending in image lists. - Much more complete shader assembler. - Support for Arabic font shaping and joining. - A number of fixes for video rendering. - Font antialiasing configuration through fontconfig. - Improved handling of desktop link files. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=40 --- wine-1.1.44.tar.bz2 | 3 --- wine-1.1.45_1.2rc1.tar.bz2 | 3 +++ wine.changes | 13 +++++++++++++ wine.spec | 9 +++++---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 wine-1.1.44.tar.bz2 create mode 100644 wine-1.1.45_1.2rc1.tar.bz2 diff --git a/wine-1.1.44.tar.bz2 b/wine-1.1.44.tar.bz2 deleted file mode 100644 index 7446a8d..0000000 --- a/wine-1.1.44.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a2496ca5df3c4281339f8d6ebe1a3ec29b5ec5a56a97a7322c86a2ee9ccbc7e -size 17195531 diff --git a/wine-1.1.45_1.2rc1.tar.bz2 b/wine-1.1.45_1.2rc1.tar.bz2 new file mode 100644 index 0000000..6019197 --- /dev/null +++ b/wine-1.1.45_1.2rc1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f44d40e0d8a35b685c08cd14bd22bcc478148c4e8b99af936813316466e266 +size 17361938 diff --git a/wine.changes b/wine.changes index 57e2820..5c478c5 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue May 25 10:53:10 CEST 2010 - meissner@suse.de + +- Updated to 1.2rc1 (named 1.1.45_1.2rc1 to satisfy RPM) + - Many new toolbar icons. + - Support for alpha blending in image lists. + - Much more complete shader assembler. + - Support for Arabic font shaping and joining. + - A number of fixes for video rendering. + - Font antialiasing configuration through fontconfig. + - Improved handling of desktop link files. + - Various bug fixes. + ------------------------------------------------------------------- Fri May 7 21:44:42 CEST 2010 - meissner@suse.de diff --git a/wine.spec b/wine.spec index ba0cf66..573d571 100644 --- a/wine.spec +++ b/wine.spec @@ -22,7 +22,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils License: LGPLv2.1+ Group: System/Emulators/PC AutoReqProv: on -Version: 1.1.44 +Version: 1.1.45_1.2rc1 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com @@ -144,7 +144,6 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/regedit /usr/bin/regsvr32 /usr/bin/widl -/usr/bin/wine /usr/bin/wineboot /usr/bin/winebuild /usr/bin/winecfg @@ -171,10 +170,12 @@ rm -rf $RPM_BUILD_ROOT %files 32bit %defattr(-,root,root) -/usr/bin/wine32 +/usr/bin/wine /usr/bin/wine-preloader %endif - +%ifarch x86_64 +/usr/bin/wine64 +%endif %{_libdir}/lib* %dir %{_libdir}/wine %{_libdir}/wine/*.so From 7f9cba2e875658b17e563900ab02de85c25955db7b2de5cd34b17b2b683aa802 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 25 May 2010 13:34:53 +0000 Subject: [PATCH 2/5] wine32 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=41 --- wine.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wine.spec b/wine.spec index 573d571..7d2842a 100644 --- a/wine.spec +++ b/wine.spec @@ -115,11 +115,6 @@ mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr %suse_update_desktop_file %{SOURCE4} Emulator %fdupes -s $RPM_BUILD_ROOT -%ifarch %ix86 -# duplicate this binary only -cp $RPM_BUILD_ROOT/usr/bin/{wine,wine32} -%endif - %clean rm -rf $RPM_BUILD_ROOT From d6afa40afc9fc50b28e77b85d73e65e35a6c95ea2bb6bcc19391fa575465ac2a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 28 May 2010 19:07:33 +0000 Subject: [PATCH 3/5] - Updated to 1.2rc2 - Lots of bugfixes OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=42 --- wine-1.1.45_1.2rc1.tar.bz2 | 3 --- wine-1.1.45_1.2rc2.tar.bz2 | 3 +++ wine.changes | 6 ++++++ wine.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 wine-1.1.45_1.2rc1.tar.bz2 create mode 100644 wine-1.1.45_1.2rc2.tar.bz2 diff --git a/wine-1.1.45_1.2rc1.tar.bz2 b/wine-1.1.45_1.2rc1.tar.bz2 deleted file mode 100644 index 6019197..0000000 --- a/wine-1.1.45_1.2rc1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5f44d40e0d8a35b685c08cd14bd22bcc478148c4e8b99af936813316466e266 -size 17361938 diff --git a/wine-1.1.45_1.2rc2.tar.bz2 b/wine-1.1.45_1.2rc2.tar.bz2 new file mode 100644 index 0000000..7bc4ba1 --- /dev/null +++ b/wine-1.1.45_1.2rc2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced37c03e6f635cd7bd9df3dfa2421cb487bf6370cf1f6e2b57a99e80444501d +size 17350202 diff --git a/wine.changes b/wine.changes index 5c478c5..88ac7ef 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 28 21:06:43 CEST 2010 - meissner@suse.de + +- Updated to 1.2rc2 + - Lots of bugfixes + ------------------------------------------------------------------- Tue May 25 10:53:10 CEST 2010 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 7d2842a..e67b5f7 100644 --- a/wine.spec +++ b/wine.spec @@ -22,7 +22,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils License: LGPLv2.1+ Group: System/Emulators/PC AutoReqProv: on -Version: 1.1.45_1.2rc1 +Version: 1.1.45_1.2rc2 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com From 6973d3ac49f884a215656dcb5c92cd82a527b1d863ba2b15a5ac7d94719a5266 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sun, 30 May 2010 22:57:00 +0000 Subject: [PATCH 4/5] Accepting request 40842 from Emulators checked in (request 40842) OBS-URL: https://build.opensuse.org/request/show/40842 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=43 --- wine-1.1.44.tar.bz2 | 3 +++ wine-1.1.45_1.2rc2.tar.bz2 | 3 --- wine.changes | 19 ------------------- wine.spec | 14 +++++++++----- 4 files changed, 12 insertions(+), 27 deletions(-) create mode 100644 wine-1.1.44.tar.bz2 delete mode 100644 wine-1.1.45_1.2rc2.tar.bz2 diff --git a/wine-1.1.44.tar.bz2 b/wine-1.1.44.tar.bz2 new file mode 100644 index 0000000..7446a8d --- /dev/null +++ b/wine-1.1.44.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2496ca5df3c4281339f8d6ebe1a3ec29b5ec5a56a97a7322c86a2ee9ccbc7e +size 17195531 diff --git a/wine-1.1.45_1.2rc2.tar.bz2 b/wine-1.1.45_1.2rc2.tar.bz2 deleted file mode 100644 index 7bc4ba1..0000000 --- a/wine-1.1.45_1.2rc2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ced37c03e6f635cd7bd9df3dfa2421cb487bf6370cf1f6e2b57a99e80444501d -size 17350202 diff --git a/wine.changes b/wine.changes index 88ac7ef..57e2820 100644 --- a/wine.changes +++ b/wine.changes @@ -1,22 +1,3 @@ -------------------------------------------------------------------- -Fri May 28 21:06:43 CEST 2010 - meissner@suse.de - -- Updated to 1.2rc2 - - Lots of bugfixes - -------------------------------------------------------------------- -Tue May 25 10:53:10 CEST 2010 - meissner@suse.de - -- Updated to 1.2rc1 (named 1.1.45_1.2rc1 to satisfy RPM) - - Many new toolbar icons. - - Support for alpha blending in image lists. - - Much more complete shader assembler. - - Support for Arabic font shaping and joining. - - A number of fixes for video rendering. - - Font antialiasing configuration through fontconfig. - - Improved handling of desktop link files. - - Various bug fixes. - ------------------------------------------------------------------- Fri May 7 21:44:42 CEST 2010 - meissner@suse.de diff --git a/wine.spec b/wine.spec index e67b5f7..ba0cf66 100644 --- a/wine.spec +++ b/wine.spec @@ -22,7 +22,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils License: LGPLv2.1+ Group: System/Emulators/PC AutoReqProv: on -Version: 1.1.45_1.2rc2 +Version: 1.1.44 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com @@ -115,6 +115,11 @@ mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr %suse_update_desktop_file %{SOURCE4} Emulator %fdupes -s $RPM_BUILD_ROOT +%ifarch %ix86 +# duplicate this binary only +cp $RPM_BUILD_ROOT/usr/bin/{wine,wine32} +%endif + %clean rm -rf $RPM_BUILD_ROOT @@ -139,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/regedit /usr/bin/regsvr32 /usr/bin/widl +/usr/bin/wine /usr/bin/wineboot /usr/bin/winebuild /usr/bin/winecfg @@ -165,12 +171,10 @@ rm -rf $RPM_BUILD_ROOT %files 32bit %defattr(-,root,root) -/usr/bin/wine +/usr/bin/wine32 /usr/bin/wine-preloader %endif -%ifarch x86_64 -/usr/bin/wine64 -%endif + %{_libdir}/lib* %dir %{_libdir}/wine %{_libdir}/wine/*.so From aec4a08360a56c044ef97fb7bf802ca7703eb16962e81ba53b0fef1a7896b6ca Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 30 May 2010 22:57:01 +0000 Subject: [PATCH 5/5] Updating link to change in openSUSE:Factory/wine revision 75.0 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=58df469159d1cc5c0f0550d7b82f132f --- wine-1.1.44.tar.bz2 | 3 --- wine-1.1.45_1.2rc2.tar.bz2 | 3 +++ wine.changes | 19 +++++++++++++++++++ wine.spec | 16 ++++++---------- 4 files changed, 28 insertions(+), 13 deletions(-) delete mode 100644 wine-1.1.44.tar.bz2 create mode 100644 wine-1.1.45_1.2rc2.tar.bz2 diff --git a/wine-1.1.44.tar.bz2 b/wine-1.1.44.tar.bz2 deleted file mode 100644 index 7446a8d..0000000 --- a/wine-1.1.44.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a2496ca5df3c4281339f8d6ebe1a3ec29b5ec5a56a97a7322c86a2ee9ccbc7e -size 17195531 diff --git a/wine-1.1.45_1.2rc2.tar.bz2 b/wine-1.1.45_1.2rc2.tar.bz2 new file mode 100644 index 0000000..7bc4ba1 --- /dev/null +++ b/wine-1.1.45_1.2rc2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced37c03e6f635cd7bd9df3dfa2421cb487bf6370cf1f6e2b57a99e80444501d +size 17350202 diff --git a/wine.changes b/wine.changes index 57e2820..88ac7ef 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri May 28 21:06:43 CEST 2010 - meissner@suse.de + +- Updated to 1.2rc2 + - Lots of bugfixes + +------------------------------------------------------------------- +Tue May 25 10:53:10 CEST 2010 - meissner@suse.de + +- Updated to 1.2rc1 (named 1.1.45_1.2rc1 to satisfy RPM) + - Many new toolbar icons. + - Support for alpha blending in image lists. + - Much more complete shader assembler. + - Support for Arabic font shaping and joining. + - A number of fixes for video rendering. + - Font antialiasing configuration through fontconfig. + - Improved handling of desktop link files. + - Various bug fixes. + ------------------------------------------------------------------- Fri May 7 21:44:42 CEST 2010 - meissner@suse.de diff --git a/wine.spec b/wine.spec index ba0cf66..9a4735b 100644 --- a/wine.spec +++ b/wine.spec @@ -1,5 +1,5 @@ # -# spec file for package wine (Version 1.1.44) +# spec file for package wine (Version 1.1.45_1.2rc2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,7 +22,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils License: LGPLv2.1+ Group: System/Emulators/PC AutoReqProv: on -Version: 1.1.44 +Version: 1.1.45_1.2rc2 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com @@ -115,11 +115,6 @@ mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr %suse_update_desktop_file %{SOURCE4} Emulator %fdupes -s $RPM_BUILD_ROOT -%ifarch %ix86 -# duplicate this binary only -cp $RPM_BUILD_ROOT/usr/bin/{wine,wine32} -%endif - %clean rm -rf $RPM_BUILD_ROOT @@ -144,7 +139,6 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/regedit /usr/bin/regsvr32 /usr/bin/widl -/usr/bin/wine /usr/bin/wineboot /usr/bin/winebuild /usr/bin/winecfg @@ -171,10 +165,12 @@ rm -rf $RPM_BUILD_ROOT %files 32bit %defattr(-,root,root) -/usr/bin/wine32 +/usr/bin/wine /usr/bin/wine-preloader %endif - +%ifarch x86_64 +/usr/bin/wine64 +%endif %{_libdir}/lib* %dir %{_libdir}/wine %{_libdir}/wine/*.so