Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rcshist for openSUSE:Factory checked in at 2024-10-02 21:33:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rcshist (Old)
and /work/SRC/openSUSE:Factory/.rcshist.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rcshist"
Wed Oct 2 21:33:05 2024 rev:2 rq:1204941 version:t20240419
Changes:
--------
--- /work/SRC/openSUSE:Factory/rcshist/rcshist.changes 2024-02-12 18:55:37.449896478 +0100
+++ /work/SRC/openSUSE:Factory/.rcshist.new.19354/rcshist.changes 2024-10-02 21:33:32.810786549 +0200
@@ -1,0 +2,6 @@
+Wed Apr 24 14:08:01 UTC 2024 - Manfred Schwarb <manfred99(a)gmx.ch>
+
+- update to snapshot t20240419:
+ * configure updates
+
+-------------------------------------------------------------------
Old:
----
rcshist-snapshots-t20230130.tar.gz
New:
----
rcshist-snapshots-t20240419.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rcshist.spec ++++++
--- /var/tmp/diff_new_pack.6fPp5q/_old 2024-10-02 21:33:33.314807503 +0200
+++ /var/tmp/diff_new_pack.6fPp5q/_new 2024-10-02 21:33:33.314807503 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rcshist
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: rcshist
-Version: t20230130
+Version: t20240419
Release: 0
Summary: Display RCS change history
License: BSD-Source-Code
@@ -40,6 +40,8 @@
%install
%make_install
+%check
+
%files
%license COPYING
%doc CHANGES
++++++ rcshist-snapshots-t20230130.tar.gz -> rcshist-snapshots-t20240419.tar.gz ++++++
++++ 3175 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/rcshist-snapshots-t20230130/CHANGES new/rcshist-snapshots-t20240419/CHANGES
--- old/rcshist-snapshots-t20230130/CHANGES 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/CHANGES 2024-04-19 23:32:21.000000000 +0200
@@ -1,3 +1,25 @@
+2024-04-19 Thomas E. Dickey <dickey(a)invisible-island.net>
+
+ * package/debian/changelog, package/rcshist.spec: bump
+
+ * namedobjlist.c, rcshist.c, strbuf.c, rcsfile.c, misc.c: standard-C
+
+ * package/debian/copyright, COPYING: bump
+
+ * configure: regen
+
+2023-12-27 Thomas E. Dickey <dickey(a)invisible-island.net>
+
+ * config.sub: 2023-12-27
+
+2023-12-02 Thomas E. Dickey <dickey(a)invisible-island.net>
+
+ * config.guess: 2023-12-02
+
+2023-11-23 Thomas E. Dickey <dickey(a)invisible-island.net>
+
+ * aclocal.m4: resync with my-autoconf
+
2023-01-30 Thomas E. Dickey <dickey(a)invisible-island.net>
* package/debian/copyright, package/debian/changelog,
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/rcshist-snapshots-t20230130/COPYING new/rcshist-snapshots-t20240419/COPYING
--- old/rcshist-snapshots-t20230130/COPYING 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/COPYING 2024-04-19 23:32:21.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright 2015-2022,2023 Thomas E. Dickey
+Copyright 2015-2023,2024 Thomas E. Dickey
Copyright (c) 2001 Ian Dowse <iedowse(a)maths.tcd.ie>
All rights reserved.
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/rcshist-snapshots-t20230130/misc.c new/rcshist-snapshots-t20240419/misc.c
--- old/rcshist-snapshots-t20230130/misc.c 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/misc.c 2024-04-19 23:32:21.000000000 +0200
@@ -30,7 +30,7 @@
#include "misc.h"
struct textlist *
-textlist_create() {
+textlist_create(void) {
struct textlist *tlp;
tlp = malloc(sizeof(*tlp));
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/rcshist-snapshots-t20230130/namedobjlist.c new/rcshist-snapshots-t20240419/namedobjlist.c
--- old/rcshist-snapshots-t20230130/namedobjlist.c 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/namedobjlist.c 2024-04-19 23:32:21.000000000 +0200
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: namedobjlist.c,v 1.6 2015/03/01 17:04:37 tom Exp $
+ * $Id: namedobjlist.c,v 1.7 2024/04/19 20:39:31 tom Exp $
*/
#include <stdio.h>
#include <stdlib.h>
@@ -69,7 +69,7 @@
}
Namedobjlist *
-namedobjlist_create() {
+namedobjlist_create(void) {
Namedobjlist *nol = malloc(sizeof(*nol));
TAILQ_INIT(&nol->all);
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/rcshist-snapshots-t20230130/package/debian/changelog new/rcshist-snapshots-t20240419/package/debian/changelog
--- old/rcshist-snapshots-t20230130/package/debian/changelog 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/package/debian/changelog 2024-04-19 23:32:21.000000000 +0200
@@ -1,3 +1,9 @@
+rcshist (1.04+20240419) unstable; urgency=low
+
+ * maintenance updates
+
+ -- Thomas E. Dickey <dickey(a)invisible-island.net> Fri, 19 Apr 2024 16:03:58 -0400
+
rcshist (1.04+20230130) 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/rcshist-snapshots-t20230130/package/debian/copyright new/rcshist-snapshots-t20240419/package/debian/copyright
--- old/rcshist-snapshots-t20230130/package/debian/copyright 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/package/debian/copyright 2024-04-19 23:32:21.000000000 +0200
@@ -29,7 +29,7 @@
Files: aclocal.m4
Licence: other-BSD
-Copyright: 2015-2022,2023 by Thomas E. Dickey
+Copyright: 2015-2023,2024 by Thomas E. Dickey
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -86,7 +86,7 @@
shared with many OS's install programs.
Files: debian/*
-Copyright: 2015-2022,2023 Thomas E. Dickey
+Copyright: 2015-2023,2024 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/rcshist-snapshots-t20230130/package/rcshist.spec new/rcshist-snapshots-t20240419/package/rcshist.spec
--- old/rcshist-snapshots-t20230130/package/rcshist.spec 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/package/rcshist.spec 2024-04-19 23:32:21.000000000 +0200
@@ -1,8 +1,8 @@
Summary: display RCS change history
%define AppProgram rcshist
%define AppVersion 1.04
-%define AppRelease 20230130
-# $Id: rcshist.spec,v 1.7 2023/01/31 00:58:32 tom Exp $
+%define AppRelease 20240419
+# $Id: rcshist.spec,v 1.8 2024/04/19 20:51:53 tom Exp $
Name: %{AppProgram}
Version: %{AppVersion}
Release: %{AppRelease}
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/rcshist-snapshots-t20230130/rcsfile.c new/rcshist-snapshots-t20240419/rcsfile.c
--- old/rcshist-snapshots-t20230130/rcsfile.c 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/rcsfile.c 2024-04-19 23:32:21.000000000 +0200
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: rcsfile.c,v 1.19 2015/03/01 17:04:50 tom Exp $
+ * $Id: rcsfile.c,v 1.20 2024/04/19 20:37:36 tom Exp $
*/
#include <sys/stat.h>
#include <sys/types.h>
@@ -992,7 +992,7 @@
}
static struct rcspatch *
-patch_create() {
+patch_create(void) {
struct rcspatch *pp;
pp = malloc(sizeof(*pp));
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/rcshist-snapshots-t20230130/rcshist.c new/rcshist-snapshots-t20240419/rcshist.c
--- old/rcshist-snapshots-t20230130/rcshist.c 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/rcshist.c 2024-04-19 23:32:21.000000000 +0200
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: rcshist.c,v 1.13 2015/03/01 14:26:14 tom Exp $
+ * $Id: rcshist.c,v 1.14 2024/04/19 20:38:14 tom Exp $
*/
#include <sys/types.h>
#include <sys/stat.h>
@@ -49,7 +49,7 @@
int mflag;
void
-usage() {
+usage(void) {
fprintf(stderr,
"Usage: %s [-mR] [-r<branch|MAIN|ALL>] <filename> ...\n"
" %s -L<revision> <filename>\n",
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/rcshist-snapshots-t20230130/strbuf.c new/rcshist-snapshots-t20240419/strbuf.c
--- old/rcshist-snapshots-t20230130/strbuf.c 2023-01-31 09:49:46.000000000 +0100
+++ new/rcshist-snapshots-t20240419/strbuf.c 2024-04-19 23:32:21.000000000 +0200
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: strbuf.c,v 1.5 2018/03/25 22:33:42 tom Exp $
+ * $Id: strbuf.c,v 1.6 2024/04/19 20:37:54 tom Exp $
*/
#include <stdio.h>
#include <stdlib.h>
@@ -36,7 +36,7 @@
#define STRBUF_MIN 10
static void sb_pullupto(struct strbuf *sb, int len);
-struct strbuf *sb_create() {
+struct strbuf *sb_create(void) {
struct strbuf *sb = malloc(sizeof(*sb));
sb->buf = NULL;