Hello community,

here is the log from the commit of package mawk for openSUSE:Factory checked in 
at 2015-11-24 22:33:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-04-05 
02:04:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mawk.new/mawk.changes   2015-11-24 
22:33:45.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Nov  9 23:13:17 UTC 2015 - [email protected]
+
+- Update to version 1.3.4-20150503
+  * add --with-man2html configure option
+  * improve description of -W options and how they can be combined into
+    a comma-separated list (adapted from Leif LeBaron).
+  * modify parsing for -Wexec to permit its value to be separated by '='
+    in addition to a space, for consistency with the other -W options.
+  * cosmetic changes to configure script macros, from work on xterm.
+  * update config.guess and config.sub
+For previous changes, please read the CHANGES file
+- Remove patches; fixed on upstream release
+  * mawk-1.3.4-fix-make-check-path-handling.patch
+  * mawk-1.3.4-fix-regex-matching.patch
+    
+-------------------------------------------------------------------

Old:
----
  mawk-1.3.4-fix-make-check-path-handling.patch
  mawk-1.3.4-fix-regex-matching.patch
  mawk-1.3.4.tgz
  mawk-1.3.4.tgz.asc

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

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

Other differences:
------------------
++++++ mawk.spec ++++++
--- /var/tmp/diff_new_pack.G4aEP8/_old  2015-11-24 22:33:46.000000000 +0100
+++ /var/tmp/diff_new_pack.G4aEP8/_new  2015-11-24 22:33:46.000000000 +0100
@@ -17,20 +17,18 @@
 #
 
 
+%define _upver 1.3.4
+%define _datever 20150503
 Name:           mawk
-Version:        1.3.4
+Version:        %{_upver}.%{_datever}
 Release:        0
 Summary:        Implementation of New/POSIX AWK
 License:        GPL-2.0
 Group:          Productivity/Text/Utilities
 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
+Source0:        ftp://invisible-island.net/mawk/mawk-%{_upver}-%{_datever}.tgz
+Source1:        
ftp://invisible-island.net/mawk/mawk-%{_upver}-%{_datever}.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
 BuildRequires:  update-alternatives
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
@@ -44,9 +42,7 @@
 provides a small number of extensions.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%setup -q -n mawk-%{_upver}-%{_datever}
 chmod 755 examples/*
 
 %build



Reply via email to