From d56b52812332448a3a13db21ee0ec24ed9d65ba0 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Sun, 16 Jun 2013 19:15:18 +0200 Subject: [PATCH] 1.6-0.1.rc2 - 1.6 rc2 --- .gitignore | 2 ++ sources | 4 ++-- wine.spec | 16 +++++++++++----- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 25f2258..9feb064 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /wine-1.4.tar.bz2.sign /wine-1.5.31.tar.bz2 /wine-1.5.31.tar.bz2.sign +/wine-1.6-rc2.tar.bz2 +/wine-1.6-rc2.tar.bz2.sign diff --git a/sources b/sources index 9b09dc4..6554c83 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -21a8326bbce7f0f051a19a64101e75bf wine-1.5.31.tar.bz2 -a848d711682f270a16675ad32bb4a778 wine-1.5.31.tar.bz2.sign +53e1f38da888c2215ea22ead59f485b0 wine-1.6-rc2.tar.bz2 +b5c6af339ba6ddde3b072cc0c95b3da7 wine-1.6-rc2.tar.bz2.sign diff --git a/wine.spec b/wine.spec index 6af499d..ee7c574 100644 --- a/wine.spec +++ b/wine.spec @@ -3,15 +3,15 @@ %global winemono 0.0.8 Name: wine -Version: 1.5.31 -Release: 1%{?dist} +Version: 1.6 +Release: 0.1.rc2%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators License: LGPLv2+ URL: http://www.winehq.org/ -Source0: http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2 -Source10: http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2.sign +Source0: http://downloads.sourceforge.net/wine/wine-%{version}-rc2.tar.bz2 +Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc2.tar.bz2.sign Source1: wine.init Source2: wine.systemd @@ -529,7 +529,7 @@ This package adds an openal driver for wine. %endif %prep -%setup -q +%setup -q -n %{name}-%{version}-rc2 %patch1 -p1 -b.osmesa @@ -939,6 +939,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/wine/advapi32.dll.so %{_libdir}/wine/advpack.dll.so %{_libdir}/wine/amstream.dll.so +%{_libdir}/wine/api-ms-win-core-localregistry-l1-1-0.dll.so +%{_libdir}/wine/api-ms-win-core-processthreads-l1-1-0.dll.so %{_libdir}/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so %{_libdir}/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so %{_libdir}/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so @@ -1529,6 +1531,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Sun Jun 16 2013 Andreas Bierfert +- 1.6-0.1.rc2 +- 1.6 rc2 + * Thu May 30 2013 Andreas Bierfert - 1.5.31-1 - version upgrade