From 5a4e788d01641119ee785dec16b03f1f2614b65f Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Dec 13 2010 10:36:52 +0000 Subject: - 1.3.9-1 - version upgrade --- diff --git a/.gitignore b/.gitignore index 532eaf2..b3438e4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /wine-1.3.6.tar.bz2 /wine-1.3.7.tar.bz2 /wine-1.3.8.tar.bz2 +/wine-1.3.9.tar.bz2 diff --git a/sources b/sources index a0e0e0a..42872b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -395aa76d5bba31afedd6bfe38564ae52 wine-1.3.8.tar.bz2 +708862552219e1c97585b291ea7277c2 wine-1.3.9.tar.bz2 diff --git a/wine.spec b/wine.spec index 9773fef..c8f8493 100644 --- a/wine.spec +++ b/wine.spec @@ -1,6 +1,6 @@ %define no64bit 0 Name: wine -Version: 1.3.8 +Version: 1.3.9 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -43,13 +43,11 @@ Patch200: wine-imagemagick-6.5.patch # explain how to use wine with pulseaudio # see http://bugs.winehq.org/show_bug.cgi?id=10495 # and http://art.ified.ca/?page_id=40 -Patch400: http://art.ified.ca/downloads/winepulse/winepulse-0.39-configure.ac.patch +Patch400: winepulse-0.39-configure.ac.patch Patch401: http://art.ified.ca/downloads/winepulse/winepulse-0.39.patch Patch402: http://art.ified.ca/downloads/winepulse/winepulse-0.38-winecfg.patch Source402: README-FEDORA-PULSEAUDIO - - # enhancements # add wine-gecko support Patch1000: wine-gecko.patch @@ -439,10 +437,9 @@ This package adds an openal driver for wine. %patch1 %patch100 %patch200 -%patch400 -%patch401 -p1 -%patch402 -p1 -#%patch1000 +%patch400 -b .winepulse +%patch401 -p1 -b .winepulse +%patch402 -p1 -b .winepulse autoreconf @@ -962,7 +959,9 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/msxml6.dll.so %{_libdir}/wine/nddeapi.dll.so %{_libdir}/wine/netapi32.dll.so +%{_libdir}/wine/netsh.exe.so %{_libdir}/wine/newdev.dll.so +%{_libdir}/wine/npmshtml.dll.so %{_libdir}/wine/ntdll.dll.so %{_libdir}/wine/ntdsapi.dll.so %{_libdir}/wine/ntprint.dll.so @@ -1059,6 +1058,7 @@ update-desktop-database &>/dev/null || : %{_libdir}/wine/winnls32.dll.so %{_libdir}/wine/winspool.drv.so %{_libdir}/wine/wmi.dll.so +%{_libdir}/wine/wmic.exe.so %{_libdir}/wine/wmiutils.dll.so %{_libdir}/wine/spoolss.dll.so %{_libdir}/wine/winscard.dll.so @@ -1338,6 +1338,10 @@ update-desktop-database &>/dev/null || : %endif %changelog +* Sat Dec 11 2010 Andreas Bierfert +- 1.3.9-1 +- version upgrade + * Sat Nov 27 2010 Andreas Bierfert - 1.3.8-1 - version upgrade diff --git a/winepulse-0.39-configure.ac.patch b/winepulse-0.39-configure.ac.patch index e66cb60..ef261ed 100644 --- a/winepulse-0.39-configure.ac.patch +++ b/winepulse-0.39-configure.ac.patch @@ -1,6 +1,6 @@ ---- configure.ac.orig 2010-10-29 21:01:38.000000000 +0200 -+++ configure.ac 2010-10-29 21:05:28.000000000 +0200 -@@ -79,6 +79,7 @@ +--- configure.ac.orig 2010-12-13 10:58:43.000000000 +0100 ++++ configure.ac 2010-12-13 11:01:06.000000000 +0100 +@@ -81,6 +81,7 @@ [if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi]) AC_ARG_WITH(pthread, AS_HELP_STRING([--without-pthread],[do not use the pthread library]), [if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi]) @@ -8,7 +8,7 @@ AC_ARG_WITH(sane, AS_HELP_STRING([--without-sane],[do not use SANE (scanner support)])) AC_ARG_WITH(tiff, AS_HELP_STRING([--without-tiff],[do not use TIFF]), [if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi]) -@@ -1431,6 +1432,30 @@ +@@ -1464,6 +1465,30 @@ [gstreamer-0.10 ${notice_platform}development files not found, gstreamer support disabled]) test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no} @@ -39,7 +39,7 @@ dnl **** Check for ALSA 1.x **** AC_SUBST(ALSALIBS,"") if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes" -@@ -1609,7 +1634,7 @@ +@@ -1642,7 +1667,7 @@ WINE_CHECK_SONAME(odbc,SQLConnect,,[AC_DEFINE_UNQUOTED(SONAME_LIBODBC,["libodbc.$LIBEXT"])]) dnl **** Check for any sound system **** @@ -48,11 +48,11 @@ "$ac_cv_header_sys_soundcard_h" != "yes" -a \ "$ac_cv_header_machine_soundcard_h" != "yes" -a \ "$ac_cv_header_soundcard_h" != "yes" -a \ -@@ -2760,6 +2785,7 @@ +@@ -2797,6 +2822,7 @@ WINE_CONFIG_DLL(wineoss.drv) WINE_CONFIG_DLL(wineps.drv) WINE_CONFIG_DLL(wineps16.drv16,enable_win16) +WINE_CONFIG_DLL(winepulse.drv) + WINE_CONFIG_DLL(wineqtdecoder) WINE_CONFIG_DLL(winequartz.drv) WINE_CONFIG_DLL(winex11.drv) - WINE_CONFIG_DLL(wing.dll16,enable_win16)