Hello community, here is the log from the commit of package cwiid for openSUSE:Factory checked in at 2018-01-22 16:17:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cwiid (Old) and /work/SRC/openSUSE:Factory/.cwiid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cwiid" Mon Jan 22 16:17:33 2018 rev:15 rq:565780 version:0.6.00+131.gfadf11e Changes: -------- --- /work/SRC/openSUSE:Factory/cwiid/cwiid.changes 2018-01-13 21:48:47.658866844 +0100 +++ /work/SRC/openSUSE:Factory/.cwiid.new/cwiid.changes 2018-01-22 16:18:44.193322103 +0100 @@ -1,0 +2,6 @@ +Fri Jan 12 12:53:03 UTC 2018 - [email protected] + +- Rename %soname to %sover to better reflect its use. +- Fix RPM groups. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cwiid.spec ++++++ --- /var/tmp/diff_new_pack.c2fApu/_old 2018-01-22 16:18:44.869290484 +0100 +++ /var/tmp/diff_new_pack.c2fApu/_new 2018-01-22 16:18:44.869290484 +0100 @@ -18,13 +18,13 @@ %{!?py_ver: %global py_ver %(python -c "import sys; v=sys.version_info[:2]; print '%%d.%%d'%%v" 2>/dev/null)} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%define soname 1 +%define sover 1 Name: cwiid Version: 0.6.00+131.gfadf11e Release: 0 Summary: Library to access Wiimotes License: GPL-2.0+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://abstrakraft.org/cwiid/ Source: %{name}-%{version}.tar.xz Source2: baselibs.conf @@ -44,20 +44,20 @@ BuildRequires: pkgconfig(gtk+-2.0) >= 2.0.0 %description -............................................................................. +Library to access Wiimotes. -%package -n libcwiid%{soname} +%package -n libcwiid%{sover} Summary: Library to access Wiimotes Group: System/Libraries -%description -n libcwiid%{soname} +%description -n libcwiid%{sover} Library to access Wiimotes. %package -n libcwiid-devel Summary: Library to access Wiimotes Group: Development/Libraries/C and C++ Requires: bluez-devel -Requires: libcwiid%{soname} = %{version} +Requires: libcwiid%{sover} = %{version} %description -n libcwiid-devel API and library to access Wiimotes. @@ -65,7 +65,7 @@ %package -n wminput Summary: Linux Event Driver for the Wiimote Group: Hardware/Joystick -Requires: libcwiid%{soname} = %{version} +Requires: libcwiid%{sover} = %{version} %description -n wminput wminput is an Linux event, mouse, and joystick driver for the wiimote using the @@ -83,7 +83,7 @@ %package -n wmgui Summary: Graphical User Interface to the Wiimote Group: Hardware/Joystick -Requires: libcwiid%{soname} = %{version} +Requires: libcwiid%{sover} = %{version} %description -n wmgui Graphical user interface for the capabilities of libcwiid, a Wiimote access @@ -92,7 +92,7 @@ %package -n lswm Summary: List Wiimote Devices Group: Hardware/Joystick -Requires: libcwiid%{soname} = %{version} +Requires: libcwiid%{sover} = %{version} %description -n lswm lswm is a command-line utility to list Wiimote devices. @@ -100,7 +100,7 @@ %package -n python-cwiid Summary: Python Module to Access Wiimotes Group: Development/Libraries/Python -Requires: libcwiid%{soname} = %{version} +Requires: libcwiid%{sover} = %{version} %description -n python-cwiid Python wrapper module around the libcwiid library, to @@ -126,8 +126,8 @@ rm doc/Makefile* -%post -n libcwiid%{soname} -p /sbin/ldconfig -%postun -n libcwiid%{soname} -p /sbin/ldconfig +%post -n libcwiid%{sover} -p /sbin/ldconfig +%postun -n libcwiid%{sover} -p /sbin/ldconfig %files -n lswm %defattr(-,root,root) @@ -157,15 +157,15 @@ %{_libdir}/libcwiid.so %{_libdir}/pkgconfig/%{name}.pc -%files -n libcwiid%{soname} +%files -n libcwiid%{sover} %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README %doc doc/Xmodmap %dir %{_sysconfdir}/cwiid %dir %{_libdir}/cwiid %dir %{_libdir}/cwiid/plugins -%{_libdir}/libcwiid.so.%{soname} -%{_libdir}/libcwiid.so.%{soname}.* +%{_libdir}/libcwiid.so.%{sover} +%{_libdir}/libcwiid.so.%{sover}.* %files -n python-cwiid %defattr(-,root,root)
