Hello community, here is the log from the commit of package libmesode for openSUSE:Factory checked in at 2020-10-20 16:15:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmesode (Old) and /work/SRC/openSUSE:Factory/.libmesode.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmesode" Tue Oct 20 16:15:05 2020 rev:6 rq:842639 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libmesode/libmesode.changes 2020-09-29 19:05:56.178061882 +0200 +++ /work/SRC/openSUSE:Factory/.libmesode.new.3486/libmesode.changes 2020-10-20 16:22:44.294360054 +0200 @@ -1,0 +2,6 @@ +Mon Oct 19 21:32:31 UTC 2020 - Michael Vetter <mvet...@suse.com> + +- Update to 0.10.1: + * Use correct version in configure.ac + +------------------------------------------------------------------- Old: ---- 0.10.0.tar.gz New: ---- 0.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmesode.spec ++++++ --- /var/tmp/diff_new_pack.xOxuQE/_old 2020-10-20 16:22:45.430360591 +0200 +++ /var/tmp/diff_new_pack.xOxuQE/_new 2020-10-20 16:22:45.430360591 +0200 @@ -18,7 +18,7 @@ %define c_lib libmesode0 Name: libmesode -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: An XMPP library for C License: GPL-3.0-or-later OR MIT ++++++ 0.10.0.tar.gz -> 0.10.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmesode-0.10.0/ChangeLog new/libmesode-0.10.1/ChangeLog --- old/libmesode-0.10.0/ChangeLog 2020-09-29 17:25:04.000000000 +0200 +++ new/libmesode-0.10.1/ChangeLog 2020-10-19 23:28:54.000000000 +0200 @@ -1,3 +1,6 @@ +0.10.1 + - Use correct version in configure.ac + 0.10.0 - New API: - xmpp_stanza_get_child_by_name_and_ns() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmesode-0.10.0/configure.ac new/libmesode-0.10.1/configure.ac --- old/libmesode-0.10.0/configure.ac 2020-09-29 17:25:04.000000000 +0200 +++ new/libmesode-0.10.1/configure.ac 2020-10-19 23:28:54.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([libmesode], [0.9.3], [boothj5...@gmail.com]) +AC_INIT([libmesode], [0.10.1], [boothj5...@gmail.com]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) LT_INIT([dlopen])