Hello community,

here is the log from the commit of package compizconfig-settings-manager for 
openSUSE:Factory checked in at 2020-04-05 20:56:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compizconfig-settings-manager (Old)
 and      /work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new.3248 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compizconfig-settings-manager"

Sun Apr  5 20:56:35 2020 rev:2 rq:791516 version:0.8.18

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/compizconfig-settings-manager/compizconfig-settings-manager.changes
      2020-02-28 15:20:39.785810279 +0100
+++ 
/work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new.3248/compizconfig-settings-manager.changes
    2020-04-05 20:56:41.285387528 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 22:34:57 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 0.8.18:
+  * Fix Error Widgets.py:957:show_popup:TypeError: __init__() got
+    multiple values for argument "parent".
+
+-------------------------------------------------------------------

Old:
----
  ccsm-0.8.16.tar.xz

New:
----
  ccsm-0.8.18.tar.xz

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

Other differences:
------------------
++++++ compizconfig-settings-manager.spec ++++++
--- /var/tmp/diff_new_pack.E5KAKV/_old  2020-04-05 20:56:41.761388038 +0200
+++ /var/tmp/diff_new_pack.E5KAKV/_new  2020-04-05 20:56:41.765388043 +0200
@@ -16,24 +16,23 @@
 #
 
 
-%define _rev    d6f32b38bf0433aff49ca59f0bb3f921
+%define _rev    1c1b988479082609fb5ca1103a7120ac
 %define _name   ccsm
 Name:           compizconfig-settings-manager
-Version:        0.8.16
+Version:        0.8.18
 Release:        0
 Summary:        Settings Manager for Compiz (CCSM)
 License:        GPL-2.0-or-later
-Group:          System/X11/Utilities
 URL:            https://gitlab.com/compiz/ccsm
 Source:         
https://gitlab.com/compiz/ccsm/uploads/%{_rev}/%{_name}-%{version}.tar.xz
 BuildRequires:  gettext
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
 Requires:       python3-ccm = %{version}
-Recommends:     %{name}-lang
 Provides:       %{_name} = 0.8
 BuildArch:      noarch
 
@@ -44,7 +43,6 @@
 
 %package -n compizconfig-settings-manager-common
 Summary:        Settings Manager for Compiz -- Common files
-Group:          System/X11/Utilities
 BuildArch:      noarch
 
 %description -n compizconfig-settings-manager-common
@@ -52,7 +50,6 @@
 
 %package -n python3-ccm
 Summary:        CompizConfig Manager Backend
-Group:          Development/Languages/Python
 Requires:       compiz < 0.9
 Requires:       compizconfig-settings-manager-common
 Requires:       python3-cairo
@@ -70,14 +67,10 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-python3 setup.py build \
-  --prefix=%{_prefix}
+%py3_build
 
 %install
-python3 setup.py install \
-  --root=%{buildroot} \
-  --prefix=%{_prefix}
-mv %{buildroot}%{_datadir}/{metainfo,appdata}/
+%py3_install
 %find_lang %{_name}
 
 %files
@@ -88,8 +81,7 @@
 %{_datadir}/compiz/icons/
 %{_datadir}/applications/%{_name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{_name}.*
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{_name}.appdata.xml
+%{_datadir}/metainfo/%{_name}.appdata.xml
 
 %files lang -f %{_name}.lang
 

++++++ ccsm-0.8.16.tar.xz -> ccsm-0.8.18.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccsm-0.8.16/NEWS new/ccsm-0.8.18/NEWS
--- old/ccsm-0.8.16/NEWS        2018-11-11 18:22:14.000000000 +0100
+++ new/ccsm-0.8.18/NEWS        2020-04-04 20:44:22.000000000 +0200
@@ -1,3 +1,9 @@
+Release 0.8.18 (2020-04-04 The Compiz Reloaded Team)
+==================================================================
+COMPIZ-RELOADED
+
+Fix Error Widgets.py:957:show_popup:TypeError: __init__() got multiple values 
for argument 'parent'
+
 Release 0.8.16 (2018-11-11 Scott Moreau <[email protected]>)
 ==================================================================
 COMPIZ-RELOADED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccsm-0.8.16/PKG-INFO new/ccsm-0.8.18/PKG-INFO
--- old/ccsm-0.8.16/PKG-INFO    2018-11-11 18:22:14.000000000 +0100
+++ new/ccsm-0.8.18/PKG-INFO    2020-04-04 20:45:17.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: ccsm
-Version: 0.8.16
+Version: 0.8.18
 Summary: CompizConfig Settings Manager
 Home-page: http://gitlab.com/compiz/ccsm
 Author: Patrick Niklaus
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccsm-0.8.16/VERSION new/ccsm-0.8.18/VERSION
--- old/ccsm-0.8.16/VERSION     2018-11-11 18:22:14.000000000 +0100
+++ new/ccsm-0.8.18/VERSION     2020-04-04 20:44:29.000000000 +0200
@@ -1 +1 @@
-0.8.16
+0.8.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccsm-0.8.16/ccm/Constants.py 
new/ccsm-0.8.18/ccm/Constants.py
--- old/ccsm-0.8.16/ccm/Constants.py    2018-11-11 18:22:14.000000000 +0100
+++ new/ccsm-0.8.18/ccm/Constants.py    2020-04-04 20:45:16.000000000 +0200
@@ -68,7 +68,7 @@
 
 # Version
 #
-Version = "0.8.16"
+Version = "0.8.18"
 
 
 # Translation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccsm-0.8.16/ccm/Widgets.py 
new/ccsm-0.8.18/ccm/Widgets.py
--- old/ccsm-0.8.16/ccm/Widgets.py      2018-11-11 18:22:13.000000000 +0100
+++ new/ccsm-0.8.18/ccm/Widgets.py      2020-02-11 12:23:23.000000000 +0100
@@ -953,7 +953,7 @@
         comboBox.set_size_request (200, -1)
         comboBox.connect ('changed', self.combo_changed, edge)
 
-        popup = Popup (self, parent=widget, child=comboBox, decorated=False,
+        popup = Popup (parent=widget, child=comboBox, decorated=False,
                        mouse=True, modal=False)
         comboBox.show ()
         popup.show ()


Reply via email to