Hello community,

here is the log from the commit of package enet for openSUSE:Factory checked in 
at 2019-03-18 10:38:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enet (Old)
 and      /work/SRC/openSUSE:Factory/.enet.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enet"

Mon Mar 18 10:38:33 2019 rev:4 rq:685316 version:1.3.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/enet/enet.changes        2019-03-13 
09:12:31.867403450 +0100
+++ /work/SRC/openSUSE:Factory/.enet.new.28833/enet.changes     2019-03-18 
10:38:36.199485947 +0100
@@ -1,0 +2,8 @@
+Thu Mar 14 21:07:20 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Rename %soname to %sover to better match its use.
+- Remove unnecessary extra pkgconfig require that is already
+  implicit.
+- Trim bias from descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ enet.spec ++++++
--- /var/tmp/diff_new_pack.bt6nox/_old  2019-03-18 10:38:36.931485321 +0100
+++ /var/tmp/diff_new_pack.bt6nox/_new  2019-03-18 10:38:36.935485318 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define soname 7
+%define sover 7
 Name:           enet
 Version:        1.3.14
 Release:        0
-Summary:        Simple Network Communication Layer on Top of UDP
+Summary:        Network Communication Layer on Top of UDP
 License:        MIT
 Group:          Productivity/Networking/Other
 URL:            http://enet.bespin.org/
@@ -28,27 +28,26 @@
 BuildRequires:  pkgconfig
 
 %description
-ENet's purpose is to provide a relatively thin, simple and robust network
-communication layer on top of UDP (User Datagram Protocol). The primary
-feature it provides is optional reliable, in-order delivery of packets.
+ENet provides a relatively thin network communication layer on top of
+UDP (User Datagram Protocol). The primary feature it provides is
+optional reliable, in-order delivery of packets.
 
 ENet omits certain higher level networking features such as authentication,
 lobbying, server discovery, encryption, or other similar tasks that are
 particularly application specific so that the library remains flexible,
-portable, and easily embeddable.
+portable, and embeddable.
 
-%package -n libenet%{soname}
+%package -n libenet%{sover}
 Summary:        Library files for libenet
 Group:          System/Libraries
 
-%description -n libenet%{soname}
+%description -n libenet%{sover}
 The libenet7 package contains libraries for libenet.
 
 %package devel
 Summary:        Development files for libenet
 Group:          Development/Libraries/C and C++
-Requires:       libenet%{soname} = %{version}
-Requires:       pkgconfig
+Requires:       libenet%{sover} = %{version}
 
 %description devel
 The libenet-devel package contains libraries and header files for
@@ -90,11 +89,11 @@
 rm -f docs/html/search/variables_d.js
 ln -sf ../../docs/html/search/all_d.js docs/html/search/variables_d.js
 
-%post -n libenet%{soname} -p /sbin/ldconfig
-%postun -n libenet%{soname} -p /sbin/ldconfig
+%post -n libenet%{sover} -p /sbin/ldconfig
+%postun -n libenet%{sover} -p /sbin/ldconfig
 
-%files -n libenet%{soname}
-%{_libdir}/libenet.so.%{soname}*
+%files -n libenet%{sover}
+%{_libdir}/libenet.so.%{sover}*
 
 %files devel
 %license LICENSE


Reply via email to