Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ldap-sdk for openSUSE:Factory checked in at 2022-03-04 00:18:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ldap-sdk (Old) and /work/SRC/openSUSE:Factory/.ldap-sdk.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ldap-sdk" Fri Mar 4 00:18:21 2022 rev:2 rq:959280 version:4.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ldap-sdk/ldap-sdk.changes 2020-04-22 20:46:24.362618577 +0200 +++ /work/SRC/openSUSE:Factory/.ldap-sdk.new.1958/ldap-sdk.changes 2022-03-04 00:19:15.152305616 +0100 @@ -1,0 +2,5 @@ +Tue Mar 1 08:12:00 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Fix build when building against mozilla-jss >= 5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ldap-sdk.spec ++++++ --- /var/tmp/diff_new_pack.NS4z4Q/_old 2022-03-04 00:19:15.648305721 +0100 +++ /var/tmp/diff_new_pack.NS4z4Q/_new 2022-03-04 00:19:15.656305723 +0100 @@ -1,7 +1,7 @@ # # spec file for package ldap-sdk # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2020 Stasiek Michalski <stas...@michalski.cc>. # # All modifications and additions to the file contributed by third parties @@ -25,7 +25,7 @@ Version: 4.21.0 Release: 0 Summary: LDAP SDK -License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.0-or-later +License: GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.0-or-later URL: https://www.dogtagpki.org/ Source: https://github.com/dogtagpki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: ant @@ -58,7 +58,12 @@ %pom_xpath_set pom:project/pom:version %{version} %{jarname}.pom %build +%if %{?pkg_vcmp:%pkg_vcmp mozilla-jss >= 5}%{!?pkg_vcmp:0} +build-jar-repository -s -p java-sdk/ldapjdk/lib jss +ln -sf jss.jar java-sdk/ldapjdk/lib/jss4.jar +%else build-jar-repository -s -p java-sdk/ldapjdk/lib jss4 +%endif %{ant} -f java-sdk/build.xml dist %install