Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvc for openSUSE:Factory checked in at 2022-10-04 20:38:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvc (Old) and /work/SRC/openSUSE:Factory/.libvc.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvc" Tue Oct 4 20:38:14 2022 rev:7 rq:1007903 version:012 Changes: -------- --- /work/SRC/openSUSE:Factory/libvc/libvc.changes 2022-04-30 00:46:28.571000224 +0200 +++ /work/SRC/openSUSE:Factory/.libvc.new.2275/libvc.changes 2022-10-04 20:38:18.332965743 +0200 @@ -1,0 +2,6 @@ +Tue Oct 4 12:25:55 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 012: + * Avoid implicit declaration of functions + +------------------------------------------------------------------- Old: ---- v011.tar.gz New: ---- v012.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvc.spec ++++++ --- /var/tmp/diff_new_pack.cjzqAD/_old 2022-10-04 20:38:18.840966465 +0200 +++ /var/tmp/diff_new_pack.cjzqAD/_new 2022-10-04 20:38:18.840966465 +0200 @@ -1,7 +1,7 @@ # # spec file for package libvc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define c_lib libvc0 Name: libvc -Version: 011 +Version: 012 Release: 0 Summary: Library to read and write vcard files License: LGPL-2.1-only ++++++ v011.tar.gz -> v012.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvc-011/configure.ac new/libvc-012/configure.ac --- old/libvc-011/configure.ac 2021-12-13 16:12:20.000000000 +0100 +++ new/libvc-012/configure.ac 2022-10-04 14:02:25.000000000 +0200 @@ -2,8 +2,8 @@ # $Id: configure.ac,v 1.3 2003/06/14 01:54:15 ahsu Rel $ ### Versioning -AC_INIT([libvc],[011],[raf...@laboissiere.net]) -LIBVC_ABI_VERSION=1:3:1 +AC_INIT([libvc],[012],[raf...@laboissiere.net]) +LIBVC_ABI_VERSION=1:4:1 AC_SUBST(LIBVC_ABI_VERSION) ### Main definitions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvc-011/src/vc_parse.y new/libvc-012/src/vc_parse.y --- old/libvc-011/src/vc_parse.y 2021-12-13 16:12:20.000000000 +0100 +++ new/libvc-012/src/vc_parse.y 2022-10-04 14:02:25.000000000 +0200 @@ -37,6 +37,9 @@ extern long chars_in_buffer(); extern void flush_buffer(); +extern void start_track_position(long *pos); +extern void stop_track_position(); + vc_component *current_vcard = NULL; vc_component *current_vc = NULL; char *current_vc_param_name = NULL;