Update to 1.7.50

f38
Michael Cronenworth 10 years ago
parent df6e4fd53b
commit 52d10db320

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-1.7.49.tar.bz2 /wine-1.7.50.tar.bz2
/wine-1.7.49.tar.bz2.sign /wine-1.7.50.tar.bz2.sign
/wine-staging-1.7.49.tar.gz /wine-staging-1.7.50.tar.gz

@ -1,3 +1,3 @@
bb27879f267a20599cacbb4043ebd584 wine-1.7.49.tar.bz2 c8b30bf13c3d418688fd6fa1321edb8a wine-1.7.50.tar.bz2
539d477d2cdf5bccdbc349e2b68f963f wine-1.7.49.tar.bz2.sign e5fbff1f79483b3ec55cf1b4d545eb45 wine-1.7.50.tar.bz2.sign
658fbcb2647c6839d94ebf6232f67e62 wine-staging-1.7.49.tar.gz 09bb58240bdf89481a7b27992896685b wine-staging-1.7.50.tar.gz

@ -21,8 +21,8 @@
%endif %endif
Name: wine Name: wine
Version: 1.7.49 Version: 1.7.50
Release: 2%{?dist} Release: 1%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
Group: Applications/Emulators Group: Applications/Emulators
@ -72,8 +72,6 @@ Patch511: wine-cjk.patch
Patch512: wine-gcc5.patch Patch512: wine-gcc5.patch
# prelink has been retired, use linker method of base address relocation # prelink has been retired, use linker method of base address relocation
Patch513: wine-relocate-base.patch Patch513: wine-relocate-base.patch
# backport patch for gecko 2.40 support, should be released in wine 1.7.50
Patch514: wine-gecko-2.40.patch
# wine compholio patches for pipelight. # wine compholio patches for pipelight.
# pulseaudio-patch is covered by that patch-set, too. # pulseaudio-patch is covered by that patch-set, too.
@ -631,7 +629,6 @@ This package adds the opencl driver for wine.
#patch512 -p1 -b.gcc5 #patch512 -p1 -b.gcc5
%endif %endif
%patch513 -p1 -b.relocate %patch513 -p1 -b.relocate
%patch514 -p1 -b.gecko
# setup and apply compholio-patches or pulseaudio-patch. # setup and apply compholio-patches or pulseaudio-patch.
# since the pulse patch is included in the compholio patches use it from # since the pulse patch is included in the compholio patches use it from
@ -1905,6 +1902,9 @@ fi
%{_libdir}/wine/opencl.dll.so %{_libdir}/wine/opencl.dll.so
%changelog %changelog
* Mon Aug 24 2015 Michael Cronenworth <mike@cchtml.com> 1.7.50-1
- version upgrade
* Fri Aug 14 2015 Michael Cronenworth <mike@cchtml.com> 1.7.49-2 * Fri Aug 14 2015 Michael Cronenworth <mike@cchtml.com> 1.7.49-2
- backport gecko 2.40 patch - backport gecko 2.40 patch

Loading…
Cancel
Save