Update to 1.8-rc3

f38
Michael Cronenworth 9 years ago
parent 8ca88379cf
commit cdfa0eeaaa

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-1.7.55.tar.bz2
/wine-1.7.55.tar.bz2.sign
/wine-staging-1.7.55.tar.gz
/wine-1.8-rc3.tar.bz2
/wine-1.8-rc3.tar.bz2.sign
/wine-staging-1.8-rc3.tar.gz

@ -1,3 +1,3 @@
161b37f57ed21508d9171df664ff5e13 wine-1.7.55.tar.bz2
2d411ab794bda23a1d6815ee467f8483 wine-1.7.55.tar.bz2.sign
59816f88f93bc8fc3f2430a33490d31c wine-staging-1.7.55.tar.gz
5ad43f42e4ebec51d421392d78bd9e91 wine-1.8-rc3.tar.bz2
6efebb655823625a09f68ee83b628693 wine-1.8-rc3.tar.bz2.sign
781dd6fbad2df34d8c951441cd538c6b wine-staging-1.8-rc3.tar.gz

@ -21,15 +21,15 @@
%endif
Name: wine
Version: 1.7.55
Release: 1%{?dist}
Version: 1.8
Release: 0.1%{?dist}
Summary: A compatibility layer for windows applications
Group: Applications/Emulators
License: LGPLv2+
URL: http://www.winehq.org/
Source0: http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2
Source10: http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2.sign
Source0: http://downloads.sourceforge.net/wine/wine-%{version}-rc3.tar.bz2
Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc3.tar.bz2.sign
Source1: wine.init
Source2: wine.systemd
@ -73,7 +73,7 @@ Patch512: wine-gcc5.patch
# wine compholio patches for wine-staging
# pulseaudio-patch is covered by that patch-set, too.
Source900: https://github.com/compholio/wine-compholio/archive/v%{version}.tar.gz#/wine-staging-%{version}.tar.gz
Source900: https://github.com/compholio/wine-compholio/archive/v%{version}-rc3.tar.gz#/wine-staging-%{version}-rc3.tar.gz
%if !%{?no64bit}
ExclusiveArch: %{ix86} x86_64 %{arm}
@ -654,7 +654,7 @@ This package adds the opencl driver for wine.
%endif
%prep
%setup -q
%setup -q -n wine-%{version}-rc3
%patch511 -p1 -b.cjk
%if 0%{?fedora} > 21
#patch512 -p1 -b.gcc5
@ -1568,6 +1568,9 @@ fi
%{_libdir}/wine/tapi32.dll.so
%{_libdir}/wine/taskkill.exe.so
%{_libdir}/wine/taskschd.dll.so
%if 0%{?compholio}
%{_libdir}/wine/tdi.sys.so
%endif
%{_libdir}/wine/traffic.dll.so
%{_libdir}/wine/ucrtbase.dll.so
%{_libdir}/wine/unicows.dll.so
@ -1966,6 +1969,9 @@ fi
%endif
%changelog
* Sun Dec 06 2015 Michael Cronenworth <mike@cchtml.com> 1.8-0.1
- version upgrade, 1.8-rc3
* Sun Nov 15 2015 Michael Cronenworth <mike@cchtml.com> 1.7.55-1
- version upgrade

Loading…
Cancel
Save