SHA256
1
0
forked from pool/wine

Accepting request 143010 from Emulators

- Parallel build with %_smp_mflags (forwarded request 142977 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/143010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=121
This commit is contained in:
Stephan Kulow 2012-11-28 16:21:12 +00:00 committed by Git OBS Bridge
commit 58395aa77e
4 changed files with 43 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Mon Nov 26 21:03:26 UTC 2012 - jengelh@inai.de
- Parallel build with %_smp_mflags
-------------------------------------------------------------------
Fri Nov 23 21:56:07 UTC 2012 - meissner@suse.com
- Updated to 1.5.18 development snapshot.
- Various Windows Codecs improvements.
- Fixes for OLE database support.
- Improvements to system parameters management.
- Some fixes to the built-in Web browser.
- Fixes for XML support.
- Various bug fixes.
-------------------------------------------------------------------
Sun Nov 11 19:27:22 UTC 2012 - meissner@suse.com
- Updated to 1.5.17 development snapshot.
- Sub-pixel font anti-aliasing in the DIB engine.
- Support for automatic installation of ActiveX controls.
- Automatic fallback to TLS 1.0 for secure connections.
- Beginnings of the DirectWrite text analyzer.
- Better handling of font outlines in OpenGL.
- Various bug fixes.
-------------------------------------------------------------------
Fri Oct 26 23:08:03 UTC 2012 - meissner@suse.com
- Updated to 1.5.16 development snapshot
- New version of the Mono package.
- Many improvements to the CMD command-line parser.
- More stream classes in the C++ runtime.
- Support for managing services in WMI.
- Improved CPU detection.
- Various bug fixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 12 18:48:04 UTC 2012 - meissner@suse.com Fri Oct 12 18:48:04 UTC 2012 - meissner@suse.com

View File

@ -55,7 +55,7 @@ BuildRequires: sane-backends-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: valgrind-devel BuildRequires: valgrind-devel
BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-devel
Version: 1.5.15 Version: 1.5.18
Release: 0 Release: 0
Summary: An MS Windows Emulator Summary: An MS Windows Emulator
License: LGPL-2.1+ License: LGPL-2.1+
@ -149,7 +149,7 @@ echo "%name-devel" >> %SOURCE7
echo " +^/usr/lib/wine/.*def" >> %SOURCE7 echo " +^/usr/lib/wine/.*def" >> %SOURCE7
cat %SOURCE7 cat %SOURCE7
%endif %endif
make %{?jobs:-j%jobs} all make %{?_smp_mflags} all
%install %install
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}