- version upgrade
f38
Andreas Bierfert 14 years ago
parent 3e08eded6f
commit 5a4e788d01

1
.gitignore vendored

@ -2,3 +2,4 @@
/wine-1.3.6.tar.bz2 /wine-1.3.6.tar.bz2
/wine-1.3.7.tar.bz2 /wine-1.3.7.tar.bz2
/wine-1.3.8.tar.bz2 /wine-1.3.8.tar.bz2
/wine-1.3.9.tar.bz2

@ -1 +1 @@
395aa76d5bba31afedd6bfe38564ae52 wine-1.3.8.tar.bz2 708862552219e1c97585b291ea7277c2 wine-1.3.9.tar.bz2

@ -1,6 +1,6 @@
%define no64bit 0 %define no64bit 0
Name: wine Name: wine
Version: 1.3.8 Version: 1.3.9
Release: 1%{?dist} Release: 1%{?dist}
Summary: A Windows 16/32/64 bit emulator 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 # explain how to use wine with pulseaudio
# see http://bugs.winehq.org/show_bug.cgi?id=10495 # see http://bugs.winehq.org/show_bug.cgi?id=10495
# and http://art.ified.ca/?page_id=40 # 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 Patch401: http://art.ified.ca/downloads/winepulse/winepulse-0.39.patch
Patch402: http://art.ified.ca/downloads/winepulse/winepulse-0.38-winecfg.patch Patch402: http://art.ified.ca/downloads/winepulse/winepulse-0.38-winecfg.patch
Source402: README-FEDORA-PULSEAUDIO Source402: README-FEDORA-PULSEAUDIO
# enhancements # enhancements
# add wine-gecko support # add wine-gecko support
Patch1000: wine-gecko.patch Patch1000: wine-gecko.patch
@ -439,10 +437,9 @@ This package adds an openal driver for wine.
%patch1 %patch1
%patch100 %patch100
%patch200 %patch200
%patch400 %patch400 -b .winepulse
%patch401 -p1 %patch401 -p1 -b .winepulse
%patch402 -p1 %patch402 -p1 -b .winepulse
#%patch1000
autoreconf autoreconf
@ -962,7 +959,9 @@ update-desktop-database &>/dev/null || :
%{_libdir}/wine/msxml6.dll.so %{_libdir}/wine/msxml6.dll.so
%{_libdir}/wine/nddeapi.dll.so %{_libdir}/wine/nddeapi.dll.so
%{_libdir}/wine/netapi32.dll.so %{_libdir}/wine/netapi32.dll.so
%{_libdir}/wine/netsh.exe.so
%{_libdir}/wine/newdev.dll.so %{_libdir}/wine/newdev.dll.so
%{_libdir}/wine/npmshtml.dll.so
%{_libdir}/wine/ntdll.dll.so %{_libdir}/wine/ntdll.dll.so
%{_libdir}/wine/ntdsapi.dll.so %{_libdir}/wine/ntdsapi.dll.so
%{_libdir}/wine/ntprint.dll.so %{_libdir}/wine/ntprint.dll.so
@ -1059,6 +1058,7 @@ update-desktop-database &>/dev/null || :
%{_libdir}/wine/winnls32.dll.so %{_libdir}/wine/winnls32.dll.so
%{_libdir}/wine/winspool.drv.so %{_libdir}/wine/winspool.drv.so
%{_libdir}/wine/wmi.dll.so %{_libdir}/wine/wmi.dll.so
%{_libdir}/wine/wmic.exe.so
%{_libdir}/wine/wmiutils.dll.so %{_libdir}/wine/wmiutils.dll.so
%{_libdir}/wine/spoolss.dll.so %{_libdir}/wine/spoolss.dll.so
%{_libdir}/wine/winscard.dll.so %{_libdir}/wine/winscard.dll.so
@ -1338,6 +1338,10 @@ update-desktop-database &>/dev/null || :
%endif %endif
%changelog %changelog
* Sat Dec 11 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.3.9-1
- version upgrade
* Sat Nov 27 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> * Sat Nov 27 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.3.8-1 - 1.3.8-1
- version upgrade - version upgrade

@ -1,6 +1,6 @@
--- configure.ac.orig 2010-10-29 21:01:38.000000000 +0200 --- configure.ac.orig 2010-12-13 10:58:43.000000000 +0100
+++ configure.ac 2010-10-29 21:05:28.000000000 +0200 +++ configure.ac 2010-12-13 11:01:06.000000000 +0100
@@ -79,6 +79,7 @@ @@ -81,6 +81,7 @@
[if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi]) [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]), 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]) [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(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]), 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]) [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]) [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} 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 **** dnl **** Check for ALSA 1.x ****
AC_SUBST(ALSALIBS,"") AC_SUBST(ALSALIBS,"")
if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes" 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"])]) WINE_CHECK_SONAME(odbc,SQLConnect,,[AC_DEFINE_UNQUOTED(SONAME_LIBODBC,["libodbc.$LIBEXT"])])
dnl **** Check for any sound system **** dnl **** Check for any sound system ****
@ -48,11 +48,11 @@
"$ac_cv_header_sys_soundcard_h" != "yes" -a \ "$ac_cv_header_sys_soundcard_h" != "yes" -a \
"$ac_cv_header_machine_soundcard_h" != "yes" -a \ "$ac_cv_header_machine_soundcard_h" != "yes" -a \
"$ac_cv_header_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(wineoss.drv)
WINE_CONFIG_DLL(wineps.drv) WINE_CONFIG_DLL(wineps.drv)
WINE_CONFIG_DLL(wineps16.drv16,enable_win16) WINE_CONFIG_DLL(wineps16.drv16,enable_win16)
+WINE_CONFIG_DLL(winepulse.drv) +WINE_CONFIG_DLL(winepulse.drv)
WINE_CONFIG_DLL(wineqtdecoder)
WINE_CONFIG_DLL(winequartz.drv) WINE_CONFIG_DLL(winequartz.drv)
WINE_CONFIG_DLL(winex11.drv) WINE_CONFIG_DLL(winex11.drv)
WINE_CONFIG_DLL(wing.dll16,enable_win16)

Loading…
Cancel
Save