version upgrade
fix epel build (rhbz#733802)
f38
Andreas Bierfert 14 years ago
parent 6b2ac760fc
commit 09657f93a8

2
.gitignore vendored

@ -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

@ -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

@ -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 <andreas.bierfert[AT]lowlatency.de>
- 1.3.27-1
- version upgrade
- fix epel build (rhbz#733802)
* Tue Aug 23 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.3.26-3
- drop pulse configure option

Loading…
Cancel
Save