Hello community, here is the log from the commit of package libqca2 for openSUSE:Factory checked in at 2017-09-08 20:44:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqca2 (Old) and /work/SRC/openSUSE:Factory/.libqca2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqca2" Fri Sep 8 20:44:00 2017 rev:46 rq:520989 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libqca2/libqca2.changes 2016-08-31 00:00:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libqca2.new/libqca2.changes 2017-09-08 20:44:01.709847735 +0200 @@ -1,0 +2,6 @@ +Thu Aug 24 13:52:26 UTC 2017 - [email protected] + +- Force building against openSSL 1.0 (boo#1055310) +- Disable PKCS11 on TW to avoid openssl conflicts + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqca2.spec ++++++ --- /var/tmp/diff_new_pack.ot66Ot/_old 2017-09-08 20:44:02.445744268 +0200 +++ /var/tmp/diff_new_pack.ot66Ot/_new 2017-09-08 20:44:02.449743706 +0200 @@ -1,7 +1,7 @@ # # spec file for package libqca2 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,16 @@ %bcond_with botan -# Enable gcrypt plugin on TW %if 0%{?suse_version} > 1320 +# Enable gcrypt plugin on TW %bcond_without gcrypt +# Disable PKCS11 on TW, conflicts with older openssl +%bcond_with pkcs11 %else %bcond_with gcrypt +%bcond_without pkcs11 %endif %bcond_without nss -%bcond_without pkcs11 Name: libqca2 Version: 2.1.1 Release: 0 @@ -40,11 +42,14 @@ BuildRequires: gpg2 BuildRequires: libdrm-devel BuildRequires: libjpeg-devel +%if 0%{?suse_version} >= 1330 +BuildRequires: libopenssl-1_0_0-devel +%else +BuildRequires: openssl-devel +%endif BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(QtCore) >= 4.7 -BuildRequires: pkgconfig(libcrypto) -BuildRequires: pkgconfig(libssl) Requires: gpg2 >= 2.0.0 %requires_eq libqt4 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.ot66Ot/_old 2017-09-08 20:44:02.493737520 +0200 +++ /var/tmp/diff_new_pack.ot66Ot/_new 2017-09-08 20:44:02.493737520 +0200 @@ -8,9 +8,9 @@ # requires "libqca2 = <version>" # supplements "packageand(libqca2-plugin-botan:libqca2-<targettype>)" -libqca2-plugin-pkcs11 - requires "libqca2 = <version>" - supplements "packageand(libqca2-plugin-pkcs11:libqca2-<targettype>)" +#libqca2-plugin-pkcs11 +# requires "libqca2 = <version>" +# supplements "packageand(libqca2-plugin-pkcs11:libqca2-<targettype>)" libqca2-plugin-nss requires "libqca2 = <version>"
