From 263b69c6ac06d7c3f312732dd868af31d0700417 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Apr 2021 17:44:53 +0200 Subject: Update to 1.4.3 --- compat_reports/1.4.2_to_1.4.3/compat_report.html | 519 +++++++++++++++++++++++ libdvdcss.spec | 5 +- libdvdcss.xml | 2 +- 3 files changed, 524 insertions(+), 2 deletions(-) create mode 100644 compat_reports/1.4.2_to_1.4.3/compat_report.html diff --git a/compat_reports/1.4.2_to_1.4.3/compat_report.html b/compat_reports/1.4.2_to_1.4.3/compat_report.html new file mode 100644 index 0000000..c0db8cb --- /dev/null +++ b/compat_reports/1.4.2_to_1.4.3/compat_report.html @@ -0,0 +1,519 @@ + + + + + + + + + +libdvdcss: 1.4.2 to 1.4.3 compatibility report + + + +

API compatibility report for the libdvdcss library between 1.4.2 and 1.4.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibdvdcss
Version #11.4.2
Version #21.4.3
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types8 / 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  2 


+
+dvdcss.h
+version.h
+
+
to the top
+

Libraries  1 


+
+libdvdcss.so.2.2.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibdvdcss
Version #11.4.2
Version #21.4.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types8 / 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
Low2
+ + +

Problems with Constants, Low Severity  2 


+version.h
+ +[+] DVDCSS_VERSION_MICRO +
+ + + +[+] DVDCSS_VERSION_STRING +
+ + +
+to the top
+

Header Files  2 


+
+dvdcss.h
+version.h
+
+
to the top
+

Libraries  1 


+
+libdvdcss.so.2.2.0
+
+
to the top
+



+ +
+ + diff --git a/libdvdcss.spec b/libdvdcss.spec index d20bc7f..fa04d6e 100644 --- a/libdvdcss.spec +++ b/libdvdcss.spec @@ -1,6 +1,6 @@ Summary: A portable abstraction library for DVD decryption Name: libdvdcss -Version: 1.4.2 +Version: 1.4.3 Release: 1%{?dist} License: GPLv2+ Source: http://www.videolan.org/pub/videolan/libdvdcss/%{version}/libdvdcss-%{version}.tar.bz2 @@ -65,6 +65,9 @@ find %{buildroot} -regex ".*\.la$" -delete %changelog +* Tue Apr 20 2021 Remi Collet - 1.4.3-1 +- Update to 1.4.3 + * Fri Mar 23 2018 Remi Collet - 1.4.2-1 - Update to 1.4.2 diff --git a/libdvdcss.xml b/libdvdcss.xml index 6fd5bb0..55adc1f 100644 --- a/libdvdcss.xml +++ b/libdvdcss.xml @@ -9,7 +9,7 @@ -1.4.2 +1.4.3 -- cgit