Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gensio for openSUSE:Factory checked 
in at 2021-10-29 22:34:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gensio (Old)
 and      /work/SRC/openSUSE:Factory/.gensio.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gensio"

Fri Oct 29 22:34:26 2021 rev:13 rq:928121 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gensio/gensio.changes    2021-08-27 
21:45:18.066068699 +0200
+++ /work/SRC/openSUSE:Factory/.gensio.new.1890/gensio.changes  2021-10-29 
22:35:34.375712481 +0200
@@ -1,0 +2,17 @@
+Fri Oct 22 19:01:34 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- We build gensio with support for SCTP, MDNS and OpenIPMI; let's
+  adjust the requirements for the -devel package accordingly.
+
+-------------------------------------------------------------------
+Sun Oct 17 15:00:28 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 2.3.1
+  * C++ support. The interface was already OO, this is a mapping
+    into C++. It's light, but not much was required.
+  * Built-in TCL and glib OS handlers were added.
+  * 2-factor authentication support is built-in to the certauth
+    protocol.
+  * Support for elliptical keys was added to certauth.
+
+-------------------------------------------------------------------

Old:
----
  gensio-2.2.9.tar.gz

New:
----
  gensio-2.3.1.tar.gz

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

Other differences:
------------------
++++++ gensio.spec ++++++
--- /var/tmp/diff_new_pack.SLBgH1/_old  2021-10-29 22:35:34.707712607 +0200
+++ /var/tmp/diff_new_pack.SLBgH1/_new  2021-10-29 22:35:34.711712608 +0200
@@ -25,7 +25,7 @@
 %bcond_with    openipmi
 %endif
 Name:           gensio
-Version:        2.2.9
+Version:        2.3.1
 Release:        0
 Summary:        Library to abstract stream and packet I/O
 # examples/* is licenced under Apache-2.0
@@ -78,6 +78,11 @@
 Summary:        Library to abstract stream and packet I/O
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
+Requires:       lksctp-tools-devel
+Requires:       pkgconfig(avahi-client)
+%if %{with openipmi}
+Requires:       pkgconfig(OpenIPMI)
+%endif
 
 %description devel
 This is gensio (pronounced gen'-see-oh), a framework for giving a
@@ -131,16 +136,16 @@
 %{_mandir}/man1/gtlssh.1%{?ext_man}
 %{_mandir}/man1/gtlssync.1%{?ext_man}
 %{_mandir}/man5/gensio.5%{?ext_man}
-%{_mandir}/man5//sergensio.5%{?ext_man}
+%{_mandir}/man5/sergensio.5%{?ext_man}
 
 %files -n %{libname}
-%{_libdir}/libgensio.so.%{sover}*
+%{_libdir}/libgensio*.so.%{sover}*
 
 %files devel
 %dir %{_includedir}/gensio
-%{_includedir}/gensio/*.h
-%{_libdir}/libgensio.so
-%{_libdir}/pkgconfig/libgensio.pc
+%{_includedir}/gensio/
+%{_libdir}/libgensio*.so
+%{_libdir}/pkgconfig/libgensio*.pc
 %{_mandir}/man3/gensio_*3%{?ext_man}
 %{_mandir}/man3/sergensio_*3%{?ext_man}
 %{_mandir}/man3/str_to_gensio*.3%{?ext_man}

++++++ gensio-2.2.9.tar.gz -> gensio-2.3.1.tar.gz ++++++
++++ 41889 lines of diff (skipped)

Reply via email to