Hello community,

here is the log from the commit of package m4 for openSUSE:Factory checked in 
at 2017-10-28 14:16:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m4 (Old)
 and      /work/SRC/openSUSE:Factory/.m4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "m4"

Sat Oct 28 14:16:48 2017 rev:35 rq:535159 version:1.4.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/m4/m4.changes    2017-03-03 17:38:30.360248574 
+0100
+++ /work/SRC/openSUSE:Factory/.m4.new/m4.changes       2017-10-28 
14:16:48.874235707 +0200
@@ -1,0 +2,9 @@
+Thu Oct 19 06:26:27 UTC 2017 - [email protected]
+
+- Explicitly remove %{_infodir}/dir before creating package to
+  allow builds on RHEL and derived Linux distributions
+- Enable configure option --disable-dependency-tracking to
+  allow build on Mageia
+- Add xz as BuildRequires to unpack source on SLE 11
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ m4.spec ++++++
--- /var/tmp/diff_new_pack.Ee07h9/_old  2017-10-28 14:16:49.538211426 +0200
+++ /var/tmp/diff_new_pack.Ee07h9/_new  2017-10-28 14:16:49.542211279 +0200
@@ -26,6 +26,7 @@
 Source0:        https://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.xz
 Source1:        https://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.xz.sig
 Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=m4&download=1#/%{name}.keyring
+BuildRequires:  xz
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 Provides:       base:%{_bindir}/m4
@@ -39,6 +40,9 @@
 %build
 %configure \
   --without-included-regex \
+%if 0%{?mageia}
+       --disable-dependency-tracking \
+%endif
        gl_cv_func_isnanl_works=yes \
        gl_cv_func_printf_directive_n=yes \
        gl_cv_func_printf_infinite_long_double=yes
@@ -49,6 +53,8 @@
 
 %install
 %make_install
+# info's dir file is not auto ignored on some systems
+rm -rf %{buildroot}%{_infodir}/dir
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}




Reply via email to