diff --git a/.gitignore b/.gitignore index e556ce9..74d7520 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ /wine-1.5.1.tar.bz2.sign /wine-1.5.2.tar.bz2 /wine-1.5.2.tar.bz2.sign +/wine-1.5.3.tar.bz2 +/wine-1.5.3.tar.bz2.sign diff --git a/sources b/sources index 5298d96..006ce19 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a994a2d8ef526407b2085408f0a5e9b4 wine-1.5.2.tar.bz2 -03d2bd37fab79a5be3580cc33ec896ce wine-1.5.2.tar.bz2.sign +91ce7a52a402e8609d6f80a7ab409cfd wine-1.5.3.tar.bz2 +4ebfaabe84f449e90d49eba894dadb11 wine-1.5.3.tar.bz2.sign diff --git a/wine.spec b/wine.spec index e3c3812..0884ade 100644 --- a/wine.spec +++ b/wine.spec @@ -1,7 +1,7 @@ %global no64bit 0 Name: wine -Version: 1.5.2 -Release: 2%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator Group: Applications/Emulators @@ -1435,6 +1435,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Mon Apr 30 2012 Andreas Bierfert +- 1.5.3-1 +- version upgrade + * Sat Apr 21 2012 Andreas Bierfert - 1.5.2-2 - reenable xinput2 (rhbz#801436)