From 4f1e0c516292a6552853b73d2dfd8162f1e8feb2 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Sat, 23 Nov 2013 12:31:09 +0100 Subject: [PATCH] 1.7.7-1 - version upgrade --- .gitignore | 2 ++ sources | 4 ++-- wine.spec | 7 ++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f3f515e..1623ad1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /wine-1.6.tar.bz2 /wine-1.7.5.tar.bz2 /wine-1.7.5.tar.bz2.sign +/wine-1.7.7.tar.bz2 +/wine-1.7.7.tar.bz2.sign diff --git a/sources b/sources index 09bdbf8..d80ad18 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b67d3ee7bfbfdabe5fd8ace66692eb52 wine-1.7.5.tar.bz2 -2dc6fc2eb3a79eeed39298b908da0081 wine-1.7.5.tar.bz2.sign +e3b9383439d60202b10b5e93e5b00a3b wine-1.7.7.tar.bz2 +ba10b35b92abc7c0dd79fc1bbe5a6ae2 wine-1.7.7.tar.bz2.sign diff --git a/wine.spec b/wine.spec index 12affde..8983cc8 100644 --- a/wine.spec +++ b/wine.spec @@ -1,9 +1,10 @@ %global no64bit 0 %global winegecko 2.24 %global winemono 0.0.8 +%global _default_patch_fuzz 2 Name: wine -Version: 1.7.5 +Version: 1.7.7 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1556,6 +1557,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Sat Nov 23 2013 Andreas Bierfert +- 1.7.7-1 +- version upgrade + * Mon Oct 28 2013 Andreas Bierfert - 1.7.5-1 - version upgrade (rhbz#1023716)