Hello community, here is the log from the commit of package sc-controller for openSUSE:Factory checked in at 2018-11-26 10:25:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sc-controller (Old) and /work/SRC/openSUSE:Factory/.sc-controller.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sc-controller" Mon Nov 26 10:25:09 2018 rev:2 rq:650590 version:0.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/sc-controller/sc-controller.changes 2017-02-15 10:05:16.301780142 +0100 +++ /work/SRC/openSUSE:Factory/.sc-controller.new.19453/sc-controller.changes 2018-11-26 10:27:53.773197612 +0100 @@ -1,0 +2,29 @@ +Tue Nov 20 21:03:24 UTC 2018 - Dominique Leuenberger <[email protected]> + +- Fix dependencies by means of introspection (boo#1116778): + + Add gobject-introspection BuildRequires: since the code is + written with gobject-introspection in mind, having the BR adds + a set of rpm provides/requires based on code inspection + + Drop typelib-1-0-Rsvg-2_0 requires: with g-i above in place, + this dependency is autodetected. + + Replace python-gobject requires with python-gobject-Gdk: since + this is a GUI tool, we need the Gdk/Gtk-part of pygobject in + plus. + +------------------------------------------------------------------- +Sun Nov 4 17:59:24 UTC 2018 - [email protected] +- Update to version 0.4.5 + * On-screen keyboard can be now used with DS4 gamepad + * Improved editing profile using controller + * Allowed SVG custom menu icons + * Allowed displaying multiple OSD messages, with different font size and display time + * Fixes: + * Status icon displaying wrong application name and/or no image + * Status icon looks bad on hidpi screens + * With two displays, where one is rotated and other one is offseted horizontally (and Compiz is used on 3rd Friday in month while gray cat is in house), OSD menu with too many items is drawn partially off-screen + * Bumpers swapped with bluetooth driver + * More NixOS fixes + +- dropped desktop-file.patch, fixed upstream + +------------------------------------------------------------------- Old: ---- desktop-file.patch sc-controller-0.3.6.2.tar.gz New: ---- sc-controller-0.4.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sc-controller.spec ++++++ --- /var/tmp/diff_new_pack.HlnLfA/_old 2018-11-26 10:27:55.645195415 +0100 +++ /var/tmp/diff_new_pack.HlnLfA/_new 2018-11-26 10:27:55.649195411 +0100 @@ -1,7 +1,7 @@ # -# spec file for package sc-contoller +# spec file for package sc-controller # -# 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 @@ -12,31 +12,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: sc-controller -Version: 0.3.6.2 +Version: 0.4.5 Release: 0 Summary: User-mode driver and GTK3-based GUI for the Steam Controller -License: GPL-2.0 +License: GPL-2.0-only Group: Hardware/Joystick -Url: https://github.com/kozec/sc-controller +URL: https://github.com/kozec/sc-controller Source: https://github.com/kozec/sc-controller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/kozec/sc-controller/pull/166 -Patch1: desktop-file.patch BuildRequires: desktop-file-utils -BuildRequires: pkgconfig(python2) -BuildRequires: pkgconfig(udev) -BuildRequires: hicolor-icon-theme BuildRequires: fdupes +BuildRequires: gobject-introspection +BuildRequires: hicolor-icon-theme +BuildRequires: pkgconfig BuildRequires: shared-mime-info -Requires: libgtk-3-0 -Requires: python-gobject +BuildRequires: pkgconfig(python2) +BuildRequires: pkgconfig(udev) +#Requires: libgtk-3-0 +Requires: python-evdev +Requires: python-gobject-Gdk Requires: python-pylibacl Requires: python-setuptools -Requires: typelib-1_0-Rsvg-2_0 %description Application allowing to setup, configure and use the Steam Controller @@ -44,7 +44,6 @@ %prep %setup -q -%patch1 -p1 %build python setup.py build @@ -66,7 +65,8 @@ %files %defattr(-,root,root) -%doc README.md LICENSE ADDITIONAL-LICENSES TODO.md +%license LICENSE +%doc README.md ADDITIONAL-LICENSES TODO.md %{_bindir}/* %{python_sitearch}/* %{_datadir}/applications/* @@ -74,6 +74,9 @@ %{_datadir}/scc/ %{_datadir}/mime/packages/* %{_datadir}/icons/hicolor/* -%{_udevrulesdir}/90-sc-controller.rules +%{_udevrulesdir}/69-sc-controller.rules + +%dir %_libdir/python2.7/site-packages/scc/ +%dir %{_datadir}/scc/* %changelog ++++++ sc-controller-0.3.6.2.tar.gz -> sc-controller-0.4.5.tar.gz ++++++ ++++ 67995 lines of diff (skipped)
