Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2015-11-24 22:33:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2015-11-15 
12:47:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2015-11-24 
22:34:00.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 20 13:52:33 UTC 2015 - [email protected]
+
+- Updated to 1.8-rc1 codefreeze snapshot
+  - bugfixes only
+- winetricks updated
+
+-------------------------------------------------------------------

Old:
----
  wine-1.7.55.tar.bz2
  wine-1.7.55.tar.bz2.sign

New:
----
  wine-1.8-rc1.tar.bz2
  wine-1.8-rc1.tar.bz2.sign

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.5OZp4O/_old  2015-11-24 22:34:02.000000000 +0100
+++ /var/tmp/diff_new_pack.5OZp4O/_new  2015-11-24 22:34:02.000000000 +0100
@@ -53,15 +53,16 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:        1.7.55
+%define realver 1.8-rc1
+Version:        1.8~rc1
 Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1+
 Group:          System/Emulators/PC
 Url:            http://www.winehq.org/
-Source0:        
http://downloads.sourceforge.net/project/wine/Source//wine-%{version}.tar.bz2
+Source0:        
http://downloads.sourceforge.net/project/wine/Source/wine-%{realver}.tar.bz2
 Source41:       wine.keyring
-Source42:       
http://downloads.sourceforge.net/project/wine/Source//%{name}-%{version}.tar.bz2.sign
+Source42:       
http://downloads.sourceforge.net/project/wine/Source//%{name}-%{realver}.tar.bz2.sign
 Source1:        
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
 Source11:       
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks.1
 Source2:        http://kegel.com/wine/wisotool
@@ -116,7 +117,7 @@
 libraries.
 
 %prep
-%setup -q
+%setup -q -n wine-%{realver}
 #%patch0 -p1
 #
 cp %{S:3} .
@@ -199,7 +200,7 @@
 cd ..
 
 # find the implicit dependencies
-%define winedir %_builddir/%name-%version/
+%define winedir %_builddir/%name-%realver/
 cat >%winedir/my-find-requires.sh <<EOF
 #!/bin/bash
 %{__find_requires}


++++++ winetricks ++++++
--- /var/tmp/diff_new_pack.5OZp4O/_old  2015-11-24 22:34:02.000000000 +0100
+++ /var/tmp/diff_new_pack.5OZp4O/_new  2015-11-24 22:34:02.000000000 +0100
@@ -1399,7 +1399,7 @@
     fi
 
     _W_CR=`printf \\\\r`
-    cat <<_EOF_ | sed "s/\$/$CR/" > "$W_TMP"/tmp.ahk
+    cat <<_EOF_ | sed "s/\$/$_W_CR/" > "$W_TMP"/tmp.ahk
 w_opt_unattended = ${W_OPT_UNATTENDED:-0}
 $@
 _EOF_
@@ -18735,6 +18735,42 @@
 
 #----------------------------------------------------------------
 
+w_metadata hidewineexports=enable settings \
+    title="Enable hiding wine exports from applications (wine-staging)"
+w_metadata hidewineexports=disable settings \
+    title="Disable hiding wine exports from applications (wine-staging)"
+
+load_hidewineexports()
+{
+    # Wine exports some functions allowing apps to query the wine version and
+    # information about the host environment. Using these functions, some apps
+    # will intentionally terminate if they can detect that they are running in
+    # a wine environment.
+    #
+    # Hiding these wine exports is only available in wine-staging.
+    # See https://bugs.winehq.org/show_bug.cgi?id=38656
+    case $arg in
+        enable)
+            local registry_value="\"Y\""
+            ;;
+        disable)
+            local registry_value="-"
+            ;;
+        *) w_die "Unexpected argument, $arg";;
+    esac
+
+    cat > "$W_TMP"/set-wineexports.reg <<_EOF_
+REGEDIT4
+
+[HKEY_CURRENT_USER\Software\Wine]
+"HideWineExports"=$registry_value
+
+_EOF_
+    w_try_regedit "$W_TMP"/set-wineexports.reg
+}
+
+#----------------------------------------------------------------
+
 w_metadata hosts settings \
     title_uk="Додати порожні файли у 
C:\windows\system32\drivers\etc\{hosts,services}" \
     title="Add empty C:\windows\system32\drivers\etc\{hosts,services} files"
@@ -18874,6 +18910,9 @@
 w_metadata sound=oss settings \
     title_uk="Поставити звуковий драйвер OSS" \
     title="Set sound driver to OSS"
+w_metadata sound=pulse settings \
+    title_uk="Поставити звуковий драйвер PulseAudio" \
+    title="Set sound driver to PulseAudio"
 
 load_sound()
 {


Reply via email to