From 09657f93a8b1b4a82249d9c9d5ca4b083057c272 Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Tue, 30 Aug 2011 17:42:27 +0200 Subject: [PATCH] 1.3.27-1 version upgrade fix epel build (rhbz#733802) --- .gitignore | 2 ++ sources | 4 ++-- wine.spec | 13 ++++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 42cb21b..81b5710 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ /wine-1.3.25.tar.bz2.sign /wine-1.3.26.tar.bz2 /wine-1.3.26.tar.bz2.sign +/wine-1.3.27.tar.bz2 +/wine-1.3.27.tar.bz2.sign diff --git a/sources b/sources index 9e184fa..8582850 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -92ea09eb11aec92672671853ce9b792b wine-1.3.26.tar.bz2 -fceac48a09b2dc176c7ef9b22dc1b47a wine-1.3.26.tar.bz2.sign +d717ecec6959d8cab194c61c29c3dcdf wine-1.3.27.tar.bz2 +4dcaba398a449b27568ae84f08c9a7a6 wine-1.3.27.tar.bz2.sign diff --git a/wine.spec b/wine.spec index 5e0a000..9ee8a16 100644 --- a/wine.spec +++ b/wine.spec @@ -1,7 +1,7 @@ %global no64bit 0 Name: wine -Version: 1.3.26 -Release: 3%{?dist} +Version: 1.3.27 +Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator Group: Applications/Emulators @@ -114,9 +114,6 @@ BuildRequires: chrpath %if 0%{?fedora} >= 10 || 0%{?rhel} >= 6 BuildRequires: openal-soft-devel -%endif - -%if 0%{?fedora} >= 10 BuildRequires: icoutils %endif @@ -1030,6 +1027,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/wine/pdh.dll.so %{_libdir}/wine/pidgen.dll.so %{_libdir}/wine/powrprof.dll.so +%{_libdir}/wine/presentationfontcache.exe.so %{_libdir}/wine/printui.dll.so %{_libdir}/wine/propsys.dll.so %{_libdir}/wine/psapi.dll.so @@ -1383,6 +1381,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Mon Aug 29 2011 Andreas Bierfert +- 1.3.27-1 +- version upgrade +- fix epel build (rhbz#733802) + * Tue Aug 23 2011 Andreas Bierfert - 1.3.26-3 - drop pulse configure option