Hello community, here is the log from the commit of package libsoup for openSUSE:Factory checked in at 2019-12-11 12:05:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsoup (Old) and /work/SRC/openSUSE:Factory/.libsoup.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsoup" Wed Dec 11 12:05:12 2019 rev:118 rq:754970 version:2.68.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes 2019-10-17 13:07:30.372048158 +0200 +++ /work/SRC/openSUSE:Factory/.libsoup.new.4691/libsoup.changes 2019-12-11 12:05:30.852730534 +0100 @@ -1,0 +2,9 @@ +Wed Dec 4 18:22:11 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 2.68.3: + + Fixes to testing infrastructure. + + Enable GNOME support in mingw. + + Allow introspection in cross builds. + + Updated translations. + +------------------------------------------------------------------- Old: ---- libsoup-2.68.2.tar.xz New: ---- libsoup-2.68.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsoup.spec ++++++ --- /var/tmp/diff_new_pack.hBbgSG/_old 2019-12-11 12:05:32.008730048 +0100 +++ /var/tmp/diff_new_pack.hBbgSG/_new 2019-12-11 12:05:32.008730048 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsoup # -# 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 @@ -17,7 +17,7 @@ Name: libsoup -Version: 2.68.2 +Version: 2.68.3 Release: 0 Summary: HTTP client/server library for GNOME License: LGPL-2.1-or-later ++++++ libsoup-2.68.2.tar.xz -> libsoup-2.68.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsoup-2.68.2/NEWS new/libsoup-2.68.3/NEWS --- old/libsoup-2.68.2/NEWS 2019-10-09 11:49:52.000000000 +0200 +++ new/libsoup-2.68.3/NEWS 2019-12-04 11:50:12.000000000 +0100 @@ -1,3 +1,13 @@ +Changes in libsoup from 2.68.2 to 2.68.3: + + * Fixes to testing infrastructure [Simon McVittie] + + * Enable GNOME support in mingw [Fabiano Fidêncio] + + * Allow introspection in cross builds [Ross Burton] + + * Updated translations: Chinese (Taiwan) + Changes in libsoup from 2.68.1 to 2.68.2: * Documentation fixes [Sonny Piers] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsoup-2.68.2/meson.build new/libsoup-2.68.3/meson.build --- old/libsoup-2.68.2/meson.build 2019-10-09 11:49:52.000000000 +0200 +++ new/libsoup-2.68.3/meson.build 2019-12-04 11:50:12.000000000 +0100 @@ -1,5 +1,5 @@ project('libsoup', 'c', - version: '2.68.2', + version: '2.68.3', meson_version : '>=0.50', license : 'LGPL2', default_options : 'c_std=c89') @@ -329,13 +329,13 @@ ################# # GNOME support # ################# -enable_gnome = get_option('gnome') and host_machine.system() != 'windows' +enable_gnome = get_option('gnome') ######################### # GObject introspection # ######################### gir = find_program('g-ir-scanner', required: get_option('introspection')) -enable_introspection = gir.found() and not meson.is_cross_build() +enable_introspection = gir.found() ############ # Vala API # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsoup-2.68.2/po/zh_TW.po new/libsoup-2.68.3/po/zh_TW.po --- old/libsoup-2.68.2/po/zh_TW.po 2019-10-09 11:49:52.000000000 +0200 +++ new/libsoup-2.68.3/po/zh_TW.po 2019-12-04 11:50:12.000000000 +0100 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: libsoup master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libsoup/issues\n" -"POT-Creation-Date: 2019-09-25 10:50+0000\n" -"PO-Revision-Date: 2019-10-08 19:11+0800\n" +"POT-Creation-Date: 2019-10-10 09:39+0000\n" +"PO-Revision-Date: 2019-11-23 14:29+0800\n" "Last-Translator: pan93412 <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.08.1\n" +"X-Generator: Lokalize 19.11.80\n" "Plural-Forms: nplurals=1; plural=0;\n" #: libsoup/soup-body-input-stream.c:139 libsoup/soup-body-input-stream.c:170 @@ -139,7 +139,7 @@ msgstr "「%s」WebSocket 擴充元件標頭有重複參數" #: libsoup/soup-websocket.c:567 -#, fuzzy, c-format +#, c-format msgid "" "Server returned a duplicated parameter in “%s” WebSocket extension header" msgstr "伺服器在「%s」WebSocket 擴充元件標頭回傳了重複參數" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsoup-2.68.2/tests/meson.build new/libsoup-2.68.3/tests/meson.build --- old/libsoup-2.68.2/tests/meson.build 2019-10-09 11:49:52.000000000 +0200 +++ new/libsoup-2.68.3/tests/meson.build 2019-12-04 11:50:12.000000000 +0100 @@ -163,6 +163,7 @@ test_conf.set('installed_tests_dir', abs_installed_tests_execdir) test_conf.set('program', test_name) test_conf.set('env', '') + test_conf.set('type', test[1] ? 'session' : 'session-exclusive') configure_file( input : installed_tests_template_tap, output : test_name + '.test', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsoup-2.68.2/tests/template-tap.test.in new/libsoup-2.68.3/tests/template-tap.test.in --- old/libsoup-2.68.2/tests/template-tap.test.in 2019-10-09 11:49:52.000000000 +0200 +++ new/libsoup-2.68.3/tests/template-tap.test.in 2019-12-04 11:50:12.000000000 +0100 @@ -1,4 +1,4 @@ [Test] -Type=session +Type=@type@ Exec=@env@@installed_tests_dir@/@program@ --tap Output=TAP diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsoup-2.68.2/tests/xmlrpc-old-server-test.c new/libsoup-2.68.3/tests/xmlrpc-old-server-test.c --- old/libsoup-2.68.2/tests/xmlrpc-old-server-test.c 2019-10-09 11:49:52.000000000 +0200 +++ new/libsoup-2.68.3/tests/xmlrpc-old-server-test.c 2019-12-04 11:50:12.000000000 +0100 @@ -344,6 +344,13 @@ g_free (out); for (i = 0; tests[i] && *tests[i]; i++) { + /* GLib >= 2.62 defaults to TAP output for tests, and + * this adds TAP diagnostics "#..." and the test count + * "1..N", even in the output of "some-test -l". + * Ignore those. */ + if (tests[i][0] == '#' || g_str_has_prefix (tests[i], "1..")) + continue; + g_assert_true (g_str_has_prefix (tests[i], "/xmlrpc-old/")); path = g_strdup_printf ("/xmlrpc-old-server/%s", tests[i] + strlen ("/xmlrpc-old/")); g_test_add_data_func (path, tests[i], do_one_xmlrpc_test); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsoup-2.68.2/tests/xmlrpc-server-test.c new/libsoup-2.68.3/tests/xmlrpc-server-test.c --- old/libsoup-2.68.2/tests/xmlrpc-server-test.c 2019-10-09 11:49:52.000000000 +0200 +++ new/libsoup-2.68.3/tests/xmlrpc-server-test.c 2019-12-04 11:50:12.000000000 +0100 @@ -344,6 +344,13 @@ g_free (out); for (i = 0; tests[i] && *tests[i]; i++) { + /* GLib >= 2.62 defaults to TAP output for tests, and + * this adds TAP diagnostics "#..." and the test count + * "1..N", even in the output of "some-test -l". + * Ignore those. */ + if (tests[i][0] == '#' || g_str_has_prefix (tests[i], "1..")) + continue; + g_assert_true (g_str_has_prefix (tests[i], "/xmlrpc/")); path = g_strdup_printf ("/xmlrpc-server/%s", tests[i] + strlen ("/xmlrpc/")); g_test_add_data_func (path, tests[i], do_one_xmlrpc_test);
