Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory checked 
in at 2015-04-18 10:41:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/q4wine (Old)
 and      /work/SRC/openSUSE:Factory/.q4wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "q4wine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes    2013-12-30 
10:38:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes       2015-04-18 
10:41:18.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Apr 13 12:09:46 UTC 2015 - lazy.k...@opensuse.org
+
+- Add q4wine-fix-documentation-url.patch: Fix documentation URL.
+  Use web.archive.org until project website will be repaired. Also
+  disable automatic opening this documentation after initial
+  program configuring. (boo#926859)
+
+-------------------------------------------------------------------

New:
----
  q4wine-fix-documentation-url.patch

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

Other differences:
------------------
++++++ q4wine.spec ++++++
--- /var/tmp/diff_new_pack.tHZ4Ra/_old  2015-04-18 10:41:18.000000000 +0200
+++ /var/tmp/diff_new_pack.tHZ4Ra/_new  2015-04-18 10:41:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package q4wine
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          System/Emulators/PC
 Url:            http://q4wine.brezblock.org.ua/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-1.1-r2.tar.bz2
+# PATCH-FIX-UPSTREAM q4wine-fix-documentation-url.patch boo#926859 
tehnic...@yandex.ru -- Fix documentation URL. Use web.archive.org until project 
website will be repaired. Also disable automatic opening this documentation 
after initial program configuring.
+Patch0:         q4wine-fix-documentation-url.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  fuseiso
@@ -66,6 +68,7 @@
 
 %prep
 %setup -qn %{name}-1.1-r2
+%patch0 -p1
 
 %build
 mkdir build

++++++ q4wine-fix-documentation-url.patch ++++++
Description: Fix documentation URL
 Use web.archive.org until project website will be repaired. Also disable
 automatic opening this documentation after initial program configuring.
Author: Boris Pek <tehnic...@yandex.ru>
Last-Update: 2014-09-10
Forwarded: not-needed
Bug: https://github.com/brezerk/q4wine/issues/45
Bug-Debian: http://bugs.debian.org/761968
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/q4wine/+bug/1332725


--- a/config.h.cmake
+++ b/config.h.cmake
@@ -45,7 +45,7 @@
 
 #define APP_NAME "Q4Wine"
 #define APP_SHORT_NAME "q4wine"
-#define APP_WEBSITE "q4wine.brezblock.org.ua"
+#define APP_WEBSITE 
"web.archive.org/web/20131204020055/http://q4wine.brezblock.org.ua";
 #define APP_BUG_EMAIL "brez...@gmail.com"
 
 #define APPDB_EXPORT_VERSION "1.0"
@@ -57,7 +57,7 @@
 #define RUN_STRING_TEMPLATE_PRIMUSRUN "%CONSOLE_BIN% %CONSOLE_ARGS% %ENV_BIN% 
%ENV_ARGS% /bin/sh -c \"%WORK_DIR% %SET_NICE% primusrun %WINE_BIN% 
%VIRTUAL_DESKTOP% %PROGRAM_BIN% %PROGRAM_ARGS% 2>&1 \""
 
 
-#define APPDB_HOSTNAME "q4wine.brezblock.org.ua"
+#define APPDB_HOSTNAME 
"web.archive.org/web/20131204020055/http://q4wine.brezblock.org.ua";
 #define BUGS_HOSTNAME "bugs.winehq.org"
 
 #define APPDB_PORT 80
--- a/src/q4wine-gui/wizard.cpp
+++ b/src/q4wine-gui/wizard.cpp
@@ -462,7 +462,7 @@
 
             settings.endGroup();
 
-            CoreLib->openHelpUrl("05-first-steps.html");
+            // CoreLib->openHelpUrl("05-first-steps.html");
 
             CoreLib->createPrefixDBStructure("Default");
 
--- a/src/q4wine-lib/q4wine-lib.cpp
+++ b/src/q4wine-lib/q4wine-lib.cpp
@@ -1619,7 +1619,7 @@
             QString url="http://";;
             url.append(APP_WEBSITE);
             url.append("/documentation/");
-            url.append(this->getLang());
+            url.append("en_us");
             url.append("/");
             url.append(rawurl);
 

Reply via email to