From 5e5d967ea4032bc3297437d315316c42ade5d734 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Mon, 28 Oct 2013 07:10:47 +0100 Subject: [PATCH] - version upgrade to 1.7.4 --- .gitignore | 2 ++ sources | 4 ++-- wine.spec | 6 +++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4ab76a..2a97c79 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /wine-1.6.tar.bz2 /wine-1.7.3.tar.bz2 /wine-1.7.3.tar.bz2.sign +/wine-1.7.4.tar.bz2 +/wine-1.7.4.tar.bz2.sign diff --git a/sources b/sources index ef2bc9e..3a8be7e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -8dc3815754f00ec315d61a6d14870320 wine-1.7.3.tar.bz2 -8654d7b9156e0e0d64e89a18393f9524 wine-1.7.3.tar.bz2.sign +a1e78cdce188a4f52244780b6628507b wine-1.7.4.tar.bz2 +68c3393d7a3c1286e2fc7682d8c8c9a2 wine-1.7.4.tar.bz2.sign diff --git a/wine.spec b/wine.spec index 77eedc3..ee8b21e 100644 --- a/wine.spec +++ b/wine.spec @@ -3,7 +3,7 @@ %global winemono 0.0.8 Name: wine -Version: 1.7.3 +Version: 1.7.4 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1555,6 +1555,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Sat Oct 12 2013 Andreas Bierfert +- 1.7.4-1 +- version upgrade + * Sat Sep 28 2013 Andreas Bierfert - 1.7.3-1 - version upgrade (rhbz#1008441)