Hello community,

here is the log from the commit of package scanmem for openSUSE:Factory checked 
in at 2019-10-22 15:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scanmem (Old)
 and      /work/SRC/openSUSE:Factory/.scanmem.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scanmem"

Tue Oct 22 15:45:49 2019 rev:3 rq:741672 version:0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/scanmem/scanmem.changes  2018-01-10 
23:37:47.576633850 +0100
+++ /work/SRC/openSUSE:Factory/.scanmem.new.2352/scanmem.changes        
2019-10-22 15:45:52.405745968 +0200
@@ -1,0 +2,7 @@
+Mon Oct 21 06:26:50 UTC 2019 - Sebastian Parschauer <s.parscha...@gmx.de> - 
0.17-1
+
+- Update the spec file by running spec-cleaner
+- Update patches to final upstream description
+  * update: fix-build-with-older-autotools.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scanmem.spec ++++++
--- /var/tmp/diff_new_pack.QjALCx/_old  2019-10-22 15:45:54.317748147 +0200
+++ /var/tmp/diff_new_pack.QjALCx/_new  2019-10-22 15:45:54.325748156 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scanmem
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,8 @@
 Version:        0.17
 Release:        0
 Summary:        Interactive debugging utility
-License:        GPL-3.0
-Group:          Development/Tools/Debuggers
-Url:            https://github.com/scanmem/scanmem
+License:        GPL-3.0-only
+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
@@ -30,7 +29,6 @@
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  readline-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 scanmem is a debugging utility designed to isolate the address of an
@@ -56,11 +54,11 @@
 rm -rf %{buildroot}%{_includedir}/scanmem
 
 %files
-%defattr(-, root, root)
+%defattr(-,root,root)
 %{_bindir}/scanmem
 %dir %{_libdir}/scanmem
 %{_libdir}/scanmem/libscanmem.so.*
 %{_datadir}/doc/scanmem
-%{_mandir}/man1/scanmem.1%{ext_man}
+%{_mandir}/man1/scanmem.1%{?ext_man}
 
 %changelog

++++++ fix-build-with-older-autotools.patch ++++++
--- /var/tmp/diff_new_pack.QjALCx/_old  2019-10-22 15:45:54.397748238 +0200
+++ /var/tmp/diff_new_pack.QjALCx/_new  2019-10-22 15:45:54.397748238 +0200
@@ -1,15 +1,21 @@
-From: Sebastian Parschauer <sparscha...@suse.de>
-Date: Tue, 9 Jan 2018 08:50:37 +0100
-Subject: configure: Fix build with older autotools
+From: Andrea Stacchiotti <andreastacchio...@gmail.com>
+Date: Tue, 9 Jan 2018 18:10:40 +0100
+Subject: configure: Add `AM_PROG_CC_C_O` macro
 References: https://github.com/scanmem/scanmem/issues/289
-Patch-mainline: not yet
+Patch-mainline: v0.18
+Git-commit: 3b4bf8366c6fe2e15798ab252cfeda76fb003105
 
-The new test framework requires the configure.ac macro AM_PROG_CC_C_O
-to be set with older autotools.
+This macro checks that the C compiler supports the -c and -o
+options together, which is needed to build the testing exe.
+
+This macro is needed only for automake <1.14, but add it for
+compatibility with older environments.
 ---
- configure.ac |    1 +
+ configure.ac | 1 +
  1 file changed, 1 insertion(+)
 
+diff --git a/configure.ac b/configure.ac
+index 5b8bac337589..45dfceeeaff2 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -9,6 +9,7 @@ AC_HEADER_STDBOOL


Reply via email to