1.4-0.1.rc1

- version upgrade
f38
Andreas Bierfert 13 years ago
parent 0725c0bf4d
commit f1f1f4a8c2

2
.gitignore vendored

@ -16,3 +16,5 @@
/wine-1.3.36.tar.bz2.sign /wine-1.3.36.tar.bz2.sign
/wine-1.3.37.tar.bz2 /wine-1.3.37.tar.bz2
/wine-1.3.37.tar.bz2.sign /wine-1.3.37.tar.bz2.sign
/wine-1.4-rc1.tar.bz2.sign
/wine-1.4-rc1.tar.bz2

@ -1,2 +1,2 @@
4bf25be22c130765283d9953d03b65c4 wine-1.3.37.tar.bz2 d268353482c700f301ce038a9ecc9769 wine-1.4-rc1.tar.bz2.sign
301c7ed5210002c0dcd50a69253c0107 wine-1.3.37.tar.bz2.sign c8b7c5c1adaeebc8be1de01f5aa5b6c6 wine-1.4-rc1.tar.bz2

@ -1,14 +1,14 @@
%global no64bit 0 %global no64bit 0
Name: wine Name: wine
Version: 1.3.37 Version: 1.4
Release: 2%{?dist} Release: 0.1.rc1%{?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}.tar.bz2 Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}-rc1.tar.bz2
Source10: http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2.sign Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc1.tar.bz2.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -447,7 +447,7 @@ This package adds an openal driver for wine.
%endif %endif
%prep %prep
%setup -q %setup -q -n %{name}-%{version}-rc1
%build %build
# disable fortify as it breaks wine # disable fortify as it breaks wine
@ -1404,6 +1404,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif %endif
%changelog %changelog
* Sat Jan 28 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.4-0.1.rc1
- version upgrade
* Wed Jan 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3.37-2 * Wed Jan 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3.37-2
- Add initial support for wine on ARM - Add initial support for wine on ARM

Loading…
Cancel
Save