Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package a2ps for openSUSE:Factory checked in at 2024-05-21 18:36:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/a2ps (Old) and /work/SRC/openSUSE:Factory/.a2ps.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "a2ps" Tue May 21 18:36:48 2024 rev:54 rq:1175467 version:4.15.6 Changes: -------- --- /work/SRC/openSUSE:Factory/a2ps/a2ps.changes 2024-02-21 18:01:17.349879039 +0100 +++ /work/SRC/openSUSE:Factory/.a2ps.new.1880/a2ps.changes 2024-05-21 18:37:19.364321768 +0200 @@ -1,0 +2,14 @@ +Tue May 21 08:06:52 UTC 2024 - Dr. Werner Fink <wer...@suse.de> + +- Updated to 4.15.6 (boo#1224770) +* Noteworthy changes in release 4.15.6 (2024-03-13) [stable] + * Bug fixes: + - Fix a2ps-lpr-wrapper to work with no arguments, as a2ps requires. + - Minor fixes & improvements to sheets.map for image types and PDF. + * Build system: + - Minor fixes and improvements. +- Port patches + * a2ps-4.14.diff + * a2ps-buildcompare.patch + +------------------------------------------------------------------- Old: ---- a2ps-4.15.5.tar.gz a2ps-4.15.5.tar.gz.sig New: ---- a2ps-4.15.6.tar.gz a2ps-4.15.6.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ a2ps.spec ++++++ --- /var/tmp/diff_new_pack.7eOSNh/_old 2024-05-21 18:37:20.456361825 +0200 +++ /var/tmp/diff_new_pack.7eOSNh/_new 2024-05-21 18:37:20.460361972 +0200 @@ -17,7 +17,7 @@ Name: a2ps -Version: 4.15.5 +Version: 4.15.6 Release: 0 Summary: Tool to convert ASCII/Latin Text into PostScript License: GPL-3.0-or-later @@ -59,7 +59,7 @@ Requires: w3m Requires: wdiff Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Requires(preun):%{install_info_prereq} Suggests: ImageMagick Suggests: acroread Suggests: gv @@ -104,7 +104,7 @@ %lang_package %prep -%setup -q -n a2ps-4.15.5 +%setup -q -n a2ps-%{version} touch -r configure.ac .ref %patch -P 2 -p1 %patch -P 3 -p1 ++++++ a2ps-4.14.diff ++++++ --- /var/tmp/diff_new_pack.7eOSNh/_old 2024-05-21 18:37:20.504363586 +0200 +++ /var/tmp/diff_new_pack.7eOSNh/_new 2024-05-21 18:37:20.508363732 +0200 @@ -356,7 +356,7 @@ ac_psfont_path="$ac_psfont_path:$ac_dir"; --- configure +++ configure 2023-03-10 14:05:47.170620611 +0000 -@@ -38619,8 +38619,9 @@ printf %s "checking for PostScript fonts +@@ -38989,8 +38989,9 @@ printf %s "checking for PostScript fonts # Try to find some PostScript fonts. # Find out if ghostscript is installed ac_psfont_path= @@ -370,7 +370,7 @@ ac_psfont_path="$ac_psfont_path:$ac_dir"; --- doc/Makefile.in +++ doc/Makefile.in 2023-03-10 14:07:12.217071920 +0000 -@@ -991,7 +991,7 @@ INCLUDE_NEXT = @INCLUDE_NEXT@ +@@ -998,7 +998,7 @@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ @@ -394,7 +394,7 @@ # Other encodings --- etc/Makefile.in +++ etc/Makefile.in 2023-03-10 14:09:35.798457473 +0000 -@@ -1615,7 +1615,7 @@ uninstall-local: +@@ -1653,7 +1653,7 @@ uninstall-local: # Building the correct a2ps.cfg a2ps.cfg: a2ps_cfg Makefile @@ -503,7 +503,7 @@ #define MAN_LINES 66 /* no lines for a man */ extern char *program_name; -@@ -517,6 +519,16 @@ a2ps_handle_options (a2ps_job * job, int +@@ -515,6 +517,16 @@ a2ps_handle_options (a2ps_job * job, int break; case 'M': /* select a medium */ @@ -520,7 +520,7 @@ xstrcpy (job->medium_request, optarg); break; -@@ -619,6 +631,14 @@ a2ps_handle_options (a2ps_job * job, int +@@ -617,6 +629,14 @@ a2ps_handle_options (a2ps_job * job, int break; case 'X': /* change the encoding scheme */ @@ -786,7 +786,7 @@ C -1 ; WX 500 ; N ocircumflex ; B 27 -11 468 661 ; C -1 ; WX 444 ; N yacute ; B -24 -206 459 664 ; --- src/main.c -+++ src/main.c 2023-09-18 05:16:52.891551389 +0000 ++++ src/main.c 2023-03-10 14:28:23.305923037 +0000 @@ -25,6 +25,7 @@ #include <config.h> @@ -795,7 +795,7 @@ #include <locale.h> #include "a2ps.h" -@@ -917,6 +918,7 @@ +@@ -917,6 +918,7 @@ int main (int argc, char *argv[]) { int argn; @@ -803,7 +803,7 @@ /* Name under which this program was called. */ program_name = base_name (argv[0]); -@@ -926,7 +928,15 @@ +@@ -926,7 +927,15 @@ main (int argc, char *argv[]) setlocale (LC_TIME, ""); setlocale (LC_MESSAGES, ""); setlocale (LC_CTYPE, ""); ++++++ a2ps-4.15.5.tar.gz -> a2ps-4.15.6.tar.gz ++++++ ++++ 8518 lines of diff (skipped) ++++++ a2ps-buildcompare.patch ++++++ --- /var/tmp/diff_new_pack.7eOSNh/_old 2024-05-21 18:37:20.972380753 +0200 +++ /var/tmp/diff_new_pack.7eOSNh/_new 2024-05-21 18:37:20.976380899 +0200 @@ -7,7 +7,7 @@ =================================================================== --- a2ps-4.14.orig/doc/a2ps.texi +++ a2ps-4.14/doc/a2ps.texi -@@ -96,7 +96,7 @@ approved by the author. +@@ -87,7 +87,7 @@ approved by the author. @titlepage @title GNU a2ps, version @value{VERSION} @subtitle General Purpose PostScript Generating Utility @@ -16,7 +16,7 @@ @author Akim Demaille @author Miguel Santana -@@ -131,8 +131,7 @@ GNU @pack{} is a filter which generates +@@ -122,8 +122,7 @@ GNU @pack{} is a filter which generates with pretty-printing features, strong support for many alphabets, and customizable layout.