Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2024-05-01 14:54:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Wed May  1 14:54:48 2024 rev:262 rq:1170707 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2024-04-16 
20:02:52.294304866 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new.1880/ncurses.changes        
2024-05-01 14:54:49.986383573 +0200
@@ -1,0 +2,20 @@
+Mon Apr 29 07:42:51 UTC 2024 - Dr. Werner Fink <wer...@suse.de>
+
+- Update to ncurses 6.5 (patch 20240427)
+  + update announcement
+  + fixes/corrections for manpages (patches by Branden Robinson).
+  + fix redefinition of CASTxPTR, for legacy Unix.
+- Update to tack 1.9 (patch 20230201)
+  * configure: regen
+  * configure.in: initialize $ac_includes_default
+    s/fgrep/$FGREP/
+  * aclocal.m4: resync with my-autoconf
+
+-------------------------------------------------------------------
+Mon Apr 22 08:05:49 UTC 2024 - Dr. Werner Fink <wer...@suse.de>
+
+- Add ncurses patch 20240420
+  + improve formatting/style of manpages (patches by Branden Robinson).
+  + compiler warning/portability fixes.
+
+-------------------------------------------------------------------

Old:
----
  ncurses-6.4-patches.tar.bz2
  ncurses-6.4.tar.gz
  ncurses-6.4.tar.gz.asc
  tack-1.09-20221229.tgz
  tack-1.09-20221229.tgz.asc

New:
----
  ncurses-6.5-patches.tar.bz2
  ncurses-6.5.tar.gz
  ncurses-6.5.tar.gz.asc
  tack-1.09-20230201.tgz
  tack-1.09-20230201.tgz.asc

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.ypWqqE/_old  2024-05-01 14:54:51.850451204 +0200
+++ /var/tmp/diff_new_pack.ypWqqE/_new  2024-05-01 14:54:51.854451349 +0200
@@ -35,9 +35,9 @@
 %endif
 
 %global patchlvl %(bash %{_sourcedir}/get_version_number.sh %{_sourcedir})
-%global basevers 6.4
+%global basevers 6.5
 %global tackvers 1.09
-%global tacklvl  20221229
+%global tacklvl  20230201
 
 Name:           ncurses
 #!BuildIgnore: terminfo
@@ -76,7 +76,7 @@
 # but also build the ABI version 5 as this is part of the source
 # tar ball including the latest upstream fixes for ABI 5.
 #
-Version:        6.4.%{patchlvl}
+Version:        6.5.%{patchlvl}
 Release:        0
 Summary:        Terminal control library
 #Git:           http://ncurses.scripts.mit.edu

++++++ get_version_number.sh ++++++
--- /var/tmp/diff_new_pack.ypWqqE/_old  2024-05-01 14:54:51.962455267 +0200
+++ /var/tmp/diff_new_pack.ypWqqE/_new  2024-05-01 14:54:51.966455413 +0200
@@ -7,7 +7,7 @@
 test -e ${sourcedir}/ncurses-${version}.tar.gz || exit 1
 last=($(tar Oxf ${sourcedir}/ncurses-${version}.tar.gz 
ncurses-${version}/VERSION)) || exit 1
 test -e ${sourcedir}/ncurses-${version}-patches.tar.bz2 || echo ${last[2]}
-tar --wildcards -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 
'*/*.patch' &> /dev/null || echo ${last[2]}
+tar --wildcards -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 
'*/*.patch' &> /dev/null || { echo ${last[2]}; exit 0; }
 OFS="$IFS"
 IFS=-
 last=($(tar -tf ${sourcedir}/ncurses-${version}-patches.tar.bz2 | grep -v 
'gz.asc' | sed -r 's@\.patch$@@'| sort -t '-' -k 3,3 -n | tail -n 1))

++++++ ncurses-6.4.dif ++++++
--- /var/tmp/diff_new_pack.ypWqqE/_old  2024-05-01 14:54:51.998456574 +0200
+++ /var/tmp/diff_new_pack.ypWqqE/_new  2024-05-01 14:54:52.006456864 +0200
@@ -359,7 +359,7 @@
  ttys.5                                ttys.4
 --- man/ncurses.3x
 +++ man/ncurses.3x     2024-04-15 07:09:39.619910505 +0000
-@@ -330,6 +330,10 @@ and \fBmenu\fP(3X) libraries to ease con
+@@ -340,6 +340,10 @@ and \fBmenu\fP(3X) libraries to ease con
  with
  .IR curses .
  .SS "Initialization"

++++++ ncurses-6.4-patches.tar.bz2 -> ncurses-6.5-patches.tar.bz2 ++++++
++++ 631286 lines of diff (skipped)

++++++ ncurses-6.4.tar.gz -> ncurses-6.5.tar.gz ++++++
++++ 154044 lines of diff (skipped)


++++++ tack-1.09-20221229.tgz -> tack-1.09-20230201.tgz ++++++
++++ 8610 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/tack-1.09-20221229/CHANGES new/tack-1.09-20230201/CHANGES
--- old/tack-1.09-20221229/CHANGES      2022-12-29 15:04:45.000000000 +0100
+++ new/tack-1.09-20230201/CHANGES      2023-02-02 01:56:51.000000000 +0100
@@ -1,3 +1,14 @@
+2023-02-01  Thomas E. Dickey  <dic...@invisible-island.net>
+
+       * configure: regen
+
+       * configure.in: initialize $ac_includes_default
+       s/fgrep/$FGREP/
+
+       * aclocal.m4: resync with my-autoconf
+
+       * package/debian/changelog, package/tack.spec, tack.h: bump
+
 2022-12-29  Thomas E. Dickey  <dic...@invisible-island.net>
 
        * package/tack.spec: rpmlint fixes
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/tack-1.09-20221229/configure.in new/tack-1.09-20230201/configure.in
--- old/tack-1.09-20221229/configure.in 2021-06-19 23:50:59.000000000 +0200
+++ new/tack-1.09-20230201/configure.in 2023-02-02 01:50:59.000000000 +0100
@@ -1,5 +1,5 @@
 dnl***************************************************************************
-dnl Copyright 2017-2020,2021 Thomas E. Dickey                                *
+dnl Copyright 2017-2021,2023 Thomas E. Dickey                                *
 dnl Copyright 2007-2015,2017 Free Software Foundation, Inc.                  *
 dnl                                                                          *
 dnl Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -29,14 +29,14 @@
 dnl
 dnl Author: Thomas E. Dickey   2007-on
 dnl
-dnl $Id: configure.in,v 1.46 2021/06/19 21:50:59 tom Exp $
+dnl $Id: configure.in,v 1.47 2023/02/02 00:50:59 tom Exp $
 dnl This is a simple configuration-script for tack which makes it simpler to
 dnl build outside the ncurses tree (provided that ncurses was configured using
 dnl the --with-ticlib option).
 dnl
 dnl See http://invisible-island.net/autoconf/ for additional information.
 dnl ---------------------------------------------------------------------------
-AC_PREREQ(2.52)
+AC_PREREQ(2.52.20230114)
 AC_INIT(tack.c)
 AC_CONFIG_HEADER(ncurses_cfg.h:ncurses_tst.hin)
 
@@ -113,7 +113,9 @@
 
 CF_ENABLE_WARNINGS
 CF_GCC_ATTRIBUTES
+
 CF_XOPEN_SOURCE
+AC_CHECK_DECL(exit)
 
 ###    Checks for external-data
 CF_LINK_DATAONLY
@@ -201,7 +203,7 @@
 TEST_EOF
 done
 ],[],
-[set |fgrep _CC= |sed -e s%=%=\'% -e s%\$%\'% -e s%\'\'%\'%g -e s%=\'\$%=\'\'% 
>>$CONFIG_STATUS
+[set |${FGREP-fgrep} _CC= |sed -e s%=%=\'% -e s%\$%\'% -e s%\'\'%\'%g -e 
s%=\'\$%=\'\'% >>$CONFIG_STATUS
 cat])
 # vi:ts=4 sw=4
 CF_MAKE_DOCS(tack,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/tack-1.09-20221229/package/debian/changelog 
new/tack-1.09-20230201/package/debian/changelog
--- old/tack-1.09-20221229/package/debian/changelog     2022-12-29 
13:46:18.000000000 +0100
+++ new/tack-1.09-20230201/package/debian/changelog     2023-02-02 
01:33:41.000000000 +0100
@@ -1,3 +1,9 @@
+tack (1.09+20230201) unstable; urgency=low
+
+  * maintenance updates
+
+ -- Thomas E. Dickey <dic...@invisible-island.net>  Wed, 01 Feb 2023 19:33:41 
-0500
+
 tack (1.09+20221229) 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/tack-1.09-20221229/package/tack.spec 
new/tack-1.09-20230201/package/tack.spec
--- old/tack-1.09-20221229/package/tack.spec    2022-12-29 15:04:45.000000000 
+0100
+++ new/tack-1.09-20230201/package/tack.spec    2023-02-02 01:33:41.000000000 
+0100
@@ -1,16 +1,16 @@
 Summary:  terminfo action checker
 %global AppProgram tack
 %global AppVersion 1.09
-%global AppRelease 20221229
+%global AppPatched 20230201
 %global MySite https://invisible-island.net
-# $XTermId: tack.spec,v 1.30 2022/12/29 14:04:45 tom Exp $
+# $XTermId: tack.spec,v 1.31 2023/02/02 00:33:41 tom Exp $
 Name: %{AppProgram}
 Version: %{AppVersion}
-Release: %{AppRelease}
+Release: %{AppPatched}
 License: GPL2
 Group: Applications/Development
 URL: %{MySite}/ncurses/tack
-Source0: 
%{MySite}/archives/ncurses/current/%{AppProgram}-%{AppVersion}-%{AppRelease}.tgz
+Source0: 
%{MySite}/archives/ncurses/current/%{AppProgram}-%{AppVersion}-%{AppPatched}.tgz
 Packager: Thomas Dickey <dic...@invisible-island.net>
 
 %description
@@ -22,7 +22,7 @@
 
 %define debug_package %{nil}
 
-%setup -q -n %{AppProgram}-%{AppVersion}-%{AppRelease}
+%setup -q -n %{AppProgram}-%{AppVersion}-%{AppPatched}
 
 %build
 
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/tack-1.09-20221229/tack.h new/tack-1.09-20230201/tack.h
--- old/tack-1.09-20221229/tack.h       2022-12-29 13:46:18.000000000 +0100
+++ new/tack-1.09-20230201/tack.h       2023-02-02 01:33:41.000000000 +0100
@@ -1,5 +1,5 @@
 /*
-** Copyright 2017-2021,2022 Thomas E. Dickey
+** Copyright 2017-2022,2023 Thomas E. Dickey
 ** Copyright 1997-2015,2017 Free Software Foundation, Inc.
 **
 ** This file is part of TACK.
@@ -19,7 +19,7 @@
 ** Boston, MA 02110-1301, USA
 */
 
-/* $Id: tack.h,v 1.94 2022/12/29 12:46:18 tom Exp $ */
+/* $Id: tack.h,v 1.95 2023/02/02 00:33:41 tom Exp $ */
 
 #ifndef NCURSES_TACK_H_incl
 #define NCURSES_TACK_H_incl 1
@@ -28,7 +28,7 @@
 
 #define MAJOR_VERSION 1
 #define MINOR_VERSION 9
-#define PATCH_VERSION 20221229
+#define PATCH_VERSION 20230201
 
 #ifdef HAVE_CONFIG_H
 #include <ncurses_cfg.h>

Reply via email to