Update to 1.7.55

f38
Michael Cronenworth 9 years ago
parent 873e0b572a
commit 8ca88379cf

6
.gitignore vendored

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

@ -1,3 +1,3 @@
155bbbed0465e8d56d5e6cb14a51fb6e wine-1.7.54.tar.bz2 161b37f57ed21508d9171df664ff5e13 wine-1.7.55.tar.bz2
ebd8c72d14f7d2e71959b49689e0d407 wine-1.7.54.tar.bz2.sign 2d411ab794bda23a1d6815ee467f8483 wine-1.7.55.tar.bz2.sign
a33b2975dca2468dd83b84bb844d666d wine-staging-1.7.54.tar.gz 59816f88f93bc8fc3f2430a33490d31c wine-staging-1.7.55.tar.gz

@ -1,44 +0,0 @@
--- a/patches/patchinstall.sh 2015-10-31 18:16:04.000000000 -0500
+++ b/patches/patchinstall.sh 2015-11-04 23:26:11.214562133 -0600
@@ -2371,12 +2371,12 @@
# | Modified files:
# | * configure.ac
# |
-if test "$enable_configure_Absolute_RPATH" -eq 1; then
- patch_apply configure-Absolute_RPATH/0001-configure-Also-add-the-absolute-RPATH-when-linking-a.patch
- (
- echo '+ { "Sebastian Lackner", "configure: Also add the absolute RPATH when linking against libwine.", 1 },';
- ) >> "$patchlist"
-fi
+#if test "$enable_configure_Absolute_RPATH" -eq 1; then
+# patch_apply configure-Absolute_RPATH/0001-configure-Also-add-the-absolute-RPATH-when-linking-a.patch
+# (
+# echo '+ { "Sebastian Lackner", "configure: Also add the absolute RPATH when linking against libwine.", 1 },';
+# ) >> "$patchlist"
+#fi
# Patchset crypt32-CMS_Certificates
# |
@@ -4477,14 +4477,14 @@
# | dlls/ntoskrnl.exe/tests/driver.sys/util.h, dlls/ntoskrnl.exe/tests/ntoskrnl.c, include/wine/test.h,
# | tools/make_makefiles, tools/makedep.c
# |
-if test "$enable_ntoskrnl_DriverTest" -eq 1; then
- patch_apply ntoskrnl-DriverTest/0001-ntoskrnl.exe-tests-Add-initial-driver-testing-framew.patch
- patch_apply ntoskrnl-DriverTest/0002-ntoskrnl.exe-tests-Add-kernel-compliant-test-functio.patch
- (
- echo '+ { "Sebastian Lackner", "ntoskrnl.exe/tests: Add initial driver testing framework and corresponding changes to Makefile system.", 2 },';
- echo '+ { "Michael Müller", "ntoskrnl.exe/tests: Add kernel compliant test functions.", 1 },';
- ) >> "$patchlist"
-fi
+#if test "$enable_ntoskrnl_DriverTest" -eq 1; then
+# patch_apply ntoskrnl-DriverTest/0001-ntoskrnl.exe-tests-Add-initial-driver-testing-framew.patch
+# patch_apply ntoskrnl-DriverTest/0002-ntoskrnl.exe-tests-Add-kernel-compliant-test-functio.patch
+# (
+# echo '+ { "Sebastian Lackner", "ntoskrnl.exe/tests: Add initial driver testing framework and corresponding changes to Makefile system.", 2 },';
+# echo '+ { "Michael Müller", "ntoskrnl.exe/tests: Add kernel compliant test functions.", 1 },';
+# ) >> "$patchlist"
+#fi
# Patchset ntoskrnl-Stubs
# |

File diff suppressed because it is too large Load Diff

@ -21,7 +21,7 @@
%endif %endif
Name: wine Name: wine
Version: 1.7.54 Version: 1.7.55
Release: 1%{?dist} Release: 1%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
@ -70,9 +70,6 @@ Source502: wine-README-tahoma
Patch511: wine-cjk.patch Patch511: wine-cjk.patch
# temporary workaround for GCC 5.0 optimization regressions # temporary workaround for GCC 5.0 optimization regressions
Patch512: wine-gcc5.patch Patch512: wine-gcc5.patch
# broken man page install target
Patch513: wine-revert-makefiles.patch
Patch514: wine-revert-makefiles-staging.patch
# wine compholio patches for wine-staging # wine compholio patches for wine-staging
# pulseaudio-patch is covered by that patch-set, too. # pulseaudio-patch is covered by that patch-set, too.
@ -627,8 +624,7 @@ Requires: wine-core = %{version}-%{release}
Requires: wine-alsa%{?_isa} = %{version}-%{release} Requires: wine-alsa%{?_isa} = %{version}-%{release}
%description pulseaudio %description pulseaudio
This package adds a pulseaudio driver for wine. Please do not report bugs in This package adds a pulseaudio driver for wine.
the pulseaudio wine backend at winehq.
%package alsa %package alsa
Summary: Alsa support for wine Summary: Alsa support for wine
@ -663,15 +659,11 @@ This package adds the opencl driver for wine.
%if 0%{?fedora} > 21 %if 0%{?fedora} > 21
#patch512 -p1 -b.gcc5 #patch512 -p1 -b.gcc5
%endif %endif
%patch513 -p1 -b.revert-makefiles
# setup and apply compholio-patches or pulseaudio-patch. # setup and apply wine-staging patches
# since the pulse patch is included in the compholio patches use it from
# there
gzip -dc %{SOURCE900} | tar -xf - --strip-components=1 gzip -dc %{SOURCE900} | tar -xf - --strip-components=1
%if 0%{?compholio} %if 0%{?compholio}
%patch514 -p1 -b.revert-makefiles-staging
%{__make} -C patches DESTDIR="`pwd`" install %{__make} -C patches DESTDIR="`pwd`" install
# fix parallelized build # fix parallelized build
@ -679,15 +671,8 @@ sed -i -e 's!^loader server: libs/port libs/wine tools.*!& include!' Makefile.in
%else # 0%{?compholio} %else # 0%{?compholio}
for p in `ls patches/winepulse-PulseAudio_Support/*patch`; do
echo $p
patch -p1 < $p
done
rm -rf patches/ rm -rf patches/
# already run after applying compholio-patchset
autoreconf
%endif # 0%{?compholio} %endif # 0%{?compholio}
%build %build
@ -707,7 +692,6 @@ export CFLAGS="`echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//'` -Wno
--x-includes=%{_includedir} --x-libraries=%{_libdir} \ --x-includes=%{_includedir} --x-libraries=%{_libdir} \
--without-hal --with-dbus --without-gstreamer \ --without-hal --with-dbus --without-gstreamer \
--with-x \ --with-x \
--with-pulse \
%ifarch x86_64 %ifarch x86_64
--enable-win64 \ --enable-win64 \
%endif %endif
@ -934,6 +918,13 @@ do iconv -f iso8859-1 -t utf-8 README.$lang > \
done; done;
popd popd
# wine makefiles are currently broken and don't install the wine man page
install -p -m 0644 loader/wine.man %{buildroot}%{_mandir}/man1/wine.1
install -p -m 0644 loader/wine.de.UTF-8.man %{buildroot}%{_mandir}/de.UTF-8/man1/wine.1
install -p -m 0644 loader/wine.fr.UTF-8.man %{buildroot}%{_mandir}/fr.UTF-8/man1/wine.1
mkdir -p %{buildroot}%{_mandir}/pl.UTF-8/man1
install -p -m 0644 loader/wine.pl.UTF-8.man %{buildroot}%{_mandir}/pl.UTF-8/man1/wine.1
%if 0%{?fedora} >= 15 %if 0%{?fedora} >= 15
%if 0%{?fedora} < 23 %if 0%{?fedora} < 23
@ -993,12 +984,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%post core -p /sbin/ldconfig %post core -p /sbin/ldconfig
%posttrans core %posttrans core
# needed temporarily until people get on alternatives
rm -f %{_bindir}/wine
%ifnarch %{arm}
rm -f %{_bindir}/wine-preloader
%endif
rm -f %{_bindir}/wineserver
%ifarch x86_64 %ifarch x86_64
%{_sbindir}/alternatives --install %{_bindir}/wine \ %{_sbindir}/alternatives --install %{_bindir}/wine \
wine %{_bindir}/wine64 10 \ wine %{_bindir}/wine64 10 \
@ -1163,6 +1148,7 @@ fi
%{_libdir}/wine/winemenubuilder.exe.so %{_libdir}/wine/winemenubuilder.exe.so
%{_libdir}/wine/winecfg.exe.so %{_libdir}/wine/winecfg.exe.so
%{_libdir}/wine/winedevice.exe.so %{_libdir}/wine/winedevice.exe.so
%{_libdir}/wine/wmplayer.exe.so
%{_libdir}/wine/wscript.exe.so %{_libdir}/wine/wscript.exe.so
%{_libdir}/wine/uninstaller.exe.so %{_libdir}/wine/uninstaller.exe.so
@ -1279,7 +1265,9 @@ fi
%{_libdir}/wine/avifil32.dll.so %{_libdir}/wine/avifil32.dll.so
%{_libdir}/wine/avrt.dll.so %{_libdir}/wine/avrt.dll.so
%{_libdir}/wine/bcrypt.dll.so %{_libdir}/wine/bcrypt.dll.so
%{_libdir}/wine/bluetoothapis.dll.so
%{_libdir}/wine/browseui.dll.so %{_libdir}/wine/browseui.dll.so
%{_libdir}/wine/bthprops.cpl.so
%{_libdir}/wine/cabinet.dll.so %{_libdir}/wine/cabinet.dll.so
%{_libdir}/wine/cards.dll.so %{_libdir}/wine/cards.dll.so
%{_libdir}/wine/cfgmgr32.dll.so %{_libdir}/wine/cfgmgr32.dll.so
@ -1801,10 +1789,10 @@ fi
%{_mandir}/man1/winefile.1* %{_mandir}/man1/winefile.1*
%{_mandir}/man1/winemine.1* %{_mandir}/man1/winemine.1*
%{_mandir}/man1/winepath.1* %{_mandir}/man1/winepath.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/wine.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/wineserver.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wine.1* %lang(de) %{_mandir}/de.UTF-8/man1/wine.1*
%lang(de) %{_mandir}/de.UTF-8/man1/wineserver.1* %lang(de) %{_mandir}/de.UTF-8/man1/wineserver.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/wine.1*
%lang(fr) %{_mandir}/fr.UTF-8/man1/wineserver.1*
%lang(pl) %{_mandir}/pl.UTF-8/man1/wine.1* %lang(pl) %{_mandir}/pl.UTF-8/man1/wine.1*
%files fonts %files fonts
@ -1978,6 +1966,9 @@ fi
%endif %endif
%changelog %changelog
* Sun Nov 15 2015 Michael Cronenworth <mike@cchtml.com> 1.7.55-1
- version upgrade
* Wed Nov 04 2015 Michael Cronenworth <mike@cchtml.com> 1.7.54-1 * Wed Nov 04 2015 Michael Cronenworth <mike@cchtml.com> 1.7.54-1
- version upgrade - version upgrade

Loading…
Cancel
Save