Hello community, here is the log from the commit of package libsoup for openSUSE:Factory checked in at 2018-11-08 09:44:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsoup (Old) and /work/SRC/openSUSE:Factory/.libsoup.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsoup" Thu Nov 8 09:44:18 2018 rev:112 rq:644300 version:2.64.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes 2018-10-17 08:16:49.194983549 +0200 +++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-11-08 09:44:30.517379955 +0100 @@ -1,0 +2,7 @@ +Wed Oct 24 09:46:19 UTC 2018 - [email protected] + +- Update to version 2.64.2: + + TLD tests updated. + + Updated translations. + +------------------------------------------------------------------- Old: ---- libsoup-2.64.1.tar.xz New: ---- libsoup-2.64.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsoup.spec ++++++ --- /var/tmp/diff_new_pack.lyfsZS/_old 2018-11-08 09:44:31.049379334 +0100 +++ /var/tmp/diff_new_pack.lyfsZS/_new 2018-11-08 09:44:31.049379334 +0100 @@ -26,7 +26,7 @@ # enable docs. %bcond_without apidocs Name: libsoup -Version: 2.64.1 +Version: 2.64.2 Release: 0 Summary: HTTP client/server library for GNOME License: LGPL-2.1-or-later ++++++ libsoup-2.64.1.tar.xz -> libsoup-2.64.2.tar.xz ++++++ ++++ 1649 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/libsoup-2.64.1/NEWS new/libsoup-2.64.2/NEWS --- old/libsoup-2.64.1/NEWS 2018-09-24 17:24:44.000000000 +0200 +++ new/libsoup-2.64.2/NEWS 2018-10-22 18:14:35.000000000 +0200 @@ -1,3 +1,8 @@ +Changes in libsoup from 2.64.1 to 2.64.2: + + * TLD tests updated (Claudio Saavedra) + * Updated translations: Serbian + Changes in libsoup from 2.63.92 to 2.64.1: * Many fixes to the meson build system (which, by the way, is 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/libsoup-2.64.1/config.h.win32 new/libsoup-2.64.2/config.h.win32 --- old/libsoup-2.64.1/config.h.win32 2018-09-24 17:25:07.000000000 +0200 +++ new/libsoup-2.64.2/config.h.win32 2018-10-22 18:12:52.000000000 +0200 @@ -87,7 +87,7 @@ #define PACKAGE_NAME "libsoup" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libsoup 2.64.1" +#define PACKAGE_STRING "libsoup 2.64.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libsoup" @@ -96,7 +96,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.64.1" +#define PACKAGE_VERSION "2.64.2" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 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/libsoup-2.64.1/configure.ac new/libsoup-2.64.2/configure.ac --- old/libsoup-2.64.1/configure.ac 2018-09-24 17:21:02.000000000 +0200 +++ new/libsoup-2.64.2/configure.ac 2018-10-22 18:12:28.000000000 +0200 @@ -4,7 +4,7 @@ m4_define([soup_major_version], [2]) m4_define([soup_minor_version], [64]) -m4_define([soup_micro_version], [1]) +m4_define([soup_micro_version], [2]) AC_PREREQ(2.63) AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) 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/libsoup-2.64.1/docs/reference/html/SoupCookie.html new/libsoup-2.64.2/docs/reference/html/SoupCookie.html --- old/libsoup-2.64.1/docs/reference/html/SoupCookie.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/SoupCookie.html 2018-10-22 18:15:15.000000000 +0200 @@ -304,7 +304,7 @@ </div> <div class="refsect1"> <a name="SoupCookie.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/home/claudio/gnome3/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a> +<pre class="screen"> GBoxed <span class="lineart">╰──</span> SoupCookie </pre> </div> 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/libsoup-2.64.1/docs/reference/html/SoupMessageBody.html new/libsoup-2.64.2/docs/reference/html/SoupMessageBody.html --- old/libsoup-2.64.1/docs/reference/html/SoupMessageBody.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/SoupMessageBody.html 2018-10-22 18:15:15.000000000 +0200 @@ -244,7 +244,7 @@ </div> <div class="refsect1"> <a name="SoupMessageBody.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/home/claudio/gnome3/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a> +<pre class="screen"> GBoxed <span class="lineart">├──</span> SoupBuffer <span class="lineart">╰──</span> SoupMessageBody </pre> 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/libsoup-2.64.1/docs/reference/html/SoupMessageHeaders.html new/libsoup-2.64.2/docs/reference/html/SoupMessageHeaders.html --- old/libsoup-2.64.1/docs/reference/html/SoupMessageHeaders.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/SoupMessageHeaders.html 2018-10-22 18:15:15.000000000 +0200 @@ -333,7 +333,7 @@ </div> <div class="refsect1"> <a name="SoupMessageHeaders.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/home/claudio/gnome3/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a> +<pre class="screen"> GBoxed <span class="lineart">╰──</span> SoupMessageHeaders </pre> </div> 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/libsoup-2.64.1/docs/reference/html/SoupMultipart.html new/libsoup-2.64.2/docs/reference/html/SoupMultipart.html --- old/libsoup-2.64.1/docs/reference/html/SoupMultipart.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/SoupMultipart.html 2018-10-22 18:15:15.000000000 +0200 @@ -130,7 +130,7 @@ </div> <div class="refsect1"> <a name="SoupMultipart.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/home/claudio/gnome3/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a> +<pre class="screen"> GBoxed <span class="lineart">╰──</span> SoupMultipart </pre> </div> 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/libsoup-2.64.1/docs/reference/html/SoupServer.html new/libsoup-2.64.2/docs/reference/html/SoupServer.html --- old/libsoup-2.64.1/docs/reference/html/SoupServer.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/SoupServer.html 2018-10-22 18:15:15.000000000 +0200 @@ -419,7 +419,7 @@ </div> <div class="refsect1"> <a name="SoupServer.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/home/claudio/gnome3/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a> +<pre class="screen"> GBoxed <span class="lineart">╰──</span> SoupClientContext GObject <span class="lineart">╰──</span> SoupServer 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/libsoup-2.64.1/docs/reference/html/SoupSessionFeature.html new/libsoup-2.64.2/docs/reference/html/SoupSessionFeature.html --- old/libsoup-2.64.1/docs/reference/html/SoupSessionFeature.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/SoupSessionFeature.html 2018-10-22 18:15:15.000000000 +0200 @@ -55,7 +55,7 @@ </div> <div class="refsect1"> <a name="SoupSessionFeature.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/home/claudio/gnome3/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a> +<pre class="screen"> GInterface <span class="lineart">╰──</span> SoupSessionFeature </pre> </div> 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/libsoup-2.64.1/docs/reference/html/SoupURI.html new/libsoup-2.64.2/docs/reference/html/SoupURI.html --- old/libsoup-2.64.1/docs/reference/html/SoupURI.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/SoupURI.html 2018-10-22 18:15:15.000000000 +0200 @@ -345,7 +345,7 @@ </div> <div class="refsect1"> <a name="SoupURI.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/home/claudio/gnome3/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a> +<pre class="screen"> GBoxed <span class="lineart">╰──</span> SoupURI </pre> </div> 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/libsoup-2.64.1/docs/reference/html/libsoup-2.4-Soup-Miscellaneous-Utilities.html new/libsoup-2.64.2/docs/reference/html/libsoup-2.4-Soup-Miscellaneous-Utilities.html --- old/libsoup-2.64.1/docs/reference/html/libsoup-2.4-Soup-Miscellaneous-Utilities.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/libsoup-2.4-Soup-Miscellaneous-Utilities.html 2018-10-22 18:15:15.000000000 +0200 @@ -352,7 +352,7 @@ </div> <div class="refsect1"> <a name="libsoup-2.4-Soup-Miscellaneous-Utilities.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/home/claudio/gnome3/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a> +<pre class="screen"> GBoxed <span class="lineart">╰──</span> SoupDate </pre> </div> 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/libsoup-2.64.1/docs/reference/html/libsoup-2.4-Version-Information.html new/libsoup-2.64.2/docs/reference/html/libsoup-2.4-Version-Information.html --- old/libsoup-2.64.1/docs/reference/html/libsoup-2.4-Version-Information.html 2018-09-24 17:30:56.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/html/libsoup-2.4-Version-Information.html 2018-10-22 18:15:15.000000000 +0200 @@ -330,7 +330,7 @@ <hr> <div class="refsect2"> <a name="SOUP-MINOR-VERSION:CAPS"></a><h3>SOUP_MINOR_VERSION</h3> -<pre class="programlisting">#define SOUP_MINOR_VERSION (63) +<pre class="programlisting">#define SOUP_MINOR_VERSION (65) </pre> <p>Like <a class="link" href="libsoup-2.4-Version-Information.html#soup-get-minor-version" title="soup_get_minor_version ()"><code class="function">soup_get_minor_version()</code></a>, but from the headers used at application compile time, rather than from the library linked @@ -340,7 +340,7 @@ <hr> <div class="refsect2"> <a name="SOUP-MICRO-VERSION:CAPS"></a><h3>SOUP_MICRO_VERSION</h3> -<pre class="programlisting">#define SOUP_MICRO_VERSION (91) +<pre class="programlisting">#define SOUP_MICRO_VERSION (1) </pre> <p>Like <a class="link" href="libsoup-2.4-Version-Information.html#soup-get-micro-version" title="soup_get_micro_version ()"><code class="function">soup_get_micro_version()</code></a>, but from the headers used at application compile time, rather than from the library linked 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/libsoup-2.64.1/docs/reference/libsoup-2.4.types new/libsoup-2.64.2/docs/reference/libsoup-2.4.types --- old/libsoup-2.64.1/docs/reference/libsoup-2.4.types 2018-09-24 17:30:55.000000000 +0200 +++ new/libsoup-2.64.2/docs/reference/libsoup-2.4.types 2018-10-22 18:15:15.000000000 +0200 @@ -18,9 +18,6 @@ soup_cookie_jar_get_type soup_cookie_jar_text_get_type soup_date_get_type -soup_hsts_enforcer_db_get_type -soup_hsts_enforcer_get_type -soup_hsts_policy_get_type soup_logger_get_type soup_message_body_get_type soup_message_get_type 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/libsoup-2.64.1/m4/libtool.m4 new/libsoup-2.64.2/m4/libtool.m4 --- old/libsoup-2.64.1/m4/libtool.m4 2018-09-21 13:59:27.000000000 +0200 +++ new/libsoup-2.64.2/m4/libtool.m4 2018-10-22 16:21:45.000000000 +0200 @@ -4063,7 +4063,8 @@ if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" 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/libsoup-2.64.1/meson.build new/libsoup-2.64.2/meson.build --- old/libsoup-2.64.1/meson.build 2018-09-24 17:21:52.000000000 +0200 +++ new/libsoup-2.64.2/meson.build 2018-10-22 18:12:28.000000000 +0200 @@ -1,5 +1,5 @@ project('libsoup', 'c', - version: '2.64.1', + version: '2.64.2', meson_version : '>=0.47', license : 'LGPL2', default_options : 'c_std=c89') 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/libsoup-2.64.1/po/sr.po new/libsoup-2.64.2/po/sr.po --- old/libsoup-2.64.1/po/sr.po 2018-08-16 09:17:32.000000000 +0200 +++ new/libsoup-2.64.2/po/sr.po 2018-10-22 16:14:43.000000000 +0200 @@ -5,10 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: libsoup master\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=libsoup&keywords=I18N+L10N&component=Misc\n" -"POT-Creation-Date: 2018-02-09 14:43+0000\n" -"PO-Revision-Date: 2018-02-21 21:49+0100\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libsoup/issues\n" +"POT-Creation-Date: 2018-09-24 14:21+0000\n" +"PO-Revision-Date: 2018-09-29 11:58+0200\n" "Last-Translator: Марко М. Костић <[email protected]>\n" "Language-Team: Serbian <(nothing)>\n" "Language: sr\n" @@ -20,161 +19,164 @@ "X-Project-Style: gnome\n" "X-Generator: Poedit 2.0.6\n" -#: ../libsoup/soup-body-input-stream.c:139 -#: ../libsoup/soup-body-input-stream.c:170 -#: ../libsoup/soup-body-input-stream.c:203 ../libsoup/soup-message-io.c:238 +#: libsoup/soup-body-input-stream.c:139 libsoup/soup-body-input-stream.c:170 +#: libsoup/soup-body-input-stream.c:203 libsoup/soup-message-io.c:238 msgid "Connection terminated unexpectedly" msgstr "Веза је неочекивано затворена" -#: ../libsoup/soup-body-input-stream.c:459 +#: libsoup/soup-body-input-stream.c:459 msgid "Invalid seek request" msgstr "Неисправан захтев претраге" -#: ../libsoup/soup-body-input-stream.c:487 +#: libsoup/soup-body-input-stream.c:487 msgid "Cannot truncate SoupBodyInputStream" msgstr "Не могу да скратим улазни ток тела Супице" -#: ../libsoup/soup-cache-input-stream.c:76 +#: libsoup/soup-cache-input-stream.c:76 msgid "Network stream unexpectedly closed" msgstr "Мрежни ток је изненадно затворен" -#: ../libsoup/soup-cache-input-stream.c:291 +#: libsoup/soup-cache-input-stream.c:291 msgid "Failed to completely cache the resource" msgstr "Нисам успео у потпуности да сместим извориште у оставу" -#: ../libsoup/soup-converter-wrapper.c:189 +#: libsoup/soup-converter-wrapper.c:189 #, c-format msgid "Output buffer is too small" msgstr "Међумеморија излаза је премала" -#: ../libsoup/soup-message-client-io.c:41 +#: libsoup/soup-message-client-io.c:41 msgid "Could not parse HTTP response" msgstr "Не могу да обрадим ХТТП одговор" -#: ../libsoup/soup-message-client-io.c:66 +#: libsoup/soup-message-client-io.c:66 msgid "Unrecognized HTTP response encoding" msgstr "Непознато кодирање ХТТП одговора" -#: ../libsoup/soup-message-io.c:263 +#: libsoup/soup-message-io.c:263 msgid "Header too big" msgstr "Заглавље је превелико" -#: ../libsoup/soup-message-io.c:396 ../libsoup/soup-message-io.c:1024 +#: libsoup/soup-message-io.c:396 libsoup/soup-message-io.c:1024 msgid "Operation would block" msgstr "Поступак би блокирао" -#: ../libsoup/soup-message-io.c:976 ../libsoup/soup-message-io.c:1009 +#: libsoup/soup-message-io.c:976 libsoup/soup-message-io.c:1009 msgid "Operation was cancelled" msgstr "Радња је отказана" -#: ../libsoup/soup-message-server-io.c:64 +#: libsoup/soup-message-server-io.c:64 msgid "Could not parse HTTP request" msgstr "Не могу да обрадим ХТТП захтев" -#: ../libsoup/soup-request.c:141 +#: libsoup/soup-request.c:141 #, c-format msgid "No URI provided" msgstr "Није наведена путања" -#: ../libsoup/soup-request.c:151 +#: libsoup/soup-request.c:151 #, c-format msgid "Invalid “%s” URI: %s" msgstr "Неисправна „%s“ путања: %s" -#: ../libsoup/soup-server.c:1725 +#: libsoup/soup-server.c:1725 msgid "Can’t create a TLS server without a TLS certificate" msgstr "Не могу да направим ТЛС сервер без ТЛС уверења" -#: ../libsoup/soup-server.c:1742 +#: libsoup/soup-server.c:1742 #, c-format msgid "Could not listen on address %s, port %d: " msgstr "Не могу да ослушкујем на адреси „%s“, прикључник %d: " -#: ../libsoup/soup-session.c:4524 +#: libsoup/soup-session.c:4534 #, c-format msgid "Could not parse URI “%s”" msgstr "Не могу да обрадим путању „%s“" -#: ../libsoup/soup-session.c:4561 +#: libsoup/soup-session.c:4571 #, c-format msgid "Unsupported URI scheme “%s”" msgstr "Неподржана „%s“ шема путање" -#: ../libsoup/soup-session.c:4583 +#: libsoup/soup-session.c:4593 #, c-format msgid "Not an HTTP URI" msgstr "Није ХТТП путања" -#: ../libsoup/soup-session.c:4781 +#: libsoup/soup-session.c:4791 msgid "The server did not accept the WebSocket handshake." msgstr "Сервер не прихвата руковање Веб прикључнице." -#: ../libsoup/soup-socket.c:148 +#: libsoup/soup-socket.c:148 msgid "Can’t import non-socket as SoupSocket" msgstr "Не могу да увезем не-прикључницу на прикључници Супице" -#: ../libsoup/soup-socket.c:166 +#: libsoup/soup-socket.c:166 msgid "Could not import existing socket: " msgstr "Не могу да увезем постојећу прикључницу: " -#: ../libsoup/soup-socket.c:175 +#: libsoup/soup-socket.c:175 msgid "Can’t import unconnected socket" msgstr "Не могу да увезем неповезану прикључницу" -#: ../libsoup/soup-websocket.c:338 ../libsoup/soup-websocket.c:347 +#: libsoup/soup-websocket.c:338 libsoup/soup-websocket.c:347 msgid "WebSocket handshake expected" msgstr "Очекивано је руковање Веб прикључнице" -#: ../libsoup/soup-websocket.c:355 +#: libsoup/soup-websocket.c:355 msgid "Unsupported WebSocket version" msgstr "Неподржано издање Веб прикључнице" -#: ../libsoup/soup-websocket.c:364 +#: libsoup/soup-websocket.c:364 msgid "Invalid WebSocket key" msgstr "Неисправан кључ Веб прикључнице" -#: ../libsoup/soup-websocket.c:374 +#: libsoup/soup-websocket.c:374 #, c-format msgid "Incorrect WebSocket “%s” header" msgstr "Неисправно заглавље „%s“ Веб прикључнице" -#: ../libsoup/soup-websocket.c:383 +#: libsoup/soup-websocket.c:383 msgid "Unsupported WebSocket subprotocol" msgstr "Неподржан подпротокол Веб прикључнице" -#: ../libsoup/soup-websocket.c:510 +#: libsoup/soup-websocket.c:510 msgid "Server rejected WebSocket handshake" msgstr "Сервер је одбацио руковање Веб прикључнице" -#: ../libsoup/soup-websocket.c:518 ../libsoup/soup-websocket.c:527 +#: libsoup/soup-websocket.c:518 libsoup/soup-websocket.c:527 msgid "Server ignored WebSocket handshake" msgstr "Сервер је занемарио руковање Веб прикључнице" -#: ../libsoup/soup-websocket.c:539 +#: libsoup/soup-websocket.c:539 msgid "Server requested unsupported protocol" msgstr "Сервер је затражио неподржани протокол" -#: ../libsoup/soup-websocket.c:549 +#: libsoup/soup-websocket.c:549 msgid "Server requested unsupported extension" msgstr "Сервер је затражио неподржано проширење" -#: ../libsoup/soup-websocket.c:562 +#: libsoup/soup-websocket.c:562 #, c-format msgid "Server returned incorrect “%s” key" msgstr "Сервер је вратио неисправан кључ „%s“" -#: ../libsoup/soup-tld.c:188 -msgid "Hostname is an IP address" -msgstr "Назив домаћина је ИП адреса" +#: libsoup/soup-tld.c:150 +msgid "No public-suffix list available." +msgstr "Јавни -suffix списак није доступан." -#: ../libsoup/soup-tld.c:198 ../libsoup/soup-tld.c:220 +#: libsoup/soup-tld.c:160 libsoup/soup-tld.c:176 msgid "Invalid hostname" msgstr "Неисправан назив домаћина" -#: ../libsoup/soup-tld.c:250 +#: libsoup/soup-tld.c:167 +msgid "Hostname is an IP address" +msgstr "Назив домаћина је ИП адреса" + +#: libsoup/soup-tld.c:188 msgid "Hostname has no base domain" msgstr "Назив домаћина нема основни домен" -#: ../libsoup/soup-tld.c:304 +#: libsoup/soup-tld.c:196 msgid "Not enough domains" msgstr "Нема довољно домена" 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/libsoup-2.64.1/tests/tld-test.c new/libsoup-2.64.2/tests/tld-test.c --- old/libsoup-2.64.1/tests/tld-test.c 2018-08-16 09:17:32.000000000 +0200 +++ new/libsoup-2.64.2/tests/tld-test.c 2018-10-22 18:12:28.000000000 +0200 @@ -41,10 +41,10 @@ { "a.b.example.uk.com", "example.uk.com", -1 }, { "test.ac", "test.ac", -1 }, /* TLD with only 1 (wildcard) rule. */ - { "bn", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, - { "c.bn", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, - { "b.c.bn", "b.c.bn", -1 }, - { "a.b.c.bn", "b.c.bn", -1 }, + { "bd", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, + { "c.bd", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, + { "b.c.bd", "b.c.bd", -1 }, + { "a.b.c.bd", "b.c.bd", -1 }, /* More complex TLD. */ { "jp", NULL, SOUP_TLD_ERROR_NOT_ENOUGH_DOMAINS }, { "test.jp", "test.jp", -1 }, 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/libsoup-2.64.1/win32/vs10/soup-version-paths.props new/libsoup-2.64.2/win32/vs10/soup-version-paths.props --- old/libsoup-2.64.1/win32/vs10/soup-version-paths.props 2018-09-24 17:25:07.000000000 +0200 +++ new/libsoup-2.64.2/win32/vs10/soup-version-paths.props 2018-10-22 18:12:52.000000000 +0200 @@ -8,7 +8,7 @@ <CopyDir>$(GlibEtcInstallRoot)</CopyDir> <SoupMajorVersion>2</SoupMajorVersion> <SoupMinorVersion>64</SoupMinorVersion> - <SoupMicroVersion>1</SoupMicroVersion> + <SoupMicroVersion>2</SoupMicroVersion> <ApiVersion>2.4</ApiVersion> <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix> <SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix> 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/libsoup-2.64.1/win32/vs11/soup-version-paths.props new/libsoup-2.64.2/win32/vs11/soup-version-paths.props --- old/libsoup-2.64.1/win32/vs11/soup-version-paths.props 2018-09-24 17:29:18.000000000 +0200 +++ new/libsoup-2.64.2/win32/vs11/soup-version-paths.props 2018-10-22 18:15:16.000000000 +0200 @@ -8,7 +8,7 @@ <CopyDir>$(GlibEtcInstallRoot)</CopyDir> <SoupMajorVersion>2</SoupMajorVersion> <SoupMinorVersion>64</SoupMinorVersion> - <SoupMicroVersion>1</SoupMicroVersion> + <SoupMicroVersion>2</SoupMicroVersion> <ApiVersion>2.4</ApiVersion> <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix> <SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix> 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/libsoup-2.64.1/win32/vs12/soup-version-paths.props new/libsoup-2.64.2/win32/vs12/soup-version-paths.props --- old/libsoup-2.64.1/win32/vs12/soup-version-paths.props 2018-09-24 17:29:18.000000000 +0200 +++ new/libsoup-2.64.2/win32/vs12/soup-version-paths.props 2018-10-22 18:15:16.000000000 +0200 @@ -8,7 +8,7 @@ <CopyDir>$(GlibEtcInstallRoot)</CopyDir> <SoupMajorVersion>2</SoupMajorVersion> <SoupMinorVersion>64</SoupMinorVersion> - <SoupMicroVersion>1</SoupMicroVersion> + <SoupMicroVersion>2</SoupMicroVersion> <ApiVersion>2.4</ApiVersion> <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix> <SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix> 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/libsoup-2.64.1/win32/vs14/soup-version-paths.props new/libsoup-2.64.2/win32/vs14/soup-version-paths.props --- old/libsoup-2.64.1/win32/vs14/soup-version-paths.props 2018-09-24 17:29:18.000000000 +0200 +++ new/libsoup-2.64.2/win32/vs14/soup-version-paths.props 2018-10-22 18:15:16.000000000 +0200 @@ -8,7 +8,7 @@ <CopyDir>$(GlibEtcInstallRoot)</CopyDir> <SoupMajorVersion>2</SoupMajorVersion> <SoupMinorVersion>64</SoupMinorVersion> - <SoupMicroVersion>1</SoupMicroVersion> + <SoupMicroVersion>2</SoupMicroVersion> <ApiVersion>2.4</ApiVersion> <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix> <SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix> 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/libsoup-2.64.1/win32/vs15/soup-version-paths.props new/libsoup-2.64.2/win32/vs15/soup-version-paths.props --- old/libsoup-2.64.1/win32/vs15/soup-version-paths.props 2018-09-24 17:29:18.000000000 +0200 +++ new/libsoup-2.64.2/win32/vs15/soup-version-paths.props 2018-10-22 18:15:16.000000000 +0200 @@ -8,7 +8,7 @@ <CopyDir>$(GlibEtcInstallRoot)</CopyDir> <SoupMajorVersion>2</SoupMajorVersion> <SoupMinorVersion>64</SoupMinorVersion> - <SoupMicroVersion>1</SoupMicroVersion> + <SoupMicroVersion>2</SoupMicroVersion> <ApiVersion>2.4</ApiVersion> <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix> <SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix> 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/libsoup-2.64.1/win32/vs9/soup-version-paths.vsprops new/libsoup-2.64.2/win32/vs9/soup-version-paths.vsprops --- old/libsoup-2.64.1/win32/vs9/soup-version-paths.vsprops 2018-09-24 17:25:07.000000000 +0200 +++ new/libsoup-2.64.2/win32/vs9/soup-version-paths.vsprops 2018-10-22 18:12:52.000000000 +0200 @@ -26,7 +26,7 @@ /> <UserMacro Name="SoupMicroVersion" - Value="1" + Value="2" /> <UserMacro Name="ApiVersion"
