Hello community, here is the log from the commit of package enet for openSUSE:Factory checked in at 2019-03-13 09:12:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/enet (Old) and /work/SRC/openSUSE:Factory/.enet.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "enet" Wed Mar 13 09:12:24 2019 rev:3 rq:684214 version:1.3.14 Changes: -------- --- /work/SRC/openSUSE:Factory/enet/enet.changes 2015-05-20 23:56:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.enet.new.28833/enet.changes 2019-03-13 09:12:31.867403450 +0100 @@ -1,0 +2,9 @@ +Mon Mar 11 21:17:45 UTC 2019 - Martin Hauke <[email protected]> + +- Update to version 1.3.14 + * bug fix for enet_peer_disconnect_later() + * use getaddrinfo and getnameinfo where available + * miscellenous cleanups +- Run spec-cleaner + +------------------------------------------------------------------- Old: ---- enet-1.3.13.tar.gz New: ---- enet-1.3.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ enet.spec ++++++ --- /var/tmp/diff_new_pack.7JEtSe/_old 2019-03-13 09:12:33.367403295 +0100 +++ /var/tmp/diff_new_pack.7JEtSe/_new 2019-03-13 09:12:33.371403294 +0100 @@ -1,7 +1,7 @@ # # spec file for package enet # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,20 +12,20 @@ # 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 7 Name: enet -Version: 1.3.13 +Version: 1.3.14 Release: 0 Summary: Simple Network Communication Layer on Top of UDP License: MIT Group: Productivity/Networking/Other -Url: http://enet.bespin.org/ +URL: http://enet.bespin.org/ Source: http://enet.bespin.org/download/%{name}-%{version}.tar.gz BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ENet's purpose is to provide a relatively thin, simple and robust network @@ -64,7 +64,7 @@ %install %make_install -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print # Correct what fdupes didn't find, because docs are later installed rm -f docs/html/ftv2link.png @@ -91,16 +91,14 @@ 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 %files -n libenet%{soname} -%defattr(-,root,root,-) -%{_libdir}/libenet.so.* +%{_libdir}/libenet.so.%{soname}* %files devel -%defattr(-,root,root,-) -%doc ChangeLog LICENSE README docs/html +%license LICENSE +%doc ChangeLog README docs/html %{_includedir}/enet %{_libdir}/libenet.so %{_libdir}/pkgconfig/libenet.pc ++++++ enet-1.3.13.tar.gz -> enet-1.3.14.tar.gz ++++++ ++++ 42041 lines of diff (skipped)
