From 5652dd3a85c507f9b150266fdc75cd4c0b067922 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Mar 2018 10:48:13 +0100 Subject: v1.1.2 --- compat_reports/1.1.0_to_1.1.2/compat_report.html | 474 +++++++++++++++++++++++ libtermbox.xml | 62 +++ termbox.spec | 11 +- 3 files changed, 543 insertions(+), 4 deletions(-) create mode 100644 compat_reports/1.1.0_to_1.1.2/compat_report.html create mode 100644 libtermbox.xml diff --git a/compat_reports/1.1.0_to_1.1.2/compat_report.html b/compat_reports/1.1.0_to_1.1.2/compat_report.html new file mode 100644 index 0000000..c79673b --- /dev/null +++ b/compat_reports/1.1.0_to_1.1.2/compat_report.html @@ -0,0 +1,474 @@ + + + + + + + + + +libtermbox: 1.1.0 to 1.1.2 compatibility report + + + +

API compatibility report for the libtermbox library between 1.1.0 and 1.1.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibtermbox
Version #11.1.0
Version #21.1.2
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types21 / 12
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Header Files  1 


+
+termbox.h
+
+
to the top
+

Libraries  1 


+
+libtermbox.so.1.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibtermbox
Version #11.1.0
Version #21.1.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types21 / 12
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Header Files  1 


+
+termbox.h
+
+
to the top
+

Libraries  1 


+
+libtermbox.so.1.0.0
+
+
to the top
+



+ +
+ + diff --git a/libtermbox.xml b/libtermbox.xml new file mode 100644 index 0000000..218425b --- /dev/null +++ b/libtermbox.xml @@ -0,0 +1,62 @@ + + + + + + + + + +1.1.2 + + + + +/usr/include/termbox.h + + + + +/usr/lib64/libtermbox.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/termbox.spec b/termbox.spec index 5a5465b..9fd369d 100644 --- a/termbox.spec +++ b/termbox.spec @@ -6,15 +6,15 @@ # # Please, preserve the changelog entries # -%global gh_commit aba34487481da9c7102573f8f5db1be469386a72 +%global gh_commit bbb64e9da7c5590dc7657eb1bece562089656dc1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20140912 %global gh_owner nsf %global gh_project termbox Name: termbox -Version: 1.1.0 -Release: 3%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Minimalist library for text-based user interfaces License: MIT @@ -78,13 +78,16 @@ fi %{_libdir}/lib%{name}.so.* %files devel -%doc README.rst +%doc README.md %doc src/demo/ %{_includedir}/%{name}.h %{_libdir}/lib%{name}.so %changelog +* Tue Mar 20 2018 Remi Collet - 1.1.2-1 +- update to 1.1.2 + * Mon Feb 26 2018 Remi Collet - 1.1.0-3 - F28 cleanup -- cgit