diff --git a/.gitignore b/.gitignore index 4383266..53d4274 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ /wine-1.4-rc3.tar.bz2.sign /wine-1.4-rc4.tar.bz2 /wine-1.4-rc4.tar.bz2.sign +/wine-1.4-rc5.tar.bz2 +/wine-1.4-rc5.tar.bz2.sign diff --git a/sources b/sources index b298222..803b420 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -74d6ae855718b8fdc9c70fe95026941b wine-1.4-rc4.tar.bz2 -d397f320c48155c6ec8c9b870aa819d9 wine-1.4-rc4.tar.bz2.sign +80b324aec2a07610e4ad07a56f429db3 wine-1.4-rc5.tar.bz2 +e8fb7874cb8e28dcb2b8708b99d57a09 wine-1.4-rc5.tar.bz2.sign diff --git a/wine.spec b/wine.spec index 9af2bd9..089e555 100644 --- a/wine.spec +++ b/wine.spec @@ -1,14 +1,14 @@ %global no64bit 0 Name: wine Version: 1.4 -Release: 0.6.rc4%{?dist} +Release: 0.7.rc5%{?dist} Summary: A Windows 16/32/64 bit emulator Group: Applications/Emulators License: LGPLv2+ URL: http://www.winehq.org/ -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}-rc4.tar.bz2 -Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc4.tar.bz2.sign +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}-rc5.tar.bz2 +Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc5.tar.bz2.sign Source1: wine.init Source2: wine.systemd @@ -468,7 +468,7 @@ This package adds an openal driver for wine. %endif %prep -%setup -q -n %{name}-%{version}-rc4 +%setup -q -n %{name}-%{version}-rc5 %build # disable fortify as it breaks wine @@ -1424,6 +1424,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Sat Feb 25 2012 Andreas Bierfert +- 1.4-0.7.rc5 +- version upgrade + * Tue Feb 21 2012 Andreas Bierfert - 1.4-0.6.rc4 - fix dependency issue (#795295)