Hello community, here is the log from the commit of package c_count for openSUSE:Factory checked in at 2020-12-07 15:02:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/c_count (Old) and /work/SRC/openSUSE:Factory/.c_count.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "c_count" Mon Dec 7 15:02:05 2020 rev:12 rq:853576 version:7.19 Changes: -------- --- /work/SRC/openSUSE:Factory/c_count/c_count.changes 2018-07-27 10:55:36.753574274 +0200 +++ /work/SRC/openSUSE:Factory/.c_count.new.5913/c_count.changes 2020-12-07 15:02:06.668829111 +0100 @@ -1,0 +2,8 @@ +Mon Dec 7 12:16:44 UTC 2020 - Martin Pluskal <mplus...@suse.com> + +- Update to version 7.19: + + remove obsolete makefile-rules + + updated configure macros + + update config.guess and config.sub + +------------------------------------------------------------------- Old: ---- c_count-7.18.tgz c_count-7.18.tgz.asc New: ---- c_count-7.19.tgz c_count-7.19.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ c_count.spec ++++++ --- /var/tmp/diff_new_pack.Trppoy/_old 2020-12-07 15:02:07.220829728 +0100 +++ /var/tmp/diff_new_pack.Trppoy/_new 2020-12-07 15:02:07.224829732 +0100 @@ -1,7 +1,7 @@ # # spec file for package c_count # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -13,17 +13,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: c_count -Version: 7.18 +Version: 7.19 Release: 0 Summary: Source Code Measure Counter for C/C++/Java License: MIT Group: Development/Tools/Other -URL: http://invisible-island.net/c_count/ +URL: https://invisible-island.net/c_count/ Source0: ftp://ftp.invisible-island.net/c_count/%{name}-%{version}.tgz Source1: ftp://ftp.invisible-island.net/c_count/%{name}-%{version}.tgz.asc Source2: %{name}.keyring @@ -34,18 +34,18 @@ variety of systems. %prep -%setup -q +%autosetup %build %configure \ --enable-warnings -make %{?_smp_mflags} +%make_build %install %make_install %check -make %{?_smp_mflags} check +%make_build check %files %license COPYING ++++++ c_count-7.18.tgz -> c_count-7.19.tgz ++++++ ++++ 7425 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.18/CHANGES new/c_count-7.19/CHANGES --- old/c_count-7.18/CHANGES 2018-05-12 03:09:51.000000000 +0200 +++ new/c_count-7.19/CHANGES 2020-09-23 02:29:49.000000000 +0200 @@ -1,4 +1,11 @@ --- $Id: CHANGES,v 7.32 2018/05/12 01:09:51 tom Exp $ +-- $Id: CHANGES,v 7.34 2020/09/23 00:29:49 tom Exp $ + +2020/09/22 (c_count 7.19) + + remove obsolete makefile-rules + + + updated configure macros + + + update config.guess and config.sub 2018/05/11 (c_count 7.18) + modify spec-file to eliminate debug-symbols 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.18/COPYING new/c_count-7.19/COPYING --- old/c_count-7.18/COPYING 2018-05-12 03:18:14.000000000 +0200 +++ new/c_count-7.19/COPYING 2020-09-23 02:40:42.000000000 +0200 @@ -1,10 +1,10 @@ -$Id: COPYING,v 7.12 2018/05/12 01:18:14 tom Exp $ +$Id: COPYING,v 7.13 2020/09/23 00:40:42 tom Exp $ C_COUNT -------------------------------------------------------------------------------- -Copyright 1985-2015,2018 by Thomas E. Dickey +Copyright 1985-2018,2020 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.18/MANIFEST new/c_count-7.19/MANIFEST --- old/c_count-7.18/MANIFEST 2018-05-12 03:12:04.000000000 +0200 +++ new/c_count-7.19/MANIFEST 2020-09-23 02:41:10.000000000 +0200 @@ -1,4 +1,4 @@ -MANIFEST for c_count-7.18, version v7_18 +MANIFEST for c_count-7.19, version v7_19 -------------------------------------------------------------------------------- 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.18/c_count.1 new/c_count-7.19/c_count.1 --- old/c_count-7.18/c_count.1 2010-07-17 15:56:47.000000000 +0200 +++ new/c_count-7.19/c_count.1 2020-09-23 02:44:37.000000000 +0200 @@ -1,15 +1,17 @@ -.\" $Id: c_count.1,v 7.9 2010/07/17 13:56:47 tom Exp $ -.de EX -.RS +.\" $Id: c_count.1,v 7.10 2020/09/23 00:44:37 tom Exp $ +.de NS +.ie n .sp +.el .sp .5 +.ie n .in +4 +.el .in +2 .nf -.sp -.fam C \" groff: Courier +.ft C \" Courier .. -.de EE +.de NE .fi -.RE -.sp .5 -.fam T \" groff: Times-Roman (default) +.ft R +.ie n .in -4 +.el .in -2 .. . .TH C_COUNT 1 @@ -104,11 +106,11 @@ The C preprocessor permits you to define symbols which contain an unbalanced quote mark, for example: .ne 3 -.EX +.NS #define WARN (void)printf("** warning: ... WARN item \"%s\" not found\n", token); -.EE +.NE .PP Rather than duplicate all of the complexity of the C preprocessor, \fBc_count\fR permits you to specify symbols which contain @@ -155,9 +157,9 @@ evaluate with an unbalanced quote mark '\fB"\fR'. For example, .RS -.EX +.NS \-q\ WARN -.EE +.NE .PP tells \fBc_count\fR that the token "WARN" contains a quote mark. .RE @@ -179,7 +181,8 @@ to print a summary line for each file, but also to print a running summary showing each source line, together with the current line and statement numbers, as well as the cumulative flags. -Repeating the option causes \fBc_count\fP to also show block (curly-brace) levels. +Repeating the option causes \fBc_count\fP +to also show block (curly-brace) levels. .TP .BI \-w " LEN" specify the length for identifiers beyond which we should report an error. @@ -199,7 +202,7 @@ Following is an example of the use of \fBc_count\fR, showing the detailed types of information which it reports. The percentages add up to 100%, since overlapping data are discounted. -.EX +.NS ~/src/count (5) c_count *.[ch] */*.[ch] 1165 418 |c_count.c 17 0 |config.h @@ -239,7 +242,7 @@ 70 top-level blocks/statements 7 maximum blocklevel 2.67 ratio of blocklevel:code -.EE +.NE .PP If you use the "\fB\-p\fR" option, \fBc_count\fR prints the detailed information 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.18/configure.in new/c_count-7.19/configure.in --- old/c_count-7.18/configure.in 2015-09-25 02:42:38.000000000 +0200 +++ new/c_count-7.19/configure.in 2020-09-23 02:36:07.000000000 +0200 @@ -1,7 +1,7 @@ dnl Process this file with 'autoconf' to produce a 'configure' script -dnl $Id: configure.in,v 7.16 2015/09/25 00:42:38 tom Exp $ -AC_REVISION($Revision: 7.16 $) -AC_PREREQ(2.13.20020210) +dnl $Id: configure.in,v 7.18 2020/09/23 00:36:07 tom Exp $ +AC_REVISION($Revision: 7.18 $) +AC_PREREQ(2.25.20200802) AC_INIT(c_count.c) AC_CONFIG_HEADER(config.h:config.hin) @@ -11,12 +11,15 @@ AC_PROG_CC AC_PROG_INSTALL CF_PROG_LINT +CF_MAKE_PHONY CF_MAKE_TAGS AC_PROG_MAKE_SET CF_ANSI_CC_REQD AC_CONST +CF_WITHOUT_X + CF_ENABLE_WARNINGS CF_DISABLE_ECHO CF_PROG_EXT 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.18/makefile.in new/c_count-7.19/makefile.in --- old/c_count-7.18/makefile.in 2015-07-06 01:51:49.000000000 +0200 +++ new/c_count-7.19/makefile.in 2020-09-23 02:50:49.000000000 +0200 @@ -1,4 +1,4 @@ -# $Id: makefile.in,v 7.19 2015/07/05 23:51:49 tom Exp $ +# $Id: makefile.in,v 7.22 2020/09/23 00:50:49 tom Exp $ # Makefile-template for 'c_count' SHELL = /bin/sh @@ -20,7 +20,7 @@ transform = @program_transform_name@ CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ -CPPFLAGS = -I. -I$(srcdir) -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -I. -I$(srcdir) -DHAVE_CONFIG_H -DNO_IDENT @CPPFLAGS@ LIBS = @LIBS@ LDFLAGS = @LDFLAGS@ @@ -67,6 +67,8 @@ actual_bin = `echo $(THIS)$x | $(TRANSFORM_BIN)` actual_man = `echo $(THIS).$(manext)| $(TRANSFORM_MAN)` +@MAKE_PHONY@.PHONY: all install installdirs uninstall mostlyclean clean distclean realclean check lint + all: $(THIS)$x $(THIS)$x : $(OBJ) @@ -108,31 +110,8 @@ @MAKE_UPPER_TAGS@TAGS: @MAKE_UPPER_TAGS@ $(ETAGS) $(THIS).c $(HDRS) -DIGITS = sed -e 's/^[^0-9]*//g' -RELEASE = `fgrep RELEASE patchlev.h | $(DIGITS)` -PATCHLEV = `fgrep PATCHLEVEL patchlev.h | $(DIGITS)` - -# I keep my sources in RCS, and assign a symbolic release to the current patch -# level. The 'manifest' script knows how to build a list of files for a given -# revision. -MANIFEST: patchlev.h - manifest -rv$(RELEASE)_$(PATCHLEV) \ - testing/case*.dcl testing/case*.bat - -dist: MANIFEST - - rm -f .fname .files - echo "$(THIS)-$(RELEASE).$(PATCHLEV)" >.fname - cat MANIFEST | grep ' ' | egrep -v ' subdirectory$$' | sed -e 's/\ .*//' | uniq >.files - rm -rf `cat .fname` - TOP=`cat .fname`; mkdir $$TOP `cat .files | grep / | sed -e 's@/.*@@' | sed -e s@\^@$$TOP/@ | uniq` - for file in `cat .files`; do \ - ln $(srcdir)/$$file `cat .fname`/$$file \ - || { echo copying $$file instead; cp $$file `cat .fname`/$$file; }; \ - done - tar -cf - `cat .fname` | gzip >`cat .fname`.tgz - rm -rf `cat .fname` .fname .files +$(OBJ): config.h -$(THIS)$o: config.h getopt.c: $(srcdir)/porting/getopt.c -@ rm -f $@ cp $? $@ 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.18/package/c_count.nsi new/c_count-7.19/package/c_count.nsi --- old/c_count-7.18/package/c_count.nsi 2018-05-12 03:17:59.000000000 +0200 +++ new/c_count-7.19/package/c_count.nsi 2020-09-23 02:40:27.000000000 +0200 @@ -1,10 +1,10 @@ -; $Id: c_count.nsi,v 1.6 2018/05/12 01:17:59 tom Exp $ +; $Id: c_count.nsi,v 1.7 2020/09/23 00:40:27 tom Exp $ ; Script generated with the Venis Install Wizard ; Define your application name !define APPNAME "c_count" !define VERSION_MAJOR "7" -!define VERSION_MINOR "18" +!define VERSION_MINOR "19" !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.18/package/c_count.spec new/c_count-7.19/package/c_count.spec --- old/c_count-7.18/package/c_count.spec 2018-05-12 03:21:45.000000000 +0200 +++ new/c_count-7.19/package/c_count.spec 2020-09-23 02:28:39.000000000 +0200 @@ -1,7 +1,7 @@ Summary: c_count - C-language line counter %define AppProgram c_count -%define AppVersion 7.18 -# $Id: c_count.spec,v 1.9 2018/05/12 01:21:45 tom Exp $ +%define AppVersion 7.19 +# $Id: c_count.spec,v 1.10 2020/09/23 00:28:39 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.18/package/debian/changelog new/c_count-7.19/package/debian/changelog --- old/c_count-7.18/package/debian/changelog 2018-05-12 03:11:49.000000000 +0200 +++ new/c_count-7.19/package/debian/changelog 2020-09-23 02:38:36.000000000 +0200 @@ -1,3 +1,9 @@ +ccount (7.19) unstable; urgency=low + + * maintenance updates + + -- Thomas E. Dickey <dic...@invisible-island.net> Tue, 22 Sep 2020 20:28:39 -0400 + ccount (7.18) unstable; urgency=low * routine packaging 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.18/package/debian/compat new/c_count-7.19/package/debian/compat --- old/c_count-7.18/package/debian/compat 2010-07-08 01:02:21.000000000 +0200 +++ new/c_count-7.19/package/debian/compat 2020-09-23 02:48:15.000000000 +0200 @@ -1 +1 @@ -5 +11 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.18/package/debian/copyright new/c_count-7.19/package/debian/copyright --- old/c_count-7.18/package/debian/copyright 2018-05-12 03:18:44.000000000 +0200 +++ new/c_count-7.19/package/debian/copyright 2020-09-23 02:40:53.000000000 +0200 @@ -1,7 +1,7 @@ Upstream source https://invisible-island.net/c_count/c_count.html ------------------------------------------------------------------------------- -Copyright 1985-2015,2018 by Thomas E. Dickey. All Rights Reserved. +Copyright 1985-2018,2020 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 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.18/package/debian/rules new/c_count-7.19/package/debian/rules --- old/c_count-7.18/package/debian/rules 2010-07-17 12:15:14.000000000 +0200 +++ new/c_count-7.19/package/debian/rules 2020-09-23 02:48:34.000000000 +0200 @@ -61,7 +61,7 @@ install-stamp: build-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/ccount 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.18/patchlev.h new/c_count-7.19/patchlev.h --- old/c_count-7.18/patchlev.h 2018-05-12 03:17:43.000000000 +0200 +++ new/c_count-7.19/patchlev.h 2020-09-23 02:28:39.000000000 +0200 @@ -1,2 +1,2 @@ #define RELEASE 7 -#define PATCHLEVEL 18 +#define PATCHLEVEL 19 _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org