SHA256
1
0
forked from pool/wine

Accepting request 31855 from Emulators

Copy from Emulators/wine based on submit request 31855 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/31855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=67
This commit is contained in:
OBS User autobuild 2010-02-09 21:16:54 +00:00 committed by Git OBS Bridge
commit f837680cb2
6 changed files with 1408 additions and 240 deletions

View File

@ -9,14 +9,12 @@ General Notes:
directly by editing system.reg or user.reg, "wine regedit.exe" or
with the graphical configuration frontend "winecfg".
2. Drives are configured by symlinking in ~/.wine/dosdevices/
2. Drives are configured by symlinking in ~/.wine/dosdevices/,
or by using "winecfg".
3. You have to set the WINEPREFIX variable to the wine base dir,
if it is different than ~/.wine.
4. Running "wineprefixcreate" will update or create such a wine base
directory. This is done automatically in current Wines.
There usually is no need for additionaly configuring wine.
If no ~/.wine is present, Wine will setup a fake windows

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8de454ff0433f033e0abb183b321dc9a0cd530dd3dde9e374339ef091222f419
size 15837751

3
wine-1.1.38.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf11770cd18d45d2f56235efb0f17c82d24faae43383e1d99b2975dcff3ec8a6
size 16233995

View File

@ -1,4 +1,129 @@
-------------------------------------------------------------------
Fri Feb 5 20:27:26 CET 2010 - meissner@suse.de
- Updated to 1.1.38
- Better support for memory allocations debugging.
- Improved MIDI support.
- A wide range of Direct3D fixes.
- OLEDB fixes (should fix Clipart in Office).
- Improved debugger support on x86-64.
- Many MSI fixes.
- Various bug fixes.
- updated winetricks
-------------------------------------------------------------------
Fri Jan 22 20:33:13 CET 2010 - meissner@suse.de
- Updated to 1.1.37
- A number of fixes in AVI file support.
- Several MSXML improvements.
- A few MSI fixes.
- Various bug fixes.
-------------------------------------------------------------------
Fri Jan 8 22:52:30 CET 2010 - meissner@suse.de
- Updated to 1.1.36
- Completion of the 16-bit separation.
- Improved Shader Model 4 support.
- A ton of memory leak fixes.
- Improved debugging support for MinGW.
- A number of MSHTML fixes.
- Various bug fixes.
-------------------------------------------------------------------
Fri Dec 18 21:27:45 CET 2009 - meissner@suse.de
- Updated to 1.1.35
- Support for OLE transacted storage.
- Better certificate checking on secure connections.
- More progress on the 16-bit separation.
- Left 4 Dead 2 DRM really supported now.
- MSI performance improvements.
- 64-bit fixes in debugger support.
- Various bug fixes.
-------------------------------------------------------------------
Mon Dec 14 13:20:00 CET 2009 - meissner@suse.de
- winetricks update
- fixed multiple downloaders, including quicktime, flash
-------------------------------------------------------------------
Fri Dec 4 20:30:35 CET 2009 - meissner@suse.de
- Updated to 1.1.34
- Many fixes for crypto certificates support.
- A lot of MSHTML improvements.
- Various fixes to support the Left 4 Dead 2 DRM.
- A number of OLE marshalling fixes.
- More Listview improvements.
- Various bug fixes.
-------------------------------------------------------------------
Thu Nov 26 08:27:28 CET 2009 - meissner@suse.de
- new winetricks release
- Add experimental dotnet35 verb
- Add IE7 verb. Based on a patch by Hans Leidekker.
- Add verbs alsa, audioio, coreaudio, esound, jack, nas, oss to override
sound driver
- Add verbs backbuffer, fbo, pbuffer for setting offscreen rendering buffer
- Don't crash winecfg if native comctl32 is used
- Fix gecko to work with wine-1.1.33.
- Make vc2003toolkit and psdk2003 verbs run on windows
- On cleanup, remove $WINETRICKS_TMP, not just the files in it
- Sorted command menu
- Update Firefox to 3.5.5
- Update mpc to latest version, move the exe to Program Files and add it to %PATH%
-------------------------------------------------------------------
Sat Nov 14 09:47:23 CET 2009 - meissner@suse.de
- Updated to 1.1.33
- Gecko now installed at wineprefix creation time.
- Better support for certificates in crypt32.
- Improved sound support in mciwave.
- Some more Direct3D 10 functions.
- Many cleanups for issues spotted by Valgrind.
- Various bug fixes.
-------------------------------------------------------------------
Fri Nov 13 16:03:18 CET 2009 - meissner@suse.de
- buildrequire "wine-gecko" prepackaged gecko engine,
so it does not need to be seperately downloaded.
-------------------------------------------------------------------
Sun Nov 8 15:40:20 CET 2009 - meissner@suse.de
- starting to build for 64bit on Factory and later.
-------------------------------------------------------------------
Fri Oct 23 22:56:07 CEST 2009 - meissner@suse.de
- Updated to 1.1.32
- Many crypto fixes, particularly on 64-bit.
- Improved DVD access on Mac OS.
- Several common controls improvements.
- Various HTML support improvements.
- More DIB optimizations.
- Various bug fixes.
-------------------------------------------------------------------
Fri Oct 9 21:17:23 CEST 2009 - meissner@suse.de
- Updated to 1.1.31
- Vastly improved monthcal control.
- Performance improvements for DIB sections.
- Several sound driver fixes.
- Beginning of ActiveX support in JScript.
- More Direct3D 10 work.
- More 16-bit dlls split off to separate modules.
- Support for attachments in MAPI.
- Various bug fixes.
- updated winetricks
-------------------------------------------------------------------
Fri Sep 25 22:55:12 CEST 2009 - meissner@suse.de
- Updated to 1.1.30

View File

@ -1,5 +1,5 @@
#
# spec file for package wine (Version 1.1.30)
# spec file for package wine (Version 1.1.38)
#
# 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.30
Version: 1.1.38
Release: 1
Summary: An MS Windows Emulator
Url: http://www.winehq.com
@ -30,6 +30,7 @@ Source0: wine-%version.tar.bz2
Source1: http://kegel.com/wine/winetricks
Source3: README.SuSE
Source4: wine.desktop
Recommends: wine-gecko
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libXcursor.so.1 libXi.so.6 libXxf86vm.so.1 libXrender.so.1 libXrandr.so.2 libXinerama.so.1 libXcomposite.so.1 libxslt.so.1 libhal.so.1 libncurses.so.5 libfreetype.so.6 libpng12.so.0 libjpeg.so.62 libcrypto.so.0.9.8 libssl.so.0.9.8 libfontconfig.so.1 libcups.so.2 libgnutls.so.26
ExclusiveArch: %ix86
@ -100,20 +101,19 @@ rm -rf $RPM_BUILD_ROOT
%doc ANNOUNCE AUTHORS LICENSE LICENSE.OLD README*
/usr/bin/*
/usr/share/wine
/usr/lib/lib*
%dir /usr/lib/wine
/usr/lib/wine/*.so
/usr/lib/wine/*.*16
%dir /usr/lib/wine/fakedlls
/usr/lib/wine/fakedlls/*
%{_libdir}/lib*
%dir %{_libdir}/wine
%{_libdir}/wine/*.so
%dir %{_libdir}/wine/fakedlls
%{_libdir}/wine/fakedlls/*
/usr/share/applications/wine.desktop
%doc %{_mandir}/*/*
%files devel
%defattr(-,root,root)
%{_includedir}/wine
/usr/lib/wine/*.def
/usr/lib/wine/*.a
#/usr/share/aclocal/wine.m4
%{_libdir}/wine/*.def
%{_libdir}/wine/*.a
# /usr/share/aclocal/wine.m4
%changelog

1485
winetricks

File diff suppressed because it is too large Load Diff