1.4-0.5.rc4

- version upgrade
f38
Andreas Bierfert 13 years ago
parent 403bb748e5
commit c20c5554a2

2
.gitignore vendored

@ -22,3 +22,5 @@
/wine-1.4-rc2.tar.bz2 /wine-1.4-rc2.tar.bz2
/wine-1.4-rc3.tar.bz2 /wine-1.4-rc3.tar.bz2
/wine-1.4-rc3.tar.bz2.sign /wine-1.4-rc3.tar.bz2.sign
/wine-1.4-rc4.tar.bz2
/wine-1.4-rc4.tar.bz2.sign

@ -1,2 +1,2 @@
cbbf30fe43de9676abbb8ea88b1b5cde wine-1.4-rc3.tar.bz2 74d6ae855718b8fdc9c70fe95026941b wine-1.4-rc4.tar.bz2
434e48052531f3616821360bacc1df2a wine-1.4-rc3.tar.bz2.sign d397f320c48155c6ec8c9b870aa819d9 wine-1.4-rc4.tar.bz2.sign

@ -1,14 +1,14 @@
%global no64bit 0 %global no64bit 0
Name: wine Name: wine
Version: 1.4 Version: 1.4
Release: 0.4.rc3%{?dist} Release: 0.5.rc4%{?dist}
Summary: A Windows 16/32/64 bit emulator Summary: A Windows 16/32/64 bit emulator
Group: Applications/Emulators Group: Applications/Emulators
License: LGPLv2+ License: LGPLv2+
URL: http://www.winehq.org/ URL: http://www.winehq.org/
Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}-rc3.tar.bz2 Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}-rc4.tar.bz2
Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc3.tar.bz2.sign Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc4.tar.bz2.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -463,7 +463,7 @@ This package adds an openal driver for wine.
%endif %endif
%prep %prep
%setup -q -n %{name}-%{version}-rc3 %setup -q -n %{name}-%{version}-rc4
%build %build
# disable fortify as it breaks wine # disable fortify as it breaks wine
@ -1419,6 +1419,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif %endif
%changelog %changelog
* Sun Feb 19 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.4-0.5.rc4
- version upgrade
* Fri Feb 17 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> * Fri Feb 17 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.4-0.4.rc3 - 1.4-0.4.rc3
- version upgrade - version upgrade

Loading…
Cancel
Save