Hello community, here is the log from the commit of package libreadline5 for openSUSE:Factory checked in at 2018-02-02 22:20:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libreadline5 (Old) and /work/SRC/openSUSE:Factory/.libreadline5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreadline5" Fri Feb 2 22:20:03 2018 rev:20 rq:571621 version:5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libreadline5/libreadline5.changes 2017-05-20 14:29:59.718881178 +0200 +++ /work/SRC/openSUSE:Factory/.libreadline5.new/libreadline5.changes 2018-02-02 22:20:03.916085458 +0100 @@ -1,0 +2,11 @@ +Thu Feb 1 07:47:48 UTC 2018 - [email protected] + +- Add check for %{ext_man} macro + +------------------------------------------------------------------- +Wed Oct 18 05:57:51 UTC 2017 - [email protected] + +- Use %{ext_man} and explicitly remove %{_infodir}/dir before creating + package to allow builds on RHEL and derived Linux distributions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libreadline5.spec ++++++ --- /var/tmp/diff_new_pack.352xpE/_old 2018-02-02 22:20:04.612052967 +0100 +++ /var/tmp/diff_new_pack.352xpE/_new 2018-02-02 22:20:04.616052780 +0100 @@ -1,7 +1,7 @@ # # spec file for package libreadline5 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,6 +40,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir /etc %global _incdir %{_includedir} +%if !%{defined ext_man} +%global ext_man .gz +%endif %description The readline library is used by the Bourne Again Shell (bash, the @@ -138,6 +141,7 @@ rm -fv %{buildroot}%{_libdir}/libreadline.so.* rm -fv %{buildroot}%{_mandir}/man3/history.3* rm -fv %{buildroot}%{_infodir}/*.info* + rm -rfv %{buildroot}%{_infodir}/dir # # Make sure not to be broken @@ -171,6 +175,6 @@ %{_libdir}/readline5/libhistory.so %{_libdir}/readline5/libreadline.a %{_libdir}/readline5/libreadline.so -%doc %{_mandir}/man3/readline5.3.gz +%doc %{_mandir}/man3/readline5.3%{ext_man} %changelog
