Hello community,

here is the log from the commit of package c_count for openSUSE:Factory checked 
in at 2015-08-07 00:24:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/c_count (Old)
 and      /work/SRC/openSUSE:Factory/.c_count.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "c_count"

Changes:
--------
--- /work/SRC/openSUSE:Factory/c_count/c_count.changes  2014-12-25 
23:20:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.c_count.new/c_count.changes     2015-08-07 
00:24:16.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Aug  5 14:43:33 UTC 2015 - mplus...@suse.com
+
+- Update to 7.16
+  * add configure option --with-man2html
+  * updated configure macros
+  * update config.guess and config.sub
+- Add gpg signature
+- Cleanup spec file with spec-cleaner
+- Update dependencies
+
+-------------------------------------------------------------------

Old:
----
  c_count-7.15.tgz

New:
----
  c_count-7.16.tgz
  c_count-7.16.tgz.asc
  c_count.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ c_count.spec ++++++
--- /var/tmp/diff_new_pack.SJU0vK/_old  2015-08-07 00:24:17.000000000 +0200
+++ /var/tmp/diff_new_pack.SJU0vK/_new  2015-08-07 00:24:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package c_count
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,19 +18,17 @@
 
 
 Name:           c_count
-Version:        7.15
+Version:        7.16
 Release:        0
 Summary:        Source Code Measure Counter for C/C++/Java
 License:        MIT
 Group:          Development/Tools/Other
 Url:            http://invisible-island.net/c_count/
-Source:         ftp://invisible-island.net/c_count/%{name}-%{version}.tgz
+Source0:        ftp://invisible-island.net/c_count/%{name}-%{version}.tgz
+Source1:        ftp://invisible-island.net/c_count/%{name}-%{version}.tgz.asc
+Source2:        %{name}.keyring
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  libtool
-BuildRequires:  make
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,6 +40,7 @@
 %setup -q
 
 %build
+autoreconf -fiv
 %configure \
     --enable-warnings
 
@@ -59,6 +58,6 @@
 %defattr(-,root,root)
 %doc COPYING CHANGES README
 %{_bindir}/c_count
-%doc %{_mandir}/man1/c_count.1%{ext_man}
+%{_mandir}/man1/c_count.1%{ext_man}
 
 %changelog

++++++ c_count-7.15.tgz -> c_count-7.16.tgz ++++++
++++ 4316 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.15/CHANGES new/c_count-7.16/CHANGES
--- old/c_count-7.15/CHANGES    2014-09-22 21:59:25.000000000 +0200
+++ new/c_count-7.16/CHANGES    2015-07-06 01:51:08.000000000 +0200
@@ -1,4 +1,11 @@
--- $Id: CHANGES,v 7.29 2014/09/22 19:59:25 tom Exp $
+-- $Id: CHANGES,v 7.30 2015/07/05 23:51:08 tom Exp $
+
+2015/07/05 (c_count 7.16)
+       + add configure option --with-man2html
+
+       + updated configure macros
+
+       + update config.guess and config.sub
 
 2014/09/22 (c_count 7.15)
        + ensure that parse-state returns to "code" after a comment is
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.15/COPYING new/c_count-7.16/COPYING
--- old/c_count-7.15/COPYING    2014-09-22 22:03:24.000000000 +0200
+++ new/c_count-7.16/COPYING    2015-07-06 01:55:16.000000000 +0200
@@ -1,10 +1,10 @@
-$Id: COPYING,v 7.10 2014/09/22 20:03:24 tom Exp $
+$Id: COPYING,v 7.11 2015/07/05 23:55:16 tom Exp $
 
 C_COUNT
 
 
--------------------------------------------------------------------------------
 
-Copyright 1985-2013,2014 by Thomas E. Dickey
+Copyright 1985-2014,2015 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.15/MANIFEST new/c_count-7.16/MANIFEST
--- old/c_count-7.15/MANIFEST   2013-12-15 21:59:24.000000000 +0100
+++ new/c_count-7.16/MANIFEST   2015-07-06 01:52:32.000000000 +0200
@@ -1,4 +1,4 @@
-MANIFEST for c_count-7.15, version v7_15
+MANIFEST for c_count-7.16, version v7_16
 
--------------------------------------------------------------------------------
 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.15/configure.in new/c_count-7.16/configure.in
--- old/c_count-7.15/configure.in       2013-10-07 18:38:03.000000000 +0200
+++ new/c_count-7.16/configure.in       2015-07-06 02:10:05.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with 'autoconf' to produce a 'configure' script
-dnl $Id: configure.in,v 7.13 2013/10/07 16:38:03 tom Exp $
-AC_REVISION($Revision: 7.13 $)
+dnl $Id: configure.in,v 7.15 2015/07/06 00:10:05 tom Exp $
+AC_REVISION($Revision: 7.15 $)
 AC_PREREQ(2.13.20020210)
 AC_INIT(c_count.c)
 AC_CONFIG_HEADER(config.h:config.hin)
@@ -21,6 +21,7 @@
 CF_DISABLE_ECHO
 CF_PROG_EXT
 CF_DISABLE_LEAKS
+CF_WITH_MAN2HTML
 
 AC_STDC_HEADERS
 AC_HAVE_HEADERS(stdlib.h getopt.h string.h malloc.h)
@@ -35,4 +36,5 @@
 fi
 
 ###    output makefile and config.h
-AC_OUTPUT(makefile,[CF_MAKE_DOCS(c_count,1)],, cat)
+AC_OUTPUT(makefile)
+CF_MAKE_DOCS(c_count,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.15/makefile.in new/c_count-7.16/makefile.in
--- old/c_count-7.15/makefile.in        2013-10-07 18:43:54.000000000 +0200
+++ new/c_count-7.16/makefile.in        2015-07-06 01:51:49.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: makefile.in,v 7.18 2013/10/07 16:43:54 tom Exp $
+# $Id: makefile.in,v 7.19 2015/07/05 23:51:49 tom Exp $
 # Makefile-template for 'c_count'
 
 SHELL          = /bin/sh
@@ -91,7 +91,7 @@
        - rm -f $(THIS)$x
 
 distclean : clean
-       - rm -f makefile config.log config.cache config.status config.h
+       - rm -f makefile config.log config.cache config.status config.h 
man2html.tmp
 
 realclean : distclean
        - rm -f tags TAGS # don't remove configure!
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.15/package/c_count.nsi new/c_count-7.16/package/c_count.nsi
--- old/c_count-7.15/package/c_count.nsi        2013-12-14 21:05:33.000000000 
+0100
+++ new/c_count-7.16/package/c_count.nsi        2015-07-06 01:58:02.000000000 
+0200
@@ -1,10 +1,10 @@
-; $Id: c_count.nsi,v 1.3 2013/12/14 20:05:33 tom Exp $
+; $Id: c_count.nsi,v 1.4 2015/07/05 23:58:02 tom Exp $
 ; Script generated with the Venis Install Wizard
 
 ; Define your application name
 !define APPNAME "c_count"
 !define VERSION_MAJOR "7"
-!define VERSION_MINOR "14"
+!define VERSION_MINOR "16"
 !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.15/package/c_count.spec new/c_count-7.16/package/c_count.spec
--- old/c_count-7.15/package/c_count.spec       2013-12-15 21:59:41.000000000 
+0100
+++ new/c_count-7.16/package/c_count.spec       2015-07-06 01:53:04.000000000 
+0200
@@ -1,7 +1,7 @@
 Summary: c_count - C-language line counter
 %define AppProgram c_count
-%define AppVersion 7.15
-# $Id: c_count.spec,v 1.6 2013/12/15 20:59:41 tom Exp $
+%define AppVersion 7.16
+# $Id: c_count.spec,v 1.7 2015/07/05 23:53:04 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.15/package/debian/changelog 
new/c_count-7.16/package/debian/changelog
--- old/c_count-7.15/package/debian/changelog   2013-12-15 22:00:19.000000000 
+0100
+++ new/c_count-7.16/package/debian/changelog   2015-07-06 01:53:55.000000000 
+0200
@@ -1,3 +1,9 @@
+ccount (7.16) unstable; urgency=low
+
+  * routine packaging updates
+
+ -- Thomas E. Dickey <dic...@invisible-island.net>  Sun, 05 Jul 2015 19:53:34 
-0400
+
 ccount (7.15) unstable; urgency=low
 
   * errata found comparing with lex-metrics
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.15/package/debian/copyright 
new/c_count-7.16/package/debian/copyright
--- old/c_count-7.15/package/debian/copyright   2014-09-22 22:03:51.000000000 
+0200
+++ new/c_count-7.16/package/debian/copyright   2015-07-06 01:55:33.000000000 
+0200
@@ -1,7 +1,7 @@
 Upstream source http://invisible-island.net/c_count/c_count.html
 
 -------------------------------------------------------------------------------
-Copyright 1985-2013,2014 by Thomas E. Dickey.  All Rights Reserved.
+Copyright 1985-2014,2015 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-2013,2014 Thomas E. Dickey
+Copyright:  2010-2014,2015 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.15/patchlev.h new/c_count-7.16/patchlev.h
--- old/c_count-7.15/patchlev.h 2013-12-15 22:00:59.000000000 +0100
+++ new/c_count-7.16/patchlev.h 2015-07-06 01:52:53.000000000 +0200
@@ -1,2 +1,2 @@
 #define RELEASE 7
-#define PATCHLEVEL 15
+#define PATCHLEVEL 16


Reply via email to