Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2018-10-04 18:59:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tevent (Old)
 and      /work/SRC/openSUSE:Factory/.tevent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tevent"

Thu Oct  4 18:59:45 2018 rev:33 rq:638225 version:0.9.37

Changes:
--------
--- /work/SRC/openSUSE:Factory/tevent/tevent-man.changes        2018-04-04 
11:13:14.943011287 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent-man.changes   2018-10-04 
18:59:48.583309214 +0200
@@ -1,0 +2,16 @@
+Tue Sep 25 07:37:57 UTC 2018 - Samuel Cabrero <scabr...@suse.de>
+
+- Update license to LGPL-3.0
+
+-------------------------------------------------------------------
+Wed Aug  8 16:28:21 UTC 2018 - dmul...@suse.com
+
+- Update to version 0.9.37
+  + simplify "poll" and "poll_mt" backends
+  + make tevent_abort() reachable for backends
+  + add tevent_common_invoke_*_handler() functions
+  + add tevent_context_same_loop() function
+  + add tevent_context_wrapper_create() infrastructure
+  + add tevent_req_profile infrastructure
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/tevent/tevent.changes    2018-08-10 
09:45:29.685856673 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent.changes       2018-10-04 
18:59:49.795307947 +0200
@@ -1,0 +2,5 @@
+Tue Sep 25 07:37:57 UTC 2018 - Samuel Cabrero <scabr...@suse.de>
+
+- Update license to LGPL-3.0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tevent-man.spec ++++++
--- /var/tmp/diff_new_pack.q4pFpj/_old  2018-10-04 18:59:50.487307224 +0200
+++ /var/tmp/diff_new_pack.q4pFpj/_new  2018-10-04 18:59:50.491307220 +0200
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,7 +24,7 @@
 %define with_python3 0
 %endif
 
-%define talloc_version 2.1.10
+%define talloc_version 2.1.11
 %define build_man 1
 
 %if %{build_man}
@@ -33,6 +33,9 @@
 %else
 Name:           tevent
 BuildRequires:  libtalloc-devel >= %{talloc_version}
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libtirpc-devel
+%endif
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
 %else
@@ -43,9 +46,8 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-talloc >= %{talloc_version}
 BuildRequires:  python3-talloc-devel >= %{talloc_version}
-%else
-BuildRequires:  python-talloc-devel >= %{talloc_version}
 %endif # with_python3
+BuildRequires:  python-talloc-devel >= %{talloc_version}
 %endif # build_man
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %define        build_make_smp_mflags %{?_smp_mflags}
@@ -56,7 +58,7 @@
 Version:        0.9.37
 Release:        0
 Summary:        An event system based on the talloc memory management library
-License:        GPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 Source:         https://download.samba.org/pub/tevent/tevent-%{version}.tar.gz
 Source1:        https://download.samba.org/pub/tevent/tevent-%{version}.tar.asc

++++++ tevent.spec ++++++
--- /var/tmp/diff_new_pack.q4pFpj/_old  2018-10-04 18:59:50.499307212 +0200
+++ /var/tmp/diff_new_pack.q4pFpj/_new  2018-10-04 18:59:50.503307208 +0200
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -58,7 +58,7 @@
 Version:        0.9.37
 Release:        0
 Summary:        An event system based on the talloc memory management library
-License:        GPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 Source:         https://download.samba.org/pub/tevent/tevent-%{version}.tar.gz
 Source1:        https://download.samba.org/pub/tevent/tevent-%{version}.tar.asc




Reply via email to