Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lasso for openSUSE:Factory checked in at 2021-09-15 22:51:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lasso (Old) and /work/SRC/openSUSE:Factory/.lasso.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lasso" Wed Sep 15 22:51:32 2021 rev:4 rq:919159 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lasso/lasso.changes 2021-06-21 20:36:14.370666099 +0200 +++ /work/SRC/openSUSE:Factory/.lasso.new.1899/lasso.changes 2021-09-15 22:51:52.166941590 +0200 @@ -1,0 +2,7 @@ +Wed Sep 15 11:55:17 UTC 2021 - Marcus Meissner <[email protected]> + +- the required of xmlsec1 (which only has the commandline binariy) + in the library package seems unnecessary. +- some pkgconfig buildrequires conversion + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lasso.spec ++++++ --- /var/tmp/diff_new_pack.Zvmrwy/_old 2021-09-15 22:51:52.698942226 +0200 +++ /var/tmp/diff_new_pack.Zvmrwy/_new 2021-09-15 22:51:52.702942231 +0200 @@ -39,23 +39,23 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: check-devel -BuildRequires: glib2-devel BuildRequires: gtk-doc BuildRequires: libtool BuildRequires: libtool-ltdl-devel -BuildRequires: libxml2-devel -BuildRequires: openssl-devel +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(openssl) # The Lasso build system requires python, especially the binding generators BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-lxml BuildRequires: python3-six BuildRequires: swig -BuildRequires: xmlsec1-devel >= 1.2.25 -BuildRequires: xmlsec1-openssl-devel >= 1.2.25 -BuildRequires: zlib-devel +BuildRequires: pkgconfig(xmlsec1) >= 1.2.25 +BuildRequires: pkgconfig(xmlsec1-openssl) >= 1.2.25 +BuildRequires: pkgconfig(zlib) %if %{with_wsf} -BuildRequires: cyrus-sasl-devel +BuildRequires: pkgconfig(cyrus-sasl) %endif %description @@ -67,7 +67,6 @@ %package -n %{libname} Summary: Lasso runtime libraries Group: System/Libraries -Requires: xmlsec1 >= 1.2.25-4 %description -n %{libname} This package contains the runtime libraries for lasso (Liberty Alliance Single Sign On).
