Hello community, here is the log from the commit of package xml-security-c for openSUSE:Factory checked in at 2020-12-02 15:05:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xml-security-c (Old) and /work/SRC/openSUSE:Factory/.xml-security-c.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xml-security-c" Wed Dec 2 15:05:49 2020 rev:5 rq:852607 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xml-security-c/xml-security-c.changes 2018-12-04 20:54:10.212863520 +0100 +++ /work/SRC/openSUSE:Factory/.xml-security-c.new.5913/xml-security-c.changes 2020-12-02 15:05:50.533616210 +0100 @@ -1,0 +2,7 @@ +Tue Dec 1 13:42:56 UTC 2020 - Kristyna Streitova <kstreit...@suse.com> + +- Run spec-cleaner +- Temporarily disable xalan support because it fails with the recent + 1.12 version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xml-security-c.spec ++++++ --- /var/tmp/diff_new_pack.XdsiHn/_old 2020-12-02 15:05:51.205616894 +0100 +++ /var/tmp/diff_new_pack.XdsiHn/_new 2020-12-02 15:05:51.205616894 +0100 @@ -1,7 +1,7 @@ # # spec file for package xml-security-c # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,13 +23,13 @@ Summary: Apache XML security C++ library License: Apache-2.0 Group: Development/Libraries/C and C++ -URL: http://santuario.apache.org/ +URL: https://santuario.apache.org/ Source0: http://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.bz2 Source1: http://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.bz2.asc Source2: %{name}.keyring # PATCH-FIX-UPSTREAM marguer...@opensuse.org - 'bool' can't be converted to pointer in c++11 BuildRequires: gcc-c++ -BuildRequires: libxalan-c-devel +BuildRequires: libxalan-c-devel >= 1.11 BuildRequires: libxerces-c-devel >= 3.2 BuildRequires: openssl-devel BuildRequires: pkgconfig @@ -69,6 +69,7 @@ %package -n libxml-security-c-devel Summary: Development files for the Apache C++ XML security library Group: Development/Libraries/C and C++ +Requires: libxalan-c-devel >= 1.11 Requires: libxerces-c-devel Requires: libxml-security-c%{libvers} = %{version}-%{release} Requires: openssl-devel @@ -88,8 +89,9 @@ %build %configure \ - --disable-static -make %{?_smp_mflags} + --disable-static \ + --without-xalan +%make_build %install %make_install _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org