Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package c_count for openSUSE:Factory checked in at 2021-04-17 23:25:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/c_count (Old) and /work/SRC/openSUSE:Factory/.c_count.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "c_count" Sat Apr 17 23:25:06 2021 rev:13 rq:886277 version:7.20 Changes: -------- --- /work/SRC/openSUSE:Factory/c_count/c_count.changes 2020-12-07 15:02:06.668829111 +0100 +++ /work/SRC/openSUSE:Factory/.c_count.new.12324/c_count.changes 2021-04-17 23:25:12.037618132 +0200 @@ -1,0 +2,7 @@ +Fri Apr 16 19:52:25 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 7.20: + * updated configure macros + * update config.guess and config.sub + +------------------------------------------------------------------- Old: ---- c_count-7.19.tgz c_count-7.19.tgz.asc New: ---- c_count-7.20.tgz c_count-7.20.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ c_count.spec ++++++ --- /var/tmp/diff_new_pack.Bq1rbL/_old 2021-04-17 23:25:14.153621738 +0200 +++ /var/tmp/diff_new_pack.Bq1rbL/_new 2021-04-17 23:25:14.157621746 +0200 @@ -1,7 +1,7 @@ # # spec file for package c_count # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: c_count -Version: 7.19 +Version: 7.20 Release: 0 Summary: Source Code Measure Counter for C/C++/Java License: MIT ++++++ c_count-7.19.tgz -> c_count-7.20.tgz ++++++ ++++ 5383 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/c_count-7.19/CHANGES new/c_count-7.20/CHANGES --- old/c_count-7.19/CHANGES 2020-09-23 02:29:49.000000000 +0200 +++ new/c_count-7.20/CHANGES 2021-01-09 16:05:38.000000000 +0100 @@ -1,4 +1,9 @@ --- $Id: CHANGES,v 7.34 2020/09/23 00:29:49 tom Exp $ +-- $Id: CHANGES,v 7.35 2021/01/09 15:05:38 tom Exp $ + +2021/01/09 (c_count 7.20) + + updated configure macros + + + update config.guess and config.sub 2020/09/22 (c_count 7.19) + remove obsolete makefile-rules diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/c_count-7.19/COPYING new/c_count-7.20/COPYING --- old/c_count-7.19/COPYING 2020-09-23 02:40:42.000000000 +0200 +++ new/c_count-7.20/COPYING 2021-01-09 16:12:59.000000000 +0100 @@ -1,10 +1,10 @@ -$Id: COPYING,v 7.13 2020/09/23 00:40:42 tom Exp $ +$Id: COPYING,v 7.14 2021/01/09 15:12:59 tom Exp $ C_COUNT -------------------------------------------------------------------------------- -Copyright 1985-2018,2020 by Thomas E. Dickey +Copyright 1985-2020,2021 by Thomas E. Dickey All Rights Reserved. Permission to use, copy, modify, and distribute this software and its diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/c_count-7.19/MANIFEST new/c_count-7.20/MANIFEST --- old/c_count-7.19/MANIFEST 2020-09-23 02:41:10.000000000 +0200 +++ new/c_count-7.20/MANIFEST 2021-01-09 16:13:58.000000000 +0100 @@ -1,4 +1,4 @@ -MANIFEST for c_count-7.19, version v7_19 +MANIFEST for c_count-7.20, version v7_20 -------------------------------------------------------------------------------- MANIFEST this file CHANGES extracted change-log from c_count.c diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/c_count-7.19/package/c_count.nsi new/c_count-7.20/package/c_count.nsi --- old/c_count-7.19/package/c_count.nsi 2020-09-23 02:40:27.000000000 +0200 +++ new/c_count-7.20/package/c_count.nsi 2021-01-09 16:12:46.000000000 +0100 @@ -1,10 +1,10 @@ -; $Id: c_count.nsi,v 1.7 2020/09/23 00:40:27 tom Exp $ +; $Id: c_count.nsi,v 1.8 2021/01/09 15:12:46 tom Exp $ ; Script generated with the Venis Install Wizard ; Define your application name !define APPNAME "c_count" !define VERSION_MAJOR "7" -!define VERSION_MINOR "19" +!define VERSION_MINOR "20" !define VERSION "${VERSION_MAJOR}.${VERSION_MINOR}" !define APPNAMEANDVERSION "${APPNAME} ${VERSION}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/c_count-7.19/package/c_count.spec new/c_count-7.20/package/c_count.spec --- old/c_count-7.19/package/c_count.spec 2020-09-23 02:28:39.000000000 +0200 +++ new/c_count-7.20/package/c_count.spec 2021-01-09 16:01:45.000000000 +0100 @@ -1,7 +1,7 @@ Summary: c_count - C-language line counter %define AppProgram c_count -%define AppVersion 7.19 -# $Id: c_count.spec,v 1.10 2020/09/23 00:28:39 tom Exp $ +%define AppVersion 7.20 +# $Id: c_count.spec,v 1.11 2021/01/09 15:01:45 tom Exp $ Name: %{AppProgram} Version: %{AppVersion} Release: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/c_count-7.19/package/debian/changelog new/c_count-7.20/package/debian/changelog --- old/c_count-7.19/package/debian/changelog 2020-09-23 02:38:36.000000000 +0200 +++ new/c_count-7.20/package/debian/changelog 2021-01-09 16:01:45.000000000 +0100 @@ -1,3 +1,9 @@ +ccount (7.20) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <[email protected]> Sat, 09 Jan 2021 10:01:45 -0500 + ccount (7.19) unstable; urgency=low * maintenance updates diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/c_count-7.19/package/debian/copyright new/c_count-7.20/package/debian/copyright --- old/c_count-7.19/package/debian/copyright 2020-09-23 02:40:53.000000000 +0200 +++ new/c_count-7.20/package/debian/copyright 2021-01-09 16:13:30.000000000 +0100 @@ -1,7 +1,7 @@ Upstream source https://invisible-island.net/c_count/c_count.html ------------------------------------------------------------------------------- -Copyright 1985-2018,2020 by Thomas E. Dickey. All Rights Reserved. +Copyright 1985-2020,2021 by Thomas E. Dickey. All Rights Reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided @@ -56,7 +56,7 @@ shared with many OS's install programs. Files: debian/* -Copyright: 2010-2015,2018 Thomas E. Dickey +Copyright: 2010-2020,2021 Thomas E. Dickey Licence: other-BSD Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/c_count-7.19/patchlev.h new/c_count-7.20/patchlev.h --- old/c_count-7.19/patchlev.h 2020-09-23 02:28:39.000000000 +0200 +++ new/c_count-7.20/patchlev.h 2021-01-09 16:01:45.000000000 +0100 @@ -1,2 +1,2 @@ #define RELEASE 7 -#define PATCHLEVEL 19 +#define PATCHLEVEL 20
