Hello community,
here is the log from the commit of package abi-compliance-checker for
openSUSE:Factory checked in at 2016-10-10 16:22:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abi-compliance-checker (Old)
and /work/SRC/openSUSE:Factory/.abi-compliance-checker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abi-compliance-checker"
Changes:
--------
---
/work/SRC/openSUSE:Factory/abi-compliance-checker/abi-compliance-checker.changes
2016-09-16 11:01:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.abi-compliance-checker.new/abi-compliance-checker.changes
2016-10-10 16:22:17.000000000 +0200
@@ -1,0 +2,25 @@
+Thu Oct 6 17:10:15 UTC 2016 - [email protected]
+
+- Update to 1.99.24
+- Upstream changes:
+ Improvements
+ * Support for Clang
+ * Improved a module to compare operating systems
+ * Improved support for C++ keywords in C code
+ New Options
+ * -skip-typedef-uncover: do not report a problem if type is
+ covered or uncovered by typedef (useful for broken debug info)
+ * -skip-unidentified: skip header files in 'headers' and
+ 'include_preamble' sections of the XML descriptor that cannot
+ be found
+ * -disable-constants-check: do not check for changes in
+ constants
+ * -skip-added-constants: do not detect added constants
+ * -skip-removed-constants: do not detect removed constants
+ Bug Fixes
+ * Do not show GCC version in the source compatibility report
+ * Renamed CPU Type column to Arch in the report
+ * Support for ABI dumps v3.3
+ * The -cpp-compatible option is now enabled by default
+
+-------------------------------------------------------------------
Old:
----
abi-compliance-checker-1.99.23.tar.gz
New:
----
abi-compliance-checker-1.99.24.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ abi-compliance-checker.spec ++++++
--- /var/tmp/diff_new_pack.9Zkntc/_old 2016-10-10 16:22:18.000000000 +0200
+++ /var/tmp/diff_new_pack.9Zkntc/_new 2016-10-10 16:22:18.000000000 +0200
@@ -17,13 +17,14 @@
Name: abi-compliance-checker
-Version: 1.99.23
+Version: 1.99.24
Release: 0
Summary: A Compliance Checker For library ABIs
License: GPL-2.0+ or LGPL-2.0+
Group: Development/Tools/Other
Url:
http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
-Source0:
https://github.com/lvc/abi-compliance-checker/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# https://github.com/lvc/abi-compliance-checker/archive/%%{version}.tar.gz#/
+Source0: %{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: help2man
Requires: binutils
@@ -67,7 +68,8 @@
--prefix=%{_prefix}
# Generate man page with help2man
mkdir -p %{buildroot}%{_mandir}/man1
-help2man -h "--info" -N -o %{name}.1 ./%{name}.pl
+ln -s %{name}.pl %{name}
+help2man -h "--info" -N -o %{name}.1 ./%{name}
install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1
%fdupes %{buildroot}
++++++ abi-compliance-checker-1.99.23.tar.gz ->
abi-compliance-checker-1.99.24.tar.gz ++++++
++++ 1993 lines of diff (skipped)