Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mcds for openSUSE:Factory checked in at 2024-11-17 16:41:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mcds (Old) and /work/SRC/openSUSE:Factory/.mcds.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mcds" Sun Nov 17 16:41:35 2024 rev:4 rq:1224514 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/mcds/mcds.changes 2024-11-12 19:24:33.099323902 +0100 +++ /work/SRC/openSUSE:Factory/.mcds.new.2017/mcds.changes 2024-11-17 16:41:40.584423069 +0100 @@ -1,0 +2,6 @@ +Fri Nov 15 20:11:22 UTC 2024 - Martin Hauke <mar...@gmx.de> + +- Update to version 1.9 + * Fixing netrc usage. + +------------------------------------------------------------------- Old: ---- mcds-1.8.tar.gz New: ---- mcds-1.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mcds.spec ++++++ --- /var/tmp/diff_new_pack.GZyGZZ/_old 2024-11-17 16:41:41.708469758 +0100 +++ /var/tmp/diff_new_pack.GZyGZZ/_new 2024-11-17 16:41:41.708469758 +0100 @@ -18,7 +18,7 @@ Name: mcds -Version: 1.8 +Version: 1.9 Release: 0 Summary: Mutt Carddav search program License: GPL-3.0-or-later ++++++ mcds-1.8.tar.gz -> mcds-1.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mcds-1.8/.gitignore new/mcds-1.9/.gitignore --- old/mcds-1.8/.gitignore 2024-11-09 23:30:29.000000000 +0100 +++ new/mcds-1.9/.gitignore 2024-11-11 17:38:33.000000000 +0100 @@ -5,13 +5,16 @@ config.log config.status configure +configure~ po/POTFILES po/remove-potcdate.sed +po/Makevars.template Makefile Makefile.in src/.deps/ src/config.h src/config.h.in +src/config.h.in~ src/stamp-h1 src/*.o VERSION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mcds-1.8/configure.ac new/mcds-1.9/configure.ac --- old/mcds-1.8/configure.ac 2024-11-09 23:30:29.000000000 +0100 +++ new/mcds-1.9/configure.ac 2024-11-11 17:38:33.000000000 +0100 @@ -3,7 +3,7 @@ # AC_PREREQ(2.61) -AC_INIT([mcds], [1.8], [tbr...@freeshell.org]) +AC_INIT([mcds], [1.9], [tbr...@freeshell.org]) AC_CONFIG_AUX_DIR([build-aux]) # Define our M4 macro directory diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mcds-1.8/src/rc.c new/mcds-1.9/src/rc.c --- old/mcds-1.8/src/rc.c 2024-11-09 23:30:29.000000000 +0100 +++ new/mcds-1.9/src/rc.c 2024-11-11 17:38:33.000000000 +0100 @@ -186,7 +186,7 @@ abs_file = NULL; } - if (options.username == NULL) { + if (options.username == NULL && options.netrc == 0) { options.username = strdup(getenv("USER")); }