Hello community, here is the log from the commit of package libisds for openSUSE:Factory checked in at 2019-11-30 10:40:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libisds (Old) and /work/SRC/openSUSE:Factory/.libisds.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libisds" Sat Nov 30 10:40:04 2019 rev:11 rq:751859 version:0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/libisds/libisds.changes 2019-06-03 18:55:19.472429874 +0200 +++ /work/SRC/openSUSE:Factory/.libisds.new.26869/libisds.changes 2019-11-30 10:41:10.756144818 +0100 @@ -1,0 +2,10 @@ +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 + +------------------------------------------------------------------- Old: ---- fix-gnutls-3.6.4.patch 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.g1x6z5/_old 2019-11-30 10:41:13.208144523 +0100 +++ /var/tmp/diff_new_pack.g1x6z5/_new 2019-11-30 10:41:13.208144523 +0100 @@ -1,7 +1,7 @@ # # spec file for package libisds # -# Copyright (c) 2019 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 @@ -18,7 +18,7 @@ %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 @@ -27,11 +27,12 @@ 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 -Patch0: fix-gnutls-3.6.4.patch +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) @@ -63,27 +64,26 @@ developing applications that use %{name}. %prep -%setup -q -%autopatch -p1 +%autosetup -p1 %build %configure \ --disable-fatalwarnings \ --disable-static \ --enable-test \ + --with-docbook-xsl-stylesheets=/usr/share/xml/docbook/stylesheet/nwalsh/current/ \ --with-libcurl \ --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 @@ -97,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)
