Hello community,

here is the log from the commit of package libtermkey for openSUSE:Factory 
checked in at 2018-11-09 07:54:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtermkey (Old)
 and      /work/SRC/openSUSE:Factory/.libtermkey.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtermkey"

Fri Nov  9 07:54:49 2018 rev:3 rq:647238 version:0.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtermkey/libtermkey.changes    2018-05-29 
16:50:45.435168753 +0200
+++ /work/SRC/openSUSE:Factory/.libtermkey.new/libtermkey.changes       
2018-11-09 07:54:50.183682492 +0100
@@ -1,0 +2,6 @@
+Wed Nov  7 09:53:22 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Rename %soname to %sover to better reflect its use.
+- Fix RPM groups; trim bias from descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libtermkey.spec ++++++
--- /var/tmp/diff_new_pack.9wSEG6/_old  2018-11-09 07:54:50.699681900 +0100
+++ /var/tmp/diff_new_pack.9wSEG6/_new  2018-11-09 07:54:50.699681900 +0100
@@ -12,17 +12,17 @@
 # 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/
 #
 
 
-%define soname 1
+%define sover 1
 Name:           libtermkey
 Version:        0.20
 Release:        0
-Summary:        Library for easy processing of keyboard entry from 
terminal-based programs
+Summary:        Library for processing of keyboard entry from terminal-based 
programs
 License:        MIT
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://www.leonerd.org.uk/code/libtermkey/
 Source:         
http://www.leonerd.org.uk/code/libtermkey/libtermkey-%{version}.tar.gz
 Patch0:         fix-syntax.patch
@@ -38,19 +38,19 @@
 programs. It handles all the necessary logic to recognise special keys, UTF-8
 combining, and so on, with a simple interface.
 
-%package -n %{name}%{soname}
-Summary:        Library for easy processing of keyboard entry from 
terminal-based programs
+%package -n %{name}%{sover}
+Summary:        Library for processing of keyboard entry from terminal-based 
programs
 Group:          System/Libraries
 
-%description -n %{name}%{soname}
+%description -n %{name}%{sover}
 This library allows easy processing of keyboard entry from terminal-based
 programs. It handles all the necessary logic to recognise special keys, UTF-8
 combining, and so on, with a simple interface.
 
 %package devel
-Summary:        Library for easy processing of keyboard entry from 
terminal-based programs
+Summary:        Development files for libtermkey, a keyboard entry processing 
library
 Group:          Development/Libraries/C and C++
-Requires:       %{name}%{soname} = %{version}
+Requires:       %{name}%{sover} = %{version}
 Requires:       ncurses-devel
 Requires:       pkgconfig
 
@@ -85,15 +85,15 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot} -type f -name "*.a"  -delete -print
 
-%post   -n %{name}%{soname} -p /sbin/ldconfig
+%post   -n %{name}%{sover} -p /sbin/ldconfig
 
-%postun -n %{name}%{soname} -p /sbin/ldconfig
+%postun -n %{name}%{sover} -p /sbin/ldconfig
 
-%files -n %{name}%{soname}
+%files -n %{name}%{sover}
 %defattr(-,root,root)
 %doc LICENSE
-%{_libdir}/libtermkey.so.%{soname}
-%{_libdir}/libtermkey.so.%{soname}.*
+%{_libdir}/libtermkey.so.%{sover}
+%{_libdir}/libtermkey.so.%{sover}.*
 
 %files devel
 %defattr(-,root,root)


Reply via email to