Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package a2ps for openSUSE:Factory checked in 
at 2023-09-20 13:29:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/a2ps (Old)
 and      /work/SRC/openSUSE:Factory/.a2ps.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "a2ps"

Wed Sep 20 13:29:14 2023 rev:52 rq:1112205 version:4.15.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/a2ps/a2ps.changes        2023-03-19 
00:30:18.328013581 +0100
+++ /work/SRC/openSUSE:Factory/.a2ps.new.16627/a2ps.changes     2023-09-20 
13:31:59.196657673 +0200
@@ -1,0 +2,26 @@
+Mon Sep 18 03:41:10 UTC 2023 - jun wang <junguo.w...@suse.com>
+
+- Updated to 4.15.5
+ * Noteworthy changes in release 4.15.5 (2023-06-22) [stable]
+ * Bug fixes:
+   - Fix psnup delegation. It was incorrectly changed in 4.14.90.
+   - Fix to read configured paper size correctly with libpaper 1.x.
+   - Fix fixps to use GhostScript’s ps2write device instead of defunct
+     pswrite.
+   - Fix old crash when using --stdin="".
+   - Use “grep -F” rather than obsolete fgrep.
+   - Fix broken a2ps-lpr-wrapper script, and translate to sh for
+     portability.
+ * Build:
+   - Fix a problem building PDF version of manual.
+   - Make configure stop if libpaper is not found.
+   - Enable building the manual for gnu.org.
+ * Build system:
+   - Fix tests when building with libpaper 1.x.
+   - Require gperf for bootstrapping, and use it correctly in build system.
+   - Require a new-enough version of texinfo.
+ * Documentation:
+   - Various minor documentation improvements.
+   - Minor tweaks.
+
+-------------------------------------------------------------------

Old:
----
  a2ps-4.15.tar.gz
  a2ps-4.15.tar.gz.sig

New:
----
  a2ps-4.15.5.tar.gz
  a2ps-4.15.5.tar.gz.sig

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

Other differences:
------------------
++++++ a2ps.spec ++++++
--- /var/tmp/diff_new_pack.5NZJfe/_old  2023-09-20 13:32:01.788750535 +0200
+++ /var/tmp/diff_new_pack.5NZJfe/_new  2023-09-20 13:32:01.804751109 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           a2ps
-Version:        4.15
+Version:        4.15.5
 Release:        0
 Summary:        Tool to convert ASCII/Latin Text into PostScript
 License:        GPL-3.0-or-later
@@ -68,13 +68,11 @@
 Suggests:       texlive-latex
 Provides:       a2ps-bin
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1220
 BuildRequires:  gperf
 BuildRequires:  groff
 BuildRequires:  makeinfo
 BuildRequires:  texi2html
 BuildRequires:  texinfo
-%endif
 
 %description
 a2ps converts ASCII text into PostScript. This feature is used by
@@ -106,7 +104,7 @@
 %lang_package
 
 %prep
-%setup -q -n a2ps-4.15
+%setup -q -n a2ps-4.15.5
 touch -r configure.ac .ref
 %patch2  -p1
 %patch3  -p1
@@ -208,7 +206,7 @@
    install .libs/liba2ps.so.1.0.0 %{buildroot}%{_libdir}/
    ln -s liba2ps.so.1.0.0 %{buildroot}%{_libdir}/liba2ps.so.1
    ln -s liba2ps.so.1.0.0 %{buildroot}%{_libdir}/liba2ps.so
-   install liba2ps.h %{buildroot}%{_includedir}
+   install -m 0644 liba2ps.h %{buildroot}%{_includedir}
  popd
  for sc in card fixps lp2 pdiff
  do

++++++ a2ps-4.14.diff ++++++
--- /var/tmp/diff_new_pack.5NZJfe/_old  2023-09-20 13:32:01.920755265 +0200
+++ /var/tmp/diff_new_pack.5NZJfe/_new  2023-09-20 13:32:01.924755408 +0200
@@ -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-03-10 14:28:23.305923037 +0000
++++ src/main.c 2023-09-18 05:16:52.891551389 +0000
 @@ -25,6 +25,7 @@
  #include <config.h>
  
@@ -795,15 +795,15 @@
  #include <locale.h>
  
  #include "a2ps.h"
-@@ -918,6 +919,7 @@ int
+@@ -917,6 +918,7 @@
  main (int argc, char *argv[])
  {
    int argn;
 +  char *locale;
  
-   /* Architecture specific initialization. */
- #ifdef __EMX__
-@@ -933,7 +935,15 @@ main (int argc, char *argv[])
+   /* Name under which this program was called. */
+   program_name = base_name (argv[0]);
+@@ -926,7 +928,15 @@
    setlocale (LC_TIME, "");
    setlocale (LC_MESSAGES, "");
    setlocale (LC_CTYPE, "");

++++++ a2ps-4.15.tar.gz -> a2ps-4.15.5.tar.gz ++++++
++++ 49178 lines of diff (skipped)

Reply via email to