Accepting request 105757 from Emulators
Updated to 1.4-rc4 OBS-URL: https://build.opensuse.org/request/show/105757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=109
This commit is contained in:
commit
bed654a67d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63c4dc5dbba882b1132ebbb18eee3c39d57634bf63a0c26e441a753ee51d3390
|
|
||||||
size 19901423
|
|
3
wine-1.4-rc4.tar.bz2
Normal file
3
wine-1.4-rc4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3105c4f7e0a3c326c3dc82257b6af96dd5db6cc2afbe4b8a936563d2da04d1ec
|
||||||
|
size 19947129
|
23
wine.changes
23
wine.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 17 22:58:23 CET 2012 - meissner@suse.de
|
||||||
|
|
||||||
|
- Updated to 1.4-rc4 release candidate (1.3.38_1.4rc4 for linearity)
|
||||||
|
- Bug fixes only, we are in code freeze.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 16:43:54 CET 2012 - meissner@suse.de
|
||||||
|
|
||||||
|
- Updated to 1.4-rc3 release candidate (1.3.38_1.4rc3 for linearity)
|
||||||
|
- Bug fixes only, we are in code freeze.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 6 14:28:55 CET 2012 - meissner@suse.de
|
||||||
|
|
||||||
|
- Updated to 1.4-rc2 release candidate (1.3.38_1.4rc2 for linearity)
|
||||||
|
- Bug fixes only, we are in code freeze.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 17:56:28 CET 2012 - meissner@suse.de
|
||||||
|
|
||||||
|
- disable fdupes as then install on btrfs will not work. bnc#723402
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 27 20:23:03 UTC 2012 - meissner@suse.com
|
Fri Jan 27 20:23:03 UTC 2012 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with hal
|
%bcond_with hal
|
||||||
|
|
||||||
Name: wine
|
Name: wine
|
||||||
@ -56,14 +57,14 @@ BuildRequires: sane-backends
|
|||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
BuildRequires: gstreamer-0_10-plugins-base-devel
|
BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 1.3.38_1.4rc1
|
Version: 1.3.38_1.4rc4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An MS Windows Emulator
|
Summary: An MS Windows Emulator
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Url: http://www.winehq.com
|
Url: http://www.winehq.com
|
||||||
# vanilla Wine release
|
# vanilla Wine release
|
||||||
%define winever 1.4-rc1
|
%define winever 1.4-rc4
|
||||||
Source0: wine-%{winever}.tar.bz2
|
Source0: wine-%{winever}.tar.bz2
|
||||||
Source1: http://kegel.com/wine/winetricks
|
Source1: http://kegel.com/wine/winetricks
|
||||||
Source2: http://kegel.com/wine/wisotool
|
Source2: http://kegel.com/wine/wisotool
|
||||||
@ -193,7 +194,8 @@ cd ubuntuwine
|
|||||||
install -c -m 644 *.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
|
install -c -m 644 *.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%fdupes -s %{buildroot}
|
# breaks btrfs installation, see bnc#723402
|
||||||
|
# %fdupes -s %{buildroot}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user