From fe10d8eff1325bbcc51e929b715f760b20ccc42b Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Sun, 24 Jun 2012 23:57:18 +0200 Subject: [PATCH] 1.5.7-1 - version upgrade - require new wine-gecko version --- .gitignore | 2 ++ sources | 4 ++-- wine.spec | 10 ++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fab94da..07f6f56 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /wine-1.4.tar.bz2.sign /wine-1.5.6.tar.bz2 /wine-1.5.6.tar.bz2.sign +/wine-1.5.7.tar.bz2 +/wine-1.5.7.tar.bz2.sign diff --git a/sources b/sources index f9c52a5..c9e4460 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -83bc2532cef560a21cad7dda979cadda wine-1.5.6.tar.bz2 -c48c402a54a59b722b4628b3f339b624 wine-1.5.6.tar.bz2.sign +fde93976e0178a00dce55d2f43022e5b wine-1.5.7.tar.bz2 +dd73152885a062fef1f79fb4e4c4fb44 wine-1.5.7.tar.bz2.sign diff --git a/wine.spec b/wine.spec index b994fcb..8a3e048 100644 --- a/wine.spec +++ b/wine.spec @@ -1,9 +1,10 @@ %global no64bit 0 -%global winegecko 1.5 +%global winegecko 1.6 %global winemono 0.0.4 +%define __os_install_post %{nil} Name: wine -Version: 1.5.6 +Version: 1.5.7 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1488,6 +1489,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Sun Jun 24 2012 Andreas Bierfert +- 1.5.7-1 +- version upgrade +- require new wine-gecko version + * Sat Jun 09 2012 Andreas Bierfert - 1.5.6-1 - version upgrade (rhbz#830424)