Hello community,

here is the log from the commit of package libqca2 for openSUSE:Factory checked 
in at 2016-08-31 00:00:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqca2 (Old)
 and      /work/SRC/openSUSE:Factory/.libqca2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqca2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqca2/libqca2.changes  2015-12-27 
01:57:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqca2.new/libqca2.changes     2016-08-31 
00:00:48.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 08:29:08 UTC 2016 - [email protected]
+
+- Add new plugin-gcrypt subpackage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqca2.spec ++++++
--- /var/tmp/diff_new_pack.lRXqXl/_old  2016-08-31 00:00:49.000000000 +0200
+++ /var/tmp/diff_new_pack.lRXqXl/_new  2016-08-31 00:00:49.000000000 +0200
@@ -17,6 +17,12 @@
 
 
 %bcond_with botan
+# Enable gcrypt plugin on TW
+%if 0%{?suse_version} > 1320
+%bcond_without gcrypt
+%else
+%bcond_with gcrypt
+%endif
 %bcond_without nss
 %bcond_without pkcs11
 Name:           libqca2
@@ -33,7 +39,6 @@
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  gpg2
 BuildRequires:  libdrm-devel
-BuildRequires:  libgcrypt-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -46,6 +51,9 @@
 %if %{with botan}
 BuildRequires:  pkgconfig(botan-1.10)
 %endif
+%if %{with gcrypt}
+BuildRequires:  libgcrypt-devel >= 1.7
+%endif
 %if %{with nss}
 BuildRequires:  pkgconfig(nss)
 %endif
@@ -87,6 +95,22 @@
 It can be extended by further plug-ins, for example, with qca-sasl for
 SASL support.
 
+%if %{with gcrypt}
+%package plugin-gcrypt
+Summary:        Qt Cryptographic Architecture 2
+Group:          Development/Libraries/C and C++
+Requires:       %{name} = %{version}
+
+%description plugin-gcrypt
+This package provides a generic Qt cryptographic architecture,
+including a library and a plug-in for using all supported capabilities
+of openssl, like SSL/TLS, X509, RSA, SHA1, MD5, Blowfish, 3DES, and
+AES.
+
+It can be extended by further plug-ins, for example, with qca-sasl for
+SASL support.
+%endif
+
 %if %{with botan}
 %package plugin-botan
 Summary:        Qt Cryptographic Architecture 2
@@ -146,7 +170,9 @@
     -DQCA_FEATURE_INSTALL_DIR=%{_datadir}/qt4/mkspecs/features/ \
     -DQT4_BUILD=ON \
     -DWITH_cyrus-sasl_PLUGIN=ON \
+%if %{with gcrypt}
     -DWITH_gcrypt_PLUGIN=ON \
+%endif
     -DWITH_gnupg_PLUGIN=ON \
     -DWITH_logger_PLUGIN=ON \
 %if %{with botan}
@@ -193,6 +219,12 @@
 %defattr(-,root,root)
 %{_libdir}/qt4/plugins/crypto/libqca-cyrus-sasl.so
 
+%if %{with gcrypt}
+%files plugin-gcrypt
+%defattr(-,root,root)
+%{_libdir}/qt4/plugins/crypto/libqca-gcrypt.so
+%endif
+
 %if %{with botan}
 %files plugin-botan
 %defattr(-,root,root)


Reply via email to