Hello community,

here is the log from the commit of package scanmem for openSUSE:Factory checked 
in at 2018-01-10 23:37:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scanmem (Old)
 and      /work/SRC/openSUSE:Factory/.scanmem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scanmem"

Wed Jan 10 23:37:38 2018 rev:2 rq:563206 version:0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/scanmem/scanmem.changes  2017-03-28 
15:21:30.467636830 +0200
+++ /work/SRC/openSUSE:Factory/.scanmem.new/scanmem.changes     2018-01-10 
23:37:47.576633850 +0100
@@ -1,0 +2,23 @@
+Tue Jan  9 06:42:03 UTC 2018 - sparscha...@suse.de
+
+- Update to version 0.17:
+  * major performance improvement by inlining, new algorithms, and
+    data as well as code optimization
+  * complete string and bytearray search rework
+  * fixed unaligned pointer access during string search
+  * added "-c/--command" option for commands to be run first
+  * added "-e/--errexit" option to exit on initial command errors
+  * added "!" alias for "shell" command
+  * added "max_to_print" parameter to "list" command (default: 10k)
+  * full support for sets of values for "delete", "dregion", and "set"
+  * custom pager support (env $PAGER)
+  * fixed listing floats with >100 digits
+  * parse negative numbers as int64 instead of uint64
+  * better checks if input is valid
+  * autotools: don't make po/ files without GUI
+  * added a testing framework
+  * documentation fixes
+- Fix the build with older autotools
+  * add: fix-build-with-older-autotools.patch
+
+-------------------------------------------------------------------
@@ -7 +30 @@
-Thu Feb 23 14:51:08 UTC 2017 - sebastian.parscha...@suse.com
+Thu Feb 23 14:51:08 UTC 2017 - sparscha...@suse.de

Old:
----
  scanmem-0.16.tar.gz

New:
----
  fix-build-with-older-autotools.patch
  scanmem-0.17.tar.gz

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

Other differences:
------------------
++++++ scanmem.spec ++++++
--- /var/tmp/diff_new_pack.yeiFtO/_old  2018-01-10 23:37:48.096609455 +0100
+++ /var/tmp/diff_new_pack.yeiFtO/_new  2018-01-10 23:37:48.100609267 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scanmem
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,13 +17,14 @@
 
 
 Name:           scanmem
-Version:        0.16
+Version:        0.17
 Release:        0
 Summary:        Interactive debugging utility
 License:        GPL-3.0
 Group:          Development/Tools/Debuggers
 Url:            https://github.com/scanmem/scanmem
 Source0:        
https://github.com/scanmem/scanmem/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch1:         fix-build-with-older-autotools.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  intltool
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 autoreconf -fiv
@@ -51,7 +53,6 @@
 %make_install
 find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print
 find %{buildroot} -type l \( -name '*.so' \) -delete -print
-rm -rf %{buildroot}%{_datadir}/locale/*
 rm -rf %{buildroot}%{_includedir}/scanmem
 
 %files

++++++ fix-build-with-older-autotools.patch ++++++
From: Sebastian Parschauer <sparscha...@suse.de>
Date: Tue, 9 Jan 2018 08:50:37 +0100
Subject: configure: Fix build with older autotools
References: https://github.com/scanmem/scanmem/issues/289
Patch-mainline: not yet

The new test framework requires the configure.ac macro AM_PROG_CC_C_O
to be set with older autotools.
---
 configure.ac |    1 +
 1 file changed, 1 insertion(+)

--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_HEADER_STDBOOL
 LT_INIT
 
 IT_PROG_INTLTOOL
+AM_PROG_CC_C_O
 
 AC_CHECK_FUNCS(memset strcasecmp strchr strdup strerror strtoul getline)
 
++++++ scanmem-0.16.tar.gz -> scanmem-0.17.tar.gz ++++++
++++ 13438 lines of diff (skipped)


Reply via email to