Hello community,

here is the log from the commit of package gawk for openSUSE:Factory checked in 
at 2015-05-10 10:43:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gawk (Old)
 and      /work/SRC/openSUSE:Factory/.gawk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gawk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gawk/gawk.changes        2014-05-03 
17:45:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gawk.new/gawk.changes   2015-05-10 
10:43:46.000000000 +0200
@@ -1,0 +2,44 @@
+Thu May  7 19:13:00 UTC 2015 - astie...@suse.com
+
+- skip frequently failing and timing dependent test strftime
+
+-------------------------------------------------------------------
+Thu May  7 07:48:15 UTC 2015 - mplus...@suse.com
+
+- Correct info files scriplet handling section
+- Update info and update-alternatives requirements
+
+-------------------------------------------------------------------
+Sun May  3 09:30:05 UTC 2015 - astie...@suse.com
+
+- GNU awk 4.1.2:
+  * manual improved
+  * The debugger's "restart" command now works again.
+  * Redirected getline is now allowed inside BEGINFILE/ENDFILE.
+  * A number of bugs have been fixed in the MPFR code.
+  * Indirect function calls now work for both built-in and extension
+    functions.
+  * Built-in functions are now included in FUNCTAB.
+  * In non-English locales, it was accidentally possible to use
+    non-english letters for identifiers
+  * The "where" command has been added to the debugger as an alias
+    for "backtrace".
+  * Gawk no longer explicitly checks the current directory after
+    doing a path search of AWKPATH.
+  * Infrastructure upgrades: Automake 1.15, Gettext 0.19.4,
+    Libtool 2.4.6, Bison 3.0.4.
+  * If a user-defined function has a parameter with the same name
+    as another user-defined function, it is no longer possible to
+    call the second function from inside the first.
+  * POSIX requires that the names of function parameters not be the
+    same as any of the special built-in variables and also not
+    conflict with the names of any functions. Gawk has checked for
+    the former since 3.1.7. With --posix, it now also checks for
+    the latter.
+  * The test suite should check for necessary locales and skip the
+    tests where it matters if support isn't what it should be.
+  * Gawk now expects to be compiled on a system with multibyte
+    character support.
+- drop gawk-4.1.1-build-baddest.patch, upstream
+
+-------------------------------------------------------------------

Old:
----
  gawk-4.1.1-build-baddest.patch
  gawk-4.1.1.tar.xz
  gawk-4.1.1.tar.xz.sig

New:
----
  gawk-4.1.2.tar.xz
  gawk-4.1.2.tar.xz.sig

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

Other differences:
------------------
++++++ gawk.spec ++++++
--- /var/tmp/diff_new_pack.VsbBcA/_old  2015-05-10 10:43:47.000000000 +0200
+++ /var/tmp/diff_new_pack.VsbBcA/_new  2015-05-10 10:43:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gawk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:           gawk
-Version:        4.1.1
+Version:        4.1.2
 Release:        0
 Summary:        GNU awk
 License:        GPL-3.0+
@@ -26,12 +26,11 @@
 Source:         http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:        
http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.keyring
-Patch1:         gawk-4.1.1-build-baddest.patch
 BuildRequires:  update-alternatives
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq:         %{install_info_prereq}
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq:         update-alternatives
+Requires(post): %{install_info_prereq}
+Requires(post): update-alternatives
+Requires(preun): %{install_info_prereq}
+Requires(preun): update-alternatives
 Provides:       awk
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -41,14 +40,16 @@
 
 %prep
 %setup -q
-%patch1 -p1
 chmod -x COPYING
+# skip strftime time
+sed -ie 's/ strftime / /g' test/Makefile.in
 
 %build
 %configure --libexecdir=%{_libdir}
 make %{?_smp_mflags}
 
 %check
+# strftime test skipped via prep section
 make check %{?_smp_mflags}
 
 %install
@@ -76,14 +77,12 @@
 %install_info --info-dir=%{_infodir} %{_infodir}/gawkinet.info.gz
 
 %preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/gawk.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/gawkinet.info.gz
 if [ $1 -eq 0 ]; then
     %{_sbindir}/update-alternatives --remove awk %{_bindir}/gawk
 fi
 
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/gawk.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/gawkinet.info.gz
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 #UsrMerge

++++++ gawk-4.1.1.tar.xz -> gawk-4.1.2.tar.xz ++++++
++++ 166638 lines of diff (skipped)



Reply via email to