Hello community, here is the log from the commit of package q4wine for openSUSE:Factory checked in at 2016-01-12 16:12:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-04-18 10:41:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes 2016-01-12 16:13:00.000000000 +0100 @@ -1,0 +2,37 @@ +Fri Jan 8 19:01:19 UTC 2016 - lazy.k...@opensuse.org + +- Apply q4wine-fix-documentation-url.patch again: the URL doesn't + work for Russian IPs. + +------------------------------------------------------------------- +Fri Jan 1 16:16:49 UTC 2016 - ec...@opensuse.org + +- Update to 1.2-r1 + Added: + - Deleting prefix does not remove prefix folder in + ~/.local/share/wineprefixes BUG-43; + Fixed: + - Fixed typo in Startup Wizard; + - Fixup Wine Libs detection BUG-50; + - Remove Wine settings from App settings BUG-50 BUG-23; + - Make Wine64 libs optional (for x86 only platforms) BUG-50; + - Backup/Restore prefix path handler; + - Can't use pre/post run scripts without standalone script + BUG-49; + - Do not force startpage open; + - add custom dll overrides outside from the list BUG-60; + - Revert "Kill dead online components" breaks the Qt5 build + BUG-62; + - Do not build wineappdb core components if + -DWITH_WINEAPPDB=OFF is set BUG-62; + - 'Run -> Browser' on Programs window not work BUG-54; + - QT5: Winetricks application list fails to refresh and causes + segfault on quit BUG-53; + - Make -DQT5 flag visible during cmake build and runtime; + - CLI: -v/-h options must not trigger nor database check nor + wizard startup; + - Remove useless and confusing appdb startup dialog; +- remove patch for dokumentation because alternate site no more + available and original site is available again. + +------------------------------------------------------------------- Old: ---- q4wine-1.1-r2.tar.bz2 New: ---- q4wine-1.2-r1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ q4wine.spec ++++++ --- /var/tmp/diff_new_pack.MgyCJJ/_old 2016-01-12 16:13:01.000000000 +0100 +++ /var/tmp/diff_new_pack.MgyCJJ/_new 2016-01-12 16:13:01.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package q4wine # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -16,17 +16,19 @@ # +%define my_fver 1.2-r1 + Name: q4wine -Version: 1.1+r2 +Version: 1.2+r1 Release: 0 Summary: Qt4 GUI for WINE License: GPL-3.0 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. +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{my_fver}.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. Patch0: q4wine-fix-documentation-url.patch -BuildRequires: cmake +BuildRequires: cmake >= 2.8.0 BuildRequires: fdupes BuildRequires: fuseiso BuildRequires: hicolor-icon-theme @@ -67,7 +69,7 @@ %lang_package %prep -%setup -qn %{name}-1.1-r2 +%setup -qn %{name}-%{my_fver} %patch0 -p1 %build @@ -84,6 +86,7 @@ pushd build %make_install popd +rm %{buildroot}%{_datadir}/icons/ubuntu-mono-dark/scalable/apps/* %fdupes -s %{buildroot}%{_datadir}/ %find_lang %{name} --with-qt %suse_update_desktop_file %{name} @@ -98,7 +101,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README TODO +%doc AUTHORS ChangeLog COPYING README %{_bindir}/%{name}* %{_datadir}/%{name}/ %exclude %{_datadir}/%{name}/i18n/ ++++++ q4wine-1.1-r2.tar.bz2 -> q4wine-1.2-r1.tar.bz2 ++++++ ++++ 29369 lines of diff (skipped) ++++++ q4wine-fix-documentation-url.patch ++++++ --- /var/tmp/diff_new_pack.MgyCJJ/_old 2016-01-12 16:13:02.000000000 +0100 +++ /var/tmp/diff_new_pack.MgyCJJ/_new 2016-01-12 16:13:02.000000000 +0100 @@ -1,6 +1,5 @@ Description: Fix documentation URL - Use web.archive.org until project website will be repaired. Also disable - automatic opening this documentation after initial program configuring. + Use web.archive.org until project website will be repaired. Author: Boris Pek <tehnic...@yandex.ru> Last-Update: 2014-09-10 Forwarded: not-needed @@ -9,8 +8,10 @@ Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/q4wine/+bug/1332725 ---- a/config.h.cmake -+++ b/config.h.cmake +Index: q4wine-1.2-r1/config.h.cmake +=================================================================== +--- q4wine-1.2-r1.orig/config.h.cmake ++++ q4wine-1.2-r1/config.h.cmake @@ -45,7 +45,7 @@ #define APP_NAME "Q4Wine" @@ -29,20 +30,11 @@ #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 @@ +Index: q4wine-1.2-r1/src/q4wine-lib/q4wine-lib.cpp +=================================================================== +--- q4wine-1.2-r1.orig/src/q4wine-lib/q4wine-lib.cpp ++++ q4wine-1.2-r1/src/q4wine-lib/q4wine-lib.cpp +@@ -1631,7 +1631,7 @@ QStringList corelib::getCdromDevices(voi QString url="http://"; url.append(APP_WEBSITE); url.append("/documentation/");