commit libisds for openSUSE:Factory

2020-06-06 Thread root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2020-06-06 23:40:10

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new.3606 (New)


Package is "libisds"

Sat Jun  6 23:40:10 2020 rev:12 rq:812020 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2019-11-30 
10:41:10.756144818 +0100
+++ /work/SRC/openSUSE:Factory/.libisds.new.3606/libisds.changes
2020-06-06 23:40:29.205119662 +0200
@@ -1,0 +2,5 @@
+Fri Jun  5 05:17:39 UTC 2020 - Jiri Slaby 
+
+- add tests-Fix-building-with-GCC-10.patch
+
+---

New:

  tests-Fix-building-with-GCC-10.patch



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.NfaPj3/_old  2020-06-06 23:40:29.941121972 +0200
+++ /var/tmp/diff_new_pack.NfaPj3/_new  2020-06-06 23:40:29.945121984 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -27,6 +27,7 @@
 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: tests-Fix-building-with-GCC-10.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gpg2
 BuildRequires:  libgcrypt-devel



++ tests-Fix-building-with-GCC-10.patch ++
From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 22 Jan 2020 19:13:50 +0100
Subject: [PATCH 1/1] tests: Fix building with GCC 10
Git-commit: ce92ec266c90b7a8cb0264b997dab27c10f9
Patch-mainline: yes

GCC 10 defaults to -fno-common resulting into errors about a multiple
definitions of variables that where defined instead of declared by
a mistake in a header file that is included into more compilations
units.
---
 test/test.c | 3 +++
 test/test.h | 9 +
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/test/test.c b/test/test.c
index 00e2ddb..6abd774 100644
--- a/test/test.c
+++ b/test/test.c
@@ -17,8 +17,11 @@
 #include 
 
 /* Global variables for each test unit */
+char *unit_name = NULL;
 char *reason = NULL;
+unsigned int passed, failed, skipped;
 void (*test_destructor_function)(void *) = NULL;
+void *test_destructor_argument = NULL;
 
 /* Print formated string into automtically reallocated @uffer.
  * @buffer automatically reallocated buffer. Must be  or preallocated
diff --git a/test/test.h b/test/test.h
index 63f22f9..1559a9d 100644
--- a/test/test.h
+++ b/test/test.h
@@ -14,10 +14,11 @@
 
 #include "test-tools.h"
 
-char *unit_name, *reason;
-unsigned int passed, failed, skipped;
-void (*test_destructor_function)(void *);
-void *test_destructor_argument;
+extern char *unit_name;
+extern char *reason;
+extern unsigned int passed, failed, skipped;
+extern void (*test_destructor_function)(void *);
+extern void *test_destructor_argument;
 
 #define INIT_TEST(name) { \
 setlocale(LC_ALL, "C"); \
-- 
2.11.4.GIT




commit libisds for openSUSE:Factory

2019-11-30 Thread root
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 
+
+- 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)





commit libisds for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2019-06-03 18:54:55

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new.5148 (New)


Package is "libisds"

Mon Jun  3 18:54:55 2019 rev:10 rq:707045 version:0.10.8

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2019-05-24 
11:32:14.797392890 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new.5148/libisds.changes
2019-06-03 18:55:19.472429874 +0200
@@ -1,0 +2,5 @@
+Sun Jun  2 19:25:08 UTC 2019 - Jan Engelhardt 
+
+- Adjust SRPM group.
+
+---



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.Mulzvb/_old  2019-06-03 18:55:20.104429639 +0200
+++ /var/tmp/diff_new_pack.Mulzvb/_new  2019-06-03 18:55:20.108429638 +0200
@@ -22,7 +22,7 @@
 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






commit libisds for openSUSE:Factory

2019-05-24 Thread root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2019-05-24 11:32:12

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new.5148 (New)


Package is "libisds"

Fri May 24 11:32:12 2019 rev:9 rq:704966 version:0.10.8

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2018-08-27 
13:47:59.860435842 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new.5148/libisds.changes
2019-05-24 11:32:14.797392890 +0200
@@ -1,0 +2,10 @@
+Wed May 22 18:48:46 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Use the default GPGme library instead of OpenSSL [bsc#1135761]
+
+---
+Tue May 21 07:29:12 UTC 2019 - Jiri Slaby 
+
+- add fix-gnutls-3.6.4.patch (fixes build)
+
+---

New:

  fix-gnutls-3.6.4.patch



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.EZOeeC/_old  2019-05-24 11:32:15.281392704 +0200
+++ /var/tmp/diff_new_pack.EZOeeC/_new  2019-05-24 11:32:15.285392703 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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/
 #
 
 
@@ -27,6 +27,7 @@
 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:  gpg2
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpgme-devel
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %configure \
@@ -70,7 +72,7 @@
   --disable-static \
   --enable-test \
   --with-libcurl \
-  --enable-openssl-backend
+  --disable-openssl-backend
 make %{?_smp_mflags}
 
 %check

++ fix-gnutls-3.6.4.patch ++
From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 24 Apr 2019 04:32:09 +0200
Subject: [PATCH] Test: Accept IE_NETWORK error when client does not provide a
 correct certificate
Git-commit: 5cc5b83788e229582bd048a630b3151a140f9437
Patch-mainline: yes

After upgrading GnuTLS to 3.6.4,
test/simline/certificate_user_password_authentication tests that exhibit
a missing client's certificate and a bad client's certificate started to
fail. That's because cURL returns a network error instead of a TLS error in
that case when TLSv1.3 is used.

This patch work arounds this cURL deficiency.

See a similar GnuTLS bug report
.
---
 test/simline/certificate_user_password_authentication.c | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/simline/certificate_user_password_authentication.c 
b/test/simline/certificate_user_password_authentication.c
index c0192ab..7789d7c 100644
--- a/test/simline/certificate_user_password_authentication.c
+++ b/test/simline/certificate_user_password_authentication.c
@@ -35,7 +35,11 @@ static int test_login(const isds_error error, struct 
isds_ctx *context,
 isds_error err;
 
 err = isds_login(context, url, username, password, pki_credentials, otp);
-if (error != err)
+/* If TLSv1.3 is used, cURL reports a network error instead of a security
+ * error if server refuses client's certificate (since GnuTLS 3.6.4).
+ * Maybe a . As a workaround,
+ * accept IE_NETWORK if IE_SECURITY was expected. */
+if (error != err && (IE_SECURITY != error || IE_NETWORK != err))
 FAIL_TEST("Wrong return code: expected=%s, returned=%s (%s)",
 isds_strerror(error), isds_strerror(err),
 isds_long_message(context));
-- 
2.10.5.GIT






commit libisds for openSUSE:Factory

2018-08-27 Thread root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2018-08-27 13:47:59

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new (New)


Package is "libisds"

Mon Aug 27 13:47:59 2018 rev:8 rq:628856 version:0.10.8

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2017-07-21 
22:49:18.229535961 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2018-08-27 
13:47:59.860435842 +0200
@@ -1,0 +2,7 @@
+Mon Aug 13 07:09:37 UTC 2018 - tchva...@suse.com
+
+- Version bump to 0.10.8:
+  * Various memory leaks fixed
+  * Recognise EV8
+
+---

Old:

  libisds-0.10.7.tar.xz
  libisds-0.10.7.tar.xz.asc

New:

  libisds-0.10.8.tar.xz
  libisds-0.10.8.tar.xz.asc



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.FnC9ia/_old  2018-08-27 13:48:00.464436703 +0200
+++ /var/tmp/diff_new_pack.FnC9ia/_new  2018-08-27 13:48:00.468436709 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,26 +18,25 @@
 
 %define libname %{name}5
 Name:   libisds
-Version:0.10.7
+Version:0.10.8
 Release:0
 Summary:Library for accessing the Czech Data Boxes
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
-Url:http://xpisar.wz.cz/libisds/
+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:  gpg2
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpgme-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(expat) >= 2.0.0
 BuildRequires:  pkgconfig(gnutls) >= 2.12.0
 BuildRequires:  pkgconfig(libcrypto)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:   gpg2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is a library for accessing ISDS (Informační systém datových schránek /
@@ -78,7 +77,7 @@
 make check %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 mv doc specification
@@ -88,12 +87,11 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname} -f %{name}.lang
-%defattr(-,root,root)
-%doc README AUTHORS NEWS TODO COPYING
+%license COPYING
+%doc README AUTHORS NEWS TODO
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/isds.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc

++ libisds-0.10.7.tar.xz -> libisds-0.10.8.tar.xz ++
 4709 lines of diff (skipped)





commit libisds for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2017-07-21 22:49:14

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new (New)


Package is "libisds"

Fri Jul 21 22:49:14 2017 rev:7 rq:511405 version:0.10.7

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2017-06-09 
15:56:39.502012356 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2017-07-21 
22:49:18.229535961 +0200
@@ -1,0 +2,11 @@
+Wed Jul 19 11:45:05 UTC 2017 - jsl...@suse.com
+
+- Version bump to 0.10.7:
+  * l10n: Update translation catalogues
+  * doc: Annotate documentation for new box types
+  * Added OVM_FO, OVM_PFO and OVM_PO box types.
+  * Add missing user and sender types to example client...
+  * Added PFO_AUDITOR box type.
+  * Added RECEIVER and GUARDIAN user types.
+
+---

Old:

  libisds-0.10.6.tar.xz
  libisds-0.10.6.tar.xz.asc

New:

  libisds-0.10.7.tar.xz
  libisds-0.10.7.tar.xz.asc



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.YzBAN1/_old  2017-07-21 22:49:18.777458670 +0200
+++ /var/tmp/diff_new_pack.YzBAN1/_new  2017-07-21 22:49:18.785457541 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}5
 Name:   libisds
-Version:0.10.6
+Version:0.10.7
 Release:0
 Summary:Library for accessing the Czech Data Boxes
 License:LGPL-3.0+

++ libisds-0.10.6.tar.xz -> libisds-0.10.7.tar.xz ++
 4024 lines of diff (skipped)





commit libisds for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2017-06-09 15:56:35

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new (New)


Package is "libisds"

Fri Jun  9 15:56:35 2017 rev:6 rq:500913 version:0.10.6

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2016-10-22 
13:23:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2017-06-09 
15:56:39.502012356 +0200
@@ -1,0 +2,5 @@
+Sun Jun  4 06:26:27 UTC 2017 - tchva...@suse.com
+
+- Disable werror
+
+---



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.k9Zpkn/_old  2017-06-09 15:56:40.081930505 +0200
+++ /var/tmp/diff_new_pack.k9Zpkn/_new  2017-06-09 15:56:40.085929940 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -67,6 +67,7 @@
 
 %build
 %configure \
+  --disable-fatalwarnings \
   --disable-static \
   --enable-test \
   --with-libcurl \






commit libisds for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2016-10-22 13:23:05

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new (New)


Package is "libisds"

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2016-10-10 
16:25:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2016-10-22 
13:23:12.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 20 11:57:02 UTC 2016 - jsl...@suse.com
+
+- Version bump to 0.10.6:
+  * l10n: Update translation catalogues
+  * Adapt to OpenSSL 1.1.0
+
+---

Old:

  libisds-0.10.5.tar.xz
  libisds-0.10.5.tar.xz.asc

New:

  libisds-0.10.6.tar.xz
  libisds-0.10.6.tar.xz.asc



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.W0nHhh/_old  2016-10-22 13:23:13.0 +0200
+++ /var/tmp/diff_new_pack.W0nHhh/_new  2016-10-22 13:23:13.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}5
 Name:   libisds
-Version:0.10.5
+Version:0.10.6
 Release:0
 Summary:Library for accessing the Czech Data Boxes
 License:LGPL-3.0+

++ libisds-0.10.5.tar.xz -> libisds-0.10.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libisds-0.10.5/ChangeLog new/libisds-0.10.6/ChangeLog
--- old/libisds-0.10.5/ChangeLog2016-10-01 23:01:35.0 +0200
+++ new/libisds-0.10.6/ChangeLog2016-10-16 11:52:12.0 +0200
@@ -1,4 +1,25 @@
-commit 0337dc573ac68ab28a41dc2f38dffc51f34c7eeb (HEAD -> 
refs/heads/v0.10-stable)
+commit 9e4274c41169c3b1748ac1698dc806a03ac39ee1 (HEAD -> 
refs/heads/v0.10-stable)
+Author: Petr Písař 
+Date:   Sun Oct 16 11:51:40 2016 +0200
+
+l10n: Update translation catalogues
+
+commit 0f644a766d619101034883777cb8c6d4d21a5c7f
+Author: Petr Písař 
+Date:   Sun Oct 16 11:46:13 2016 +0200
+
+Increase version to 0.10.6
+
+commit 5f77b9161377ab4f727812047cedeb863d6aa355
+Author: Petr Písař 
+Date:   Sun Oct 16 10:29:52 2016 +0200
+
+Adapt to OpenSSL 1.1.0
+
+OpenSSL 1.1.0 hid structure internals and provided methods. This patch 
adapts
+to the changes so that it's possible to build it against new and old 
OpenSSL.
+
+commit 0337dc573ac68ab28a41dc2f38dffc51f34c7eeb (tag: refs/tags/v0.10.5, 
refs/remotes/repo.or.cz/v0.10-stable)
 Author: Petr Písař 
 Date:   Sat Oct 1 23:01:19 2016 +0200
 
@@ -21,7 +42,7 @@
 similarity, the name for the new state has been derived from the existing
 name for state 2.
 
-commit cc0d4844118e493b604f329264d6e7d3bd607862 (tag: refs/tags/v0.10.4, 
refs/remotes/repo.or.cz/v0.10-stable)
+commit cc0d4844118e493b604f329264d6e7d3bd607862 (tag: refs/tags/v0.10.4)
 Author: Petr Písař 
 Date:   Wed Jun 8 21:41:05 2016 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libisds-0.10.5/NEWS new/libisds-0.10.6/NEWS
--- old/libisds-0.10.5/NEWS 2016-10-01 22:52:17.0 +0200
+++ new/libisds-0.10.6/NEWS 2016-10-16 11:45:18.0 +0200
@@ -1,3 +1,10 @@
+Version 0.10.6
+==
+
+• This release is fully compatible with the previous one.
+
+• Compatibility with OpenSSL 1.1.0 was added.
+
 Version 0.10.5
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libisds-0.10.5/configure new/libisds-0.10.6/configure
--- old/libisds-0.10.5/configure2016-10-01 22:52:38.0 +0200
+++ new/libisds-0.10.6/configure2016-10-16 11:46:46.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libisds 0.10.5.
+# Generated by GNU Autoconf 2.69 for libisds 0.10.6.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libisds'
 PACKAGE_TARNAME='libisds'
-PACKAGE_VERSION='0.10.5'
-PACKAGE_STRING='libisds 0.10.5'
+PACKAGE_VERSION='0.10.6'
+PACKAGE_STRING='libisds 0.10.6'
 PACKAGE_BUGREPORT='petr.pi...@atlas.cz'
 PACKAGE_URL=''
 
@@ -1383,7 +1383,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libisds 0.10.5 to adapt to many kinds of systems.
+\`configure' configures libisds 0.10.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1453,7 +1453,7 @@
 
 if test -n "$ac_init_help"; then
   case 

commit libisds for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2016-10-10 16:25:23

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new (New)


Package is "libisds"

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2016-04-12 
19:39:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2016-10-10 
16:25:54.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 10 08:27:44 UTC 2016 - jsl...@suse.com
+
+- Version bump to 0.10.5:
+  * l10n: Update translation catalogues
+  * Added a new value into isds_DbState.
+  * Fixed a bug. User identification didn't work properly.
+
+---

Old:

  libisds-0.10.3.tar.xz
  libisds-0.10.3.tar.xz.asc

New:

  libisds-0.10.5.tar.xz
  libisds-0.10.5.tar.xz.asc



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.noBGvg/_old  2016-10-10 16:25:56.0 +0200
+++ /var/tmp/diff_new_pack.noBGvg/_new  2016-10-10 16:25:56.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}5
 Name:   libisds
-Version:0.10.3
+Version:0.10.5
 Release:0
 Summary:Library for accessing the Czech Data Boxes
 License:LGPL-3.0+

++ libisds-0.10.3.tar.xz -> libisds-0.10.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libisds-0.10.3/ChangeLog new/libisds-0.10.5/ChangeLog
--- old/libisds-0.10.3/ChangeLog2016-03-18 19:48:21.0 +0100
+++ new/libisds-0.10.5/ChangeLog2016-10-01 23:01:35.0 +0200
@@ -1,4 +1,51 @@
-commit bf9cd27c03dd0882efd5daf7708bb0ee1f01 (HEAD -> 
refs/heads/v0.10-stable)
+commit 0337dc573ac68ab28a41dc2f38dffc51f34c7eeb (HEAD -> 
refs/heads/v0.10-stable)
+Author: Petr Písař 
+Date:   Sat Oct 1 23:01:19 2016 +0200
+
+l10n: Update translation catalogues
+
+commit dabe9fc12ac7f11a466c6aac20090094d489535b
+Author: Petr Písař 
+Date:   Sat Oct 1 22:49:01 2016 +0200
+
+Increase version to 0.10.5
+
+commit a5a9c308c3514dd025fd2faf0228b92d564146f6
+Author: Karel Slany 
+Date:   Tue Sep 27 12:53:12 2016 +0200
+
+Added a new value into isds_DbState.
+
+A new data-box state 6 has been introduced. (13.4.2016, Provozni rad ISDS,
+WS_ISDS_Sprava_datovych_schranek.pdf). Because of the functional
+similarity, the name for the new state has been derived from the existing
+name for state 2.
+
+commit cc0d4844118e493b604f329264d6e7d3bd607862 (tag: refs/tags/v0.10.4, 
refs/remotes/repo.or.cz/v0.10-stable)
+Author: Petr Písař 
+Date:   Wed Jun 8 21:41:05 2016 +0200
+
+l10n: Update translation catalogues
+
+commit 521de2f82f8bfd95b2f66b70297accb21767ba4c
+Author: Petr Písař 
+Date:   Wed Jun 8 21:20:44 2016 +0200
+
+Increase version to 0.10.4
+
+commit 451707fd988a9bcdefc468d5864d0efc7ae650b7
+Author: Petr Písař 
+Date:   Wed Jun 8 21:02:29 2016 +0200
+
+test: Fix a warning about unsued arguments in the online test
+
+commit 2e1a742adbce8fd7c7ed92ff9e22a8f8a2fe02d0
+Author: Karel Slany 
+Date:   Wed Jun 8 11:45:59 2016 +0200
+
+Fixed a bug. User identification didn't work properly.
+
+commit bf9cd27c03dd0882efd5daf7708bb0ee1f01 (tag: refs/tags/v0.10.3)
 Author: Petr Písař 
 Date:   Fri Mar 18 19:47:45 2016 +0100
 
@@ -69,7 +116,7 @@
  if (state_in->stepcount >= 0)
  ^~
 
-commit 6340b771dcb8a22775086f6fccf69d40094b09c5 
(refs/remotes/repo.or.cz/v0.10-stable)
+commit 6340b771dcb8a22775086f6fccf69d40094b09c5
 Author: Petr Písař 
 Date:   Thu Jan 14 20:46:57 2016 +0100
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libisds-0.10.3/NEWS new/libisds-0.10.5/NEWS
--- old/libisds-0.10.3/NEWS 2016-03-18 18:28:27.0 +0100
+++ new/libisds-0.10.5/NEWS 2016-10-01 22:52:17.0 +0200
@@ -1,3 +1,24 @@
+Version 0.10.5
+==
+
+• This release is fully compatible with the previous one.
+
+• isds_DbState enumeration type recognizes box state 6 as
+DBSTATE_TEMP_UNACCESSIBLE_LAW. Although latest specification from 2016-04-10
+declares all web services return value 2 instead of 6, it was reported the
+value 6 was seen in the wild.
+
+Version 0.10.4
+==
+
+• This release is fully compatible with the previous one.
+
+• If a new message was sent, publishing recipient identity controlled by
+dmPublishOwnID member of the isds_envelope structure was not respected. This
+bug is fixed now.
+
+• A 

commit libisds for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2016-04-12 19:39:52

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new (New)


Package is "libisds"

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2015-09-08 
18:04:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2016-04-12 
19:39:53.0 +0200
@@ -1,0 +2,20 @@
+Mon Apr 11 18:09:19 UTC 2016 - mplus...@suse.com
+
+- Add gpg signature
+- Small cleanup with spec-cleaner
+  * use valid rpm category
+  * use pkgconfig() style dependencies
+-Update build dependencies
+  * add gpgme-devel
+
+---
+Mon Apr 11 15:32:40 UTC 2016 - jsl...@suse.com
+
+- Version bump to 0.10.3:
+  * l10n: Update translation catalogues
+  * Correct _isds_build_url_from_context() documentation
+  * Do not use dolar in formatting strings
+  * Fixed a potential bug when printing debugging information.
+  * Fix building without libcurl
+
+---

Old:

  libisds-0.10.1.tar.xz

New:

  libisds-0.10.3.tar.xz
  libisds-0.10.3.tar.xz.asc
  libisds.keyring



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.XAjHnU/_old  2016-04-12 19:39:54.0 +0200
+++ /var/tmp/diff_new_pack.XAjHnU/_new  2016-04-12 19:39:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,18 @@
 
 %define libname %{name}5
 Name:   libisds
-Version:0.10.1
+Version:0.10.3
 Release:0
 Summary:Library for accessing the Czech Data Boxes
 License:LGPL-3.0+
 Group:  System/Libraries
 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:  gpg2
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libgpgme-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(expat) >= 2.0.0
 BuildRequires:  pkgconfig(gnutls) >= 2.12.0
@@ -52,9 +55,8 @@
 
 %packagedevel
 Summary:Development files for %{name}
-Group:  Development/Libraries
+Group:  Development/Languages/C and C++
 Requires:   %{libname} = %{version}
-Requires:   pkg-config
 
 %descriptiondevel
 The %{name}-devel package contains libraries and header files for
@@ -75,14 +77,13 @@
 make check %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 mv doc specification
 rm -rf client/.deps
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname} -f %{name}.lang

++ libisds-0.10.1.tar.xz -> libisds-0.10.3.tar.xz ++
 2211 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libisds-0.10.1/ChangeLog new/libisds-0.10.3/ChangeLog
--- old/libisds-0.10.1/ChangeLog2015-09-06 10:17:12.0 +0200
+++ new/libisds-0.10.3/ChangeLog2016-03-18 19:48:21.0 +0100
@@ -1,4 +1,97 @@
-commit f41a9ae065cb9764a8b12fe56a97d03b393e0d1a (HEAD -> 
refs/heads/v0.10-stable)
+commit bf9cd27c03dd0882efd5daf7708bb0ee1f01 (HEAD -> 
refs/heads/v0.10-stable)
+Author: Petr Písař 
+Date:   Fri Mar 18 19:47:45 2016 +0100
+
+l10n: Update translation catalogues
+
+commit 3056a30d795721e6c5bb7f73e6adfc305bbff2fe
+Author: Petr Písař 
+Date:   Fri Mar 18 18:28:47 2016 +0100
+
+Increase version to 0.10.3
+
+commit 5875136cc24682f1acdff6552e9b53996858cc09
+Author: Petr Písař 
+Date:   Fri Mar 18 17:45:15 2016 +0100
+
+Correct _isds_build_url_from_context() documentation
+
+This copies changes in _isds_build_url_from_context() documentstion from
+soap.c to soap.h as made in:
+
+commit 1d1041f77de2fb21629e8e8d70ee872189f2654b
+

commit libisds for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2015-09-08 17:44:35

Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and  /work/SRC/openSUSE:Factory/.libisds.new (New)


Package is "libisds"

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2015-01-14 
11:45:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2015-09-08 
18:04:42.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  7 08:19:41 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.10.1:
+  * Fix expired certificates so the testsuite pass again
+
+---

Old:

  libisds-0.10.tar.xz

New:

  libisds-0.10.1.tar.xz



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.Jrhddx/_old  2015-09-08 18:04:44.0 +0200
+++ /var/tmp/diff_new_pack.Jrhddx/_new  2015-09-08 18:04:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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
+Version:0.10.1
 Release:0
 Summary:Library for accessing the Czech Data Boxes
 License:LGPL-3.0+
@@ -30,9 +30,9 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(expat) >= 2.0.0
 BuildRequires:  pkgconfig(gnutls) >= 2.12.0
+BuildRequires:  pkgconfig(libcrypto)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(libcrypto)
 Requires:   gpg2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libisds-0.10.tar.xz -> libisds-0.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libisds-0.10/ChangeLog new/libisds-0.10.1/ChangeLog
--- old/libisds-0.10/ChangeLog  2015-01-11 11:38:03.0 +0100
+++ new/libisds-0.10.1/ChangeLog2015-09-06 10:17:12.0 +0200
@@ -1,10 +1,36 @@
-commit 41104b28b0154de6d93957af63e1b88fb2da0ec4 (HEAD, refs/heads/master)
+commit f41a9ae065cb9764a8b12fe56a97d03b393e0d1a (HEAD -> 
refs/heads/v0.10-stable)
+Author: Petr Písař 
+Date:   Sun Sep 6 10:03:16 2015 +0200
+
+Increase version to 0.10.1
+
+commit af3b67d9f26ee0307a429fab8e2cbf197169aa99
+Author: Petr Písař 
+Date:   Sat Sep 5 18:07:24 2015 +0200
+
+Regenerate certificates with longer expiration time
+
+Certificates in server/tls directory are used when running simline tests.
+The certificates expired at the end of August 2015, therefore
+certificate_user_password_authentication test unit failed.
+
+This fixes the tests by providing new certificates that are valid for next
+50 years.
+
+In the future, we will probably generate the certificates on the fly. This 
is
+only a hotfix.
+
+The new certificates have reversed order of fields in the distinguished 
names
+(because GnuTLS' certtool does so and I'm lazy to generate them again).
+Therefore the distinguished name of the client was adjusted in the test.
+
+commit 41104b28b0154de6d93957af63e1b88fb2da0ec4 (tag: refs/tags/v0.10)
 Author: Petr Písař 
 Date:   Sun Jan 11 11:28:04 2015 +0100
 
 Fix a typo in a comment
 
-commit e58c7ce5b9e6dfa2b648780b1912671a4d2a4c94 
(refs/remotes/repo.or.cz/master)
+commit e58c7ce5b9e6dfa2b648780b1912671a4d2a4c94
 Author: Petr Písař 
 Date:   Sat Jan 10 21:56:30 2015 +0100
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libisds-0.10/NEWS new/libisds-0.10.1/NEWS
--- old/libisds-0.10/NEWS   2015-01-10 16:15:09.0 +0100
+++ new/libisds-0.10.1/NEWS 2015-09-06 10:07:25.0 +0200
@@ -1,3 +1,12 @@
+Version 0.10.1
+==
+
+• This release is fully compatible with previous one. There are no chaneges in
+the code. Only tests were updated.
+
+• Pregenerated certificates used for tests expired causing a test unit to
+fail. This release updates the certificates.
+
 Version 0.10
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libisds-0.10/TODO new/libisds-0.10.1/TODO
--- old/libisds-0.10/TODO   2015-01-10 21:56:28.0 +0100
+++ new/libisds-0.10.1/TODO 2015-09-06 10:07:25.0 +0200
@@ -18,6 +18,7 @@
 Allow formatted message appending, preserve deep messages
 * Make function tests