From ae4b9235c33ff9de4f068ac834e29f1486eab31c Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Jul 04 2012 16:33:31 +0000 Subject: 1.5.8-1 - version upgrade (rhbz#834762) - change {mingw-,}wine-mono require --- diff --git a/.gitignore b/.gitignore index 07f6f56..b1c6c69 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /wine-1.5.6.tar.bz2.sign /wine-1.5.7.tar.bz2 /wine-1.5.7.tar.bz2.sign +/wine-1.5.8.tar.bz2 +/wine-1.5.8.tar.bz2.sign diff --git a/sources b/sources index c9e4460..1b18078 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -fde93976e0178a00dce55d2f43022e5b wine-1.5.7.tar.bz2 -dd73152885a062fef1f79fb4e4c4fb44 wine-1.5.7.tar.bz2.sign +68ec9abe25b84104228cb24e7ff98c41 wine-1.5.8.tar.bz2 +dd2fe8e65223c52888dd1fef8f122fff wine-1.5.8.tar.bz2.sign diff --git a/wine.spec b/wine.spec index d70e55e..2ccd8b3 100644 --- a/wine.spec +++ b/wine.spec @@ -1,10 +1,9 @@ %global no64bit 0 %global winegecko 1.6 %global winemono 0.0.4 -%define __os_install_post %{nil} Name: wine -Version: 1.5.7 +Version: 1.5.8 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -144,7 +143,7 @@ Requires: wine-openal(x86-32) = %{version}-%{release} %endif %if 0%{?fedora} >= 17 Requires: mingw32-wine-gecko = %winegecko -Requires: mingw-wine-mono = %winemono +Requires: wine-mono = %winemono %endif %endif @@ -167,7 +166,7 @@ Requires: wine-openal(x86-64) = %{version}-%{release} %endif %if 0%{?fedora} >= 17 Requires: mingw64-wine-gecko = %winegecko -Requires: mingw-wine-mono = %winemono +Requires: wine-mono = %winemono %endif Requires: wine-wow(x86-64) = %{version}-%{release} Conflicts: wine-wow(x86-32) = %{version}-%{release} @@ -1489,6 +1488,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Wed Jul 04 2012 Andreas Bierfert +- 1.5.8-1 +- version upgrade (rhbz#834762) +- change {mingw-,}wine-mono require + * Sun Jun 24 2012 Andreas Bierfert - 1.5.7-1 - version upgrade (rhbz#834762)