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 2025-11-24 14:06:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/c_count (Old)
 and      /work/SRC/openSUSE:Factory/.c_count.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "c_count"

Mon Nov 24 14:06:32 2025 rev:17 rq:1318929 version:7.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/c_count/c_count.changes  2025-04-22 
17:31:02.258023815 +0200
+++ /work/SRC/openSUSE:Factory/.c_count.new.14147/c_count.changes       
2025-11-24 14:07:44.021604552 +0100
@@ -1,0 +2,7 @@
+Thu Nov 20 21:34:15 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 7.25:
+  * updated configure macros
+  * update config.guess and config.sub
+
+-------------------------------------------------------------------

Old:
----
  c_count-7.24.tgz
  c_count-7.24.tgz.asc

New:
----
  c_count-7.25.tgz
  c_count-7.25.tgz.asc

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

Other differences:
------------------
++++++ c_count.spec ++++++
--- /var/tmp/diff_new_pack.0uNgYI/_old  2025-11-24 14:07:44.821638115 +0100
+++ /var/tmp/diff_new_pack.0uNgYI/_new  2025-11-24 14:07:44.821638115 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package c_count
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # 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.24
+Version:        7.25
 Release:        0
 Summary:        Source Code Measure Counter for C/C++/Java
 License:        MIT

++++++ c_count-7.24.tgz -> c_count-7.25.tgz ++++++
++++ 3467 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.24/CHANGES new/c_count-7.25/CHANGES
--- old/c_count-7.24/CHANGES    2025-02-02 23:01:27.000000000 +0100
+++ new/c_count-7.25/CHANGES    2025-10-02 01:45:57.000000000 +0200
@@ -1,4 +1,9 @@
--- $Id: CHANGES,v 7.40 2025/02/02 22:01:27 tom Exp $
+-- $Id: CHANGES,v 7.42 2025/10/01 23:45:57 tom Exp $
+
+2025/10/01 (c_count 7.25)
+       + updated configure macros
+
+       + update config.guess and config.sub
 
 2025/02/02 (c_count 7.24)
        + updated configure macros
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.24/MANIFEST new/c_count-7.25/MANIFEST
--- old/c_count-7.24/MANIFEST   2025-02-02 23:02:52.000000000 +0100
+++ new/c_count-7.25/MANIFEST   2025-10-02 01:41:28.000000000 +0200
@@ -1,4 +1,4 @@
-MANIFEST for c_count, version v7_24
+MANIFEST for c_count, version v7_25
 
--------------------------------------------------------------------------------
 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.24/configure.in new/c_count-7.25/configure.in
--- old/c_count-7.24/configure.in       2025-02-02 22:58:04.000000000 +0100
+++ new/c_count-7.25/configure.in       2025-10-02 01:46:35.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with 'autoconf' to produce a 'configure' script
-dnl $Id: configure.in,v 7.21 2025/02/02 21:58:04 tom Exp $
-AC_REVISION($Revision: 7.21 $)
+dnl $Id: configure.in,v 7.22 2025/10/01 23:46:35 tom Exp $
+AC_REVISION($Revision: 7.22 $)
 AC_PREREQ(2.25.20200802)
 AC_INIT(c_count.c)
 AC_CONFIG_HEADER(config.h:config.hin)
@@ -9,7 +9,7 @@
 
 AC_ARG_PROGRAM
 AC_PROG_CC
-AC_PROG_INSTALL
+CF_PROG_INSTALL
 CF_PROG_LINT
 CF_MAKE_PHONY
 CF_MAKE_TAGS
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.24/package/c_count.nsi new/c_count-7.25/package/c_count.nsi
--- old/c_count-7.24/package/c_count.nsi        2025-02-02 23:00:47.000000000 
+0100
+++ new/c_count-7.25/package/c_count.nsi        2025-10-02 01:31:32.000000000 
+0200
@@ -1,10 +1,10 @@
-; $Id: c_count.nsi,v 1.12 2025/02/02 22:00:47 tom Exp $
+; $Id: c_count.nsi,v 1.13 2025/10/01 23:31:32 tom Exp $
 ; Script generated with the Venis Install Wizard
 
 ; Define your application name
 !define APPNAME "c_count"
 !define VERSION_MAJOR "7"
-!define VERSION_MINOR "24"
+!define VERSION_MINOR "25"
 !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.24/package/c_count.spec new/c_count-7.25/package/c_count.spec
--- old/c_count-7.24/package/c_count.spec       2025-02-02 23:00:47.000000000 
+0100
+++ new/c_count-7.25/package/c_count.spec       2025-10-02 01:51:30.000000000 
+0200
@@ -1,14 +1,12 @@
 Summary: c_count - C-language line counter
-%define AppProgram c_count
-%define AppVersion 7.24
-# $Id: c_count.spec,v 1.15 2025/02/02 22:00:47 tom Exp $
-Name: %{AppProgram}
-Version: %{AppVersion}
+# $Id: c_count.spec,v 1.17 2025/10/01 23:51:30 tom Exp $
+Name: c_count
+Version: 7.25
 Release: 1
 License: MIT
 Group: Applications/Development
-URL: ftp://invisible-island.net/%{AppProgram}
-Source0: %{AppProgram}-%{AppVersion}.tgz
+URL: ftp://invisible-island.net/%{name}
+Source0: %{name}-%{version}.tgz
 Vendor: Thomas E. Dickey
 Packager: Thomas E. Dickey <[email protected]>
 
@@ -22,7 +20,7 @@
 
 %define debug_package %{nil}
 
-%setup -q -n %{AppProgram}-%{AppVersion}
+%setup -q -n %{name}-%{version}
 
 %build
 
@@ -39,19 +37,22 @@
 
 make install                    DESTDIR=$RPM_BUILD_ROOT
 
-strip $RPM_BUILD_ROOT%{_bindir}/%{AppProgram}
+strip $RPM_BUILD_ROOT%{_bindir}/%{name}
 
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%{_bindir}/%{AppProgram}
-%{_mandir}/man1/%{AppProgram}.*
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.*
 
 %changelog
 # each patch should add its ChangeLog entries here
 
+* Wed Oct 01 2025 Thomas E. Dickey
+- testing c_count 7.25-1
+
 * Fri May 11 2018 Thomas Dickey
 - suppress 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.24/package/debian/changelog 
new/c_count-7.25/package/debian/changelog
--- old/c_count-7.24/package/debian/changelog   2025-02-02 23:00:47.000000000 
+0100
+++ new/c_count-7.25/package/debian/changelog   2025-10-02 01:31:32.000000000 
+0200
@@ -1,3 +1,9 @@
+ccount (7.25) unstable; urgency=low
+
+  * maintenance updates
+
+ -- Thomas E. Dickey <[email protected]>  Wed, 01 Oct 2025 19:31:32 
-0400
+
 ccount (7.24) 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.24/package/debian/copyright 
new/c_count-7.25/package/debian/copyright
--- old/c_count-7.24/package/debian/copyright   2025-02-02 23:02:36.000000000 
+0100
+++ new/c_count-7.25/package/debian/copyright   2025-10-02 01:44:18.000000000 
+0200
@@ -1,63 +1,55 @@
-Upstream source https://invisible-island.net/c_count/c_count.html
-
--------------------------------------------------------------------------------
-Copyright 1985-2024,2025 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
-that the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation, and that the name of the above listed copyright holder(s)
-not be used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
-
-THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
-TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE
-FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
-IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
--------------------------------------------------------------------------------
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: c_count
+Upstream-Contact: Thomas Dickey <[email protected]>
+Source: https://invisible-island.net/c_count/
+
+Files: *
+Copyright: 1985-2024,2025 by Thomas E. Dickey
+License:
+    Permission to use, copy, modify, and distribute this software and its
+    documentation for any purpose and without fee is hereby granted, provided
+    that the above copyright notice appear in all copies and that both that
+    copyright notice and this permission notice appear in supporting
+    documentation, and that the name of the above listed copyright holder(s)
+    not be used in advertising or publicity pertaining to distribution of the
+    software without specific, written prior permission.
+    .
+    THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
+    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+    FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE
+    FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+    IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 Files: install-sh
 Copyright:  1994 X Consortium
-Licence: other-BSD
+License: X11
     Permission is hereby granted, free of charge, to any person obtaining a 
copy
     of this software and associated documentation files (the "Software"), to
     deal in the Software without restriction, including without limitation the
     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
     sell copies of the Software, and to permit persons to whom the Software is
     furnished to do so, subject to the following conditions:
-
+    .
     The above copyright notice and this permission notice shall be included in
     all copies or substantial portions of the Software.
-
+    .
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
THE
     X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
IN
     AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
CONNEC-
     TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
+    .
     Except as contained in this notice, the name of the X Consortium shall not
     be used in advertising or otherwise to promote the sale, use or other deal-
     ings in this Software without prior written authorization from the X 
Consor-
     tium.
 
-    FSF changes to this file are in the public domain.
-
-    Calling this script install-sh is preferred over install.sh, to prevent
-    `make' implicit rules from creating a file called install from it
-    when there is no Makefile.
-
-    This script is compatible with the BSD install script, but was written
-    from scratch.  It can only install one file at a time, a restriction
-    shared with many OS's install programs.
-
 Files: debian/*
 Copyright:  2010-2024,2025 Thomas E. Dickey
-Licence: other-BSD
+License: X11
     Permission to use, copy, modify, and distribute this software and its
     documentation for any purpose and without fee is hereby granted,
     provided that the above copyright notice appear in all copies and that
@@ -66,7 +58,7 @@
     copyright holder(s) not be used in advertising or publicity pertaining
     to distribution of the software without specific, written prior
     permission.
-
+    .
     THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
     TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
     AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
@@ -75,5 +67,8 @@
     ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
     OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-On Debian systems, the complete text of the GNU General
-Public License can be found in '/usr/share/common-licenses/GPL-2'
+Files: config.guess config.sub
+Copyright: 1992-2024 Free Software Foundation, Inc.
+License: GPL-3
+    On Debian systems, the complete text of the GNU General
+    Public License can be found in '/usr/share/common-licenses/GPL-3'
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.24/patchlev.h new/c_count-7.25/patchlev.h
--- old/c_count-7.24/patchlev.h 2025-02-02 23:00:47.000000000 +0100
+++ new/c_count-7.25/patchlev.h 2025-10-02 01:31:32.000000000 +0200
@@ -1,2 +1,2 @@
 #define RELEASE 7
-#define PATCHLEVEL 24
+#define PATCHLEVEL 25

Reply via email to