Hello community,

here is the log from the commit of package m4 for openSUSE:Factory checked in 
at 2017-01-19 10:34:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/m4 (Old)
 and      /work/SRC/openSUSE:Factory/.m4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "m4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/m4/m4.changes    2015-10-19 22:13:47.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.m4.new/m4.changes       2017-01-19 
10:34:56.464481229 +0100
@@ -1,0 +2,13 @@
+Thu Jan  5 14:28:13 UTC 2017 - [email protected]
+
+- Update to version 1.4.18:
+  * Diagnose --word-regexp as unsupported if it was not configured.
+  * Preliminary support for OS/2.
+  * A number of portability improvements inherited from gnulib.
+- Some packaging changes:
+  * Use https url's
+  * Get keyring from savannah
+  * Use xs compressed files
+  * Make building more verbose
+
+-------------------------------------------------------------------

Old:
----
  m4-1.4.17.tar.bz2
  m4-1.4.17.tar.bz2.sig

New:
----
  m4-1.4.18.tar.xz
  m4-1.4.18.tar.xz.sig

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

Other differences:
------------------
++++++ m4.spec ++++++
--- /var/tmp/diff_new_pack.oq2LfD/_old  2017-01-19 10:34:56.952412409 +0100
+++ /var/tmp/diff_new_pack.oq2LfD/_new  2017-01-19 10:34:56.956411845 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package m4
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,19 +17,18 @@
 
 
 Name:           m4
-Version:        1.4.17
+Version:        1.4.18
 Release:        0
 Summary:        GNU m4
 License:        GPL-3.0+
 Group:          Development/Languages/Other
-Url:            http://www.gnu.org/software/m4/
-Source0:        http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
-Source1:        http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2.sig
-Source2:        %{name}.keyring
+Url:            https://www.gnu.org/software/m4/
+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
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 Provides:       base:%{_bindir}/m4
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNU m4 is an implementation of the traditional Unix macro processor.
@@ -43,25 +42,27 @@
        gl_cv_func_isnanl_works=yes \
        gl_cv_func_printf_directive_n=yes \
        gl_cv_func_printf_infinite_long_double=yes
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %check
-make %{?_smp_mflags} check  || :
+make %{?_smp_mflags} check
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info_delete --info-dir=%{_infodir} 
%%{_infodir}/%{name}.info%{ext_info}
 
 %files
 %defattr(-,root,root)
 %doc README COPYING NEWS THANKS TODO ChangeLog
-%{_bindir}/*
-%{_infodir}/*.gz
-%{_mandir}/*/*
+%{_bindir}/m4
+%{_infodir}/m4.info-1%{ext_info}
+%{_infodir}/m4.info-2%{ext_info}
+%{_infodir}/m4.info%{ext_info}
+%{_mandir}/man1/m4.1%{ext_man}
 
 %changelog

++++++ m4.keyring ++++++
Binary files /var/tmp/diff_new_pack.oq2LfD/_old and 
/var/tmp/diff_new_pack.oq2LfD/_new differ


Reply via email to