From 52d10db320222e9deec7c5c1d5fa41044a750f41 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Aug 24 2015 14:26:32 +0000 Subject: Update to 1.7.50 --- diff --git a/.gitignore b/.gitignore index 08c9b5f..f306e79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-1.7.49.tar.bz2 -/wine-1.7.49.tar.bz2.sign -/wine-staging-1.7.49.tar.gz +/wine-1.7.50.tar.bz2 +/wine-1.7.50.tar.bz2.sign +/wine-staging-1.7.50.tar.gz diff --git a/sources b/sources index 584783c..18935ce 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -bb27879f267a20599cacbb4043ebd584 wine-1.7.49.tar.bz2 -539d477d2cdf5bccdbc349e2b68f963f wine-1.7.49.tar.bz2.sign -658fbcb2647c6839d94ebf6232f67e62 wine-staging-1.7.49.tar.gz +c8b30bf13c3d418688fd6fa1321edb8a wine-1.7.50.tar.bz2 +e5fbff1f79483b3ec55cf1b4d545eb45 wine-1.7.50.tar.bz2.sign +09bb58240bdf89481a7b27992896685b wine-staging-1.7.50.tar.gz diff --git a/wine.spec b/wine.spec index f6ab030..b6b3f13 100644 --- a/wine.spec +++ b/wine.spec @@ -21,8 +21,8 @@ %endif Name: wine -Version: 1.7.49 -Release: 2%{?dist} +Version: 1.7.50 +Release: 1%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators @@ -72,8 +72,6 @@ Patch511: wine-cjk.patch Patch512: wine-gcc5.patch # prelink has been retired, use linker method of base address relocation 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. # 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 %endif %patch513 -p1 -b.relocate -%patch514 -p1 -b.gecko # setup and apply compholio-patches or pulseaudio-patch. # since the pulse patch is included in the compholio patches use it from @@ -1905,6 +1902,9 @@ fi %{_libdir}/wine/opencl.dll.so %changelog +* Mon Aug 24 2015 Michael Cronenworth 1.7.50-1 +- version upgrade + * Fri Aug 14 2015 Michael Cronenworth 1.7.49-2 - backport gecko 2.40 patch