Hello community, here is the log from the commit of package q4wine for openSUSE:Factory checked in at 2018-05-02 12:18:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/q4wine (Old) and /work/SRC/openSUSE:Factory/.q4wine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "q4wine" Wed May 2 12:18:46 2018 rev:32 rq:602601 version:1.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes 2017-12-04 12:16:22.464594144 +0100 +++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes 2018-05-02 12:19:03.010805909 +0200 @@ -1,0 +2,15 @@ +Mon Apr 30 16:05:32 UTC 2018 - [email protected] + +- Update grammar of description. + +------------------------------------------------------------------- +Fri Apr 27 21:53:50 UTC 2018 - [email protected] + +- Update to 1.3.7. + * Updated: + + Wine stock icons to be organized through Q4WineWine. + + Add gnome-terminal into terminal detection logic. + * Added: + + French translation. + +------------------------------------------------------------------- @@ -4,9 +19,19 @@ -- Update to version 1.3.6: - * Bind Plus and Minus keys for Config tab for +\- zoom respectively; Allow to change Config and Program Icon sizes independently [BUG-112]; - * Bind Plus and Minus keys for Program tab for +\- zoom respectively [BUT-112]; - * Update AUTHORS and authors.h; - * Add app version to help url; - * Update contact information. - * Get rid of dead 'jabber.com.ua' entities; - * Update ChangeLog; - * Documented: q4wine prevents user from running winecfg from KRunner even after uninstalling [BUG-98]; +- Update to version 1.3.6. + * Updated: + + Added indication of applications which was installed through + winetricks. + + Default Wine Desktop Integartion path settings for new prefixes. + + Added option to run custom scripts with fake drive settings + after creation of fake drive. + + Qt5 build enabled by default. + + Taiwan, Russian translation, Ukrainian translation, Spanish, + Czech translations. + + Bind Plus and Minus keys for Program tab for +- zoom respectively. + + Bind Plus and Minus keys for Config tab for +- zoom respectively. + + Allow to change Config and Program Icon sizes independently. + * Documented: + + q4wine prevents user from running winecfg from KRunner even + after uninstalling. + * Fixed: + + Static code analysis: errors and warnings. + + Error: wrong or broken XML data. Try again later. Old: ---- _service _servicedata q4wine-1.3.6.tar.xz New: ---- q4wine-1.3.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ q4wine.spec ++++++ --- /var/tmp/diff_new_pack.F61nFt/_old 2018-05-02 12:19:04.990733670 +0200 +++ /var/tmp/diff_new_pack.F61nFt/_new 2018-05-02 12:19:04.990733670 +0200 @@ -1,7 +1,7 @@ # # spec file for package q4wine # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,13 +17,13 @@ Name: q4wine -Version: 1.3.6 +Version: 1.3.7 Release: 0 -Summary: Qt4 GUI for WINE -License: GPL-3.0 +Summary: Qt GUI for WINE +License: GPL-3.0-only Group: System/Emulators/PC -Url: http://q4wine.brezblock.org.ua/ -Source0: %{name}-%{version}.tar.xz +URL: http://q4wine.brezblock.org.ua/ +Source0: https://github.com/brezerk/q4wine/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake >= 2.8.0 BuildRequires: fdupes BuildRequires: fuseiso @@ -31,33 +31,34 @@ BuildRequires: icoutils BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: cmake(Qt5LinguistTools) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Sql) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) -BuildRequires: cmake(Qt5LinguistTools) Requires: fuseiso Requires: icoutils Requires: sudo Requires: wine Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Q4Wine is an Qt4-based GUI for WINE. It will help you to manage wine +Q4Wine is a Qt-based GUI for WINE. It can help manage Wine prefixes and installed applications. General features: -- Can export Qt color theme into wine colors settings. -- Can easy work with different wine versions at the same time. -- Easy creating, deleting and managing prefixes (WINEPREFIX). -- Easy controlling for wine process. -- Autostart icons support. -- Easy cd-image use. -- You can extract icons from PE files (.exe .dll). -- Easy backup and restore for managed prefixes. +- Can export Qt color theme into Wine color settings. +- Can work with different Wine versions at the same time. +- Creation, deletion and management of prefixes (WINEPREFIX). +- Control for Wine process. +- Autostart icon support. +- CD image use. +- Icons can be extracted from PE files (.exe, .dll). +- Backup and restore for managed prefixes. - Wine AppDB browser. - Logging subsystem. - Winetricks support. @@ -86,6 +87,7 @@ rm -fr %{buildroot}%{_datadir}/icons/ubuntu-mono-dark/ %find_lang %{name} --with-qt +%if 0%{?suse_version} && 0%{?suse_version} < 1330 %post %desktop_database_post %icon_theme_cache_post @@ -93,11 +95,14 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README -%{_bindir}/%{name}* +%license COPYING +%doc AUTHORS ChangeLog README +%{_bindir}/%{name} +%{_bindir}/%{name}-cli +%{_bindir}/%{name}-helper %{_datadir}/%{name}/ %exclude %{_datadir}/%{name}/l10n/ %{_datadir}/applications/%{name}.desktop @@ -106,7 +111,6 @@ %{_mandir}/man?/* %files lang -f %{name}.lang -%defattr(-,root,root,-) %dir %{_datadir}/%{name}/l10n/ %changelog
