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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2016-10-10 16:25:54.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Oct 10 08:27:44 UTC 2016 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.noBGvg/_new 2016-10-10 16:25:56.000000000 +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/ChangeLog 2016-03-18 19:48:21.000000000 +0100 +++ new/libisds-0.10.5/ChangeLog 2016-10-01 23:01:35.000000000 +0200 @@ -1,4 +1,51 @@ -commit bf9cd27c03dd0dddd882efd5daf7708bb0ee1f01 (HEAD -> refs/heads/v0.10-stable) +commit 0337dc573ac68ab28a41dc2f38dffc51f34c7eeb (HEAD -> refs/heads/v0.10-stable) +Author: Petr Písař <[email protected]> +Date: Sat Oct 1 23:01:19 2016 +0200 + + l10n: Update translation catalogues + +commit dabe9fc12ac7f11a466c6aac20090094d489535b +Author: Petr Písař <[email protected]> +Date: Sat Oct 1 22:49:01 2016 +0200 + + Increase version to 0.10.5 + +commit a5a9c308c3514dd025fd2faf0228b92d564146f6 +Author: Karel Slany <[email protected]> +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ř <[email protected]> +Date: Wed Jun 8 21:41:05 2016 +0200 + + l10n: Update translation catalogues + +commit 521de2f82f8bfd95b2f66b70297accb21767ba4c +Author: Petr Písař <[email protected]> +Date: Wed Jun 8 21:20:44 2016 +0200 + + Increase version to 0.10.4 + +commit 451707fd988a9bcdefc468d5864d0efc7ae650b7 +Author: Petr Písař <[email protected]> +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 <[email protected]> +Date: Wed Jun 8 11:45:59 2016 +0200 + + Fixed a bug. User identification didn't work properly. + +commit bf9cd27c03dd0dddd882efd5daf7708bb0ee1f01 (tag: refs/tags/v0.10.3) Author: Petr Písař <[email protected]> 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ř <[email protected]> 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.000000000 +0100 +++ new/libisds-0.10.5/NEWS 2016-10-01 22:52:17.000000000 +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 compile time warning in on-line tests was fixed. + Version 0.10.3 ============== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libisds-0.10.3/client/common.c new/libisds-0.10.5/client/common.c --- old/libisds-0.10.3/client/common.c 2016-03-18 17:50:59.000000000 +0100 +++ new/libisds-0.10.5/client/common.c 2016-10-01 22:39:59.000000000 +0200 @@ -84,6 +84,7 @@ case DBSTATE_NOT_YET_ACCESSIBLE: printf("NOT_YET_ACCESSIBLE\n"); break; case DBSTATE_PERM_UNACCESSIBLE: printf("PERM_UNACCESSIBLE\n"); break; case DBSTATE_REMOVED: printf("REMOVED\n"); break; + case DBSTATE_TEMP_UNACCESSIBLE_LAW: printf("DBSTATE_TEMP_UNACCESSIBLE_LAW"); break; default: printf("<unknown state %ld>\n", state); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libisds-0.10.3/configure new/libisds-0.10.5/configure --- old/libisds-0.10.3/configure 2016-03-18 18:29:11.000000000 +0100 +++ new/libisds-0.10.5/configure 2016-10-01 22:52:38.000000000 +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.3. +# Generated by GNU Autoconf 2.69 for libisds 0.10.5. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='libisds' PACKAGE_TARNAME='libisds' -PACKAGE_VERSION='0.10.3' -PACKAGE_STRING='libisds 0.10.3' +PACKAGE_VERSION='0.10.5' +PACKAGE_STRING='libisds 0.10.5' PACKAGE_BUGREPORT='[email protected]' 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.3 to adapt to many kinds of systems. +\`configure' configures libisds 0.10.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1453,7 +1453,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libisds 0.10.3:";; + short | recursive ) echo "Configuration of libisds 0.10.5:";; esac cat <<\_ACEOF @@ -1594,7 +1594,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libisds configure 0.10.3 +libisds configure 0.10.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2117,7 +2117,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libisds $as_me 0.10.3, which was +It was created by libisds $as_me 0.10.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2986,7 +2986,7 @@ # Define the identity of the package. PACKAGE='libisds' - VERSION='0.10.3' + VERSION='0.10.5' cat >>confdefs.h <<_ACEOF @@ -16736,7 +16736,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libisds $as_me 0.10.3, which was +This file was extended by libisds $as_me 0.10.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16802,7 +16802,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libisds config.status 0.10.3 +libisds config.status 0.10.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libisds-0.10.3/configure.ac new/libisds-0.10.5/configure.ac --- old/libisds-0.10.3/configure.ac 2016-03-18 18:15:23.000000000 +0100 +++ new/libisds-0.10.5/configure.ac 2016-10-01 22:52:17.000000000 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libisds], [0.10.3], [[email protected]]) +AC_INIT([libisds], [0.10.5], [[email protected]]) AM_INIT_AUTOMAKE AC_LANG([C]) AC_CONFIG_SRCDIR([src/isds.c]) Files old/libisds-0.10.3/po/cs.gmo and new/libisds-0.10.5/po/cs.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libisds-0.10.3/po/cs.po new/libisds-0.10.5/po/cs.po --- old/libisds-0.10.3/po/cs.po 2016-03-18 18:35:58.000000000 +0100 +++ new/libisds-0.10.5/po/cs.po 2016-10-01 22:54:31.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libisds 0.10\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2016-03-18 18:35+0100\n" +"POT-Creation-Date: 2016-10-01 22:54+0200\n" "PO-Revision-Date: 2015-01-10 16:49+0100\n" "Last-Translator: Petr Pisar <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libisds-0.10.3/po/libisds.pot new/libisds-0.10.5/po/libisds.pot --- old/libisds-0.10.3/po/libisds.pot 2016-03-18 18:35:58.000000000 +0100 +++ new/libisds-0.10.5/po/libisds.pot 2016-10-01 22:54:31.000000000 +0200 @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Petr Písař -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the libisds package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libisds 0.10.3\n" +"Project-Id-Version: libisds 0.10.5\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2016-03-18 18:35+0100\n" +"POT-Creation-Date: 2016-10-01 22:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libisds-0.10.3/src/isds.c new/libisds-0.10.5/src/isds.c --- old/libisds-0.10.3/src/isds.c 2016-03-18 17:51:22.000000000 +0100 +++ new/libisds-0.10.5/src/isds.c 2016-10-01 22:39:33.000000000 +0200 @@ -8649,7 +8649,7 @@ /* ???: Should we require value for dbEffectiveOVM sender? * ISDS has default as true */ INSERT_BOOLEAN(envelope, "dmOVM", outgoing_message->envelope->dmOVM); - INSERT_BOOLEAN(envelope, "dmOVM", + INSERT_BOOLEAN(envelope, "dmPublishOwnID", outgoing_message->envelope->dmPublishOwnID); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libisds-0.10.3/src/isds.h new/libisds-0.10.5/src/isds.h --- old/libisds-0.10.3/src/isds.h 2016-03-18 17:51:00.000000000 +0100 +++ new/libisds-0.10.5/src/isds.h 2016-10-01 22:39:59.000000000 +0200 @@ -200,7 +200,8 @@ DBSTATE_TEMP_UNACCESSIBLE = 2, DBSTATE_NOT_YET_ACCESSIBLE = 3, DBSTATE_PERM_UNACCESSIBLE = 4, - DBSTATE_REMOVED = 5 + DBSTATE_REMOVED = 5, + DBSTATE_TEMP_UNACCESSIBLE_LAW = 6 } isds_DbState; /* User permissions from point of view of ISDS. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libisds-0.10.3/test/online/login.c new/libisds-0.10.5/test/online/login.c --- old/libisds-0.10.3/test/online/login.c 2012-03-15 19:51:09.000000000 +0100 +++ new/libisds-0.10.5/test/online/login.c 2016-06-08 21:04:11.000000000 +0200 @@ -37,7 +37,7 @@ } -int main(int argc, char **argv) { +int main(void) { INIT_TEST("login"); struct isds_ctx *context = NULL;
