Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvc for openSUSE:Factory checked in at 2021-02-07 15:21:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvc (Old) and /work/SRC/openSUSE:Factory/.libvc.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvc" Sun Feb 7 15:21:05 2021 rev:5 rq:869689 version:009 Changes: -------- --- /work/SRC/openSUSE:Factory/libvc/libvc.changes 2021-02-01 13:30:58.010347104 +0100 +++ /work/SRC/openSUSE:Factory/.libvc.new.28504/libvc.changes 2021-02-07 15:23:50.806187370 +0100 @@ -1,0 +2,6 @@ +Fri Feb 5 09:07:00 UTC 2021 - Michael Vetter <mvet...@suse.com> + +- Update to 009: + * This version fixes minor warnings from libtoolize + +------------------------------------------------------------------- Old: ---- v008.tar.gz New: ---- v009.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvc.spec ++++++ --- /var/tmp/diff_new_pack.NFzfGE/_old 2021-02-07 15:23:51.334187973 +0100 +++ /var/tmp/diff_new_pack.NFzfGE/_new 2021-02-07 15:23:51.334187973 +0100 @@ -18,7 +18,7 @@ %define c_lib libvc0 Name: libvc -Version: 008 +Version: 009 Release: 0 Summary: Library to read and write vcard files License: LGPL-2.1-only ++++++ v008.tar.gz -> v009.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvc-008/Makefile.am new/libvc-009/Makefile.am --- old/libvc-008/Makefile.am 2021-01-30 17:41:34.000000000 +0100 +++ new/libvc-009/Makefile.am 2021-02-05 10:02:43.000000000 +0100 @@ -4,3 +4,4 @@ SUBDIRS = src doc test AUTOMAKE_OPTIONS = dist-bzip2 EXTRA_DIST = depcomp libvc.spec +ACLOCAL_AMFLAGS = -I m4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvc-008/NEWS new/libvc-009/NEWS --- old/libvc-008/NEWS 2021-01-30 17:41:34.000000000 +0100 +++ new/libvc-009/NEWS 2021-02-05 10:02:43.000000000 +0100 @@ -1,3 +1,7 @@ +libvc 009 (2021-02-05) + +* Cope with libtoolize warnings regarding the m4 directory + libvc 008 (2021-01-30) * Properly parse multi-line values in MSDOS files, with line ending diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvc-008/TODO new/libvc-009/TODO --- old/libvc-008/TODO 2021-01-30 17:41:34.000000000 +0100 +++ new/libvc-009/TODO 2021-02-05 10:02:43.000000000 +0100 @@ -29,10 +29,4 @@ * When doing "make clean", remove the automatically generated files src/vc_parse.c, src/vc_parse.h, and src/vc_scan.c. -* Cope with these libtoolize warnings: - - libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, - libtoolize: and rerunning libtoolize and aclocal. - libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. - * Consider removing the calls to exit() in function vc_new(). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvc-008/configure.ac new/libvc-009/configure.ac --- old/libvc-008/configure.ac 2021-01-30 17:41:34.000000000 +0100 +++ new/libvc-009/configure.ac 2021-02-05 10:02:43.000000000 +0100 @@ -2,7 +2,7 @@ # $Id: configure.ac,v 1.3 2003/06/14 01:54:15 ahsu Rel $ ### Versioning -AC_INIT([libvc],[008],[raf...@laboissiere.net]) +AC_INIT([libvc],[009],[raf...@laboissiere.net]) LIBVC_ABI_VERSION=0:1:0 AC_SUBST(LIBVC_ABI_VERSION) @@ -13,6 +13,7 @@ Copyright (C) 2017, 2019-2021 Rafael Laboissi??re]) AC_REVISION($Revision: 1.3 $) AC_CONFIG_SRCDIR([src/vc.c]) +AC_CONFIG_MACRO_DIRS([m4]) ### Checks for programs. AC_PROG_CC