Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qca for openSUSE:Factory checked in at 2021-06-24 18:22:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qca (Old) and /work/SRC/openSUSE:Factory/.qca.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qca" Thu Jun 24 18:22:01 2021 rev:3 rq:900717 version:2.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/qca/qca.changes 2021-06-16 20:36:55.575333694 +0200 +++ /work/SRC/openSUSE:Factory/.qca.new.2625/qca.changes 2021-06-24 18:22:06.884885636 +0200 @@ -1,0 +2,7 @@ +Fri Jun 18 07:52:52 UTC 2021 - Fabian Vogt <[email protected]> + +- Mention soversion in %files +- Require main plugins from the library (for now, boo#1187447) +- Recommend optional plugins from the library + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qca.spec ++++++ --- /var/tmp/diff_new_pack.pDUUUO/_old 2021-06-24 18:22:07.324886125 +0200 +++ /var/tmp/diff_new_pack.pDUUUO/_new 2021-06-24 18:22:07.328886129 +0200 @@ -73,7 +73,6 @@ BuildRequires: pkgconfig(nss) BuildRequires: pkgconfig(openssl) >= 1.1.1 Requires: gpg2 >= 2.0.0 -Recommends: %{name}-plugins %if 0%{?qt5} # The plugins used to be in the same package as the library Obsoletes: libqca-qt5 <= 2.3.2 @@ -94,7 +93,8 @@ Provides: libqca-qt5 = %{version} Obsoletes: libqca-qt5 < %{version} %endif -Recommends: %{name} = %{version} +Requires: %{name} >= %{version} +Recommends: %{name}-plugins %description -n libqca-%{flavor}-%{_soversion} The Qt cryptographic library. @@ -182,7 +182,8 @@ %files -n libqca-%{flavor}-%{_soversion} %license COPYING %doc README -%{_libdir}/libqca-%{flavor}.so.* +%{_libdir}/libqca-%{flavor}.so.%{_soversion} +%{_libdir}/libqca-%{flavor}.so.%{version} %files devel %{_bindir}/mozcerts-%{flavor}
