Hello community,

here is the log from the commit of package sc-controller for openSUSE:Factory 
checked in at 2020-06-02 14:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sc-controller (Old)
 and      /work/SRC/openSUSE:Factory/.sc-controller.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sc-controller"

Tue Jun  2 14:40:44 2020 rev:5 rq:810614 version:0.4.7.20200531

Changes:
--------
--- /work/SRC/openSUSE:Factory/sc-controller/sc-controller.changes      
2019-07-12 11:59:49.580171928 +0200
+++ /work/SRC/openSUSE:Factory/.sc-controller.new.3606/sc-controller.changes    
2020-06-02 14:41:44.784110734 +0200
@@ -1,0 +2,11 @@
+Mon Jun  1 05:41:10 UTC 2020 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Updated to current git version (Ryochan7's Python3 port)
+- Set git version as version suffix
+
+-------------------------------------------------------------------
+Sun May 10 11:33:22 UTC 2020 - Jannik Seiler <se...@mosad.xyz>
+
+- Update to @Ryochan7 Python 3 port
+
+-------------------------------------------------------------------

Old:
----
  sc-controller-0.4.7.tar.gz

New:
----
  _service
  sc-controller-0.4.7.20200531.tar.xz

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

Other differences:
------------------
++++++ sc-controller.spec ++++++
--- /var/tmp/diff_new_pack.tgoXY8/_old  2020-06-02 14:41:46.380115780 +0200
+++ /var/tmp/diff_new_pack.tgoXY8/_new  2020-06-02 14:41:46.384115792 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sc-controller
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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:           sc-controller
-Version:        0.4.7
+Version:        0.4.7.20200531
 Release:        0
 Summary:        User-mode driver and GTK3-based GUI for the Steam Controller
 License:        GPL-2.0-only
 Group:          Hardware/Joystick
-URL:            https://github.com/kozec/sc-controller
-Source:         
https://github.com/kozec/sc-controller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://github.com/Ryochan7/sc-controller/tree/python3
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection
@@ -31,13 +31,12 @@
 BuildRequires:  pkgconfig
 BuildRequires:  shared-mime-info
 BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(udev)
-#Requires:       libgtk-3-0
-Requires:       python-evdev
-Requires:       python-gobject-Gdk
-Requires:       python-pylibacl
-Requires:       python-setuptools
+Requires:       python3-evdev
+Requires:       python3-gobject-Gdk
+Requires:       python3-pylibacl
+Requires:       python3-setuptools
 
 %description
 Application allowing to setup, configure and use the Steam Controller
@@ -47,29 +46,18 @@
 %setup -q
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install --root=%{buildroot} --optimize=1
+python3 setup.py install --root=%{buildroot} --optimize=1
 
 %fdupes %{buildroot}%{_prefix}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-%mime_database_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%mime_database_postun
-
 %files
-%defattr(-,root,root)
 %license LICENSE
 %doc README.md ADDITIONAL-LICENSES TODO.md
 %{_bindir}/*
-%{python_sitearch}/*
+%{python3_sitearch}/*
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
 %{_datadir}/scc/
@@ -77,7 +65,4 @@
 %{_datadir}/icons/hicolor/*
 %{_udevrulesdir}/69-sc-controller.rules
 
-%dir %_libdir/python2.7/site-packages/scc/
-%dir %{_datadir}/scc/*
-
 %changelog

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <param name="versionformat">%ad</param>
    <param name="url">https://github.com/Ryochan7/sc-controller.git</param>
    <param name="scm">git</param>
    <param name="versionprefix">0.4.7</param>
    <param name="revision">python3</param>
  </service>
  <service name="tar" mode="disabled"/>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

Reply via email to