Hello community, here is the log from the commit of package ois for openSUSE:Factory checked in at 2017-03-09 01:58:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ois (Old) and /work/SRC/openSUSE:Factory/.ois.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ois" Thu Mar 9 01:58:50 2017 rev:2 rq:454678 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ois/ois.changes 2017-01-25 23:17:17.385480405 +0100 +++ /work/SRC/openSUSE:Factory/.ois.new/ois.changes 2017-03-09 01:58:51.645769936 +0100 @@ -1,0 +2,6 @@ +Sat Feb 4 01:24:28 UTC 2017 - [email protected] + +- Rename %soname to %sover to better reflect its use. +- Trim filler words from description. RPM group fix. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ois.spec ++++++ --- /var/tmp/diff_new_pack.QhwvWF/_old 2017-03-09 01:58:52.497649215 +0100 +++ /var/tmp/diff_new_pack.QhwvWF/_new 2017-03-09 01:58:52.505648081 +0100 @@ -1,7 +1,7 @@ # # spec file for package ois # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define soname 1_3_0 +%define sover 1_3_0 Name: ois Version: 1.3.0 @@ -36,22 +36,28 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback). +Object Oriented Input System (OIS) is a solution for using all kinds +of Input Devices (Keyboards, Mice, Joysticks, etc) and feedback +devices (e.g. forcefeedback). -%package -n libOIS-%{soname} +%package -n libOIS-%{sover} Summary: Object Oriented Input System development package -Group: Development/Libraries/C and C++ +Group: System/Libraries -%description -n libOIS-%{soname} -Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback). +%description -n libOIS-%{sover} +Object Oriented Input System (OIS) is a solution for using all kinds +of Input Devices (Keyboards, Mice, Joysticks, etc) and feedback +devices (e.g. forcefeedback). %package -n libOIS-devel Summary: Object Oriented Input System development package Group: Development/Libraries/C and C++ -Requires: libOIS-%{soname} = %{version} +Requires: libOIS-%{sover} = %{version} %description -n libOIS-devel -Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback). +Object Oriented Input System (OIS) is a solution for using all kinds +of Input Devices (Keyboards, Mice, Joysticks, etc) and feedback +devices (e.g. forcefeedback). %prep %setup -q -n ois @@ -71,10 +77,10 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install rm -f %{buildroot}%{_libdir}/lib*.la -%post -n libOIS-%{soname} -p /sbin/ldconfig -%postun -n libOIS-%{soname} -p /sbin/ldconfig +%post -n libOIS-%{sover} -p /sbin/ldconfig +%postun -n libOIS-%{sover} -p /sbin/ldconfig -%files -n libOIS-%{soname} +%files -n libOIS-%{sover} %defattr(0644,root,root) %{_libdir}/libOIS-%{version}.so
