commit libsoup for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2020-05-12 22:28:01

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


Package is "libsoup"

Tue May 12 22:28:01 2020 rev:124 rq:802748 version:2.70.0

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2020-04-23 
18:27:49.995788740 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new.2738/libsoup.changes
2020-05-12 22:29:25.631505644 +0200
@@ -1,0 +2,6 @@
+Mon May 11 13:27:15 UTC 2020 - Dominique Leuenberger 
+
+- Autodetect the location of krb5-config: krb5 adds itself to
+  $PATH.
+
+---



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.knMSwJ/_old  2020-05-12 22:29:27.919510420 +0200
+++ /var/tmp/diff_new_pack.knMSwJ/_new  2020-05-12 22:29:27.923510428 +0200
@@ -127,7 +127,7 @@
 %build
 %meson \
-Dgssapi=enabled \
-   -Dkrb5_config='%{_libexecdir}/mit/bin/krb5-config' \
+   -Dkrb5_config="$(which krb5-config)" \
-Dvapi=enabled \
-Dgtk_doc=true \
-Dntlm=disabled \




commit libsoup for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2020-04-23 18:27:47

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


Package is "libsoup"

Thu Apr 23 18:27:47 2020 rev:123 rq:795238 version:2.70.0

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2020-03-03 
10:14:29.978434276 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new.2738/libsoup.changes
2020-04-23 18:27:49.995788740 +0200
@@ -1,0 +2,34 @@
+Thu Apr 16 18:23:07 UTC 2020 - Bjørn Lie 
+
+- Add libsoup-disable-ssl-tests.patch: Disable ssl tests, as they
+  randomly fail for all arches (glgo#GNOME/libsoup#188).
+- Rebase/refresh patches.
+
+---
+Tue Mar 24 13:09:03 UTC 2020 - Bjørn Lie 
+
+- Add libsoup-test-utils-fix.patch: test-utils: Clarify meaning of
+  an environment variable.
+
+---
+Sat Mar  7 17:51:57 UTC 2020 - bjorn@gmail.com
+
+- Update to version 2.70.0:
+  + Deprecate SoupSession:proxy-uri.
+  + Updated translations.
+
+---
+Wed Feb 26 08:57:51 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2.69.90:
+  + Add new API to expose support for same-site cookies.
+  + Fix TRACE method not being considered safe and idempotent
+internally.
+  + WebSockets: ensure a new connection is created for WebSocket
+requests.
+  + WebSockets: do not start the input source when IO is closing.
+  + Deprecate soup_date_to_timeval().
+  + build: Update glib requirement to 2.58.
+  + Updated translations.
+
+---

Old:

  libsoup-2.68.4.tar.xz

New:

  libsoup-2.70.0.tar.xz
  libsoup-disable-ssl-tests.patch
  libsoup-test-utils-fix.patch



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.0oqro1/_old  2020-04-23 18:27:50.731790149 +0200
+++ /var/tmp/diff_new_pack.0oqro1/_new  2020-04-23 18:27:50.735790156 +0200
@@ -17,16 +17,21 @@
 
 
 Name:   libsoup
-Version:2.68.4
+Version:2.70.0
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
 URL:https://wiki.gnome.org/Projects/libsoup
-Source0:
https://download.gnome.org/sources/libsoup/2.68/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/libsoup/2.70/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+
 # PATCH-FIX-OPENSUSE libsoup-disable-hsts-tests.patch mgo...@suse.com -- 
disable hsts tests.
 Patch0: libsoup-disable-hsts-tests.patch
+# PATCH-FIX-UPSTREAM libsoup-test-utils-fix.patch -- test-utils: Clarify 
meaning of an environment variable
+Patch1: libsoup-test-utils-fix.patch
+# PATCH-FIX-OPENSUSE libsoup-disable-ssl-tests.patch glgo#GNOME/libsoup#188 -- 
Disable ssl tests
+Patch2: libsoup-disable-ssl-tests.patch
 
 BuildRequires:  glib-networking
 BuildRequires:  meson >= 0.50

++ libsoup-2.68.4.tar.xz -> libsoup-2.70.0.tar.xz ++
 1889 lines of diff (skipped)

++ libsoup-disable-hsts-tests.patch ++
--- /var/tmp/diff_new_pack.0oqro1/_old  2020-04-23 18:27:51.207791060 +0200
+++ /var/tmp/diff_new_pack.0oqro1/_new  2020-04-23 18:27:51.211791068 +0200
@@ -1,7 +1,8 @@
-diff -urp libsoup-2.67.92.orig/tests/meson.build 
libsoup-2.67.92/tests/meson.build
 libsoup-2.67.92.orig/tests/meson.build 2019-08-20 08:06:39.0 
-0500
-+++ libsoup-2.67.92/tests/meson.build  2019-08-30 20:06:14.780598736 -0500
-@@ -24,8 +24,6 @@ tests = [
+Index: libsoup-2.70.0/tests/meson.build
+===
+--- libsoup-2.70.0.orig/tests/meson.build
 libsoup-2.70.0/tests/meson.build
+@@ -35,8 +35,6 @@ tests = [
['date', true, []],
['forms', true, []],
['header-parsing', true, []],

++ libsoup-disable-ssl-tests.patch ++
Index: libsoup-2.70.0/tests/meson.build
===
--- libsoup-2.70.0.orig/tests/meson.build
+++ libsoup-2.70.0/tests/meson.build
@@ -48,7 +48,6 @@ tests = [
   ['server', true, []],
   ['sniffing', true, []],
   ['socket', true, []],
-  ['ssl', true, []],
   ['streaming', true, []],
   ['timeout', true, []],
   ['tld', true, []],
++ libsoup-test-utils-fix.patch ++
>From 3058a0ed3aaf0a54058a96f884b0a73b0cc578a8 Mon Sep 17 00:00:00 2001
From: Simon McVittie 
Date: Wed, 11 Mar 2020 09:16:50 +
Subject: [PATCH] test-utils: Clarify meaning of an environment variable


commit libsoup for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2020-03-03 10:14:25

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


Package is "libsoup"

Tue Mar  3 10:14:25 2020 rev:122 rq:780396 version:2.68.4

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2020-01-28 
10:52:10.120819996 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new.26092/libsoup.changes   
2020-03-03 10:14:29.978434276 +0100
@@ -1,0 +2,9 @@
+Wed Feb 26 08:57:50 UTC 2020 - Bjørn Lie 
+
+- Update to version 2.68.4:
+  + WebSockets:
+- Ensure a new connection is created for WebSocket requests.
+- Do not start the input source when IO is closing.
+  + build: Update glib requirement to 2.58.
+
+---

Old:

  libsoup-2.68.3.tar.xz

New:

  libsoup-2.68.4.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.EzgCTs/_old  2020-03-03 10:14:30.734435840 +0100
+++ /var/tmp/diff_new_pack.EzgCTs/_new  2020-03-03 10:14:30.734435840 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsoup
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   libsoup
-Version:2.68.3
+Version:2.68.4
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later
@@ -32,9 +32,9 @@
 BuildRequires:  meson >= 0.50
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.58.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.58.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.58.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
 BuildRequires:  pkgconfig(gtk-doc) >= 1.20
 BuildRequires:  pkgconfig(krb5)

++ libsoup-2.68.3.tar.xz -> libsoup-2.68.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.68.3/NEWS new/libsoup-2.68.4/NEWS
--- old/libsoup-2.68.3/NEWS 2019-12-04 11:50:12.0 +0100
+++ new/libsoup-2.68.4/NEWS 2020-02-26 00:57:19.838775400 +0100
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.68.3 to 2.68.4:
+
+   * WebSockets: Ensure a new connection is created for WebSocket requests 
[Carlos
+ Garcia Campos]
+
+   * WebSockets: Do not start the input source when IO is closing [Carlos 
Garcia
+ Campos]
+
+   * build: Update glib requirement to 2.58 [Xavier Claessens]
+
 Changes in libsoup from 2.68.2 to 2.68.3:
 
 * Fixes to testing infrastructure [Simon McVittie]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.68.3/libsoup/soup-address.c 
new/libsoup-2.68.4/libsoup/soup-address.c
--- old/libsoup-2.68.3/libsoup/soup-address.c   2019-12-04 11:50:12.0 
+0100
+++ new/libsoup-2.68.4/libsoup/soup-address.c   2020-02-26 00:57:19.842108700 
+0100
@@ -268,7 +268,8 @@
 "Name",
 "Hostname for this address",
 NULL,
-G_PARAM_READWRITE | 
G_PARAM_CONSTRUCT_ONLY));
+G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY 
|
+G_PARAM_STATIC_STRINGS));
/**
 * SOUP_ADDRESS_FAMILY:
 *
@@ -282,7 +283,8 @@
   "Address family for this address",
   SOUP_TYPE_ADDRESS_FAMILY,
   SOUP_ADDRESS_FAMILY_INVALID,
-  G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+  G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
+  G_PARAM_STATIC_STRINGS));
/**
 * SOUP_ADDRESS_PORT:
 *
@@ -295,7 +297,8 @@
  "Port",
  "Port for this address",
  -1, 65535, -1,
- G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_STATIC_STRINGS));
/**
 * SOUP_ADDRESS_PROTOCOL:
 *
@@ -308,7 +311,8 @@
 "Protocol",
   

commit libsoup for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2020-01-28 10:52:07

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


Package is "libsoup"

Tue Jan 28 10:52:07 2020 rev:121 rq:767463 version:2.68.3

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2020-01-13 
22:20:10.090480486 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new.26092/libsoup.changes   
2020-01-28 10:52:10.120819996 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:17:25 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.VSevvM/_old  2020-01-28 10:52:10.740820722 +0100
+++ /var/tmp/diff_new_pack.VSevvM/_new  2020-01-28 10:52:10.744820727 +0100
@@ -63,7 +63,6 @@
 Summary:HTTP client/server library for GNOME
 Group:  Development/Libraries/GNOME
 Requires:   glib-networking >= 2.27.90
-Recommends: %{name}-lang
 # For NTLM single sign on
 Suggests:   samba-winbind
 # Needed for smooth upgrades and to make the lang package installable




commit libsoup for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2020-01-13 22:17:57

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


Package is "libsoup"

Mon Jan 13 22:17:57 2020 rev:120 rq:762895 version:2.68.3

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2020-01-02 
14:40:24.972889857 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new.6675/libsoup.changes
2020-01-13 22:20:10.090480486 +0100
@@ -1,0 +2,5 @@
+Thu Jan  9 08:58:08 UTC 2020 - o...@aepfle.de
+
+- Usage of g_canonicalize_filename requires glib 2.58
+
+---



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.R9cLe7/_old  2020-01-13 22:20:11.222481011 +0100
+++ /var/tmp/diff_new_pack.R9cLe7/_new  2020-01-13 22:20:11.222481011 +0100
@@ -33,7 +33,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.58.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
 BuildRequires:  pkgconfig(gtk-doc) >= 1.20




commit libsoup for openSUSE:Factory

2020-01-02 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2020-01-02 14:40:10

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


Package is "libsoup"

Thu Jan  2 14:40:10 2020 rev:119 rq:758644 version:2.68.3

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2019-12-11 
12:05:30.852730534 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new.6675/libsoup.changes
2020-01-02 14:40:24.972889857 +0100
@@ -1,0 +2,5 @@
+Fri Dec 20 22:17:50 UTC 2019 - o...@aepfle.de
+
+- meson >=0.50 is required for building
+
+---



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.z8SWgb/_old  2020-01-02 14:40:25.560890089 +0100
+++ /var/tmp/diff_new_pack.z8SWgb/_new  2020-01-02 14:40:25.560890089 +0100
@@ -29,7 +29,7 @@
 Patch0: libsoup-disable-hsts-tests.patch
 
 BuildRequires:  glib-networking
-BuildRequires:  meson
+BuildRequires:  meson >= 0.50
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0




commit libsoup for openSUSE:Factory

2019-12-11 Thread root
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 
+
+- 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.0 +0200
+++ new/libsoup-2.68.3/NEWS 2019-12-04 11:50:12.0 +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.0 +0200
+++ new/libsoup-2.68.3/meson.build  2019-12-04 11:50:12.0 +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.0 +0200
+++ new/libsoup-2.68.3/po/zh_TW.po  2019-12-04 11:50:12.0 +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+\n"
-"PO-Revision-Date: 2019-10-08 19:11+0800\n"
+"POT-Creation-Date: 2019-10-10 09:39+\n"
+"PO-Revision-Date: 2019-11-23 14:29+0800\n"
 "Last-Translator: pan93412 \n"
 "Language-Team: Chinese \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
--- 

commit libsoup for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2019-10-17 13:07:28

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


Package is "libsoup"

Thu Oct 17 13:07:28 2019 rev:117 rq:738642 version:2.68.2

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2019-09-17 
13:34:16.601872825 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new.2352/libsoup.changes
2019-10-17 13:07:30.372048158 +0200
@@ -1,0 +2,104 @@
+Tue Oct 15 14:41:04 UTC 2019 - Dominique Leuenberger 
+
+- Disable NTLM for the time being (causes build cycle):
+  + Drop samba-winbind BuildRequires.
+  + Pass -Dntlm=disabled to meson.
+
+---
+Wed Oct  9 10:34:03 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.68.2:
+  + Documentation fixes.
+  + Windows compatibility test fixes.
+  + WebSockets: client_max_window_bits in server must have a value.
+  + build: improve diagnostics when detecting Apache.
+  + NTLM: Make v2 authentication more robust.
+  + Updated translations.
+
+---
+Thu Sep 12 02:05:49 UTC 2019 - Michael Gorse 
+
+- Update to version 2.68.1:
+  + Several memory leaks fixed in tests, examples, and parsing
+code.
+  + SoupServer: Fixes to Windows path handling.
+  + Changes in version 2.68.0:
+  + Updated translations.
+  + Changes in version 2.67.93:
+  + SoupMessage: Handle Transfer-Encoding: identity for
+compatibility reasons.
+  + WebSockets: Only poll IO stream when needed.
+  + WebSockets: Properly set cookies received during handshake.
+  + WebSockets: Plug a couple of memory leaks and fix a few
+read-after-free memory errors.
+  + WebSockets: document how web socket extensions should treat
+buffers in case of error.
+  + SoupSession: Don't reset user GCancellable internally.
+  + Tests: Make tests installable.
+  + Remove deprecate GTimeVal internal usage.
+  + CI: increase coverage by enabling all features during testing.
+  + Updated translations.
+
+---
+Wed Sep 11 15:01:18 UTC 2019 - mgo...@suse.com
+
+- Update to version 2.67.92:
+  + Silence GTimeVal deprecation warnings.
+  + API documentation and annotation fixes.
+  + Plug a couple of NTLM authentication memory leaks.
+  + Meson: Use feature options.
+  + Meson: Do not fallback to system krb5-config for
+cross-compilation.
+  + NTLM: Fix build with NTLM enabled.
+  + Updated translations.
+- Changes from version 2.67.91:
+  + HSTS: New API to retrieve information about existing HSTS
+policies.
+  + Updated translations.
+- Changes from version 2.67.90:
+  + WebSockets: add support for WebSocket extensions via new
+SoupWebsocketExtensionManager and SoupWebsocketExtension API.
+  + WebSockets: add support for the permessage-deflate extension,
+enabled by default in SoupServer and in the client side only if
+SoupWebsocketExtensionManager is added to a session.
+  + WebSockets: Allow sending close frames with no body.
+  + WebSockets: ignore messages after close has been sent and
+received.
+  + Meson: tls-check improved.
+  + Meson: improve Apache checks.
+- Changes from version 2.67.3:
+  + WebSockets: allow sending empty binary data.
+  + WebSockets: fail and load the connection on invalid payload
+length.
+  + WebSockets: allow NULL characters in text messages data.
+  + WebSockets: Close connection on wrongly masked/unmasked frame
+as per RFC.
+  + WebSockets: other code fixes.
+  + NTLM: Fix NTLMv2 authentication.
+  + SoupMessage: fix several deprecation warnings related to
+private data.
+- Changes from version 2.67.2:
+  + gobject-introspection: Fix annotation for soup_auth_new().
+  + brotli: Do not advertise the decoder as it's failing with some
+websites.
+  + Meson: Fix xml2 and sqlite fallbacks.
+  + HSTS: Add SoupHSTSEnforcer:hsts-enforced signal.
+  + HSTS: Fixes to the types used to store policies in the SQLite
+storage.
+  + HSTS: Accept Strict-Transport-Security regardless of casing.
+  + WebSockets: Ensure messages finishes when handshake fails.
+  + WebSockets: Fix critical warnings and test failures.
+- Changes from version 2.67.1:
+  + Add a brotli decoder. This adds a new dependency on libbrotli.
+  + Add strict secure cookies support.
+  + Add HSTS enforcer SoupSession feature (with both memory and
+sqlite backends).
+  + meson gtk-doc documentation fixes.
+- Add libbrotlidec to BuildRequires.
+- Adjust meson: need "enabled" rather than "true" in a few places.
+- Add samba-winbind to BuildRequires: meson checks for ntlm_auth.
+- Meson: doc option is now gtk_doc.
+- Add libsoup-disable-hsts-tests.patch: these 

commit libsoup for openSUSE:Factory

2019-09-17 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2019-09-17 13:34:06

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


Package is "libsoup"

Tue Sep 17 13:34:06 2019 rev:116 rq:730445 version:2.66.3

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2019-05-22 
10:56:10.838998060 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new.7948/libsoup.changes
2019-09-17 13:34:16.601872825 +0200
@@ -1,0 +2,8 @@
+Wed Sep 11 15:01:17 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.66.3:
+  + docs: various gtk-doc fixes.
+  + SoupServer: Fixes to Windows path handling.
+- Update options passed to meson following upstream changes.
+
+---

Old:

  libsoup-2.66.2.tar.xz

New:

  libsoup-2.66.3.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.n6jjzA/_old  2019-09-17 13:34:18.461872528 +0200
+++ /var/tmp/diff_new_pack.n6jjzA/_new  2019-09-17 13:34:18.465872527 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsoup
-Version:2.66.2
+Version:2.66.3
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later
@@ -122,7 +122,7 @@
-Dgssapi=true \
-Dkrb5_config='%{_libexecdir}/mit/bin/krb5-config' \
-Dvapi=true \
-   -Ddoc=true \
+   -Dgtk_doc=true \
%{nil}
 %meson_build
 

++ libsoup-2.66.2.tar.xz -> libsoup-2.66.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.2/NEWS new/libsoup-2.66.3/NEWS
--- old/libsoup-2.66.2/NEWS 2019-05-15 15:36:29.0 +0200
+++ new/libsoup-2.66.3/NEWS 2019-09-11 15:53:38.0 +0200
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.66.2 to 2.66.3:
+
+* docs: varios gtk-doc fixes [Claudio Saavedra]
+
+* SoupServer: Fixes to Windows path handling [Ignacio Casal Quinteiro]
+
 Changes in libsoup from 2.66.1 to 2.66.2:
 
* Make gettext optional (might not be available in Windows)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.2/docs/reference/meson.build 
new/libsoup-2.66.3/docs/reference/meson.build
--- old/libsoup-2.66.2/docs/reference/meson.build   2019-05-15 
15:36:29.0 +0200
+++ new/libsoup-2.66.3/docs/reference/meson.build   2019-09-11 
15:53:38.0 +0200
@@ -55,8 +55,9 @@
 
 gnome.gtkdoc('libsoup-2.4',
   main_sgml : 'libsoup-2.4-docs.sgml',
-  src_dir : join_paths(meson.source_root(), 'libsoup'),
+  src_dir : srcdir,
   ignore_headers : ignore_headers,
+  namespace : 'soup',
   mkdb_args : mkdb_args,
   scan_args : scan_args,
   dependencies : libsoup_dep,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.2/libsoup/soup-server.c 
new/libsoup-2.66.3/libsoup/soup-server.c
--- old/libsoup-2.66.2/libsoup/soup-server.c2019-05-15 15:36:29.0 
+0200
+++ new/libsoup-2.66.3/libsoup/soup-server.c2019-09-11 15:53:38.0 
+0200
@@ -1303,7 +1303,15 @@
decoded_path = soup_uri_decode (uri->path);
 
if (strstr (decoded_path, "/../") ||
-   g_str_has_suffix (decoded_path, "/..")) {
+   g_str_has_suffix (decoded_path, "/..")
+#ifdef G_OS_WIN32
+   ||
+   strstr (decoded_path, "\\..\\") ||
+   strstr (decoded_path, "/..\\") ||
+   strstr (decoded_path, "\\../") ||
+   g_str_has_suffix (decoded_path, "\\..")
+#endif
+   ) {
/* Introducing new ".." segments is not allowed */
g_free (decoded_path);
soup_message_set_status (msg, SOUP_STATUS_BAD_REQUEST);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.2/meson.build 
new/libsoup-2.66.3/meson.build
--- old/libsoup-2.66.2/meson.build  2019-05-15 15:36:29.0 +0200
+++ new/libsoup-2.66.3/meson.build  2019-09-11 15:53:38.0 +0200
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-version: '2.66.2',
+version: '2.66.3',
 meson_version : '>=0.48',
 license : 'LGPL2',
 default_options : 'c_std=c89')
@@ -321,6 +321,7 @@
   subdir('tests')
  endif
 
-if get_option('doc')
+if get_option('gtk_doc')
+  srcdir = include_directories('libsoup')
   subdir('docs/reference')
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.2/meson_options.txt 

commit libsoup for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2019-05-22 10:56:09

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


Package is "libsoup"

Wed May 22 10:56:09 2019 rev:115 rq:704194 version:2.66.2

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2019-05-03 
22:11:14.967374513 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new.5148/libsoup.changes
2019-05-22 10:56:10.838998060 +0200
@@ -1,0 +2,10 @@
+Thu May 16 20:06:25 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.66.2:
+  + Make gettext optional (might not be available in Windows).
+  + MSVC: set encoding to UTF-8 to avoid errors.
+  + MinGW tests build fix.
+  + Check for TLS support only when external glib dependency is
+available.
+
+---

Old:

  libsoup-2.66.1.tar.xz

New:

  libsoup-2.66.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.cQ2Dbu/_old  2019-05-22 10:56:11.466997595 +0200
+++ /var/tmp/diff_new_pack.cQ2Dbu/_new  2019-05-22 10:56:11.470997592 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsoup
-Version:2.66.1
+Version:2.66.2
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later

++ libsoup-2.66.1.tar.xz -> libsoup-2.66.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.1/NEWS new/libsoup-2.66.2/NEWS
--- old/libsoup-2.66.1/NEWS 2019-04-09 10:43:30.0 +0200
+++ new/libsoup-2.66.2/NEWS 2019-05-15 15:36:29.0 +0200
@@ -1,3 +1,15 @@
+Changes in libsoup from 2.66.1 to 2.66.2:
+
+   * Make gettext optional (might not be available in Windows)
+ [Seungha Yang]
+
+   * MSVC: set encoding to UTF-8 to avoid errors [Seungha Yang]
+
+   * MinGW tests build fix [Tomas Popela]
+
+   * Check for TLS support only when external glib dependency is available
+ [Seungha Yang]
+
 Changes in libsoup from 2.66.0 to 2.66.1:
 
 * Fix dylib versioning in MacOS [Tom Schoonjans]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.1/examples/meson.build 
new/libsoup-2.66.2/examples/meson.build
--- old/libsoup-2.66.1/examples/meson.build 2019-04-09 10:43:30.0 
+0200
+++ new/libsoup-2.66.2/examples/meson.build 2019-05-15 15:36:29.0 
+0200
@@ -1,5 +1,5 @@
 deps = [
-  glib_dep,
+  glib_deps,
   libsoup_dep
 ]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.1/libsoup/meson.build 
new/libsoup-2.66.2/libsoup/meson.build
--- old/libsoup-2.66.1/libsoup/meson.build  2019-04-09 10:43:30.0 
+0200
+++ new/libsoup-2.66.2/libsoup/meson.build  2019-05-15 15:36:29.0 
+0200
@@ -216,7 +216,7 @@
 ]
 
 deps = [
-  glib_dep,
+  glib_deps,
   libxml_dep,
   sqlite_dep,
   libpsl_dep,
@@ -236,7 +236,7 @@
   dependencies : deps)
 
 pkg.generate(libsoup,
-  libraries : glib_dep,
+  libraries : glib_deps,
   name : meson.project_name(),
   description : 'A glib-based HTTP library',
   filebase : libsoup_api_name,
@@ -246,7 +246,7 @@
 libsoup_dep = declare_dependency(link_with : libsoup,
   include_directories : configinc,
   sources : soup_enum_h,
-  dependencies : glib_dep)
+  dependencies : [ platform_deps, glib_deps ])
 
 if enable_gnome
   soup_gnome_api_name = 'soup-gnome-' + apiversion
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.1/meson.build 
new/libsoup-2.66.2/meson.build
--- old/libsoup-2.66.1/meson.build  2019-04-09 10:43:30.0 +0200
+++ new/libsoup-2.66.2/meson.build  2019-05-15 15:36:29.0 +0200
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-version: '2.66.1',
+version: '2.66.2',
 meson_version : '>=0.48',
 license : 'LGPL2',
 default_options : 'c_std=c89')
@@ -39,6 +39,9 @@
 # Enable extra warnings if compiler supports them.
 if cc.get_id() == 'msvc'
   common_flags += ['/FImsvc_recommended_pragmas.h']
+
+  # set the input encoding to utf-8
+  add_project_arguments(cc.get_supported_arguments(['/utf-8']), language: 'c')
 else
   test_cflags = [
   '-Wall',
@@ -65,12 +68,14 @@
 add_project_arguments(common_flags, language : 'c')
 
 glib_required_version = '>= 2.38'
-glib_dep = [dependency('glib-2.0', version : glib_required_version,
-   fallback: ['glib', 'libglib_dep']),
-dependency('gobject-2.0', version : glib_required_version,
-   fallback: 

commit libsoup for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2019-05-03 22:11:13

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


Package is "libsoup"

Fri May  3 22:11:13 2019 rev:114 rq:695692 version:2.66.1

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2019-04-03 
09:25:32.195745194 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new.5148/libsoup.changes
2019-05-03 22:11:14.967374513 +0200
@@ -1,0 +2,11 @@
+Wed Apr 10 08:23:45 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.66.1:
+  + Fix dylib versioning in MacOS.
+  + Visual Studio build fixes.
+  + MinGW build fixes.
+  + Meson build system improvements.
+  + Fix random CI failures due to parallel apache tests.
+  + Code cleanups.
+
+---

Old:

  libsoup-2.66.0.tar.xz

New:

  libsoup-2.66.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.xOMlcf/_old  2019-05-03 22:11:15.415375371 +0200
+++ /var/tmp/diff_new_pack.xOMlcf/_new  2019-05-03 22:11:15.419375379 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsoup
-Version:2.66.0
+Version:2.66.1
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later

++ libsoup-2.66.0.tar.xz -> libsoup-2.66.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.0/NEWS new/libsoup-2.66.1/NEWS
--- old/libsoup-2.66.0/NEWS 2019-03-12 08:57:58.0 +0100
+++ new/libsoup-2.66.1/NEWS 2019-04-09 10:43:30.0 +0200
@@ -1,3 +1,17 @@
+Changes in libsoup from 2.66.0 to 2.66.1:
+
+* Fix dylib versioning in MacOS [Tom Schoonjans]
+
+* Visual Studio build fixes [Chun-wei Fan]
+
+* MinGW build fixes [Руслан Ижбулатов]
+
+* Meson build system improvements [Claudio Saavedra, Jakub Adam]
+
+* Fix random CI failures due to parallel apache tests [Claudio 
Saavedra]
+
+* Code cleanups [Claudio Saavedra]
+
 Changes in libsoup from 2.65.92 to 2.66.0:
 
 * Fix lookup for libxml2 on Visual Studio builds [Chun-wei Fan]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.0/libsoup/meson.build 
new/libsoup-2.66.1/libsoup/meson.build
--- old/libsoup-2.66.0/libsoup/meson.build  2019-03-12 08:57:58.0 
+0100
+++ new/libsoup-2.66.1/libsoup/meson.build  2019-04-09 10:43:30.0 
+0200
@@ -229,6 +229,7 @@
   soup_enums,
   version : libversion,
   soversion : soversion,
+  darwin_versions: darwin_versions,
   c_args : libsoup_c_args + hidden_visibility_flag,
   include_directories : configinc,
   install : true,
@@ -260,6 +261,7 @@
 soup_gnome_sources + soup_gnome_headers,
 version : libversion,
 soversion : soversion,
+darwin_versions: darwin_versions,
 c_args : libsoup_c_args + hidden_visibility_flag,
 include_directories : configinc,
 install : true,
@@ -288,6 +290,7 @@
   soup_enum_h,
   soup_version_h
 ],
+dependencies : libsoup_dep,
 nsversion : apiversion,
 namespace : soup_ns,
 symbol_prefix : soup_ns.to_lower(),
@@ -299,9 +302,8 @@
 header: join_paths(meson.project_name(), 'soup.h'),
   )
 
-  soup_gir_gen_dep = declare_dependency(link_with : libsoup,
-include_directories : configinc,
-dependencies : deps,
+  soup_gir_gen_dep = declare_dependency(
+dependencies : libsoup_dep,
 sources : soup_gir_gen_sources)
 
   if enable_vapi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.66.0/libsoup/soup-auth-ntlm.c 
new/libsoup-2.66.1/libsoup/soup-auth-ntlm.c
--- old/libsoup-2.66.0/libsoup/soup-auth-ntlm.c 2019-03-12 08:57:58.0 
+0100
+++ new/libsoup-2.66.1/libsoup/soup-auth-ntlm.c 2019-04-09 10:43:30.0 
+0200
@@ -812,7 +812,18 @@
hex_pos = hmac_hex;
for (count = 0; count < HMAC_MD5_LENGTH; count++)
{
+   /* The 'hh' sscanf format modifier is C99, so we enable it on
+* non-Windows or if __USE_MINGW_ANSI_STDIO is enabled or`
+* if we are building on Visual Studio 2015 or later
+*/
+#if !defined (G_OS_WIN32) || (__USE_MINGW_ANSI_STDIO == 1) || (_MSC_VER >= 
1900)
sscanf(hex_pos, "%2hhx", [count]);
+#else
+   unsigned int tmp_hmac;
+   sscanf(hex_pos, "%2x", _hmac);
+   hmac[count] = (guint8)tmp_hmac;
+#endif
+
hex_pos += 2;
}
g_free(hmac_hex);
diff -urN '--exclude=CVS' 

commit libsoup for openSUSE:Factory

2019-04-03 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2019-04-03 09:25:29

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


Package is "libsoup"

Wed Apr  3 09:25:29 2019 rev:113 rq:688444 version:2.66.0

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-11-08 
09:44:30.517379955 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new.25356/libsoup.changes   
2019-04-03 09:25:32.195745194 +0200
@@ -1,0 +2,58 @@
+Tue Mar 12 08:08:48 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.66.0:
+  + Fix lookup for libxml2 on Visual Studio builds.
+- Add meson_test macro in check section, run tests during build.
+
+---
+Tue Mar  5 09:20:22 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.65.92:
+  + SoupConnection: Fix check for remote disconnectin idle state.
+  + Code cleanups and warnings fixed.
+  + Remove stale .pc.in files.
+  + Updated translations.
+
+---
+Wed Feb 20 19:44:58 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.65.91:
+  + Remove RFCs from sources.
+
+---
+Wed Feb 13 23:52:54 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.65.90:
+  + Avoid using threads in SoupRequestFile asynchronous API.
+
+---
+Wed Feb  6 22:01:59 UTC 2019 - bjorn@gmail.com
+
+- Fix translation-update-upstream call, needed after update of
+  translation-update-upstream in distro.
+
+---
+Mon Jan 21 11:42:39 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.65.2:
+  + Remove autotools build system and change to meson by default.
+  + Many fixes to Meson.
+  + Improvements to the continuous integration infrastructure
+  + Make sure SoupSession features are not disposed until all
+pending messages are processed.
+  + Updated translations.
+
+---
+Thu Jan  3 22:41:48 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.65.1:
+  + Added MTLMv2 responses support.
+  + Many fixes to the meson build system.
+  + Remove Visual Studio project files.
+  + Enable VAPI by default.
+  + New strict header field parameter parsing API.
+  + Code cleanups.
+  + Updated translations.
+- Drop meson and apidocs beconds and conditionals, fixed upstream.
+
+---

Old:

  libsoup-2.64.2.tar.xz

New:

  libsoup-2.66.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.cqaXnk/_old  2019-04-03 09:25:32.683745424 +0200
+++ /var/tmp/diff_new_pack.cqaXnk/_new  2019-04-03 09:25:32.683745424 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsoup
 #
-# 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
@@ -16,24 +16,16 @@
 #
 
 
-# Meson is currently (2.63.92) generating wrong capability provision,
-# libsoup-2.4.so.0() when libsop-2.4.so.1() is expected,
-# see https://gitlab.gnome.org/GNOME/libsoup/issues/9
-%bcond_with meson
-# API docs are currently (2.63.91) failing with meson,
-# see https://gitlab.gnome.org/GNOME/libsoup/issues/8, the issue is
-# fixed already. At next released tarball remove this conditional and
-# enable docs.
-%bcond_without  apidocs
 Name:   libsoup
-Version:2.64.2
+Version:2.66.0
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
 URL:https://wiki.gnome.org/Projects/libsoup
-Source: 
https://download.gnome.org/sources/libsoup/2.64/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/libsoup/2.66/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+
 BuildRequires:  glib-networking
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -42,6 +34,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
+BuildRequires:  pkgconfig(gtk-doc) >= 1.20
 BuildRequires:  pkgconfig(krb5)
 BuildRequires:  pkgconfig(libpsl) >= 0.20
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -49,9 +42,6 @@
 BuildRequires:  pkgconfig(vapigen)
 # We do not need these dependencies needed 

commit libsoup for openSUSE:Factory

2018-11-08 Thread root
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 - bjorn@gmail.com
+
+- 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.0 +0200
+++ new/libsoup-2.64.2/NEWS 2018-10-22 18:14:35.0 +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.0 +0200
+++ new/libsoup-2.64.2/config.h.win32   2018-10-22 18:12:52.0 +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.0 +0200
+++ new/libsoup-2.64.2/configure.ac 2018-10-22 18:12:28.0 +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.0 +0200
+++ new/libsoup-2.64.2/docs/reference/html/SoupCookie.html  2018-10-22 
18:15:15.0 +0200
@@ -304,7 +304,7 @@
 
 
 Object Hierarchy
-GBoxed
+GBoxed
 ╰── SoupCookie
 
 
diff -urN 

commit libsoup for openSUSE:Factory

2018-10-17 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-10-17 08:16:45

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


Package is "libsoup"

Wed Oct 17 08:16:45 2018 rev:111 rq:638687 version:2.64.1

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-08-17 
23:59:42.110287594 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-10-17 
08:16:49.194983549 +0200
@@ -1,0 +2,56 @@
+Wed Sep 26 17:28:42 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.64.1:
+  + Many fixes to the meson build system (which, by the way, is NOT
+official yet).
+  + Updated translations.
+- Changes from version 2.64.0:
+  + Many fixes to the meson build system.
+  + Updated translations.
+
+---
+Sun Sep  2 02:48:35 UTC 2018 - luc1...@linuxmail.org
+
+- Conditionalize meson use: it's currently providing wrong
+  capability leading to every package autodepending on
+  libsoup-2.4.so.1() capability to get "Unresolvable"
+  (glgo#GNOME/libsoup#9).
+
+---
+Wed Aug 29 23:23:49 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.63.92:
+  + Updated translations.
+- Add:
+  + meson BuildRequires and replace configure/make/make_install/\
+make_check with meson/meson_build/meson_install/meson_test
+macros to follow upstream's build system port to Meson.
+  + libsoup-add-missing-po-meson_build.patch
+(glgo#GNOME/libsoup#6).
+- Drop no longer needed intltool BuildRequires: upstream migrated
+  to Gettext.
+- Conditionalize build of API docs: they are currently failing
+  (glgo#GNOME/libsoup#8).
+- Enable tests run to increase QA of package.
+
+---
+Thu Aug 16 12:37:13 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.63.91:
+  + Simplify soup_hosts_matches_host().
+  + Add new tests for trailing dots in domain names.
+  + Updated translations.
+
+---
+Fri Aug 10 09:18:47 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.63.90:
+  + Set default cookie path for NULL origins.
+  + Fixes to GObject-introspection.
+  + Use atomic-refcounting in classes that are not using
+GObject-refcounting.
+  + Many Coverity-found code fixes.
+  + Bail out on cookie-jar calls with empty hostnames.
+  + Fixes to the simple-httpd example.
+
+---
@@ -17,0 +74,34 @@
+
+---
+Sun Jun  3 00:26:30 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.63.2:
+  + Fix critical warning in SoupSocket.
+  + Updated translations.
+
+---
+Sun May 13 23:29:35 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.63.1:
+  + Fix digest authentication with encoded URIs (bgo#794208).
+  + Avoid unaligned memory accesses in WebSocket implementation
+(bgo#794421).
+  + Fix crash under soup_socket_new() (bgo#762138).
+  + Use libpsl for the SoupTLD API instead of shipping a copy of
+the public-suffix list (bgo#769650).
+  + Introspection documentation fixes (bgo#795135).
+  + Minor cleanups and fixes.
+  + Updated translations.
+- Add:
+  + pkgconfig(libpsl) BuildRequires: new dependency.
+  + pkgconfig(glib-2.0) BuildRequires to avoid implicit
+dependencies.
+- Drop:
+  + glib-networking BuildRequires: this is actually a runtime
+requirement only.
+  + python3-base BuildRequires: aside from being an implicit
+dependency, this is only required when using apache-httpd
+configure option for using a python script to get the Apache
+modules directories.
+  + libsoup-SoupCookie-fix-instrospection-annotation.patch: fixed
+upstream.

Old:

  libsoup-2.62.3.tar.xz

New:

  libsoup-2.64.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.dLfBHQ/_old  2018-10-17 08:16:50.166983114 +0200
+++ /var/tmp/diff_new_pack.dLfBHQ/_new  2018-10-17 08:16:50.170983112 +0200
@@ -12,35 +12,46 @@
 # 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/
 #
 
 
+# Meson is currently (2.63.92) generating wrong capability provision,
+# libsoup-2.4.so.0() when libsop-2.4.so.1() is expected,
+# see https://gitlab.gnome.org/GNOME/libsoup/issues/9
+%bcond_with meson
+# 

commit libsoup for openSUSE:Factory

2018-08-17 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-08-17 23:59:29

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


Package is "libsoup"

Fri Aug 17 23:59:29 2018 rev:110 rq:628622 version:2.62.3

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-07-23 
17:58:03.525150779 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-08-17 
23:59:42.110287594 +0200
@@ -1,0 +2,12 @@
+Fri Aug 10 09:01:14 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.62.3:
+  + Check for trailing dots in domains.
+  + Set default cookie path for NULL origins.
+  + Use atomic-refcounting in classes that are not using
+GObject-refcounting.
+  + Many Coverity-found code fixes.
+  + Bail out on cookie-jar calls with empty hostnames.
+- Drop libsoup-boo1100097-empty-string.patch: Fixed upstream.
+
+---

Old:

  libsoup-2.62.2.tar.xz
  libsoup-boo1100097-empty-string.patch

New:

  libsoup-2.62.3.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.MJwL4l/_old  2018-08-17 23:59:42.490288725 +0200
+++ /var/tmp/diff_new_pack.MJwL4l/_new  2018-08-17 23:59:42.490288725 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsoup
-Version:2.62.2
+Version:2.62.3
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later
@@ -25,8 +25,6 @@
 URL:https://wiki.gnome.org/Projects/libsoup
 Source: 
http://download.gnome.org/sources/libsoup/2.62/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM libsoup-boo1100097-empty-string.patch boo#1100097 
mgo...@suse.com -- fix crash when handling empty hostnames (CVE-2018-12910).
-Patch0: libsoup-boo1100097-empty-string.patch
 
 BuildRequires:  glib-networking
 BuildRequires:  intltool >= 0.35.0
@@ -117,7 +115,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
 %configure\

++ libsoup-2.62.2.tar.xz -> libsoup-2.62.3.tar.xz ++
 1622 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.62.2/NEWS new/libsoup-2.62.3/NEWS
--- old/libsoup-2.62.2/NEWS 2018-05-07 14:27:01.0 +0200
+++ new/libsoup-2.62.3/NEWS 2018-08-10 09:56:44.0 +0200
@@ -1,3 +1,15 @@
+Changes in libsoup from 2.62.2 to 2.62.3:
+
+   * Check for trailing dots in domains [#5, Claudio Saavedra]
+   * Set default cookie path for NULL origins [#1, Adrian Perez de Castro]
+   * Use atomic-refcounting in classes that are not using 
GObject-refcounting
+ [bgo#785110, Edward Hervey]
+   * Many Coverity-found code fixes [bgo#781771, Milan Crha]
+   * Bail out on cookie-jar calls with empty hostnames [#3, Michael 
Catanzaro]
+
+   Note: from now onwards bgo# references bugs in GNOME Bugzilla
+   and # issues in GNOME gitlab.
+
 Changes in libsoup from 2.62.1 to 2.62.2:
 
* Fixes to instrospection annotation [#795135,
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.62.2/config.h.win32 new/libsoup-2.62.3/config.h.win32
--- old/libsoup-2.62.2/config.h.win32   2018-05-07 14:27:40.0 +0200
+++ new/libsoup-2.62.3/config.h.win32   2018-08-10 10:43:29.0 +0200
@@ -87,7 +87,7 @@
 #define PACKAGE_NAME "libsoup"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libsoup 2.62.2"
+#define PACKAGE_STRING "libsoup 2.62.3"
 
 /* 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.62.2"
+#define PACKAGE_VERSION "2.62.3"
 
 /* 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 

commit libsoup for openSUSE:Factory

2018-07-23 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-07-23 17:58:00

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


Package is "libsoup"

Mon Jul 23 17:58:00 2018 rev:109 rq:624334 version:2.62.2

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-05-10 
15:47:26.653564485 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-07-23 
17:58:03.525150779 +0200
@@ -1,0 +2,6 @@
+Fri Jul 20 19:16:31 UTC 2018 - mgo...@suse.com
+
+- Add libsoup-boo1100097-empty-string.patch: fix crash when
+  handling empty hostnames (boo#1100097 CVE-2018-12910).
+
+---

New:

  libsoup-boo1100097-empty-string.patch



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.nbsudL/_old  2018-07-23 17:58:04.229149900 +0200
+++ /var/tmp/diff_new_pack.nbsudL/_new  2018-07-23 17:58:04.229149900 +0200
@@ -25,6 +25,8 @@
 URL:https://wiki.gnome.org/Projects/libsoup
 Source: 
http://download.gnome.org/sources/libsoup/2.62/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM libsoup-boo1100097-empty-string.patch boo#1100097 
mgo...@suse.com -- fix crash when handling empty hostnames (CVE-2018-12910).
+Patch0: libsoup-boo1100097-empty-string.patch
 
 BuildRequires:  glib-networking
 BuildRequires:  intltool >= 0.35.0
@@ -115,6 +117,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
 %configure\

++ libsoup-boo1100097-empty-string.patch ++
>From db2b0d5809d5f8226d47312b40992cadbcde439f Mon Sep 17 00:00:00 2001
From: Michael Catanzaro 
Date: Sun, 24 Jun 2018 19:46:19 -0500
Subject: [PATCH] cookie-jar: bail if hostname is an empty string

There are several other ways to fix the problem with this function, but
skipping over all of the code is probably the simplest.

Fixes #3
---
 libsoup/soup-cookie-jar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsoup/soup-cookie-jar.c b/libsoup/soup-cookie-jar.c
index 2369c8a7..b2b78909 100644
--- a/libsoup/soup-cookie-jar.c
+++ b/libsoup/soup-cookie-jar.c
@@ -307,7 +307,7 @@ get_cookies (SoupCookieJar *jar, SoupURI *uri, gboolean 
for_http, gboolean copy_
 
priv = soup_cookie_jar_get_instance_private (jar);
 
-   if (!uri->host)
+   if (!uri->host || !uri->host[0])
return NULL;
 
/* The logic here is a little weird, but the plan is that if
-- 
2.18.0




commit libsoup for openSUSE:Factory

2018-05-10 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-05-10 15:47:21

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


Package is "libsoup"

Thu May 10 15:47:21 2018 rev:108 rq:605355 version:2.62.2

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-04-27 
16:00:13.402320753 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-05-10 
15:47:26.653564485 +0200
@@ -1,0 +2,14 @@
+Tue May  8 10:00:47 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.62.2:
+  + Fixes to instrospection annotation (bgo#795135).
+  + Fixes to the test suite with PHP version >= 7.2 (bgo#795111).
+  + Critical warning fixes to SoupSocket.
+  + Updated translations.
+- Drop upstream fixed patches:
+  + libsoup-SoupCookie-fix-instrospection-annotation.patch
+(bgo#795135).
+  + libsoup-xmlrpc-server-dont-count-null.patch (bgo#795111).
+  + libsoup-soup-socket-fix-critical-warning.patch.
+
+---

Old:

  libsoup-2.62.1.tar.xz
  libsoup-SoupCookie-fix-instrospection-annotation.patch
  libsoup-soup-socket-fix-critical-warning.patch
  libsoup-xmlrpc-server-dont-count-null.patch

New:

  libsoup-2.62.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.bocHhu/_old  2018-05-10 15:47:27.197544548 +0200
+++ /var/tmp/diff_new_pack.bocHhu/_new  2018-05-10 15:47:27.197544548 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsoup
-Version:2.62.1
+Version:2.62.2
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later
@@ -25,12 +25,7 @@
 URL:https://wiki.gnome.org/Projects/libsoup
 Source: 
http://download.gnome.org/sources/libsoup/2.62/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM libsoup-SoupCookie-fix-instrospection-annotation.patch 
bgo#795135 -- SoupCookie: fix the instrospection annotation for get_expires()
-Patch0: libsoup-SoupCookie-fix-instrospection-annotation.patch
-# PATCH-FIX-UPSTREAM libsoup-xmlrpc-server-dont-count-null.patch bgo#795111 -- 
xmlrpc-server.php: Don't try to count NULL params
-Patch1: libsoup-xmlrpc-server-dont-count-null.patch
-# PATCH-FIX-UPSTREAM libsoup-soup-socket-fix-critical-warning.patch -- 
soup-socket: fix critical warning when the peer-certificate changes after 
disconnect
-Patch2: libsoup-soup-socket-fix-critical-warning.patch
+
 BuildRequires:  glib-networking
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  pkgconfig
@@ -120,9 +115,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure\

++ libsoup-2.62.1.tar.xz -> libsoup-2.62.2.tar.xz ++
 3598 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2018-04-27 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-04-27 16:00:11

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


Package is "libsoup"

Fri Apr 27 16:00:11 2018 rev:107 rq:600994 version:2.62.1

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-04-19 
15:22:45.935457594 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-04-27 
16:00:13.402320753 +0200
@@ -1,0 +2,9 @@
+Wed Apr 25 11:29:38 UTC 2018 - bjorn@gmail.com
+
+- Add upstream bug fix patches:
+  + libsoup-SoupCookie-fix-instrospection-annotation.patch
+(bgo#795135).
+  + libsoup-xmlrpc-server-dont-count-null.patch (bgo#795111).
+  + libsoup-soup-socket-fix-critical-warning.patch.
+
+---

New:

  libsoup-SoupCookie-fix-instrospection-annotation.patch
  libsoup-soup-socket-fix-critical-warning.patch
  libsoup-xmlrpc-server-dont-count-null.patch



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.IoAuUC/_old  2018-04-27 16:00:13.914301961 +0200
+++ /var/tmp/diff_new_pack.IoAuUC/_new  2018-04-27 16:00:13.918301815 +0200
@@ -25,6 +25,12 @@
 URL:https://wiki.gnome.org/Projects/libsoup
 Source: 
http://download.gnome.org/sources/libsoup/2.62/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM libsoup-SoupCookie-fix-instrospection-annotation.patch 
bgo#795135 -- SoupCookie: fix the instrospection annotation for get_expires()
+Patch0: libsoup-SoupCookie-fix-instrospection-annotation.patch
+# PATCH-FIX-UPSTREAM libsoup-xmlrpc-server-dont-count-null.patch bgo#795111 -- 
xmlrpc-server.php: Don't try to count NULL params
+Patch1: libsoup-xmlrpc-server-dont-count-null.patch
+# PATCH-FIX-UPSTREAM libsoup-soup-socket-fix-critical-warning.patch -- 
soup-socket: fix critical warning when the peer-certificate changes after 
disconnect
+Patch2: libsoup-soup-socket-fix-critical-warning.patch
 BuildRequires:  glib-networking
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  pkgconfig
@@ -114,6 +120,9 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure\

++ libsoup-SoupCookie-fix-instrospection-annotation.patch ++
>From eba6193cd1235a2ae2c08a09c1564bef3faf0fdd Mon Sep 17 00:00:00 2001
From: Claudio Saavedra 
Date: Wed, 11 Apr 2018 11:10:34 +0300
Subject: SoupCookie: fix the instrospection annotation for get_expires()

The value returned can be NULL so reflect that in the introspection
annotation.

https://bugzilla.gnome.org/show_bug.cgi?id=795135
---
 libsoup/soup-cookie.c | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libsoup/soup-cookie.c b/libsoup/soup-cookie.c
index d97b23f..1d0dde3 100644
--- a/libsoup/soup-cookie.c
+++ b/libsoup/soup-cookie.c
@@ -598,10 +598,11 @@ soup_cookie_set_max_age (SoupCookie *cookie, int max_age)
  * soup_cookie_get_expires:
  * @cookie: a #SoupCookie
  *
- * Gets @cookie's expiration time
+ * Gets @cookie's expiration time.
  *
- * Return value: (transfer none): @cookie's expiration time, which is
- * owned by @cookie and should not be modified or freed.
+ * Return value: (nullable) (transfer none): @cookie's expiration
+ * time, which is owned by @cookie and should not be modified or
+ * freed.
  *
  * Since: 2.32
  **/
-- 
cgit v0.12

++ libsoup-soup-socket-fix-critical-warning.patch ++
>From 703b9eb0760e3d7d4e1a87ad79812258ca7d4960 Mon Sep 17 00:00:00 2001
From: Carlos Garcia Campos 
Date: Fri, 20 Apr 2018 12:14:55 +0200
Subject: soup-socket: fix critical warning when the peer-certificate changes
 after disconnect

(process:15586): GLib-GIO-CRITICAL **: 12:14:39.627: 
g_tls_connection_get_peer_certificate_errors: assertion 'G_IS_TLS_CONNECTION 
(conn)' failed

We should disconnect the signal on disconnect_internal before clearing
the connection object.
---
 libsoup/soup-socket.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libsoup/soup-socket.c b/libsoup/soup-socket.c
index 5363dc7..311c627 100644
--- a/libsoup/soup-socket.c
+++ b/libsoup/soup-socket.c
@@ -188,6 +188,7 @@ disconnect_internal (SoupSocket *sock, gboolean close)
g_clear_object (>gsock);
if (priv->conn && close) {
g_io_stream_close (priv->conn, NULL, NULL);
+   g_signal_handlers_disconnect_by_data (priv->conn, sock);
g_clear_object (>conn);
}
 
-- 
cgit v0.12

++ libsoup-xmlrpc-server-dont-count-null.patch ++
>From 45526b6b26a118ff7d91d587e89fff779b2a97a0 Mon Sep 17 00:00:00 2001

commit libsoup for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-04-19 15:22:44

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


Package is "libsoup"

Thu Apr 19 15:22:44 2018 rev:106 rq:596132 version:2.62.1

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-03-26 
12:40:41.917773874 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-04-19 
15:22:45.935457594 +0200
@@ -1,0 +2,11 @@
+Mon Apr  9 20:58:45 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.62.1:
+  + Fix digest authentication with encoded URIs (bgo#794208).
+  + Avoid unaligned memory accesses in WebSocket implementation
+(bgo#794421).
+  + Use base domain to decide if cookies are third-party
+(bgo#792130).
+  + Fix crash under soup_socket_new() (bgo#762138).
+
+---

Old:

  libsoup-2.62.0.tar.xz

New:

  libsoup-2.62.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.3dS9az/_old  2018-04-19 15:22:46.571431921 +0200
+++ /var/tmp/diff_new_pack.3dS9az/_new  2018-04-19 15:22:46.571431921 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsoup
-Version:2.62.0
+Version:2.62.1
 Release:0
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1-or-later

++ libsoup-2.62.0.tar.xz -> libsoup-2.62.1.tar.xz ++
 18517 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-03-26 12:40:40

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


Package is "libsoup"

Mon Mar 26 12:40:40 2018 rev:105 rq:589976 version:2.62.0

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-03-14 
19:29:28.713572539 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-03-26 
12:40:41.917773874 +0200
@@ -1,0 +2,7 @@
+Tue Mar 20 16:59:51 UTC 2018 - dims...@opensuse.org
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+---



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.OOYxKg/_old  2018-03-26 12:40:43.237726153 +0200
+++ /var/tmp/diff_new_pack.OOYxKg/_new  2018-03-26 12:40:43.257725430 +0200
@@ -29,6 +29,7 @@
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
+BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
@@ -37,9 +38,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(vapigen)
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 # We do not need these dependencies needed only for tests.
 #BuildRequires:  apache2-mod_php5 php5-xmlrpc
 
@@ -115,9 +113,7 @@
 
 %prep
 %setup -q
-%if !0%{?is_opensuse}
 translation-update-upstream
-%endif
 
 %build
 %configure\




commit libsoup for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-03-14 19:29:24

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


Package is "libsoup"

Wed Mar 14 19:29:24 2018 rev:104 rq:586223 version:2.62.0

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2018-01-25 
12:37:59.437806279 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-03-14 
19:29:28.713572539 +0100
@@ -1,0 +2,55 @@
+Mon Mar 12 19:24:26 UTC 2018 - dims...@opensuse.org
+
+- Update to version 2.62.0:
+  + Updated translations.
+
+---
+Mon Mar  5 19:07:04 UTC 2018 - dims...@opensuse.org
+
+- Update to version 2.61.91:
+  + Add limit to header length to avoid DOS attacks (bgo#792173).
+  + Update the public-suffix list.
+  + Revert "cookie-jar: use base domain to decide if cookie is
+third party" (bgo#792130).
+
+---
+Wed Feb 28 16:36:32 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
+Tue Feb  6 03:17:15 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.61.90:
+  + Various improvements to the WebSocket implementation
+(bgo#792113).
+  + cookie-jar: use base domain to decide if cookie is third party
+(bgo#792130).
+  + Add new API to create a new connection from a SoupSession
+(bgo#792212).
+  + soup-headers: accept any 3 digit number as message status code
+(bgo#792124).
+- Remove unneeded %clean section: RPM does this kind of work itself
+  already.
+- Adopt the use of %make_build macro rather than raw make command,
+  following the best practices.
+
+---
+Mon Jan 22 02:00:02 UTC 2018 - dims...@opensuse.org
+
+- Update to version 2.61.2:
+  + Session: don't request Keep-Alive for upgraded connections
+(bgo#788723).
+
+---
+Mon Jan 22 02:00:01 UTC 2018 - dims...@opensuse.org
+
+- Update to version 2.61.1:
+  + tld-parser: use Python 3 (bgo#785735).
+  + Fix heap-buffer-overflow in soup_ntlm_parse_challenge()
+(bgo#788037).
+  + Fix possibly uninitialized value in ssl-test.
+  + SoupCache: fix the timestamp for responses (bgo#791031).
+- Drop libsoup-tld-parser-py3.patch: fixed upstream.
+
+---

Old:

  libsoup-2.60.3.tar.xz
  libsoup-tld-parser-py3.patch

New:

  libsoup-2.62.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.kgvbaf/_old  2018-03-14 19:29:29.777534756 +0100
+++ /var/tmp/diff_new_pack.kgvbaf/_new  2018-03-14 19:29:29.777534756 +0100
@@ -17,18 +17,17 @@
 
 
 Name:   libsoup
+Version:2.62.0
+Release:0
 Summary:HTTP client/server library for GNOME
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
-Version:2.60.3
-Release:0
-Url:https://wiki.gnome.org/Projects/libsoup
-Source: 
https://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
+URL:https://wiki.gnome.org/Projects/libsoup
+Source: 
http://download.gnome.org/sources/libsoup/2.62/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM libsoup-tld-parser-py3.patch bgo#785735 
dims...@opensuse.org -- Use python3 for tld-parser
-Patch0: libsoup-tld-parser-py3.patch
 BuildRequires:  glib-networking
 BuildRequires:  intltool >= 0.35.0
+BuildRequires:  pkgconfig
 BuildRequires:  python3-base
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
@@ -43,7 +42,6 @@
 %endif
 # We do not need these dependencies needed only for tests.
 #BuildRequires:  apache2-mod_php5 php5-xmlrpc
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@@ -68,10 +66,6 @@
 # Needed for smooth upgrades and to make the lang package installable
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  libsoup-64bit
-%endif
 
 %description 2_4-1
 Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@@ -103,10 +97,6 @@
 Requires:   typelib-1_0-Soup-2_4 = %{version}
 Provides:   %{name}-doc = %{version}
 Obsoletes:  %{name}-doc < %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  libsoup-devel-64bit
-%endif
 
 %description 

commit libsoup for openSUSE:Factory

2018-01-25 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2018-01-25 12:37:57

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


Package is "libsoup"

Thu Jan 25 12:37:57 2018 rev:103 rq:568065 version:2.60.3

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-12-06 
08:56:19.637952766 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2018-01-25 
12:37:59.437806279 +0100
@@ -1,0 +2,11 @@
+Fri Jan 19 19:48:16 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.60.3:
+  + heap-buffer-overflow in soup_ntlm_parse_challenge()
+(bgo#788037).
+  + session: don't request Keep-Alive for upgraded connections
+(bgo#788723).
+  + soup-headers: accept any 3 digit number as message status code
+(bgo#792124).
+
+---

Old:

  libsoup-2.60.2.tar.xz

New:

  libsoup-2.60.3.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.4VKVy2/_old  2018-01-25 12:37:59.973781256 +0100
+++ /var/tmp/diff_new_pack.4VKVy2/_new  2018-01-25 12:37:59.977781070 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsoup
 #
-# 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
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.60.2
+Version:2.60.3
 Release:0
 Url:https://wiki.gnome.org/Projects/libsoup
 Source: 
https://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz

++ libsoup-2.60.2.tar.xz -> libsoup-2.60.3.tar.xz ++
 4112 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2017-12-05 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-12-06 08:56:07

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


Package is "libsoup"

Wed Dec  6 08:56:07 2017 rev:102 rq:548546 version:2.60.2

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-11-03 
19:05:33.693266267 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-12-06 
08:56:19.637952766 +0100
@@ -1,0 +2,7 @@
+Tue Dec  5 07:56:18 UTC 2017 - dims...@opensuse.org
+
+- Use python3 during build:
+  + Add libsoup-tld-parser-py3.patch: Use python3 for tld-parser.
+  + Add python3-base BuildRequires.
+
+---

New:

  libsoup-tld-parser-py3.patch



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.8Jgeud/_old  2017-12-06 08:56:20.121935049 +0100
+++ /var/tmp/diff_new_pack.8Jgeud/_new  2017-12-06 08:56:20.125934903 +0100
@@ -25,8 +25,11 @@
 Url:https://wiki.gnome.org/Projects/libsoup
 Source: 
https://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM libsoup-tld-parser-py3.patch bgo#785735 
dims...@opensuse.org -- Use python3 for tld-parser
+Patch0: libsoup-tld-parser-py3.patch
 BuildRequires:  glib-networking
 BuildRequires:  intltool >= 0.35.0
+BuildRequires:  python3-base
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
@@ -121,6 +124,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ libsoup-tld-parser-py3.patch ++
>From 4b924e573da307436169d5ef7e04c0ab85b36ef9 Mon Sep 17 00:00:00 2001
From: Ross Burton 
Date: Wed, 2 Aug 2017 15:17:21 +0100
Subject: tld-parser: use Python 3

The world is moving to Python 3 so do our bit by using Python 3 to run the TLD
parser.

https://bugzilla.gnome.org/show_bug.cgi?id=785735
---
 libsoup/tld-parser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsoup/tld-parser.py b/libsoup/tld-parser.py
index 5d9d2ba..a743471 100755
--- a/libsoup/tld-parser.py
+++ b/libsoup/tld-parser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Generate tld rules
 # Copyright (C) 2012 Red Hat, Inc.
-- 
cgit v0.12





commit libsoup for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-11-03 19:05:27

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


Package is "libsoup"

Fri Nov  3 19:05:27 2017 rev:101 rq:538067 version:2.60.2

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-10-20 
16:13:07.375427759 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-11-03 
19:05:33.693266267 +0100
@@ -1,0 +2,17 @@
+Fri Oct 27 23:42:49 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 2.60.2:
+  + Fix documentation typos (bgo#788920).
+  + format-zero-length warning triggered in soup-logger.c
+   (bgo#789096).
+  + Warnings while generating inrospection files
+   (bgo#789099).
+  + Updated translations.
+- Add conditional use for translation-update-upstream: suse-only
+  requirement.
+- Update Url to https://wiki.gnome.org/Projects/libsoup: current
+  libsoup's project web page.
+- Run spec-cleaner -p to get respectives pkgconfig(*): gio-2.0,
+  gobject-2.0, gobject-introspection-1.0, gtk-doc and libxml-2.0.
+
+---

Old:

  libsoup-2.60.1.tar.xz

New:

  libsoup-2.60.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.8zYRBB/_old  2017-11-03 19:05:35.393204419 +0100
+++ /var/tmp/diff_new_pack.8zYRBB/_new  2017-11-03 19:05:35.397204274 +0100
@@ -20,21 +20,24 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.60.1
+Version:2.60.2
 Release:0
-Url:https://wiki.gnome.org/LibSoup
+Url:https://wiki.gnome.org/Projects/libsoup
 Source: 
https://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
-BuildRequires:  glib2-devel >= 2.38.0
-BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.35.0
-BuildRequires:  libxml2-devel
-BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
+BuildRequires:  pkgconfig(gtk-doc) >= 1.20
 BuildRequires:  pkgconfig(krb5)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(vapigen)
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 # We do not need these dependencies needed only for tests.
 #BuildRequires:  apache2-mod_php5 php5-xmlrpc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -66,7 +69,6 @@
 %ifarch ppc64
 Obsoletes:  libsoup-64bit
 %endif
-#
 
 %description 2_4-1
 Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@@ -102,7 +104,6 @@
 %ifarch ppc64
 Obsoletes:  libsoup-devel-64bit
 %endif
-#
 
 %description devel
 Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@@ -120,7 +121,9 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure\
@@ -132,11 +135,11 @@
 
 %install
 %makeinstall
-rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
+rm %{buildroot}/%{_libdir}/*.*a
 %find_lang %{name} %{?no_lang_C}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post 2_4-1 -p /sbin/ldconfig
 

++ libsoup-2.60.1.tar.xz -> libsoup-2.60.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/Makefile.in 
new/libsoup-2.60.2/Makefile.in
--- old/libsoup-2.60.1/Makefile.in  2017-10-11 15:13:50.0 +0200
+++ new/libsoup-2.60.2/Makefile.in  2017-10-26 16:34:43.0 +0200
@@ -205,7 +205,8 @@
$(top_srcdir)/build-aux/ltmain.sh \
$(top_srcdir)/build-aux/missing AUTHORS COPYING NEWS README \
build-aux/compile build-aux/config.guess build-aux/config.sub \
-   build-aux/install-sh build-aux/ltmain.sh build-aux/missing
+   build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
+   build-aux/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/NEWS new/libsoup-2.60.2/NEWS
--- old/libsoup-2.60.1/NEWS 2017-10-11 10:20:27.0 +0200
+++ new/libsoup-2.60.2/NEWS 2017-10-26 16:34:12.0 +0200
@@ -1,3 +1,18 @@
+Changes in libsoup from 2.60.1 to 2.60.2:
+
+   * Fix documentation typos [#788920, Nirbheek 

commit libsoup for openSUSE:Factory

2017-10-20 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-10-20 16:13:06

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


Package is "libsoup"

Fri Oct 20 16:13:06 2017 rev:100 rq:534188 version:2.60.1

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-09-13 
21:56:39.056041518 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-10-20 
16:13:07.375427759 +0200
@@ -1,0 +2,14 @@
+Wed Oct 11 18:46:06 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 2.60.1:
+  + Fallback to another authentication type if the current failed
+(bgo#788238).
+  + Fix unbalanced G_GNUC_BEGIN_IGNORE_DEPRECATIONS use in
+soup-session.c (bgo#787166).
+  + SoupCache: fix setting default value for cache dir
+(bgo#788452).
+  + Updated translations.
+- Update Url to https://wiki.gnome.org/LibSoup: current LibSoup's
+  web page.
+
+---

Old:

  libsoup-2.60.0.tar.xz

New:

  libsoup-2.60.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.IKFvXS/_old  2017-10-20 16:13:08.059395806 +0200
+++ /var/tmp/diff_new_pack.IKFvXS/_new  2017-10-20 16:13:08.063395620 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.60.0
+Version:2.60.1
 Release:0
-Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
+Url:https://wiki.gnome.org/LibSoup
+Source: 
https://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0

++ libsoup-2.60.0.tar.xz -> libsoup-2.60.1.tar.xz ++
 17395 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-09-13 21:56:32

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


Package is "libsoup"

Wed Sep 13 21:56:32 2017 rev:99 rq:523818 version:2.60.0

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-08-28 
15:16:29.286434862 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-09-13 
21:56:39.056041518 +0200
@@ -1,0 +2,43 @@
+Tue Sep 12 20:07:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.60.0:
+  + Updated translations.
+
+---
+Tue Aug 15 07:50:16 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.59.90.1:
+  + Fixed a chunked decoding buffer overrun that could be exploited
+against either clients or servers (bgo#785774, CVE-2017-2885).
+- Changes from version 2.59.90:
+  + Several SoupAuthNegotiate compatibility fixes (bgo#783780,
+bgo#783781).
+  + Include a payload in SoupWebsocketConnection's "ping" messages
+(to avoid problems with certain buggy server implementations),
+and emit a signal when receiving a "pong" (to allow apps to
+notice when the remote peer has disconnected them)
+(bgo#785660).
+  + Fix the interpretation of wss:// URIs, which previously mostly
+didn't work (bgo#784766).
+  + Fixed SoupContentSniffer behavior on XML files with no
+Content-Type (webkit#173923).
+  + Fixed a bug with cancelling async requests (bgo#773257).
+  + Reverted the (undocumented) change in 2.58.0 to call
+soup_session_abort() after changing SoupSession:proxy-resolver;
+while this made its behavior more consistent with :proxy-uri,
+it ended up breaking things (bgo#781590).
+  + Allow HTTP responses that have no trailing CRLF after the
+response headers (and no body) (bgo#780352).
+  + Fixed an out-of-bounds read in SoupURI parsing (bgo#785042).
+  + Fixed a spurious (debug-level) error message in
+SoupWebsocketConnection (bgo#784935).
+  + Fixed introspection annotations on
+soup_message_headers_get_content_range().
+  + Fixed a flake in tests/header-parsing (bgo#777258).
+  + Update tests/test-cert.pem to use stronger algorithms to avoid
+problems with newer gnutls (bgo#784949).
+  + Fixed examples/get to not accidentally break https certificate
+validation (bgo#784259).
+  + Misc updates to apache/php stuff in unit tests.
+
+---

Old:

  libsoup-2.58.2.tar.xz

New:

  libsoup-2.60.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Vf8WjB/_old  2017-09-13 21:56:39.555971179 +0200
+++ /var/tmp/diff_new_pack.Vf8WjB/_new  2017-09-13 21:56:39.559970617 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.58.2
+Version:2.60.0
 Release:0
 Url:http://www.gnome.org
-Source: 
https://download.gnome.org/sources/libsoup/2.58/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0

++ libsoup-2.58.2.tar.xz -> libsoup-2.60.0.tar.xz ++
 6268 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-08-28 15:14:58

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


Package is "libsoup"

Mon Aug 28 15:14:58 2017 rev:98 rq:518575 version:2.58.2

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-08-18 
15:00:17.568880898 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-08-28 
15:16:29.286434862 +0200
@@ -4 +4 @@
-- Update to version 2.58.2 (CVE-2017-2885):
+- Update to version 2.58.2 (CVE-2017-2885, boo#1052916):



Other differences:
--



commit libsoup for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-08-18 15:00:13

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


Package is "libsoup"

Fri Aug 18 15:00:13 2017 rev:97 rq:516877 version:2.58.2

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-05-31 
12:13:56.309555781 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-08-18 
15:00:17.568880898 +0200
@@ -1,0 +2,7 @@
+Mon Aug 14 12:22:57 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.58.2 (CVE-2017-2885):
+  + Fixed a chunked decoding buffer overrun that could be exploited
+against either clients or servers (bgo#785774, CVE-2017-2885).
+
+---

Old:

  libsoup-2.58.1.tar.xz

New:

  libsoup-2.58.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.8uh5O1/_old  2017-08-18 15:00:20.076527891 +0200
+++ /var/tmp/diff_new_pack.8uh5O1/_new  2017-08-18 15:00:20.080527328 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.58.1
+Version:2.58.2
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.58/%{name}-%{version}.tar.xz
+Source: 
https://download.gnome.org/sources/libsoup/2.58/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0

++ libsoup-2.58.1.tar.xz -> libsoup-2.58.2.tar.xz ++
 2675 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-05-31 12:13:54

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


Package is "libsoup"

Wed May 31 12:13:54 2017 rev:96 rq:496924 version:2.58.1

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-05-18 
20:40:43.031638453 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-05-31 
12:13:56.309555781 +0200
@@ -1,0 +2,8 @@
+Sat May 20 09:09:11 UTC 2017 - dims...@opensuse.org
+
+- Replace krb5-devel BuildRequires with pkgconfig(krb5): This does
+  not exactly reproduce what configure is looking for (it ignores
+  the .pc file) but it helps OBS in chosing between krb5 and
+  krb5-mini, shortening build cycles.
+
+---



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.ISPbnh/_old  2017-05-31 12:13:57.437396578 +0200
+++ /var/tmp/diff_new_pack.ISPbnh/_new  2017-05-31 12:13:57.441396013 +0200
@@ -30,9 +30,9 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.35.0
-BuildRequires:  krb5-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(krb5)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(vapigen)
 # We do not need these dependencies needed only for tests.




commit libsoup for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-05-18 20:39:54

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


Package is "libsoup"

Thu May 18 20:39:54 2017 rev:95 rq:494446 version:2.58.1

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-03-22 
22:58:51.772868120 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-05-18 
20:40:43.031638453 +0200
@@ -1,0 +2,29 @@
+Wed May 10 16:29:58 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.58.1:
+  + Reverts a change to SoupSession to close all open connections
+when the :proxy-resolver property is changed (bgo#777326). This
+change was made in 2.58.0 but accidentally left out of the NEWS
+for that release; although that behavior made :proxy-resolver
+more consistent with :proxy-uri, it ended up breaking Evolution
+EWS (bgo#781590).
+  + Fixed undefined behavior in tests/header-parsing that could
+make the test spuriously fail (bgo#777258).
+  + Updates to the configure tests for Apache for use in tests/:
+- Dropped support for Apache 2.2.
+- Changed PHP support from PHP 5 to PHP 7.
+- mod_unixd can now be either built-in or dynamically loaded
+  (bgo#776478).
+  + Updated translations.
+
+---
+Tue Apr 25 09:02:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.58.0:
+  + Fix authentication issues when the
+SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE flag is used (bgo#778497,
+bgo#777936).
+  + MSVC build improvements.
+  + Updated translations.
+
+---

Old:

  libsoup-2.57.1.tar.xz

New:

  libsoup-2.58.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Vm4Hz7/_old  2017-05-18 20:40:44.323456148 +0200
+++ /var/tmp/diff_new_pack.Vm4Hz7/_new  2017-05-18 20:40:44.327455583 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsoup
 #
-# 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
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.57.1
+Version:2.58.1
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.57/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.58/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0

++ libsoup-2.57.1.tar.xz -> libsoup-2.58.1.tar.xz ++
 61366 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-03-22 22:58:49

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


Package is "libsoup"

Wed Mar 22 22:58:49 2017 rev:94 rq:461097 version:2.57.1

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2016-09-21 
18:40:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2017-03-22 
22:58:51.772868120 +0100
@@ -1,0 +2,26 @@
+Tue Dec 13 15:28:16 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.57.1:
+  + Added SoupWebsocketConnection:keepalive-interval, to make a
+connection send regular pings (bgo#773253).
+  + Added soup_auth_manager_clear_cached_credentials() and
+SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE, to allow greater control
+over the use of cached HTTP auth credentials (bgo#774031,
+bgo#774033).
+  + Fixed the use of SoupSession:proxy-uri values containing
+passwords (bgo#772932).
+  + Various minor WebSocket fixes:
+- Avoid sending data after we start closing the connection
+  (bgo#774957).
+- Do not log a critical if the peer sends an invalid close
+  status code.
+- Log a debug message when a "pong" is received.
+  + Fix introspection of soup_message_headers_get_content_range().
+  + Replaced Vala [Deprecated] annotations with [Version] to avoid
+build warnings (bgo#773177).
+  + MSVC build improvements.
+  + Updated error/message strings to use Unicode punctuation
+(bgo#772217).
+  + Updated translations.
+
+---

Old:

  libsoup-2.56.0.tar.xz

New:

  libsoup-2.57.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.oQMRb3/_old  2017-03-22 22:58:53.508622053 +0100
+++ /var/tmp/diff_new_pack.oQMRb3/_new  2017-03-22 22:58:53.512621485 +0100
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.56.0
+Version:2.57.1
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.56/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.57/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0

++ libsoup-2.56.0.tar.xz -> libsoup-2.57.1.tar.xz ++
 9121 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2016-09-21 18:40:09

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


Package is "libsoup"

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2016-04-28 
16:52:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2016-09-21 
18:40:11.0 +0200
@@ -1,0 +2,40 @@
+Tue Sep 20 08:38:05 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.56.0:
+  + Added SoupWebsocketConnection:max-incoming-payload-size
+property, to override the default maximum incoming payload
+size (bgo#770022).
+  + Added soup-version.h symbols (in particular
+soup_check_version()) to introspection (bgo#771439).
+  + Updated the copy of the public suffix list used by SoupTLD
+(bgo#769650).
+  + Updated translations.
+
+---
+Tue Aug 16 12:58:15 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.55.90:
+  + Removed support for SSLv3 fallback; sites that reject TLS 1.x
+handshakes will now just fail with an error (Firefox and Chrome
+have both already switched to this behavior) (bgo#765940).
+  + Fixed the parsing of s in the new GVariant-based XMLRPC
+code (bgo#767707).
+  + Fixed soup_server_set_ssl_cert_file(), which was added in 2.48
+but didn't actually work.
+  + Added GObject properties to SoupLogger to make it
+bindings-friendly (bgo#768053).
+  + Fixed build error on FreeBSD (bgo#765376).
+  + Fixed build with certain new versions of glibc that define
+"EOF" as a macro (bgo#768731).
+  + Updated m4/ax_code_coverage.m4 with support for lcov 1.12.
+  + Updated po files for future gettext versions.
+  + Updated translations.
+- Drop libsoup-Prefix-signal-ID.patch: fixed upstream.
+
+---
+Tue Jul 26 19:23:45 UTC 2016 - zai...@opensuse.org
+
+- Add libsoup-Prefix-signal-ID.patch: Buildfix commit from
+  upstream git.
+
+---

Old:

  libsoup-2.54.1.tar.xz

New:

  libsoup-2.56.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.uqx0bQ/_old  2016-09-21 18:40:12.0 +0200
+++ /var/tmp/diff_new_pack.uqx0bQ/_new  2016-09-21 18:40:12.0 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.54.1
+Version:2.56.0
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.54/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.56/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0

++ libsoup-2.54.1.tar.xz -> libsoup-2.56.0.tar.xz ++
 10743 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2016-04-28 16:52:15

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


Package is "libsoup"

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2016-04-05 
10:40:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2016-04-28 
16:52:16.0 +0200
@@ -1,0 +2,21 @@
+Tue Apr 26 12:55:08 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.54.1:
+  + Fixed an ABI break in 2.54.0 caused by adding a member to
+SoupAuthClass; 2.54.1 is ABI-compatible with 2.53.92 and
+earlier, but NOT with the anomalous 2.54.0. If you built
+packages against 2.54.0, you will need to rebuild them against
+2.54.1.
+  + Fixed NTLM authentication when ntlm_auth from the latest
+version of Samba is present (bgo#765106).
+  + Updates to MSVC build, including for GSS-API support.
+  + Updated translations.
+- Drop libsoup-auth-ntlm-fix.patch: Fixed upstream.
+
+---
+Fri Apr 22 17:02:56 UTC 2016 - zai...@opensuse.org
+
+- Add libsoup-auth-ntlm-fix.patch: Fix NTLM auth failure with
+  latest samba (bgo#765106, boo#976110).
+
+---

Old:

  libsoup-2.54.0.1.tar.xz

New:

  libsoup-2.54.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.IBOb90/_old  2016-04-28 16:52:17.0 +0200
+++ /var/tmp/diff_new_pack.IBOb90/_new  2016-04-28 16:52:17.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.54.0.1
+Version:2.54.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.54/%{name}-%{version}.tar.xz

++ libsoup-2.54.0.1.tar.xz -> libsoup-2.54.1.tar.xz ++
 2176 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2016-04-05 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2016-04-05 10:40:23

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


Package is "libsoup"

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2016-03-29 
14:42:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2016-04-05 
10:40:24.0 +0200
@@ -1,0 +2,7 @@
+Fri Mar 25 13:50:24 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.54.0.1:
+  + Fix a build problem with the 2.54.0 tarball, which would not
+build if you configured with "--without-gnome".
+
+---

Old:

  libsoup-2.54.0.tar.xz

New:

  libsoup-2.54.0.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.rJpRd1/_old  2016-04-05 10:40:25.0 +0200
+++ /var/tmp/diff_new_pack.rJpRd1/_new  2016-04-05 10:40:25.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.54.0
+Version:2.54.0.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.54/%{name}-%{version}.tar.xz

++ libsoup-2.54.0.tar.xz -> libsoup-2.54.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.54.0/NEWS new/libsoup-2.54.0.1/NEWS
--- old/libsoup-2.54.0/NEWS 2016-03-21 22:52:16.0 +0100
+++ new/libsoup-2.54.0.1/NEWS   2016-03-23 13:13:52.0 +0100
@@ -1,4 +1,9 @@
-Changes in libsoup from 2.53.92 to 2.54.0:
+Changes in libsoup from 2.53.92 to 2.54.0.1:
+
+   * (2.54.0.1 fixes a build problem with the 2.54.0 tarball,
+  which would not build if you configured with
+  "--without-gnome". There are no other changes between 2.54.0
+  and 2.54.0.1.)
 
* Fixed examples/simple-httpd on Windows [#758759, Chun-wei
   Fan]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.54.0/config.h.win32 
new/libsoup-2.54.0.1/config.h.win32
--- old/libsoup-2.54.0/config.h.win32   2016-03-21 22:54:23.0 +0100
+++ new/libsoup-2.54.0.1/config.h.win32 2016-03-23 13:17:04.0 +0100
@@ -83,7 +83,7 @@
 #define PACKAGE_NAME "libsoup"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libsoup 2.54.0"
+#define PACKAGE_STRING "libsoup 2.54.0.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libsoup"
@@ -92,7 +92,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.54.0"
+#define PACKAGE_VERSION "2.54.0.1"
 
 /* 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' old/libsoup-2.54.0/configure 
new/libsoup-2.54.0.1/configure
--- old/libsoup-2.54.0/configure2016-03-21 22:54:20.0 +0100
+++ new/libsoup-2.54.0.1/configure  2016-03-23 13:17:02.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libsoup 2.54.0.
+# Generated by GNU Autoconf 2.69 for libsoup 2.54.0.1.
 #
 # Report bugs to .
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='libsoup'
 PACKAGE_TARNAME='libsoup'
-PACKAGE_VERSION='2.54.0'
-PACKAGE_STRING='libsoup 2.54.0'
+PACKAGE_VERSION='2.54.0.1'
+PACKAGE_STRING='libsoup 2.54.0.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup'
 PACKAGE_URL=''
 
@@ -1538,7 +1538,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 libsoup 2.54.0 to adapt to many kinds of systems.
+\`configure' configures libsoup 2.54.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1608,7 +1608,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libsoup 2.54.0:";;
+ short | recursive ) echo "Configuration of libsoup 2.54.0.1:";;
esac
   cat <<\_ACEOF
 
@@ -1761,7 +1761,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libsoup configure 2.54.0
+libsoup configure 2.54.0.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ 

commit libsoup for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2016-03-29 14:42:44

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


Package is "libsoup"

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2015-11-12 
19:36:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2016-03-29 
14:42:46.0 +0200
@@ -1,0 +2,57 @@
+Tue Mar 22 09:58:39 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.54.0:
+  + Fixed examples/simple-httpd on Windows (bgo758759).
+
+---
+Tue Mar 15 10:06:18 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.53.92:
+  + libsoup now supports HTTP "Negotiate"/GSSAPI/Kerberos
+authentication. It must be enabled specifically by the
+application and is also subject to certain other restrictions,
+some of which are not yet controllable through the API
+(bgo#587145).
+  + Added support for building under MSVC (bgo#758759).
+  + Fixed a problem with the 2.53.90 tarball that caused
+translations to be mis-installed.
+  + Updated translations.
+- Remove intltoolize call: the tarball has been corrected.
+- Add krb5-devel BuildRequires: new dependency for krb5 support.
+- Pass --with-krb5-config=%{_libexecdir}/mit/bin/krb5-config and
+  --with-gssapi to configure in order to enable krb5 support.
+
+---
+Tue Feb 16 09:44:48 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.53.90:
+  + NUL bytes in headers are now ignored (bgo#760832).
+  + Fixed transfer annotation of soup_form_decode* functions
+(bgo#743966).
+  + Updated translations.
+- Call intltoolize before configure in order to fix up the tarball
+  to work with recent versions of intltool.
+
+---
+Tue Nov 24 22:12:56 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.53.2:
+  + Fixed up symbol visibility handling for mingw by copying GLib's
+system (bgo#757146).
+  + Finally marked the old SoupSessionAsync and SoupSessionSync
+methods as deprecated (bgo#757146).
+  + Added libsoup-2.4.deps for valac.
+  + Make it possible to build from git without gtk-doc being
+installed.
+  + Updated translations.
+
+---
+Tue Nov 24 02:54:52 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.53.1:
+  + Really fixed build under MinGW for sure this time.
+  + Fixed SoupServer Web Sockets code so that the SoupClientContext
+passed to a SoupServerWebsocketCallback is fully usable (rather
+than crashing when you try to do most things).
+
+---

Old:

  libsoup-2.52.2.tar.xz

New:

  libsoup-2.54.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.DQHZlo/_old  2016-03-29 14:42:47.0 +0200
+++ /var/tmp/diff_new_pack.DQHZlo/_new  2016-03-29 14:42:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsoup
 #
-# 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
@@ -20,16 +20,17 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.52.2
+Version:2.54.0
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.52/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.54/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.35.0
+BuildRequires:  krb5-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(sqlite3)
@@ -124,8 +125,10 @@
 %build
 %configure\
 --disable-static \
---enable-introspection
-make %{?jobs:-j%jobs}
+--enable-introspection \
+--with-gssapi \
+--with-krb5-config=%{_libexecdir}/mit/bin/krb5-config
+make %{?_smp_mflags}
 
 %install
 %makeinstall

++ libsoup-2.52.2.tar.xz -> libsoup-2.54.0.tar.xz ++
 58642 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2015-11-12 19:36:02

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


Package is "libsoup"

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2015-10-25 
19:10:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2015-11-12 
19:36:04.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 10 07:58:01 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.52.2:
+  + Fixed build under MinGW.
+  + Fix SoupServerWebsocketCallback handling so that the
+SoupClientContext passed to it is still valid.
+  + Added a .deps file to define dependencies for valac.
+
+---

Old:

  libsoup-2.52.1.tar.xz

New:

  libsoup-2.52.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.MTB39x/_old  2015-11-12 19:36:05.0 +0100
+++ /var/tmp/diff_new_pack.MTB39x/_new  2015-11-12 19:36:05.0 +0100
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.52.1
+Version:2.52.2
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.52/%{name}-%{version}.tar.xz
@@ -162,5 +162,6 @@
 %{_datadir}/gir-1.0/SoupGNOME-2.4.gir
 %dir %{_datadir}/vala/vapi/
 %{_datadir}/vala/vapi/libsoup-2.4.vapi
+%{_datadir}/vala/vapi/libsoup-2.4.deps
 
 %changelog

++ libsoup-2.52.1.tar.xz -> libsoup-2.52.2.tar.xz ++
 10040 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2015-10-25 19:10:51

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


Package is "libsoup"

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2015-10-06 
16:26:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2015-10-25 
19:10:53.0 +0100
@@ -1,0 +2,12 @@
+Mon Oct 12 21:38:30 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.52.1:
+  + Fixed build under MinGW.
+  + Fixed build with --disable-introspection (bgo#755389).
+  + Fixed HTTP authentication protection space handling for files
+directly under the root directory (bgo#755617).
+  + Fixed a warning when loading data from SoupCache while using
+an authenticated proxy (bgo#756076).
+  + Updated translations.
+
+---

Old:

  libsoup-2.52.0.tar.xz

New:

  libsoup-2.52.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Dh6lOe/_old  2015-10-25 19:10:54.0 +0100
+++ /var/tmp/diff_new_pack.Dh6lOe/_new  2015-10-25 19:10:54.0 +0100
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.52.0
+Version:2.52.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.52/%{name}-%{version}.tar.xz

++ libsoup-2.52.0.tar.xz -> libsoup-2.52.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.52.0/NEWS new/libsoup-2.52.1/NEWS
--- old/libsoup-2.52.0/NEWS 2015-09-21 17:36:01.0 +0200
+++ new/libsoup-2.52.1/NEWS 2015-10-12 23:25:50.0 +0200
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.52.0 to 2.52.1:
+
+   * Fixed build under MinGW [Chun-wei Fan]
+
+   * Fixed build with --disable-introspection [#755389, Quentin
+  Glidic]
+
+   * Fixed HTTP authentication protection space handling for
+  files directly under the root directory. [#755617, Carlos
+  Garcia Campos]
+
+   * Fixed a warning when loading data from SoupCache while using
+  an authenticated proxy. [#756076, Carlos Garcia Campos]
+
+   * Updated translations:
+ German, Vietnamese
+
 Changes in libsoup from 2.51.92 to 2.52.0:
 
* Removed duplicate test paths from tests/date so it will pass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.52.0/configure new/libsoup-2.52.1/configure
--- old/libsoup-2.52.0/configure2015-09-21 17:36:16.0 +0200
+++ new/libsoup-2.52.1/configure2015-10-12 23:26:15.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libsoup 2.52.0.
+# Generated by GNU Autoconf 2.69 for libsoup 2.52.1.
 #
 # Report bugs to .
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='libsoup'
 PACKAGE_TARNAME='libsoup'
-PACKAGE_VERSION='2.52.0'
-PACKAGE_STRING='libsoup 2.52.0'
+PACKAGE_VERSION='2.52.1'
+PACKAGE_STRING='libsoup 2.52.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup'
 PACKAGE_URL=''
 
@@ -1530,7 +1530,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 libsoup 2.52.0 to adapt to many kinds of systems.
+\`configure' configures libsoup 2.52.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1600,7 +1600,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libsoup 2.52.0:";;
+ short | recursive ) echo "Configuration of libsoup 2.52.1:";;
esac
   cat <<\_ACEOF
 
@@ -1744,7 +1744,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libsoup configure 2.52.0
+libsoup configure 2.52.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libsoup $as_me 2.52.0, which was
+It was created by libsoup $as_me 2.52.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2888,7 +2888,7 @@
 
 # Define the identity 

commit libsoup for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2015-10-06 16:26:50

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


Package is "libsoup"

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2015-03-30 
19:24:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2015-10-06 
16:26:51.0 +0200
@@ -1,0 +2,39 @@
+Mon Sep 21 15:42:57 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.52.0:
+  + Removed duplicate test paths from tests/date so it will pass
+with glib 2.46.0.
+
+---
+Wed Sep 16 07:20:26 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.51.92:
+  + Added g_autoptr() support for all libsoup types (bgo#754721).
+  + Added a missing (allow-none) annotation to soup_uri_normalize()
+(bgo#754776).
+  + Updated translations.
+
+---
+Mon Aug 17 17:37:55 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.51.90:
+  + Added a new GVariant-based XMLRPC API, and deprecated the old
+GValue-based API (along with the associated GValue-manipulating
+utilities) (bgo#746495).
+  + Multiple build fixes for Visual Studio (bgo#752952).
+  + Added VAPI generation (bgo#750679).
+  + Fixed the mode bits on soup-cookie.c, which was previously
+marked executable for some reason (rh#1247285).
+  + Updated translations.
+- Add pkgconfig(vapigen) BuildRequires: New dependency.
+
+---
+Fri Jun 26 09:04:48 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.51.3:
+  + Fixed "make check" in non-English locales (rh#1224989,
+bgo#749397).
+  + Fixed some compiler warnings (bgo#748514).
+  + Updated translations.
+
+---

Old:

  libsoup-2.50.0.tar.xz

New:

  libsoup-2.52.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Vvbk7g/_old  2015-10-06 16:26:52.0 +0200
+++ /var/tmp/diff_new_pack.Vvbk7g/_new  2015-10-06 16:26:52.0 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.50.0
+Version:2.52.0
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.50/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.52/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0
@@ -33,6 +33,7 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(vapigen)
 # We do not need these dependencies needed only for tests.
 #BuildRequires:  apache2-mod_php5 php5-xmlrpc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -159,5 +160,7 @@
 %{_datadir}/gtk-doc/html/libsoup-2.4
 %{_datadir}/gir-1.0/Soup-2.4.gir
 %{_datadir}/gir-1.0/SoupGNOME-2.4.gir
+%dir %{_datadir}/vala/vapi/
+%{_datadir}/vala/vapi/libsoup-2.4.vapi
 
 %changelog

++ libsoup-2.50.0.tar.xz -> libsoup-2.52.0.tar.xz ++
 12527 lines of diff (skipped)




commit libsoup for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2015-03-30 19:24:50

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2014-12-21 
12:00:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2015-03-30 
19:24:51.0 +0200
@@ -1,0 +2,90 @@
+Mon Mar 23 14:26:08 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.50.0:
+  + Updated translations.
+
+---
+Tue Mar 17 21:47:32 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.49.92:
+  + Fixed an NTLM problem that caused spurious Authentication
+Failed errors in evolution-ews (bgo#735197).
+  + Updated translations.
+
+---
+Tue Mar  3 16:41:30 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.49.91.1:
+  + websockets: minor optimization.
+  + websockets: fix 32-bit build.
+  + docs: fix build.
+  + tests: fix when building without glib-networking available.
+
+---
+Tue Mar  3 12:14:51 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.49.91:
+  + Libsoup now has support for WebSockets in both SoupSession and
+SoupServer (bgo#627738).
+  + Added support for NTLMv2 Session Security to SoupAuthNTLM.
+(This is transparent to the app/user; if the server supports
+it, it will be used) (bgo#739192).
+  + Added soup_server_accept_iostream() to allow feeding a
+non-GSocketConnection GIOStream to SoupServer (eg, when
+accepting HTTP requests on some other sort of connection)
+(bgo#744186).
+  + Added soup_session_steal_connection() and
+soup_client_context_steal_connection(), to allow you to steal a
+GIOStream from a SoupSession or SoupServer and then use it for
+non-HTTP purposes (bgo#721343).
+  + Added soup_server_add_early_handler(), for adding SoupServer
+handlers to run at :got-headers time rather than :got-body
+(eg, to set up a streaming read of the request body)
+(bgo#625645).
+  + Added a new SOUP_MESSAGE_IGNORE_CONNECTION_LIMITS flag, which
+can be used to bypass SoupSession:max-conns and
+SoupSession:max-conns-per-host on a per-message basis
+(bgo#744720).
+  + Multiple SoupCache fixes:
+- Leaked resources are now cleaned up when opening the cache
+  (bgo#667682).
+- The Age header is no longer added to cached responses
+  (bgo#741108).
+- Fixed the interpretation of the must-revalidate directive
+  to not be stricter than required (bgo#744468).
+- Messages retrieved from cache now behave slightly more like
+  non-cache messages in terms of SoupSession signals and timing
+  (bgo#744788). Additionally, there is a new
+  SoupMessage::starting signal, which is like
+  SoupSession::request-started, but emitted for cached
+  resources as well (bgo#731153).
+  + Fixed soup_session_cancel_message() to work reliably on paused
+messages (bgo#745094).
+  + Added code-coverage support to the build (bgo#744744).
+  + Fixed the library symbol check in make check to work when
+building with linker options that result in slightly different
+organization (bgo#741348).
+  + Added a hack to SoupSessionFeature so that people will stop
+re-reporting an old Eclipse bug against libsoup (bgo#710242).
+  + Miscellaneous bug and leak fixes in the test programs, leak
+fixes in libsoup, and documentation updates.
+  + Updated translations.
+
+---
+Wed Dec 17 19:46:53 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.49.1:
+  + Fixed a bug in the SoupMessage:event signal that broke
+evolution's ability to connect to https hosts with bad
+certificates (bgo#739951).
+  + Fixed a case where the async codepaths could potentially block
+on a synchronous write (bgo#727138).
+  + Fixed the symbol soup_server_set_ssl_cert_file() to get
+exported, and added soup_server_get_uris() to the
+documentation.
+  + Improved a bunch of introspection annotations (bgo#729987).
+  + Clarified some documentation.
+  + Fixed Windows build, twice (bgo#738003, bgo#738551).
+  + Updated translations.
+
+---

Old:

  libsoup-2.48.1.tar.xz

New:

  libsoup-2.50.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.2tFi0H/_old  2015-03-30 19:24:52.0 +0200
+++ /var/tmp/diff_new_pack.2tFi0H/_new  2015-03-30 

commit libsoup for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2014-12-21 12:00:51

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2014-09-30 
19:38:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2014-12-21 
12:00:46.0 +0100
@@ -1,0 +2,17 @@
+Wed Dec 17 17:44:18 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.48.1:
+  + Fixed a bug in the SoupMessage:event signal that broke
+evolution's ability to connect to https hosts with bad
+certificates (bgo#739951).
+  + Fixed a case where the async codepaths could potentially
+block on a synchronous write (bgo#727138).
+  + Fixed the symbol soup_server_set_ssl_cert_file() to get
+exported, and added soup_server_get_uris() to the
+documentation.
+  + Improved a bunch of introspection annotations (bgo#729987).
+  + Clarified some documentation.
+  + Fixed Windows build, twice (bgo#738003, bgo#738551).
+  + Updated translations.
+
+---

Old:

  libsoup-2.48.0.tar.xz

New:

  libsoup-2.48.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.YjVO1S/_old  2014-12-21 12:00:48.0 +0100
+++ /var/tmp/diff_new_pack.YjVO1S/_new  2014-12-21 12:00:48.0 +0100
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.48.0
+Version:2.48.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.48/%{name}-%{version}.tar.xz

++ libsoup-2.48.0.tar.xz - libsoup-2.48.1.tar.xz ++
 10903 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2014-09-30 19:37:39

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2014-05-05 
21:18:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2014-09-30 
19:38:20.0 +0200
@@ -1,0 +2,48 @@
+Tue Sep 23 09:42:20 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.48.0:
+  + Updated translations.
+
+---
+Mon Sep 15 16:24:51 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.47.92:
+  + Fixed a crash in SoupCache when receiving certain invalid
+Cache-Control headers (bgo#733587).
+  + Updated translations.
+
+---
+Tue Jul 22 14:10:03 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.47.4:
+  + Fixed two crashes that could occur in multithreaded use (in
+particular, with the latest git gvfs) (bgo#732783, bgo#732925).
+  + Fixed the handling of data: URIs with base64-encoded data but
+no explicit MIME type (bgo#732112).
+  + Fixed a bug in SoupAuthNTLM that affected 28-character-long
+passwords (bgo#732087).
+  + Fixed tests to pass with GLib git master (which warns if you
+use deprecated GObject properties, and which also caught a
+mutex-handling bug in test-utils.c).
+  + Updated translations.
+
+---
+Sat Jul 12 22:19:12 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.47.3:
+  + Added new-and-improved SoupServer API, and deprecated much
+of the existing API.
+  + SoupSession now has a :tls-interaction property, which can be
+used to add a GTlsInteraction to a session, allowing it to
+provide a client-side certificate if the server requests one
+(bgo#334021).
+  + soup_session_abort() no longer tries to close active
+connections, which was causing crashes in evolution
+(rh#1093314).
+  + Fixed a GMainContext-handling bug that could cause crashes
+in gstreamer's souphttpsrc (bgo#729737).
+  + Fixed a memory leak when requesting to delete a cookie that
+didn't exist.
+  + Updated translations.
+
+---

Old:

  libsoup-2.46.0.tar.xz

New:

  libsoup-2.48.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.aeHMjl/_old  2014-09-30 19:38:21.0 +0200
+++ /var/tmp/diff_new_pack.aeHMjl/_new  2014-09-30 19:38:21.0 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.46.0
+Version:2.48.0
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.46/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.48/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel = 2.38.0

++ libsoup-2.46.0.tar.xz - libsoup-2.48.0.tar.xz ++
 24730 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-11-24 12:11:00

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-09-27 
17:41:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-11-24 
12:11:01.0 +0100
@@ -1,0 +2,25 @@
+Mon Nov 11 23:13:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.44.2 (bnc#849913):
+  + Fixed a hang with internet radio streams in Rhythmbox (and some
+other places) (bgo#710494).
+  + Fixed a connection leak when cancelling the close of a message
+GInputStream (bgo#711260).
+  + Plugged a few memory leaks (bgo#711085)
+  + Fix build with --without-ntlm (bgo#710267)
+  + Fixed a few warnings.
+  + Fixed connection-test to pass with current glib (bgo#711361).
+  + Tests are now more verbose by default under make check, since
+current automake just redirects all the output to a log file
+anyway.
+
+---
+Tue Oct 15 14:30:33 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.44.1:
+  + Fixed a sporadic failure in tests/connection-test.
+  + Bugs fixed: bgo#695652, bgo#707711, bgo#708621, bgo#708696,
+bgo#709647.
+  + Updated translations.
+
+---

Old:

  libsoup-2.44.0.tar.xz

New:

  libsoup-2.44.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Qeyhms/_old  2013-11-24 12:11:02.0 +0100
+++ /var/tmp/diff_new_pack.Qeyhms/_new  2013-11-24 12:11:02.0 +0100
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.44.0
+Version:2.44.2
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.44/%{name}-%{version}.tar.xz

++ libsoup-2.44.0.tar.xz - libsoup-2.44.2.tar.xz ++
 5087 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-09-27 17:41:48

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-09-23 
09:55:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-09-27 
17:41:49.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 24 07:49:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.44.0:
+  + Updated translations.
+
+---

Old:

  libsoup-2.43.92.tar.xz

New:

  libsoup-2.44.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.ozdjkR/_old  2013-09-27 17:41:50.0 +0200
+++ /var/tmp/diff_new_pack.ozdjkR/_new  2013-09-27 17:41:50.0 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.43.92
+Version:2.44.0
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.44/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel = 2.36.0

++ libsoup-2.43.92.tar.xz - libsoup-2.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.92/NEWS new/libsoup-2.44.0/NEWS
--- old/libsoup-2.43.92/NEWS2013-09-17 00:16:21.0 +0200
+++ new/libsoup-2.44.0/NEWS 2013-09-24 00:22:11.0 +0200
@@ -1,3 +1,8 @@
+Changes in libsoup from 2.43.92 to 2.44.0:
+
+   * New/updated translations:
+ Dutch, Indonesian
+
 Changes in libsoup from 2.43.90 to 2.43.92:
 
* Fixed a bug in the connection-pool code, which would in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.92/aclocal.m4 
new/libsoup-2.44.0/aclocal.m4
--- old/libsoup-2.43.92/aclocal.m4  2013-09-17 00:15:40.0 +0200
+++ new/libsoup-2.44.0/aclocal.m4   2013-09-24 00:24:58.0 +0200
@@ -1270,6 +1270,21 @@
 m4_popdef([pkg_description])
 ]) dnl PKG_NOARCH_INSTALLDIR
 
+
+# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
+# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+# ---
+# Retrieves the value of the pkg-config variable for the given module.
+AC_DEFUN([PKG_CHECK_VAR],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
+
+_PKG_CONFIG([$1], [variable=][$3][], [$2])
+AS_VAR_COPY([$1], [pkg_cv_][$1])
+
+AS_VAR_IF([$1], [], [$5], [$4])dnl
+])# PKG_CHECK_VAR
+
 # Configure paths for GLIB
 # Owen Taylor 1997-2001
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.92/build-aux/config.guess 
new/libsoup-2.44.0/build-aux/config.guess
--- old/libsoup-2.43.92/build-aux/config.guess  2013-09-17 00:15:41.0 
+0200
+++ new/libsoup-2.44.0/build-aux/config.guess   2013-09-24 00:25:00.0 
+0200
@@ -1,8 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2013 Free Software Foundation, Inc.
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+#   2011, 2012, 2013 Free Software Foundation, Inc.
 
-timestamp='2013-06-10'
+timestamp='2012-12-29'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -24,7 +26,7 @@
 # program.  This Exception is an additional permission under section 7
 # of the GNU General Public License, version 3 (GPLv3).
 #
-# Originally written by Per Bothner.
+# Originally written by Per Bothner. 
 #
 # You can get the latest version of this script from:
 # 
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
@@ -50,7 +52,9 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
+2012, 2013 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -132,27 +136,6 @@
 UNAME_SYSTEM=`(uname -s) 2/dev/null`  || 

commit libsoup for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-09-23 09:55:00

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-08-30 
16:33:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-09-23 
09:55:01.0 +0200
@@ -1,0 +2,23 @@
+Tue Sep 17 06:56:33 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.43.92:
+  + Fixed a bug in the connection-pool code, which would in certain
+cases accidentally keep using a connection after a message was
+cancelled while in progress (bgo#708006).
+  + Fixed some problems when falling back from samba
+single-sign-on-based NTLM to ordinary ask-for-a-password NTLM.
+(bgo#703186).
+  + When sending a conditional GET request, SoupCache now preserves
+the original message's list of disabled features, ensure that
+it gets back the same kind of response the original message
+would have (bgo#706338).
+  + Fixed a warning when the remote host closes the connection
+while we are writing something using chunked encoding
+(bgo#703297).
+  + Added SoupServer:http-aliases and :https-aliases properties,
+to specify URI schemes that should be treated as though they
+were http (bgo#703694).
+  + Fixed race conditions in cache-test and timeout-test that could
+cause spurious failures (bgo#698305).
+
+---

Old:

  libsoup-2.43.90.tar.xz

New:

  libsoup-2.43.92.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.rEGmPO/_old  2013-09-23 09:55:02.0 +0200
+++ /var/tmp/diff_new_pack.rEGmPO/_new  2013-09-23 09:55:02.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.43.90
+Version:2.43.92
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz

++ libsoup-2.43.90.tar.xz - libsoup-2.43.92.tar.xz ++
 2623 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-08-30 16:33:19

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-08-16 
12:33:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-08-30 
16:33:21.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug 19 21:13:32 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.43.90:
+  + Fixed the handling of unsatisfiable range requests in
+SoupServer.
+  + Fixed the handling of IPv6 address literals with scope IDs
+(bgo#669724).
+
+---

Old:

  libsoup-2.43.5.tar.xz

New:

  libsoup-2.43.90.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.RjjNoB/_old  2013-08-30 16:33:22.0 +0200
+++ /var/tmp/diff_new_pack.RjjNoB/_new  2013-08-30 16:33:22.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.43.5
+Version:2.43.90
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz

++ libsoup-2.43.5.tar.xz - libsoup-2.43.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.5/NEWS new/libsoup-2.43.90/NEWS
--- old/libsoup-2.43.5/NEWS 2013-07-29 23:34:56.0 +0200
+++ new/libsoup-2.43.90/NEWS2013-08-19 21:45:18.0 +0200
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.43.5 to 2.43.90:
+
+   * Fixed the handling of unsatisfiable range requests in
+  SoupServer [pointed out on mailing list, Dan]. Also, added
+  more documentation clarifying that you don't need to handle
+  range requests yourself in many cases.
+
+   * Fixed the handling of IPv6 address literals with scope IDs.
+  (Requires the latest glib as well for the complete fix.)
+  [#669724, Dan]
+
 Changes in libsoup from 2.43.4 to 2.43.5:
 
* SoupProxyURIResolver is now deprecated in favor of the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.5/configure 
new/libsoup-2.43.90/configure
--- old/libsoup-2.43.5/configure2013-07-29 23:37:46.0 +0200
+++ new/libsoup-2.43.90/configure   2013-08-19 21:45:36.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libsoup 2.43.5.
+# Generated by GNU Autoconf 2.69 for libsoup 2.43.90.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='libsoup'
 PACKAGE_TARNAME='libsoup'
-PACKAGE_VERSION='2.43.5'
-PACKAGE_STRING='libsoup 2.43.5'
+PACKAGE_VERSION='2.43.90'
+PACKAGE_STRING='libsoup 2.43.90'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup'
 PACKAGE_URL=''
 
@@ -1443,7 +1443,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 libsoup 2.43.5 to adapt to many kinds of systems.
+\`configure' configures libsoup 2.43.90 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1513,7 +1513,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of libsoup 2.43.5:;;
+ short | recursive ) echo Configuration of libsoup 2.43.90:;;
esac
   cat \_ACEOF
 
@@ -1650,7 +1650,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-libsoup configure 2.43.5
+libsoup configure 2.43.90
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1928,7 +1928,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libsoup $as_me 2.43.5, which was
+It was created by libsoup $as_me 2.43.90, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2794,7 +2794,7 @@
 
 # Define the identity of the package.
  PACKAGE='libsoup'
- VERSION='2.43.5'
+ VERSION='2.43.90'
 
 
 cat confdefs.h _ACEOF
@@ -2919,7 +2919,7 @@
 
 SOUP_MAJOR_VERSION=2
 SOUP_MINOR_VERSION=43
-SOUP_MICRO_VERSION=5
+SOUP_MICRO_VERSION=90
 
 
 
@@ -14423,7 +14423,7 @@
 # report actual input values of 

commit libsoup for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-08-16 12:33:12

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-07-16 
15:38:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-08-16 
12:33:15.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul 30 07:11:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.43.5:
+  + SoupProxyURIResolver is now deprecated in favor of the
+SoupSession:proxy-resolver property (bgo#680273).
+  + The SoupKnownStatusCode enum is now called SoupStatus
+(bgo#684409).
+  + Fixed the parsing of URI schemes in SoupURI (bgo#703776).
+  + Fixed SoupLogger to print a message's response headers even if
+the message gets cancelled before the complete response body
+is received (bgo#703200).
+  + Fixed a build problem in non-UTF-8 locales (bgo#702534).
+  + SoupSession now warns if you use soup_session_pause_message()
+or soup_session_unpause_message() on a synchronous message
+(bgo#703461).
+
+---

Old:

  libsoup-2.43.4.tar.xz

New:

  libsoup-2.43.5.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Fe76sC/_old  2013-08-16 12:33:16.0 +0200
+++ /var/tmp/diff_new_pack.Fe76sC/_new  2013-08-16 12:33:16.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.43.4
+Version:2.43.5
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz

++ libsoup-2.43.4.tar.xz - libsoup-2.43.5.tar.xz ++
 32424 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-07-16 15:38:28

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-06-29 
19:42:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-07-16 
15:38:30.0 +0200
@@ -1,0 +2,19 @@
+Tue Jul  9 14:34:28 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.43.4:
+  + Fixed a bug that could cause synchronous sessions to get stuck
+in a state where no new messages would ever get processed
+(bgo#703463).
+  + Fixed another memory leak in SoupSocket (found while added a
+test case for bgo#700472).
+  + Switched to using g_cclosure_marshal_generic() rather than
+using glib-genmarshal (bgo#686042).
+  + Changed SoupServer to call unref() on the query hash table
+after calling the handler, rather than destroy(), so that the
+handler can keep a copy of the query data if it wants
+(bgo#702793).
+  + Fixed a few introspection annotations.
+  + Updated examples/get to use SoupLogger and to allow redirecting
+the output to a file (bgo#703231, bgo#703229).
+
+---

Old:

  libsoup-2.43.2.tar.xz

New:

  libsoup-2.43.4.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.zy5ll3/_old  2013-07-16 15:38:31.0 +0200
+++ /var/tmp/diff_new_pack.zy5ll3/_new  2013-07-16 15:38:31.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.43.2
+Version:2.43.4
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz

++ libsoup-2.43.2.tar.xz - libsoup-2.43.4.tar.xz ++
 16983 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-06-29 19:42:52

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-06-05 
11:54:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-06-29 
19:42:55.0 +0200
@@ -1,0 +2,13 @@
+Tue May 28 19:54:28 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.43.2:
+  + Fixed an authentication error when using NTLM when connecting
+to an https site over a proxy; the code was getting confused
+and thinking that the 200 OK response to the CONNECT meant that
+NTLM auth had succeeded (bgo#698728).
+  + Fixed a memory leak in SoupSocket (bg0#700472).
+  + Fixed a missing include error on some platforms (bgo#73).
+  + Fixed warnings when running against the dummy TLS backend
+(bgo#700518).
+
+---

Old:

  libsoup-2.43.1.tar.xz

New:

  libsoup-2.43.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.GdD7kC/_old  2013-06-29 19:42:56.0 +0200
+++ /var/tmp/diff_new_pack.GdD7kC/_new  2013-06-29 19:42:56.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.43.1
+Version:2.43.2
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz

++ libsoup-2.43.1.tar.xz - libsoup-2.43.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.1/NEWS new/libsoup-2.43.2/NEWS
--- old/libsoup-2.43.1/NEWS 2013-04-30 22:41:03.0 +0200
+++ new/libsoup-2.43.2/NEWS 2013-05-28 18:55:58.0 +0200
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.43.1 to 2.43.2:
+
+   * Fixed an authentication error when using NTLM when
+  connecting to an https site over a proxy; the code was
+  getting confused and thinking that the 200 OK response to
+  the CONNECT meant that NTLM auth had succeeded. [#698728,
+  Dan]
+
+   * Fixed a memory leak in SoupSocket. [#700472, Richard
+  Röjfors]
+
+   * Fixed a missing include error on some platforms [#73,
+  Erik van Pienbroek]
+
+   * Fixed warnings when running against the dummy TLS backend.
+ [#700518, Dan]
+
 Changes in libsoup from 2.42.1 to 2.43.1:
 
* Including libsoup/soup.h no longer pulls in the system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.1/configure new/libsoup-2.43.2/configure
--- old/libsoup-2.43.1/configure2013-04-30 22:48:36.0 +0200
+++ new/libsoup-2.43.2/configure2013-05-28 18:59:58.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libsoup 2.43.1.
+# Generated by GNU Autoconf 2.69 for libsoup 2.43.2.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='libsoup'
 PACKAGE_TARNAME='libsoup'
-PACKAGE_VERSION='2.43.1'
-PACKAGE_STRING='libsoup 2.43.1'
+PACKAGE_VERSION='2.43.2'
+PACKAGE_STRING='libsoup 2.43.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup'
 PACKAGE_URL=''
 
@@ -1443,7 +1443,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 libsoup 2.43.1 to adapt to many kinds of systems.
+\`configure' configures libsoup 2.43.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1513,7 +1513,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of libsoup 2.43.1:;;
+ short | recursive ) echo Configuration of libsoup 2.43.2:;;
esac
   cat \_ACEOF
 
@@ -1650,7 +1650,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-libsoup configure 2.43.1
+libsoup configure 2.43.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1928,7 +1928,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libsoup $as_me 2.43.1, which was
+It was created by libsoup $as_me 2.43.2, 

commit libsoup for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-06-05 11:54:43

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


Package is libsoup

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-04-20 
17:48:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-06-05 
11:54:45.0 +0200
@@ -1,0 +2,17 @@
+Wed May  1 08:17:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.43.1:
+  + Including libsoup/soup.h no longer pulls in the system
+networking headers. This may cause some packages to no longer
+compile, if they were accidentally depending on this.
+Adding #include gio/gnetworking.h will fix them
+(bgo#692134).
+  + Fixed SoupSession:proxy-resolver (bgo#698163).
+  + Added soup_message_set_priority(), to mark messages as being
+high, low, or normal priority, and update the message queue to
+prioritize them accordingly (bgo#696277).
+  + Fixed several test programs to still work if glib-networking
+isn't installed and fixed another to still work if the kernel
+has no IPv6 support (bgo#698220).
+
+---

Old:

  libsoup-2.42.1.tar.xz

New:

  libsoup-2.43.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.iLwziJ/_old  2013-06-05 11:54:46.0 +0200
+++ /var/tmp/diff_new_pack.iLwziJ/_new  2013-06-05 11:54:46.0 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.42.1
+Version:2.43.1
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.42/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel = 2.36.0

++ libsoup-2.42.1.tar.xz - libsoup-2.43.1.tar.xz ++
 1715 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2013-03-25 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-03-25 20:36:53

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-01-20 
14:39:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-03-25 
20:36:54.0 +0100
@@ -1,0 +2,199 @@
+Thu Mar 21 20:51:08 CET 2013 - sbra...@suse.cz
+
+- Added support for translation-update-upstream.
+
+---
+Mon Mar 18 18:38:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.41.92:
+  + Fixed a bug that caused libsoup to retry an incorrect password
+repeatedly, forever, in a certain case that affected Google
+calendars in evolution in particuar (rh##916224).
+  + Also added code to make such infinite retry loops impossible in
+the future.
+  + Fixed SoupRequestData's handling of URIs with %00 in them
+(bgo##695246).
+  + Added the SoupSession:proxy-resolver property (bgo#680273).
+  + Added missing G_BEGIN_DECLS/G_END_DECLS to
+soup-message-headers.h, so that its functions can be called
+from C++.
+  + Updated translations.
+
+---
+Tue Mar  5 18:49:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.41.91:
+  + Fixed a crash that showed up with XMLRPC requests in WebKitGTK
+(bgo#694920).
+  + Fixed SoupCache to update the cached headers when it receives
+a 304 Not Modified response, and added a test for this
+(bgo#695121).
+  + libsoup now builds under automake 1.13 (and make check works
+under the parallel test harness which is the default in 1.13)
+(bgo#694135).
+  + The tests/ directory now contains only actual test programs
+that are run by make check, and the programs that are
+intended more as example code are under examples/.
+  + Updated translations.
+
+---
+Tue Feb 19 09:17:41 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.41.90:
+  + Added SoupSession:local-address property, which allows you to
+force connections to bind to a particular local address
+(bgo#693215).
+  + Fixed SoupCache to properly handle messages that get cancelled,
+and added tests for this (bgo#692310).
+  + Fixed a reference leak in SoupCache that resulted in epiphany
+hanging for several seconds on exit and then eventually
+printing Cache flush finished despite X pending requests.
+And added more tests (bgo#682527).
+  + Fixed SoupAuthNTLM so that SoupSession:authenticate gets
+emitted with retrying=TRUE if the first attempt fails
+(bgo#693222).
+  + Fixed the SoupSession:add-feature-by-type property to accept
+non-SoupSessionFeature features as well.
+  + Fixed a build bug that would break all the apache-based tests
+if you didn't have PHP installed (bgo#693311).
+  + Updated translations.
+
+---
+Tue Feb  5 16:28:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.41.5:
+  + Reverted the change to SoupURI's password handling from 2.41.4,
+since it turns out to have broken some things (bgo#692149).
+  + Avoid a g_return_if_fail() when loading SoupSession:ssl-ca-file
+fails (bgo#691930).
+  + Fixed a bug in SoupBodyInputStream that caused redirects in
+WebKitGTK to hang. (bgo#692026).
+  + Updated translations.
+
+---
+Wed Jan 16 23:59:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.41.4:
+  + Lots of docs fixes.
+  + The plain SoupSession type now supports
+soup_session_queue_message(), soup_session_send_message() and
+there are now soup_session_new() and
+soup_session_new_with_options().
+  + The mirroring of the SoupMessage API onto SoupRequestHTTP,
+added in 2.41.3, has been reverted. However, new APIs
+soup_session_send() and soup_session_send_async() have been
+added that let you use the GInputStream-based API with
+SoupMessages rather than SoupRequest, so if you're doing
+HTTP-specific stuff, you can just use that instead.
+  + soup_message_get_https_status() now returns the certificate and
+flags for unsuccessful https connections as well as successful
+ones (bgo#690176).
+  + Fixed a deadlock when calling soup_session_abort() on a
+SoupSessionSync in some cases (bgo#691399).
+  + Internal SoupCache rewrites/improvements (bgo#682112).
+  + Plugged a memory leak in SoupCache (bgo#690382) and in
+SoupAuthDigest (bgo#690142).
+  + 

commit libsoup for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-01-20 14:39:48

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-11-25 
13:07:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-01-20 
14:39:51.0 +0100
@@ -1,0 +2,17 @@
+Tue Jan 15 20:29:35 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.40.3:
+  + soup_message_get_https_status() now returns the certificate
+and flags for unsuccessful https connections as well as
+successful ones (bgo#690176)
+  + Fixed a deadlock when calling soup_session_abort() on a
+SoupSessionSync in some cases. (bgo#691399)
+  + Fixed a bug in SoupFilterInputStream that could cause some
+non-blocking reads to suck up CPU while waiting for the
+network.
+  + SoupURI now leaves %00 in URIs as-is, rather than decoding it
+to \0, which was not intended and is never useful.
+  + A few minor docs fixes.
+  + Updated translations.
+
+---

Old:

  libsoup-2.40.2.tar.xz

New:

  libsoup-2.40.3.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.fcp6ta/_old  2013-01-20 14:39:52.0 +0100
+++ /var/tmp/diff_new_pack.fcp6ta/_new  2013-01-20 14:39:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsoup
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.40.2
+Version:2.40.3
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.40/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-11-25 13:07:46

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-10-19 
13:33:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-11-25 
13:07:48.0 +0100
@@ -1,0 +2,15 @@
+Tue Nov 13 13:28:07 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.40.2:
+  + Fixed a crash caused by a race condition in SoupSessionSync
+(bgo#684238)
+  + Fixed a problem that would cause g_warning()s in epiphany when
+browsing sites that (incorrectly) returned empty Cache-Control
+headers (bgo#683433)
+  + Belatedly added soup-multipart-input-stream.h to soup.h.
+  + Added support for Apache 2.4 to the unit tests. Also fixed a
+few race conditions that could cause make check to fail on
+slow or heavily-loaded machines.
+  + Updated translations.
+
+---

Old:

  libsoup-2.40.1.tar.xz

New:

  libsoup-2.40.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.itgAoD/_old  2012-11-25 13:07:50.0 +0100
+++ /var/tmp/diff_new_pack.itgAoD/_new  2012-11-25 13:07:50.0 +0100
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.40.1
+Version:2.40.2
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.40/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-10-19 13:33:02

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-10-03 
10:30:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-10-19 
13:33:05.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 16 12:10:40 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.40.1:
+  + Improved the parsing of multipart/x-mixed-replace responses
+(bgo#685752).
+  + Fixed handling of IPv6 address literals (bgo#684990).
+  + Updated translations.
+
+---

Old:

  libsoup-2.40.0.tar.xz

New:

  libsoup-2.40.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.k3Ie81/_old  2012-10-19 13:33:06.0 +0200
+++ /var/tmp/diff_new_pack.k3Ie81/_new  2012-10-19 13:33:06.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.40.0
+Version:2.40.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.40/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-10-03 10:30:38

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-04-20 
15:18:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-10-03 
10:30:40.0 +0200
@@ -1,0 +2,157 @@
+Mon Sep 24 17:55:56 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.40.0:
+  + Updated translations.
+
+---
+Mon Sep 17 22:23:04 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.39.92:
+  + Fixed some g_warnings (and a possible crash) with the
+soup_request_send_async() (bgo#683404).
+  + Fixed a hang with SoupSessionSync (bgo#682923).
+  + Handle empty Cache-Control headers.
+  + Updated translations.
+
+---
+Tue Sep  4 15:11:54 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.39.91:
+  + Added missing annotations.
+  + Fixed a crash (bgo#682569)
+  + Fixed the SoupMessage:network-event signal
+  + Bugs fixed: bgo#683200
+  + Updated translations.
+
+---
+Tue Aug 21 08:44:52 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.39.90:
+  + Added SoupMultipartInputStream, for handling multipart
+responses (particularly multipart/x-mixed-replace) (bgo#656684)
+  + Fixed a potential crash in SoupSessionAsync after the session
+is finalized
+  + Fixed a regression in soup_tls_is_public_suffix() (bgo#681085)
+  + Added a SOUP_MESSAGE_IDEMPOTENT flag, so that apps can bypass
+the POSTs must be sent on new connections check, which was
+causing evolution-ews to have to create a new connection for
+every request (bgo#681493)
+  + Changed SoupSession so that pending SoupMessages now hold a ref
+on the session. It is possible that this will break code that
+was depending on the old, dumb, behavior (where unreffing the
+session with messages pending would cause those messages to be
+cancelled), in which case this will be reverted before 2.40.
+  + Fixed memory leaks found by valgrind
+  + Cleaned up some code in SoupCache (bgo#681509)
+  + Updated translations.
+
+---
+Tue Aug  7 09:23:03 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.39.5:
+  + Fixed several bugs in the soup-message-io updates that could
+cause hangs or I/O errors (bgo#679527)
+  + Fixed SoupServer:async-context to work properly again
+  + Further fixes to soup_uri_normalize() when using the
+unescape_extra parameter. (bgo#680018)
+  + Fixed soup_xmlrpc_parse_method_call() to handle the case where
+there is no params element (which is legal) (bgo#671661)
+  + Fixed the deprecation warning on soup_message_headers_get()
+(bgo#680143)
+  + Added warnings to some erroneous SoupSocket usages rather than
+returning bogus data (bgo#673083)
+  + Fixed build under Windows/MinGW
+  + SoupSocket no longer emits the readable signal when a socket
+is disconnected if that socket is non-blocking
+  + Updated public suffix list to the current version
+  + Updated translations.
+
+---
+Tue Jul 17 18:07:18 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.39.4.1:
+  + Fixed indentation problems in tld-parser.py so it will work
+under python 3 (bgo#680089)
+  + Actually fixed cookies in non-suffixed/private domains, which
+still didn't work after the last fix (bgo#679230)
+  + Updated translations.
+
+---
+Tue Jul 17 09:51:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.39.4:
+  + Fixed the SoupRequest codepaths to properly retry in the case
+where the server closes a persistent connection when we try to
+use it (bgo#679527)
+  + Fixed the content-type and content-length of requests retrieved
+from SoupCache (bgo#680029)
+  + Fixed the handling of cookies in non-suffixed and private
+domains (localhost, foo.local, etc., bgo#679230)
+  + Fixed cookie parsing to allow attribute values on secure and
+ HttpOnly (bgo#678753)
+  + Fixed a (rare) crash when closing the stream returned from
+SoupRequestHTTP.
+  + Bugs fixed: bgo#671770, bgo#678909, bgo#680055, bgo#680018.
+  + Updated translations.
+
+---
+Tue Jun 26 17:10:09 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.39.3:
+  + Added new functions for comparing 

commit libsoup for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-04-20 15:18:08

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-03-29 
14:01:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-04-20 
15:18:09.0 +0200
@@ -1,0 +2,21 @@
+Tue Apr 17 05:56:46 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.38.1:
+  + Fixed a situation where soup_connection_disconnect() could end
+up calling g_object_unref(NULL) when an idle connection was
+closed. [bgo#672178]
+  + Fixed two warnings when cancelling an in-progress
+soup_socket_connect_async().
+  + Fixed a crash when disposing a SoupServer with open
+connections. [bgo#673468]
+  + Fixed the SoupSession:ssl-use-system-ca-file property to get
+turned off (rather than on) when you set it to FALSE... Also
+fixed up the property notifications around the various
+certificate-verification properties (ssl-ca-file,
+ssl-use-system-ca-file, and tls-database).
+  + Fixed SoupSession to not leak paused SoupMessages that were
+still in progress when it was unreffed. [bgo#673905]
+  + Updated the win32 file: URI code again, to fix regressions in
+the WebKit tests. [webkit#82484]
+
+---

Old:

  libsoup-2.38.0.tar.xz

New:

  libsoup-2.38.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.GKQD1D/_old  2012-04-20 15:18:11.0 +0200
+++ /var/tmp/diff_new_pack.GKQD1D/_new  2012-04-20 15:18:11.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.38.0
+Version:2.38.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.38/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-03-29 14:01:36

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-03-19 
09:58:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-03-29 
14:01:40.0 +0200
@@ -1,0 +2,16 @@
+Tue Mar 27 06:08:09 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.38.0:
+  + Minor documentation fixes
+
+---
+Tue Mar 20 16:10:50 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.37.92:
+  + Added soup_session_prefetch_dns() and deprecated
+soup_session_prepare_for_uri(). The new method takes a
+completion callback, allowing you to know how many DNS
+resolutions are currently outstanding, so you don't spam the
+resolver. [webkit#41630]
+
+---

Old:

  libsoup-2.37.91.tar.xz

New:

  libsoup-2.38.0.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.jYdcUq/_old  2012-03-29 14:01:46.0 +0200
+++ /var/tmp/diff_new_pack.jYdcUq/_new  2012-03-29 14:01:46.0 +0200
@@ -20,10 +20,10 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.37.91
+Version:2.38.0
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libsoup/2.38/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel = 2.31.7

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-03-19 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-03-19 09:58:21

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-02-28 
19:24:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-03-19 
09:58:24.0 +0100
@@ -1,0 +2,21 @@
+Tue Mar  6 08:09:16 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.37.91:
+  + Fixed an out-of-bounds memory read that could occur when
+parsing malformed requests/responses.
+  + Fixed a build-related bug in Makefile.glib that affected
+locales such as Estonian where Z is not the last (ASCII)
+letter of the alphabet. [bgo#654395]
+  + Fixed the handling of file: URIs with query components, which
+got broken in 2.37.90.
+  + Fixed SoupAuthManagerNTLM to not fall back to allowing Basic
+auth when NTLM failed.
+  + Further tweaked the warnings/fallback in SoupURI, so that
+soup_uri_to_string() on an http URI with a NULL path would
+translate that to / like it used to. [bgo#670431]
+  + Fixed a warning when cancelling the load of a page with many
+subresources. [bgo#667245]
+  + Use G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS if GLib is new enough,
+to avoid getting warned about the use of GValueArray.
+
+---

Old:

  libsoup-2.37.90.tar.xz

New:

  libsoup-2.37.91.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.tHhf4m/_old  2012-03-19 09:58:27.0 +0100
+++ /var/tmp/diff_new_pack.tHhf4m/_new  2012-03-19 09:58:27.0 +0100
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.37.90
+Version:2.37.91
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-02-28 19:24:39

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-02-20 
17:23:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-02-28 
19:24:41.0 +0100
@@ -1,0 +2,24 @@
+Tue Feb 21 07:31:57 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.37.90:
+  + Added various return-if-fails and other sanity checks to
+various functions. [bgo#669479]
+  + Updated docs/annotation of soup_form_decode_multipart() to note
+that all of the out parameters are (allow-none). Fixed the
+file_control_name parameter to actually allow NULL like the
+docs already claimed. [bgo#669479]
+  + Fixed a minor URI parsing bug. (It was allowing URI schemes to
+contain numbers.)
+  + Fixed a few memory leaks introduced in the 2.37 cycle.
+  + Fixed SoupServer to be able to correctly respond to HTTP/1.0
+requests over IPv6 (which previously would always have returned
+400 Bad Request). [bgo#666399]
+  + Changed SoupSessionAsync to make it possible to finalize it
+from the wrong thread. [bgo#667364]
+  + Fixed SoupCache to not cache resources whose URIs have query
+components (unless they have explicit cache headers); to not
+generate broken conditional requests for resources that cannot
+be conditionally validated; and to not spew warnings when
+receiving invalid Cache-Control headers. [bgo#668865]
+
+---

Old:

  libsoup-2.37.5.1.tar.xz

New:

  libsoup-2.37.90.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.DTJp29/_old  2012-02-28 19:24:43.0 +0100
+++ /var/tmp/diff_new_pack.DTJp29/_new  2012-02-28 19:24:43.0 +0100
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libsoup
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.37.5.1
+Version:2.37.90
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-02-20 17:23:28

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-01-25 
11:08:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-02-20 
17:23:38.0 +0100
@@ -1,0 +2,27 @@
+Fri Feb 10 15:21:39 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.37.5.1:
+  + Replace some of the newly-added SoupURI g_return_if_fail()s
+with g_warn_if_fail()s. Although it had always been documented
+that SoupURIs must have a non-NULL path, most functions treated
+NULL the same as , and various apps (eg, rhythmbox, midori)
+were accidentally relying on this.
+
+---
+Tue Feb  7 07:39:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.37.5:
+  + Fixed a bug in SoupSession:use-thread-context.
+  + Fixed the case of cancelling a message from
+SoupSession::request-started [bgo#668098]
+  + Fixed a crash in epiphany when loading a page with more than
+1000 or so images. [bgo#668508]
+  + Fixed a bunch of cases involving invalid URLs found while
+testing SoupServer against an HTTP protocol fuzzer. Also fixed
+up some documentation/annotations and added some new test
+cases. [bgo#667637]
+  + Fixed SoupRequestFile to work on Windows.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  libsoup-2.37.4.tar.xz

New:

  libsoup-2.37.5.1.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.xoy9w9/_old  2012-02-20 17:23:39.0 +0100
+++ /var/tmp/diff_new_pack.xoy9w9/_new  2012-02-20 17:23:39.0 +0100
@@ -15,12 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   libsoup
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.37.4
+Version:2.37.5.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz
@@ -32,8 +31,6 @@
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  sqlite3-devel
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 # We do not need these dependencies needed only for tests.
 #BuildRequires:  apache2-mod_php5 php5-xmlrpc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-01-25 11:08:05

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2012-01-06 
11:46:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-01-25 
11:08:12.0 +0100
@@ -1,0 +2,21 @@
+Tue Jan 17 07:12:34 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.37.4:
+  + SoupMessage now has a network-event signal that can be
+monitored for information about DNS, proxy lookup, TCP
+connections, and TLS handshakes.
+  + The HTTP header parsing code now avoids hitting
+g_return_if_fails() (and returns an error instead) in a few
+cases of seriously-invalid headers. [bgo#666316]
+  + POSTs and other non-idempotent requests are now always sent
+on newly-created connections. You can also force this
+behavior on other messages by setting the
+SOUP_MESSAGE_NEW_CONNECTION flag. [bgo#578990]
+  + Server-closed idle connections are now detected ahead of time
+on Windows, preventing occasional spurious Connection
+terminated unexpectedly errors. (This had been fixed on UNIX
+since 2.28, but the earlier fix didn't work with WinSock.)
+[bgo#578990]
+  + Plugged a leak in SoupRequestHTTP. [bgo#667099]
+
+---

Old:

  libsoup-2.37.3.tar.xz

New:

  libsoup-2.37.4.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Q6PRBH/_old  2012-01-25 11:08:14.0 +0100
+++ /var/tmp/diff_new_pack.Q6PRBH/_new  2012-01-25 11:08:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsoup
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.37.3
+Version:2.37.4
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  glib-networking
-BuildRequires:  glib2-devel = 2.31.0
+BuildRequires:  glib2-devel = 2.31.7
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  libgnome-keyring-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2012-01-06 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2012-01-06 11:45:48

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


Package is libsoup, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2011-10-19 
13:52:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2012-01-06 
11:46:02.0 +0100
@@ -1,0 +2,96 @@
+Tue Dec 20 09:19:03 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.37.3:
+  + Simplified SoupHTTPInputStream and SoupRequestHTTP, allowing
+related simplifications in WebKit's ResourceHandleSoup. This is
+an ABI-incompatible change, but SoupHTTPInputStream is an
+unstable API. [bgo#663451]
+  + Fixed a bug that caused the SOUP_MESSAGE_CERTIFICATE_TRUSTED
+flag to always be cleared, causing epiphany to claim all https
+pages were untrusted. [bgo#665182]
+  + Fixed some bugs in the handling of SoupSession:http-aliases and
+SoupSession:https-aliases.
+  + Fixed SoupContentDecoder's ignore Content-Encoding: gzip
+because the server didn't actually mean it hack to handle
+x-gzip too.
+  + Clarified the documentation on SoupSession:ssl-strict
+[bgo#666280]
+  + Fixed handling of ACLOCAL_FLAGS [bgo#641470]
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Mon Dec 12 15:50:01 UTC 2011 - vu...@opensuse.org
+
+- Remove explicit Requires for glib2-devel, libgnutls-devel,
+  libgcrypt-devel, libgpg-error-devel, libxml2-devel in devel
+  subpackage: the needed ones will automatically be added the
+  pkgconfig() way.
+
+---
+Thu Dec  8 20:13:05 UTC 2011 - dims...@opensuse.org
+
+- Split typelib files into typelib-1_0-Soup-2_4 subpackage.
+- Add typelib-1_0-Soup-2_4 Requires to devel subpackage.
+
+---
+Tue Nov 22 09:44:02 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.37.2:
+  + Fixed up the output of SoupDirectoryInputStream, thus improving
+the display of local directories in WebKit-based browsers.
+[bgo#662266]
+  + Fixed a bug introduced in 2.37.1 that caused some cancelled
+SoupMessages to be leaked. [bgo#662847]
+  + Added new SoupSession properties http-aliases and
+https-aliases that allow you to configure more explicitly
+what URL protocols are treated as aliases for http (eg, dav:,
+webcal:, etc), and which should be recognized as meaning
+something else, (eg, ftp:)
+  + Added soup_session_would_redirect() and
+soup_session_redirect_message(), to help users that want to
+handle some or all redirects themselves. Added
+soup_message_set_redirect() to make it easier to return
+redirection responses from a SoupServer.
+  + Added the SoupSession use-thread-context property, which
+tells it to use GMainContexts in a gio-compliant way (and in
+particular, allows having different messages running in
+different GMainContexts on the same SoupSession, though only to
+a limited extent since SoupSessionAsync is still not
+thread-safe). In particular, this was added in order to address
+webkit#68238.
+  + Made SoupURI %-encode non-ASCII characters when parsing URIs,
+in particular to fix a problem with certain servers sending
+syntactically invalid redirects that they would then only
+interpret correctly if you fixed the syntax for them.
+[bgo#662806]
+  + Fixed a connection-handling bug that could cause problems with
+servers that requested authentication and then timed out the
+connection while the application was waiting for the user to
+enter a password. [bgo#660057]
+  + Made NTLM and Basic authentication handle some non-ASCII
+usernames and passwords. (NTLM should handle most. It's
+impossible to fix Basic in the general case.) [bgo#576838]
+  + Added support for deflate Content-Encoding, so that we can
+work with broken servers that insisted on using it even though
+we explicitly indicated in the request headers that we didn't
+support it. [bgo#661682]
+
+---
+Thu Oct 27 21:40:29 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.37.1:
+  + Fixed a problem with connections being assigned to multiple
+requests at once after a redirection [bgo#651146].
+  + Ported SoupSession to use GTlsDatabase internally, and added
+two new properties, SoupSession:use-system-ca-file (to
+specify that the session should use 

commit libsoup for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory
checked in at Sun Oct 2 10:16:19 CEST 2011.




--- openSUSE:Factory/libsoup/libsoup.changes2011-09-23 02:10:51.0 
+0200
+++ /mounts/work_src_done/STABLE/libsoup/libsoup.changes2011-09-27 
00:23:40.0 +0200
@@ -1,0 +2,19 @@
+Mon Sep 26 22:23:00 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.36.0:
+  + Improvements to gtk-doc documentation.
+
+---
+Tue Sep 20 07:42:55 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.35.92:
+  + Fixed a problem where SoupHTTPRequest response bodies could be
+truncated. [bgo#659256]
+  + Fixed a bug in copying TLS information from SoupSocket to
+SoupMessage, causing all https connections to be reported as
+untrusted in epiphany.
+  + Made SoupSession remove items from its host cache after a
+while, so that if a host changes IP address, it will eventually
+try to re-resolve it. [bgo#646959]
+
+---

calling whatdependson for head-i586


Old:

  libsoup-2.35.90.tar.bz2

New:

  libsoup-2.36.0.tar.bz2



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.Q0OiZL/_old  2011-10-02 10:16:14.0 +0200
+++ /var/tmp/diff_new_pack.Q0OiZL/_new  2011-10-02 10:16:14.0 +0200
@@ -20,12 +20,12 @@
 
 Name:   libsoup
 Summary:HTTP client/server library for GNOME
-Version:2.35.90
+Version:2.36.0
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/libsoup/2.35/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libsoup/2.36/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  glib2-devel
 BuildRequires:  glib-networking

++ libsoup-2.35.90.tar.bz2 - libsoup-2.36.0.tar.bz2 ++
 34764 lines of diff (skipped)

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory
checked in at Fri Sep 9 11:44:02 CEST 2011.




--- GNOME/libsoup/libsoup.changes   2011-07-28 21:28:40.0 +0200
+++ /mounts/work_src_done/STABLE/libsoup/libsoup.changes2011-09-02 
01:31:15.0 +0200
@@ -1,0 +2,38 @@
+Wed Aug 31 09:53:11 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.35.90:
+  + Added SOUP_MESSAGE_CAN_REBUILD flag, to use with
+soup_message_body_set_accumulate(FALSE) on a request body, to
+indicate that the caller will recreate the request body after
+it has been discarded if the message needs to be re-sent.
+[bgo#656650]
+  + Fixed the build on mingw-w64 by not using interface as
+variable name. [bgo#656402]
+  + (The multihosted https server regression mentioned in the
+2.35.5 NEWS turned out to be a glib-networking bug, which is
+fixed as of 2.29.18.)
+- Add samba-winbind Suggests to libsoup-2_4-1: the NTLM single sign
+  on feature works with /usr/bin/ntlm_auth (but can fallback to the
+  old method if this is not present).
+- Remove Requires for libsoup-2_4-1 and Obsoletes for libsoup-64bit
+  from main package since there is no such main package anymore.
+
+---
+Tue Aug 16 04:31:24 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.35.5:
+  + bgo#650940: Support NTLM single sign on via samba's
+/usr/bin/ntlm_auth.
+  + bgo#581342: Default to TLS+extensions for https connections,
+falling back to SSLv3-without-extensions only if the server
+fails to negotiate TLS.
+  + bgo#631368: Fixed a problem with https pages sometimes not
+loading when using a proxy.
+  + bgo#648848: SoupContentSniffer: don't use gio's sniffing rules,
+since the spec now recommends that browsers not do any
+additional sniffing beyond what's in the spec.
+  + bgo#653707: Fixed SoupRequestHTTP to work properly with
+alternate GMainContexts.
+  + bgo#655397: Added some annotations from Vala's vapi files.
+
+---

calling whatdependson for head-i586


Old:

  libsoup-2.35.4.tar.bz2

New:

  libsoup-2.35.90.tar.bz2



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.oQEEUu/_old  2011-09-09 11:43:57.0 +0200
+++ /var/tmp/diff_new_pack.oQEEUu/_new  2011-09-09 11:43:57.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   libsoup
 Summary:HTTP client/server library for GNOME
-Version:2.35.4
+Version:2.35.90
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/GNOME
@@ -36,12 +36,6 @@
 BuildRequires:  sqlite3-devel
 # We do not need these dependencies needed only for tests.
 #BuildRequires:  apache2-mod_php5 php5-xmlrpc
-Requires:   %{name}-2_4-1 = %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  libsoup-64bit
-%endif
-#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,6 +56,8 @@
 Summary:HTTP client/server library for GNOME
 Group:  Development/Libraries/GNOME
 Requires:   glib-networking = 2.27.90
+# For NTLM single sign on
+Suggests:   samba-winbind
 Provides:   %{name} = %{version}
 Obsoletes:  %{name}  %{version}
 # bug437293

++ libsoup-2.35.4.tar.bz2 - libsoup-2.35.90.tar.bz2 ++
 12739 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory
checked in at Wed Aug 3 16:18:21 CEST 2011.




--- GNOME/libsoup/libsoup.changes   2011-07-06 10:50:57.0 +0200
+++ /mounts/work_src_done/STABLE/libsoup/libsoup.changes2011-07-28 
21:28:40.0 +0200
@@ -1,0 +2,13 @@
+Thu Jul 28 21:27:11 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.35.4:
+  + CVE-2011-2054: Fixed a security hole that caused some
+SoupServer users to unintentionally allow accessing the entire
+local filesystem when they thought they were only providing
+access to a single directory. [bgo#653258]
+  + Plugged another SoupCache memory leak.
+  + Simplified SoupCache keys, and handle collisions. [bgo#649963]
+  + Annotate SoupSession:add-feature, etc, as (skip), so they don't
+conflict with the methods of the same name. [bgo#655150]
+
+---

calling whatdependson for head-i586


Old:

  libsoup-2.35.3.tar.bz2

New:

  libsoup-2.35.4.tar.bz2



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.QMwZq9/_old  2011-08-03 16:16:33.0 +0200
+++ /var/tmp/diff_new_pack.QMwZq9/_new  2011-08-03 16:16:33.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   libsoup
 Summary:HTTP client/server library for GNOME
-Version:2.35.3
+Version:2.35.4
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/GNOME

++ libsoup-2.35.3.tar.bz2 - libsoup-2.35.4.tar.bz2 ++
 9968 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsoup for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory
checked in at Fri Jul 8 10:43:39 CEST 2011.




--- GNOME/libsoup/libsoup.changes   2011-05-23 23:29:37.0 +0200
+++ /mounts/work_src_done/STABLE/libsoup/libsoup.changes2011-07-06 
10:50:57.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul  5 08:24:36 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.35.3:
+  + Always send the Keep-Alive header.
+  + Deal with broken apache Content-Encoding for .gz files, that
+was leading to decompressing the files.
+  + Various cache improvements, including:
+- Do not store hop-by-hop headers in cache.
+- Store the HTTP status code in the cache.
+- Add versioning support to SoupCache.
+  + Fix integer overflow on 32bit.
+  + Fix memory leaks.
+  + Build fixes.
+
+---

calling whatdependson for head-i586


Old:

  libsoup-2.34.2.tar.bz2

New:

  libsoup-2.35.3.tar.bz2



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.x5Lwz0/_old  2011-07-08 10:43:24.0 +0200
+++ /var/tmp/diff_new_pack.x5Lwz0/_new  2011-07-08 10:43:24.0 +0200
@@ -20,12 +20,12 @@
 
 Name:   libsoup
 Summary:HTTP client/server library for GNOME
-Version:2.34.2
+Version:2.35.3
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/GNOME
 Url:http://www.gnome.org
-Source: 
ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libsoup/2.35/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  glib2-devel
 BuildRequires:  glib-networking

++ libsoup-2.34.2.tar.bz2 - libsoup-2.35.3.tar.bz2 ++
 37936 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org