Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lout for openSUSE:Factory checked in at 2022-11-23 09:48:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lout (Old) and /work/SRC/openSUSE:Factory/.lout.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lout" Wed Nov 23 09:48:14 2022 rev:7 rq:1037412 version:3.42.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lout/lout.changes 2022-03-22 20:21:02.636923724 +0100 +++ /work/SRC/openSUSE:Factory/.lout.new.1597/lout.changes 2022-11-23 09:48:35.955195739 +0100 @@ -1,0 +2,7 @@ +Tue Nov 22 20:29:21 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 3.42.2: + * blf : fix typo in @paintbox PDF backend + * include/lengths: Remove undefined __loutd reference. + +------------------------------------------------------------------- Old: ---- lout-3.42.1.tar.gz New: ---- lout-3.42.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lout.spec ++++++ --- /var/tmp/diff_new_pack.btCIco/_old 2022-11-23 09:48:36.391198013 +0100 +++ /var/tmp/diff_new_pack.btCIco/_new 2022-11-23 09:48:36.395198034 +0100 @@ -17,12 +17,12 @@ Name: lout -Version: 3.42.1 +Version: 3.42.2 Release: 0 Summary: A document formatting system License: GPL-2.0-or-later Group: Productivity/Publishing/PS -URL: http://savannah.nongnu.org/projects/lout/ +URL: https://savannah.nongnu.org/projects/lout/ Source0: https://github.com/william8000/lout/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: ghostscript ++++++ lout-3.42.1.tar.gz -> lout-3.42.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lout-3.42.1/.gitignore new/lout-3.42.2/.gitignore --- old/lout-3.42.1/.gitignore 2021-12-21 19:09:56.000000000 +0100 +++ new/lout-3.42.2/.gitignore 2022-11-01 22:15:55.000000000 +0100 @@ -1,6 +1,7 @@ lout prg2lout *.ld +*.ldx *.li *.ps *.pdf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lout-3.42.1/include/lengths new/lout-3.42.2/include/lengths --- old/lout-3.42.1/include/lengths 2021-12-21 19:09:56.000000000 +0100 +++ new/lout-3.42.2/include/lengths 2022-11-01 22:15:55.000000000 +0100 @@ -160,7 +160,7 @@ def d left x { @BackEnd @Case { PostScript @Yield { x" dg" } - PDF @Yield { "__mul(__loutd, "x")" } + PDF @Yield { x } PlainText @Yield "" } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lout-3.42.1/include/tblf new/lout-3.42.2/include/tblf --- old/lout-3.42.1/include/tblf 2021-12-21 19:09:56.000000000 +0100 +++ new/lout-3.42.2/include/tblf 2022-11-01 22:15:55.000000000 +0100 @@ -1357,7 +1357,7 @@ { @BackEnd @Case { PostScript @Yield { {"LoutBox" @ColourCommand p t "fill"} @Graphic x } - PDF @Yield { { @PDFBox @PDFAddPaint col "S" } @Graphic x } + PDF @Yield { { @PDFBox @PDFAddPaint p "S" } @Graphic x } PlainText @Yield { x } } }