diff --git a/.gitignore b/.gitignore index bec1b73..63b992d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /wine-1.4.tar.bz2.sign /wine-1.5.22.tar.bz2 /wine-1.5.22.tar.bz2.sign +/wine-1.5.23.tar.bz2 +/wine-1.5.23.tar.bz2.sign diff --git a/sources b/sources index 2bbafff..98c72e0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -8b37350b58da09eb3ce63422070c27c4 wine-1.5.22.tar.bz2 -8d8148811ee6c990513de2121c47f2e3 wine-1.5.22.tar.bz2.sign +70228ea29efe9700a66202b495b068bc wine-1.5.23.tar.bz2 +8b8620cf523bb6c7e61d01480c167859 wine-1.5.23.tar.bz2.sign diff --git a/wine.spec b/wine.spec index 7155cda..f21fe3d 100644 --- a/wine.spec +++ b/wine.spec @@ -3,8 +3,8 @@ %global winemono 0.0.8 Name: wine -Version: 1.5.22 -Release: 2%{?dist} +Version: 1.5.23 +Release: 1%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators @@ -1509,6 +1509,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Sun Feb 10 2013 Andreas Bierfert +- 1.5.23-1 +- version upgrade + * Sun Feb 10 2013 Parag Nemade - 1.5.22-2 - Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 - Cleanup spec as per recently changed packaging guidelines