Hello community,

here is the log from the commit of package c_count for openSUSE:Factory checked 
in at 2018-07-27 10:55:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/c_count (Old)
 and      /work/SRC/openSUSE:Factory/.c_count.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "c_count"

Fri Jul 27 10:55:32 2018 rev:11 rq:623594 version:7.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/c_count/c_count.changes  2015-11-06 
00:04:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.c_count.new/c_count.changes     2018-07-27 
10:55:36.753574274 +0200
@@ -1,0 +2,7 @@
+Wed Jul 11 08:09:32 UTC 2018 - [email protected]
+
+- Update to version 7.18:
+  * updated configure macros
+  * update config.guess and config.sub
+
+-------------------------------------------------------------------

Old:
----
  c_count-7.17.tgz
  c_count-7.17.tgz.asc

New:
----
  c_count-7.18.tgz
  c_count-7.18.tgz.asc

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

Other differences:
------------------
++++++ c_count.spec ++++++
--- /var/tmp/diff_new_pack.JR2Z1b/_old  2018-07-27 10:55:37.185575101 +0200
+++ /var/tmp/diff_new_pack.JR2Z1b/_new  2018-07-27 10:55:37.189575108 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package c_count
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,45 +18,39 @@
 
 
 Name:           c_count
-Version:        7.17
+Version:        7.18
 Release:        0
 Summary:        Source Code Measure Counter for C/C++/Java
 License:        MIT
 Group:          Development/Tools/Other
-Url:            http://invisible-island.net/c_count/
-Source0:        ftp://invisible-island.net/c_count/%{name}-%{version}.tgz
-Source1:        ftp://invisible-island.net/c_count/%{name}-%{version}.tgz.asc
+URL:            http://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
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 c_count counts lines, statements, and other simple measures of C/C++/Java
-source programs. It is not lex/yacc based, and is easily portable to a variety
-of systems.
+source programs. It is not lex/yacc based, and is easily portable to a
+variety of systems.
 
 %prep
 %setup -q
 
 %build
-autoreconf -fiv
 %configure \
   --enable-warnings
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %check
-pushd testing
-./run_test.sh
-popd #testing
+make %{?_smp_mflags} check
 
 %files
-%defattr(-,root,root)
-%doc COPYING CHANGES README
+%license COPYING
+%doc CHANGES README
 %{_bindir}/c_count
-%{_mandir}/man1/c_count.1%{ext_man}
+%{_mandir}/man1/c_count.1%{?ext_man}
 
 %changelog

++++++ c_count-7.17.tgz -> c_count-7.18.tgz ++++++
++++ 4893 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.17/CHANGES new/c_count-7.18/CHANGES
--- old/c_count-7.17/CHANGES    2015-09-25 02:43:30.000000000 +0200
+++ new/c_count-7.18/CHANGES    2018-05-12 03:09:51.000000000 +0200
@@ -1,4 +1,11 @@
--- $Id: CHANGES,v 7.31 2015/09/25 00:43:30 tom Exp $
+-- $Id: CHANGES,v 7.32 2018/05/12 01:09:51 tom Exp $
+
+2018/05/11 (c_count 7.18)
+       + modify spec-file to eliminate debug-symbols
+
+       + updated configure macros
+
+       + update config.guess and config.sub
 
 2015/09/24 (c_count 7.17)
        + fix breakage in configure script from 7.16 (report by Somchai Smythe).
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.17/COPYING new/c_count-7.18/COPYING
--- old/c_count-7.17/COPYING    2015-07-06 01:55:16.000000000 +0200
+++ new/c_count-7.18/COPYING    2018-05-12 03:18:14.000000000 +0200
@@ -1,10 +1,10 @@
-$Id: COPYING,v 7.11 2015/07/05 23:55:16 tom Exp $
+$Id: COPYING,v 7.12 2018/05/12 01:18:14 tom Exp $
 
 C_COUNT
 
 
--------------------------------------------------------------------------------
 
-Copyright 1985-2014,2015 by Thomas E. Dickey
+Copyright 1985-2015,2018 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.17/MANIFEST new/c_count-7.18/MANIFEST
--- old/c_count-7.17/MANIFEST   2015-09-25 02:20:25.000000000 +0200
+++ new/c_count-7.18/MANIFEST   2018-05-12 03:12:04.000000000 +0200
@@ -1,4 +1,4 @@
-MANIFEST for c_count-7.17, version v7_17
+MANIFEST for c_count-7.18, version v7_18
 
--------------------------------------------------------------------------------
 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.17/package/c_count.nsi new/c_count-7.18/package/c_count.nsi
--- old/c_count-7.17/package/c_count.nsi        2015-09-25 02:20:01.000000000 
+0200
+++ new/c_count-7.18/package/c_count.nsi        2018-05-12 03:17:59.000000000 
+0200
@@ -1,10 +1,10 @@
-; $Id: c_count.nsi,v 1.5 2015/09/25 00:20:01 tom Exp $
+; $Id: c_count.nsi,v 1.6 2018/05/12 01:17:59 tom Exp $
 ; Script generated with the Venis Install Wizard
 
 ; Define your application name
 !define APPNAME "c_count"
 !define VERSION_MAJOR "7"
-!define VERSION_MINOR "17"
+!define VERSION_MINOR "18"
 !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.17/package/c_count.spec new/c_count-7.18/package/c_count.spec
--- old/c_count-7.17/package/c_count.spec       2015-09-25 02:20:01.000000000 
+0200
+++ new/c_count-7.18/package/c_count.spec       2018-05-12 03:21:45.000000000 
+0200
@@ -1,7 +1,7 @@
 Summary: c_count - C-language line counter
 %define AppProgram c_count
-%define AppVersion 7.17
-# $Id: c_count.spec,v 1.8 2015/09/25 00:20:01 tom Exp $
+%define AppVersion 7.18
+# $Id: c_count.spec,v 1.9 2018/05/12 01:21:45 tom Exp $
 Name: %{AppProgram}
 Version: %{AppVersion}
 Release: 1
@@ -20,6 +20,8 @@
 
 %prep
 
+%define debug_package %{nil}
+
 %setup -q -n %{AppProgram}-%{AppVersion}
 
 %build
@@ -50,5 +52,8 @@
 %changelog
 # each patch should add its ChangeLog entries here
 
+* Fri May 11 2018 Thomas Dickey
+- suppress debug-symbols
+
 * Fri Jul 16 2010 Thomas Dickey
 - initial 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.17/package/debian/changelog 
new/c_count-7.18/package/debian/changelog
--- old/c_count-7.17/package/debian/changelog   2015-09-25 02:20:01.000000000 
+0200
+++ new/c_count-7.18/package/debian/changelog   2018-05-12 03:11:49.000000000 
+0200
@@ -1,3 +1,9 @@
+ccount (7.18) unstable; urgency=low
+
+  * routine packaging updates
+
+ -- Thomas E. Dickey <[email protected]>  Fri, 11 May 2018 21:11:46 
-0400
+
 ccount (7.17) unstable; urgency=low
 
   * configure-fixes for gcc 5.x
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.17/package/debian/copyright 
new/c_count-7.18/package/debian/copyright
--- old/c_count-7.17/package/debian/copyright   2015-07-06 01:55:33.000000000 
+0200
+++ new/c_count-7.18/package/debian/copyright   2018-05-12 03:18:44.000000000 
+0200
@@ -1,7 +1,7 @@
-Upstream source http://invisible-island.net/c_count/c_count.html
+Upstream source https://invisible-island.net/c_count/c_count.html
 
 -------------------------------------------------------------------------------
-Copyright 1985-2014,2015 by Thomas E. Dickey.  All Rights Reserved.
+Copyright 1985-2015,2018 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-2014,2015 Thomas E. Dickey
+Copyright:  2010-2015,2018 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.17/patchlev.h new/c_count-7.18/patchlev.h
--- old/c_count-7.17/patchlev.h 2015-09-25 02:20:01.000000000 +0200
+++ new/c_count-7.18/patchlev.h 2018-05-12 03:17:43.000000000 +0200
@@ -1,2 +1,2 @@
 #define RELEASE 7
-#define PATCHLEVEL 17
+#define PATCHLEVEL 18



Reply via email to