Hello community,

here is the log from the commit of package keybinder for openSUSE:Factory 
checked in at 2020-06-04 17:57:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keybinder (Old)
 and      /work/SRC/openSUSE:Factory/.keybinder.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keybinder"

Thu Jun  4 17:57:44 2020 rev:2 rq:811523 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/keybinder/keybinder.changes      2020-06-03 
20:33:09.073290858 +0200
+++ /work/SRC/openSUSE:Factory/.keybinder.new.3606/keybinder.changes    
2020-06-04 17:57:48.781260380 +0200
@@ -1,0 +2,6 @@
+Thu Jun  4 11:04:49 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Remove old specfile constructs.
+- Avoid em dashes in sumamries. Fixup RPM groups.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ keybinder.spec ++++++
--- /var/tmp/diff_new_pack.EpyddH/_old  2020-06-04 17:57:49.605262960 +0200
+++ /var/tmp/diff_new_pack.EpyddH/_new  2020-06-04 17:57:49.605262960 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package keybinder
 #
-# Copyright (c) 2016 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
@@ -12,9 +12,10 @@
 # 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/
 #
 
+
 %if 0%{?suse_version} > 1500
 %define do_python 0
 %else
@@ -27,9 +28,9 @@
 Version:        0.3.1
 Release:        0
 Summary:        A Library for Registering Global Keyboard Shortcuts
-License:        GPL-2.0+ and MIT
-Group:          Development/Libraries/Other
-Url:            https://github.com/kupferlauncher
+License:        GPL-2.0-or-later AND MIT
+Group:          Development/Libraries/C and C++
+URL:            https://github.com/kupferlauncher
 Source:         
https://github.com/kupferlauncher/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
 Source1:        example_gi.py
 Patch:          keybinder-doc-xml-fallback.patch
@@ -46,13 +47,12 @@
 BuildRequires:  python-gtk-devel
 %endif
 BuildRequires:  lua51-devel
-BuildRequires:  pkgconfig(xext)
-BuildRequires:  pkgconfig(xkbcommon)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xkbcommon)
 BuildRequires:  pkgconfig(xrender)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Library for registering global keyboard shortcuts. Keybinder
@@ -65,7 +65,7 @@
 - An examples directory with programs in C, Lua, Python and Vala.
 
 %package -n %{libname}
-Summary:        Library Package for Keybinder
+Summary:        A library for registering global keyboard shortcuts
 Group:          System/Libraries
 
 %description -n %{libname}
@@ -89,7 +89,7 @@
 
 %package lua
 Summary:        Lua Files for Keybinder
-Group:          Development/Libraries/Other
+Group:          Development/Languages/Lua
 Requires:       %{libname} = %{version}
 
 %description lua
@@ -98,7 +98,7 @@
 %package -n python-%{name}
 
 Summary:        Python Bindings for Keybinder
-Group:          Development/Libraries/Python
+Group:          Development/Languages/Python
 Requires:       %{libname} = %{version}
 Requires:       python-base = %{py_ver}
 Requires:       python-gobject2
@@ -108,7 +108,7 @@
 This package contains python bindings for keybinder.
 
 %package -n typelib-1_0-Keybinder-0_0
-Summary:        A Library for Registering Global Keyboard Shortcuts -- 
Introspection bindings
+Summary:        Introspection bindins for the Keybinder library
 Group:          System/Libraries
 
 %description -n typelib-1_0-Keybinder-0_0
@@ -159,23 +159,18 @@
 
 find examples -type f -exec chmod 644 {} +
 
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files -n %{libname}
-%defattr(-,root,root)
 %license COPYING
 %doc AUTHORS NEWS README
 %{_libdir}/libkeybinder.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc examples
 %{_includedir}/keybinder.h
 %{_libdir}/libkeybinder.so
@@ -184,7 +179,6 @@
 %{_datadir}/gir-1.0/Keybinder-0.0.gir
 
 %files lua
-%defattr(-,root,root)
 %{_libdir}/lua/*/keybinder.so
 
 %if 0%{?do_python}
@@ -194,7 +188,6 @@
 %endif
 
 %files -n typelib-1_0-Keybinder-0_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Keybinder-0.0.typelib
 
 %changelog


Reply via email to