Hello community, here is the log from the commit of package libisds for openSUSE:Leap:15.2 checked in at 2020-02-04 17:59:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libisds (Old) and /work/SRC/openSUSE:Leap:15.2/.libisds.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libisds" Tue Feb 4 17:59:58 2020 rev:13 rq:769893 version:0.11 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libisds/libisds.changes 2020-01-15 15:21:30.870445707 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libisds.new.26092/libisds.changes 2020-02-04 18:00:18.788962766 +0100 @@ -1,0 +2,25 @@ +Thu Nov 28 12:37:33 UTC 2019 - Jiri Slaby <[email protected]> + +- Version bump to 0.11: + * mobile key authentication + * manual pages are generated + * compatibility with OpenSSL 1.1.0 +- drop %check as it does nothing (and breaks build ATM) +- Drop merged patch fix-gnutls-3.6.4.patch + +------------------------------------------------------------------- +Sun Jun 2 19:25:08 UTC 2019 - Jan Engelhardt <[email protected]> + +- Adjust SRPM group. + +------------------------------------------------------------------- +Wed May 22 18:48:46 UTC 2019 - Pedro Monreal Gonzalez <[email protected]> + +- Use the default GPGme library instead of OpenSSL [bsc#1135761] + +------------------------------------------------------------------- +Tue May 21 07:29:12 UTC 2019 - Jiri Slaby <[email protected]> + +- add fix-gnutls-3.6.4.patch (fixes build) + +------------------------------------------------------------------- Old: ---- libisds-0.10.8.tar.xz libisds-0.10.8.tar.xz.asc New: ---- libisds-0.11.tar.xz libisds-0.11.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libisds.spec ++++++ --- /var/tmp/diff_new_pack.awUXnl/_old 2020-02-04 18:00:19.332963094 +0100 +++ /var/tmp/diff_new_pack.awUXnl/_new 2020-02-04 18:00:19.336963097 +0100 @@ -1,7 +1,7 @@ # # spec file for package libisds # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,27 @@ # 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/ # %define libname %{name}5 Name: libisds -Version: 0.10.8 +Version: 0.11 Release: 0 Summary: Library for accessing the Czech Data Boxes License: LGPL-3.0-or-later -Group: System/Libraries +Group: Development/Libraries/C and C++ URL: http://xpisar.wz.cz/libisds/ Source0: http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz Source1: http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring +BuildRequires: docbook-xsl-stylesheets BuildRequires: gpg2 BuildRequires: libgcrypt-devel BuildRequires: libgpgme-devel BuildRequires: pkgconfig +BuildRequires: xsltproc BuildRequires: pkgconfig(expat) >= 2.0.0 BuildRequires: pkgconfig(gnutls) >= 2.12.0 BuildRequires: pkgconfig(libcrypto) @@ -62,26 +64,26 @@ developing applications that use %{name}. %prep -%setup -q +%autosetup -p1 %build %configure \ --disable-fatalwarnings \ --disable-static \ --enable-test \ + --with-docbook-xsl-stylesheets=/usr/share/xml/docbook/stylesheet/nwalsh/current/ \ --with-libcurl \ - --enable-openssl-backend + --disable-openssl-backend make %{?_smp_mflags} -%check -make check %{?_smp_mflags} - %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} mv doc specification rm -rf client/.deps +rm -f specification/Makefile* +rm -f specification/*.3 %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -95,6 +97,7 @@ %{_includedir}/isds.h %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc +%{_mandir}/man3/*.3.gz %doc client specification %changelog ++++++ libisds-0.10.8.tar.xz -> libisds-0.11.tar.xz ++++++ ++++ 38196 lines of diff (skipped)
