Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ima-inspect for openSUSE:Factory 
checked in at 2023-03-28 17:51:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ima-inspect (Old)
 and      /work/SRC/openSUSE:Factory/.ima-inspect.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ima-inspect"

Tue Mar 28 17:51:27 2023 rev:6 rq:1074947 version:0.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/ima-inspect/ima-inspect.changes  2021-01-14 
15:07:05.534939216 +0100
+++ /work/SRC/openSUSE:Factory/.ima-inspect.new.31432/ima-inspect.changes       
2023-03-28 17:51:31.079598045 +0200
@@ -1,0 +2,6 @@
+Tue Mar 28 09:35:49 UTC 2023 - Matthias Gerstner <matthias.gerst...@suse.com>
+
+- version bump to 0.15 which fixes a compilation error on newer GCC / glibc
+  versions.
+
+-------------------------------------------------------------------

Old:
----
  ima-inspect-dist-0.14.tar.gz

New:
----
  ima-inspect-dist-0.15.tar.gz

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

Other differences:
------------------
++++++ ima-inspect.spec ++++++
--- /var/tmp/diff_new_pack.8jFnvv/_old  2023-03-28 17:51:32.955607096 +0200
+++ /var/tmp/diff_new_pack.8jFnvv/_new  2023-03-28 17:51:32.959607116 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ima-inspect
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # 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:           ima-inspect
-Version:        0.14
+Version:        0.15
 Release:        0
 Summary:        Output IMA/EVM extended attributes in a human readable format
 License:        LGPL-2.1-or-later

++++++ ima-inspect-dist-0.14.tar.gz -> ima-inspect-dist-0.15.tar.gz ++++++
++++ 5517 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ima-inspect-0.14/ChangeLog new/ima-inspect-0.15/ChangeLog
--- old/ima-inspect-0.14/ChangeLog      2021-01-14 12:51:06.000000000 +0100
+++ new/ima-inspect-0.15/ChangeLog      2023-03-28 11:19:54.000000000 +0200
@@ -1,3 +1,9 @@
+2023-03-28 Matthias Gerstner <matthias.gerst...@suse.com>
+
+       version 0.15
+
+       - minor compilation bugfix for newer GCC versions.
+
 2021-01-14 Matthias Gerstner <matthias.gerst...@suse.com>
 
        version 0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ima-inspect-0.14/compile new/ima-inspect-0.15/compile
--- old/ima-inspect-0.14/compile        2020-11-23 10:32:57.000000000 +0100
+++ new/ima-inspect-0.15/compile        2023-03-19 17:18:34.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2020 Free Software Foundation, Inc.
+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
 # Written by Tom Tromey <tro...@cygnus.com>.
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ima-inspect-0.14/configure.ac new/ima-inspect-0.15/configure.ac
--- old/ima-inspect-0.14/configure.ac   2021-01-14 12:49:04.000000000 +0100
+++ new/ima-inspect-0.15/configure.ac   2023-03-28 11:19:54.000000000 +0200
@@ -1,5 +1,5 @@
 AC_INIT([ima-inspect],
-       [0.14],
+       [0.15],
        [https://github.com/mgerstner/ima-inspect/issues],
        [],
        [https://github.com/mgerstner/ima-inspect])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ima-inspect-0.14/missing new/ima-inspect-0.15/missing
--- old/ima-inspect-0.14/missing        2020-11-23 10:32:57.000000000 +0100
+++ new/ima-inspect-0.15/missing        2023-03-19 17:18:34.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1996-2020 Free Software Foundation, Inc.
+# Copyright (C) 1996-2021 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ima-inspect-0.14/src/ima_helpers.hxx 
new/ima-inspect-0.15/src/ima_helpers.hxx
--- old/ima-inspect-0.14/src/ima_helpers.hxx    2017-10-18 11:51:11.000000000 
+0200
+++ new/ima-inspect-0.15/src/ima_helpers.hxx    2023-03-28 11:19:54.000000000 
+0200
@@ -8,6 +8,9 @@
 #define IMA_HELPERS_HXX
 
 // C++
+#include <stdint.h>
+
+// C++
 #include <iosfwd>
 
 //! helper type for producing hex dumps of arbitrary binary data

Reply via email to