Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package screenkey for openSUSE:Factory 
checked in at 2021-02-01 13:27:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/screenkey (Old)
 and      /work/SRC/openSUSE:Factory/.screenkey.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "screenkey"

Mon Feb  1 13:27:33 2021 rev:2 rq:868154 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/screenkey/screenkey.changes      2020-11-03 
15:35:33.957098684 +0100
+++ /work/SRC/openSUSE:Factory/.screenkey.new.28504/screenkey.changes   
2021-02-01 13:29:35.742233048 +0100
@@ -1,0 +2,15 @@
+Sun Jan 31 00:07:02 UTC 2021 - slbtty <[email protected]>
+
+- Update to 1.4
+  * Internationalization/catalog handling during installation is now handled 
with Babel (python-distutils-extra is no longer used).
+  * Improved highlighting of recent mouse activity (makes fast actions such as 
double-click more distinct).
+  * Fixed another resizing issue not working properly when attempting to 
shrink the window size.
+  * Removed Python 2 remains 
+- 1.3 changes
+  * Can displays mouse clicks and modifier keys
+  * Updated Russian translation
+  * Includes Appstream metadata 
+  * Add --version support
+  * Fixes interactive resizing with a persistent window.
+  
+-------------------------------------------------------------------

Old:
----
  screenkey-1.2.tar.gz
  screenkey-1.2.tar.gz.asc

New:
----
  screenkey-1.4.tar.gz
  screenkey-1.4.tar.gz.asc

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

Other differences:
------------------
++++++ screenkey.spec ++++++
--- /var/tmp/diff_new_pack.q6ZU9B/_old  2021-02-01 13:29:36.390234056 +0100
+++ /var/tmp/diff_new_pack.q6ZU9B/_new  2021-02-01 13:29:36.394234063 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package screenkey
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           screenkey
-Version:        1.2
+Version:        1.4
 Release:        0
 Summary:        A screen-cast tool to show keys
 License:        GPL-3.0-only
@@ -28,15 +28,18 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-Babel
 BuildRequires:  python3-devel
-BuildRequires:  python3-distutils-extra
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-setuptools-git
 Requires:       python3
-Requires:       python-gtk
+Requires:       python3-gobject
+Requires:       python3-gobject-Gdk
 Requires:       python3-pycairo
 Requires:       slop
+Requires:       typelib(Gtk) = 3.0
 Recommends:     fontawesome-fonts
+
 BuildArch:      noarch
 
 %description
@@ -47,19 +50,19 @@
 %autosetup
 
 %build
-CFLAGS="%{optflags}" %python_exec setup.py build
+%python3_build
 
 %install
-mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
-find build/lib* -name '*.py' -exec sed -i "1{/^#!/d}" {} + && \
-%python_exec setup.py install -O1 --skip-build --root %{buildroot} --prefix 
%{_prefix}/
-%fdupes -s %{buildroot}
+%python3_install
+%find_lang %{name}
+ %fdupes -s %{buildroot}
 
-%files
+%files -f %{name}.lang
 %{_bindir}/%{name}
+%{python3_sitelib}/Screenkey/
+%{python3_sitelib}/%{name}-%{version}-*.egg-info/
 %{_datadir}/applications/%{name}.desktop
-%{python_sitelib}/Screenkey
-%{python_sitelib}/%{name}-%{version}-py3.8.egg-info
+%{_datadir}/metainfo/org.thregr.screenkey.metainfo.xml
 %doc %{_datadir}/doc/%{name}/
 
 %changelog

++++++ screenkey-1.2.tar.gz -> screenkey-1.4.tar.gz ++++++
++++ 8855 lines of diff (skipped)

Reply via email to