Hello community,

here is the log from the commit of package mawk for openSUSE:Factory checked in 
at 2015-04-05 02:04:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mawk (Old)
 and      /work/SRC/openSUSE:Factory/.mawk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mawk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mawk/mawk.changes        2014-02-19 
14:10:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mawk.new/mawk.changes   2015-04-05 
02:04:35.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Apr  4 16:06:58 UTC 2015 - [email protected]
+
+- Add gpg signature
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  mawk-1.3.4.tgz.asc
  mawk.keyring

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

Other differences:
------------------
++++++ mawk.spec ++++++
--- /var/tmp/diff_new_pack.J7cJ7P/_old  2015-04-05 02:04:36.000000000 +0200
+++ /var/tmp/diff_new_pack.J7cJ7P/_new  2015-04-05 02:04:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mawk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,20 +18,22 @@
 
 
 Name:           mawk
+Version:        1.3.4
+Release:        0
 Summary:        Implementation of New/POSIX AWK
 License:        GPL-2.0
 Group:          Productivity/Text/Utilities
-Version:        1.3.4
-Release:        0
-BuildRequires:  update-alternatives
-Requires(post): update-alternatives
-Requires(preun):    update-alternatives
-Source:         ftp://invisible-island.net/mawk/mawk-%{version}.tgz
+Url:            http://invisible-island.net/mawk/mawk.html
+Source0:        ftp://invisible-island.net/mawk/mawk-%{version}.tgz
+Source1:        ftp://invisible-island.net/mawk/mawk-%{version}.tgz.asc
+Source2:        %{name}.keyring
 # PATCH-FIX-UPSTREAM mawk-1.3.4-fix-make-check-path-handling.patch 
[email protected] -- Modifies makefile and mawktest to use relative paths
 Patch0:         mawk-1.3.4-fix-make-check-path-handling.patch
 # PATCH-FIX-UPSTREAM mawk-1.3.4-fix-regex-matching.patch bnc#740484 
[email protected] -- Adds limit-check after processing match(test, 
"[^0-9A-Za-z]") to ensure the internal trailing null of the test-string is not 
mistaken for part of the string
 Patch1:         mawk-1.3.4-fix-regex-matching.patch
-Url:            http://invisible-island.net/mawk/mawk.html
+BuildRequires:  update-alternatives
+Requires(post): update-alternatives
+Requires(preun): update-alternatives
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,7 +69,7 @@
 ln -s %{_sysconfdir}/alternatives/awk.1%{?ext_man} 
%{buildroot}%{_mandir}/man1/awk.1%{?ext_man}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %post
 %{_sbindir}/update-alternatives \


Reply via email to