Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnuplot for openSUSE:Factory checked in at 2023-06-20 16:40:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuplot (Old) and /work/SRC/openSUSE:Factory/.gnuplot.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuplot" Tue Jun 20 16:40:07 2023 rev:91 rq:1093737 version:5.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes 2023-05-23 14:53:18.406044132 +0200 +++ /work/SRC/openSUSE:Factory/.gnuplot.new.15902/gnuplot.changes 2023-06-20 16:40:15.704441896 +0200 @@ -1,0 +2,7 @@ +Mon Jun 19 06:55:17 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Update to gnuplot 5.4.8 + * FIX version reporting in Windows binaries + No other changes + +------------------------------------------------------------------- Old: ---- gnuplot-5.4.7.tar.gz New: ---- gnuplot-5.4.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuplot.spec ++++++ --- /var/tmp/diff_new_pack.HmcfpO/_old 2023-06-20 16:40:16.640447521 +0200 +++ /var/tmp/diff_new_pack.HmcfpO/_new 2023-06-20 16:40:16.644447545 +0200 @@ -78,7 +78,7 @@ BuildRequires: tex(textgreek.sty) %endif URL: https://www.gnuplot.info/ -Version: 5.4.7 +Version: 5.4.8 Release: 0 %global underscore 5_4 %if "%{flavor}" == "" ++++++ gnuplot-5.4.7.tar.gz -> gnuplot-5.4.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnuplot-5.4.7/NEWS new/gnuplot-5.4.8/NEWS --- old/gnuplot-5.4.7/NEWS 2023-05-17 06:38:02.000000000 +0200 +++ new/gnuplot-5.4.8/NEWS 2023-06-02 07:08:19.000000000 +0200 @@ -1,3 +1,8 @@ +Changes in 5.4.8 +================ +* FIX version reporting in Windows binaries + No other changes + Changes in 5.4.7 ================ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnuplot-5.4.7/PATCHLEVEL new/gnuplot-5.4.8/PATCHLEVEL --- old/gnuplot-5.4.7/PATCHLEVEL 2023-04-21 05:50:17.000000000 +0200 +++ new/gnuplot-5.4.8/PATCHLEVEL 2023-06-02 01:12:49.000000000 +0200 @@ -1 +1 @@ -7alpha +8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnuplot-5.4.7/RELEASE_NOTES new/gnuplot-5.4.8/RELEASE_NOTES --- old/gnuplot-5.4.7/RELEASE_NOTES 2023-05-17 06:38:30.000000000 +0200 +++ new/gnuplot-5.4.8/RELEASE_NOTES 2023-06-02 01:18:34.000000000 +0200 @@ -1,8 +1,14 @@ - Gnuplot Version 5.4.7 Release Notes + Gnuplot Version 5.4.8 Release Notes =================================== -The 5.4.7 patchlevel release contains various non-critical bug fixes. -The latex terminals have been updated to work with texlive2023. +The 5.4.8 patchlevel release contains various non-critical bug fixes +to the current stable version 5.4. +Also the latex terminals have been updated to work with texlive2023. + +Note: Version reporting in the Windows binaries for 5.4.7 was incorrect. +Rather than letting the generic source distribution get out of sync with +the binaries, the version has been bumped to 5.4.8 in both. +There are no other changes between patchlevels 7 and 8. Gnuplot development is tracked in a git repository on SourceForge. You can generate a complete history of changes using "git log" @@ -10,13 +16,20 @@ git clone -b branch-5-4-stable git://git.code.sf.net/p/gnuplot/gnuplot-main -Release Notes date: 16-May-2023 +Release Notes date: 01-Jun-2023 + +Changes in 5.4.8 +================ +* FIX version reporting in Windows binaries + No other changes + Changes in 5.4.7 ================ * FIX pseudofiles '+','++' must ignore "set datafile columnheader" Bug #2585 * FIX data from an array must ignore "set datafile columnheader" Bug #2585 +* FIX data from an array must ignore "set datafile separator" * FIX various problems with unbounded plot iteration Bug #2589 * FIX allow plot ... smooth acsplines with filledcurves Bug #2592 * FIX "plot title at {end|beginning}" belongs in KEYSAMPLE layer @@ -27,13 +40,12 @@ * FIX cairolatex/epslatex: prevent doubled text in opaque textboxes * FIX wxt: versions prior to 3.0 do not support XDG Bug #2587 * FIX wxt: fontscale and fontsize handling was inconsistent Bug #2373 -* FIX tikz epslatex cairolatex: updated to work with TeXLive2023 Bug #2613 * FIX correctly report cardinality of an empty array is zero Bug #2616 -* FIX ignore datafile separator when plotting from an array * FIX combination of pm3d options "at b" or "at t" with "depthorder" * FIX combination of 'autotitle columnhead' and 'using col("key")' Bug #2620 * FIX do not complain if XDG files are not found because no $HOME Bug #2623 * FIX windows terminal: arrow length corrected for aspect ratio Bug #2565 +* tikz epslatex cairolatex terminals updated to work with TeXLive2023 Changes in 5.4.6 ================ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnuplot-5.4.7/configure new/gnuplot-5.4.8/configure --- old/gnuplot-5.4.7/configure 2023-05-17 06:40:07.000000000 +0200 +++ new/gnuplot-5.4.8/configure 2023-06-02 05:20:07.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for gnuplot 5.4.7. +# Generated by GNU Autoconf 2.71 for gnuplot 5.4.8. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -608,8 +608,8 @@ # Identity of this package. PACKAGE_NAME='gnuplot' PACKAGE_TARNAME='gnuplot' -PACKAGE_VERSION='5.4.7' -PACKAGE_STRING='gnuplot 5.4.7' +PACKAGE_VERSION='5.4.8' +PACKAGE_STRING='gnuplot 5.4.8' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1453,7 +1453,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnuplot 5.4.7 to adapt to many kinds of systems. +\`configure' configures gnuplot 5.4.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1524,7 +1524,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnuplot 5.4.7:";; + short | recursive ) echo "Configuration of gnuplot 5.4.8:";; esac cat <<\_ACEOF @@ -1700,7 +1700,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnuplot configure 5.4.7 +gnuplot configure 5.4.8 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2331,7 +2331,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnuplot $as_me 5.4.7, which was +It was created by gnuplot $as_me 5.4.8, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3838,7 +3838,7 @@ # Define the identity of the package. PACKAGE='gnuplot' - VERSION='5.4.7' + VERSION='5.4.8' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -17428,7 +17428,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnuplot $as_me 5.4.7, which was +This file was extended by gnuplot $as_me 5.4.8, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17496,7 +17496,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -gnuplot config.status 5.4.7 +gnuplot config.status 5.4.8 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnuplot-5.4.7/configure.ac new/gnuplot-5.4.8/configure.ac --- old/gnuplot-5.4.7/configure.ac 2023-05-17 06:30:08.000000000 +0200 +++ new/gnuplot-5.4.8/configure.ac 2023-06-02 01:13:08.000000000 +0200 @@ -5,7 +5,7 @@ dnl and also in PATCHLEVEL and src/version.c dnl -AC_INIT(gnuplot, 5.4.7) +AC_INIT(gnuplot, 5.4.8) AC_CONFIG_SRCDIR(src/graphics.c) AC_PREREQ([2.69]) Binary files old/gnuplot-5.4.7/docs/gnuplot.pdf and new/gnuplot-5.4.8/docs/gnuplot.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnuplot-5.4.7/src/version.c new/gnuplot-5.4.8/src/version.c --- old/gnuplot-5.4.7/src/version.c 2023-05-17 06:30:08.000000000 +0200 +++ new/gnuplot-5.4.8/src/version.c 2023-06-02 01:14:19.000000000 +0200 @@ -36,11 +36,11 @@ const char gnuplot_version[] = "5.4"; -const char gnuplot_patchlevel[] = "7"; +const char gnuplot_patchlevel[] = "8"; #ifdef DEVELOPMENT_VERSION #include "timestamp.h" #else -const char gnuplot_date[] = "2023-05-16"; +const char gnuplot_date[] = "2023-06-01"; #endif const char gnuplot_copyright[] = "Copyright (C) 1986-1993, 1998, 2004, 2007-2023";