Commit Graph

275 Commits

Author SHA256 Message Date
Dominique Leuenberger
4fb8a6de4d Accepting request 929705 from GNOME:Factory
- Require libsoup-3_0-0 instead of libsoup by in the devel package:
  defacto the same package, as the library provides the base name,
  but more explicit and clearer. (forwarded request 929647 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/929705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=130
2021-11-06 17:15:52 +00:00
f766d272a2 Accepting request 929647 from GNOME:Next
- Require libsoup-3_0-0 instead of libsoup by in the devel package:
  defacto the same package, as the library provides the base name,
  but more explicit and clearer.

OBS-URL: https://build.opensuse.org/request/show/929647
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=260
2021-11-05 16:11:40 +00:00
Dominique Leuenberger
606f6e7391 Accepting request 927470 from GNOME:Factory
- Update to version 3.0.2:
  + Add support for multiple auth challenges in one response.
  + Fix SoupCache test failures on 32bit
  + Don't treat `-Wincompatible-pointer-types` as error. The
    `glib-mkenums` tool sometimes triggered this.
  + Improve `gssapi` dependency handling.
  + Fix undefined `ssize_t` on Windows.
  + Updated translations.
- No longer ignore test failure on 32-bit arches, fixed upstream. (forwarded request 927205 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/927470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=129
2021-10-29 20:33:44 +00:00
18eb7e5e03 Accepting request 927205 from GNOME:Next
- Update to version 3.0.2:
  + Add support for multiple auth challenges in one response.
  + Fix SoupCache test failures on 32bit
  + Don't treat `-Wincompatible-pointer-types` as error. The
    `glib-mkenums` tool sometimes triggered this.
  + Improve `gssapi` dependency handling.
  + Fix undefined `ssize_t` on Windows.
  + Updated translations.
- No longer ignore test failure on 32-bit arches, fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/927205
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=259
2021-10-26 09:54:46 +00:00
Dominique Leuenberger
f5af78c8fb Accepting request 922351 from GNOME:Factory
- Ignore test failure on 32-bit arm, as it is done for 32-bit x86
  https://gitlab.gnome.org/GNOME/libsoup/-/issues/236 (forwarded request 922302 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/922351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=128
2021-10-04 16:39:06 +00:00
3f40e3f9ac Accepting request 922302 from home:Guillaume_G:branches:GNOME:Factory
- Ignore test failure on 32-bit arm, as it is done for 32-bit x86
  https://gitlab.gnome.org/GNOME/libsoup/-/issues/236

OBS-URL: https://build.opensuse.org/request/show/922302
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=258
2021-09-30 11:18:49 +00:00
Dominique Leuenberger
b7a8d7ee74 Accepting request 921671 from GNOME:Factory
- Update to version 3.0.1:
  + Move python overrides to upstream pygobject.
  + Fix minor build warnings.
- Drop python3-Soup sub-package following upstream changes.

- Update to version 3.0.0:
  + Remove unused dependency on libxml.
  + Use G_DECLARE_FINAL_TYPE when applicable and bump GLib
    dependency to 2.69.1.
  + Add PyGObject overrides for SoupMessageHeaders to behave like a
    dict.
  + Fix soup_message_add_status_code_handler() in Vala.
  + Ensure that all header values are valid UTF-8, other encodings
    are not supported.
  + Support Content-Disposition headers missing a disposition-type.
- Drop pkgconfig(libxml-2.0) BuildRequires: follow upstream.
- Split out new python3-Soup package.

- Update to version 2.99.9:
  + Make soup_message_set_method() public API.
  + Make SoupMessage:http-version read only.
  + Prevent the same message being queued multiple times.
  + Allow completing SoupMessage::tls-interaction with NULL
    certificate.
  + Replace soup_server_set_ssl_cert_file() with
    soup_server_set_tls_certificate().
  + Add SoupServer support for client certificates.
  + Fallback to building meson wrap of sqlite if not found.
  + Add soup_message_get_tls_protocol_version() and
    soup_message_get_tls_ciphersuite_name() API. (forwarded request 921526 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/921671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=127
2021-09-29 18:18:02 +00:00
1c498e4eef Accepting request 921526 from GNOME:Next
- Update to version 3.0.1:
  + Move python overrides to upstream pygobject.
  + Fix minor build warnings.
- Drop python3-Soup sub-package following upstream changes.

- Update to version 3.0.0:
  + Remove unused dependency on libxml.
  + Use G_DECLARE_FINAL_TYPE when applicable and bump GLib
    dependency to 2.69.1.
  + Add PyGObject overrides for SoupMessageHeaders to behave like a
    dict.
  + Fix soup_message_add_status_code_handler() in Vala.
  + Ensure that all header values are valid UTF-8, other encodings
    are not supported.
  + Support Content-Disposition headers missing a disposition-type.
- Drop pkgconfig(libxml-2.0) BuildRequires: follow upstream.
- Split out new python3-Soup package.

- Update to version 2.99.9:
  + Make soup_message_set_method() public API.
  + Make SoupMessage:http-version read only.
  + Prevent the same message being queued multiple times.
  + Allow completing SoupMessage::tls-interaction with NULL
    certificate.
  + Replace soup_server_set_ssl_cert_file() with
    soup_server_set_tls_certificate().
  + Add SoupServer support for client certificates.
  + Fallback to building meson wrap of sqlite if not found.
  + Add soup_message_get_tls_protocol_version() and
    soup_message_get_tls_ciphersuite_name() API.

OBS-URL: https://build.opensuse.org/request/show/921526
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=257
2021-09-27 06:26:57 +00:00
76c8fa2c8f Accepting request 919971 from home:sbrabec:branches:tuu-goodbye
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

OBS-URL: https://build.opensuse.org/request/show/919971
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=256
2021-09-20 10:07:26 +00:00
Richard Brown
f16eae521d Accepting request 875531 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/875531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=126
2021-03-03 17:33:32 +00:00
d0bee306da Accepting request 875493 from home:pmonrealgonzalez:branches:GNOME:Factory
To be evaluated in Staging:O

OBS-URL: https://build.opensuse.org/request/show/875493
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=254
2021-02-26 21:07:46 +00:00
b9da5c72d7 Accepting request 870965 from home:pmonrealgonzalez:branches:GNOME:Factory
- Disable tls_interaction-test until resolved upstream
  * See https://gitlab.gnome.org/GNOME/libsoup/issues/120
- Add libsoup-skip-tls_interaction-test.patch

- Fix tests: fix SSL test with glib-networking >= 2.65.90
  * See https://gitlab.gnome.org/GNOME/libsoup/issues/201
- Add libsoup-fix-SSL-test.patch
- Remove patches:
  * libsoup-disable-ssl-tests.patch
  * libsoup-disable-hsts-tests.patch

OBS-URL: https://build.opensuse.org/request/show/870965
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=253
2021-02-11 12:16:28 +00:00
Dominique Leuenberger
bff9a93060 Accepting request 848135 from GNOME:Factory
- Disable sysprof integration: this causes a nasty build cycle.
  + Pass -Dsysprof=disabled to meson.
  + Remove pkgconfig(sysprof-4) and pkgconfig(sysprof-capture-4),
    as well as pkgconfig(sysprof-4) in the devel project. (forwarded request 848134 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/848135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=125
2020-11-19 10:57:51 +00:00
b8231ddb70 Accepting request 848134 from GNOME:Next
- Disable sysprof integration: this causes a nasty build cycle.
  + Pass -Dsysprof=disabled to meson.
  + Remove pkgconfig(sysprof-4) and pkgconfig(sysprof-capture-4),
    as well as pkgconfig(sysprof-4) in the devel project.

OBS-URL: https://build.opensuse.org/request/show/848134
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=251
2020-11-12 14:32:47 +00:00
9db1b91a09 Revert - that cannot work
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=250
2020-11-12 14:22:56 +00:00
501ab7f9a5 - BuildIgnore polkit: sysprof pulls in polkit-devel/polkit, which
is correct, but for our build not needed. This helps us break up
  a build cycle.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=249
2020-11-12 14:18:10 +00:00
3fd97b2dca Accepting request 842947 from GNOME:Next
update to 3.38.1 - TW should be ready

OBS-URL: https://build.opensuse.org/request/show/842947
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=248
2020-10-26 08:14:12 +00:00
Dominique Leuenberger
6612e679f9 Accepting request 802748 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/802748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=124
2020-05-12 20:28:01 +00:00
63785f74fa Accepting request 802683 from GNOME:Next
- Autodetect the location of krb5-config: krb5 adds itself to
  $PATH.

OBS-URL: https://build.opensuse.org/request/show/802683
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=246
2020-05-11 16:39:08 +00:00
Dominique Leuenberger
b45ef3f224 Accepting request 795238 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 795091 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/795238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=123
2020-04-23 16:27:47 +00:00
a12c8144cb Accepting request 795091 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/795091
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=244
2020-04-17 22:53:00 +00:00
Dominique Leuenberger
8b7327bb57 Accepting request 780396 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/780396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=122
2020-03-03 09:14:25 +00:00
4c05d213f2 Accepting request 779321 from home:iznogood:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/779321
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=242
2020-02-28 21:58:36 +00:00
Dominique Leuenberger
6a6cb690b6 Accepting request 767463 from GNOME:Factory
Eliminate the -lang recommends (forwarded request 767201 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/767463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=121
2020-01-28 09:52:07 +00:00
ddc8286531 Accepting request 767201 from GNOME:Next
Eliminate the -lang recommends

OBS-URL: https://build.opensuse.org/request/show/767201
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=240
2020-01-26 14:51:56 +00:00
Dominique Leuenberger
55982721f7 Accepting request 762895 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/762895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=120
2020-01-13 21:17:57 +00:00
a433d9fd37 Accepting request 762089 from home:olh:branches:GNOME:Factory
- Usage of g_canonicalize_filename requires glib 2.58

OBS-URL: https://build.opensuse.org/request/show/762089
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=238
2020-01-10 17:16:48 +00:00
Dominique Leuenberger
69a549a827 Accepting request 758644 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/758644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=119
2020-01-02 13:40:10 +00:00
319bcd293f Accepting request 758643 from home:olh:branches:GNOME:Factory
- meson >=0.50 is required for building

OBS-URL: https://build.opensuse.org/request/show/758643
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=236
2019-12-20 22:22:26 +00:00
Dominique Leuenberger
6b443b15d7 Accepting request 754970 from GNOME:Factory
New stable release (forwarded request 754116 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/754970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=118
2019-12-11 11:05:12 +00:00
0b71e7a4d3 Accepting request 754116 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/754116
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=234
2019-12-07 21:15:57 +00:00
Dominique Leuenberger
cf6a72ac0b Accepting request 738642 from GNOME:Factory
- Disable NTLM for the time being (causes build cycle):
  + Drop samba-winbind BuildRequires.
  + Pass -Dntlm=disabled to meson. (forwarded request 738635 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/738642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=117
2019-10-17 11:07:28 +00:00
c66db0066e Accepting request 738635 from GNOME:Next
- Disable NTLM for the time being (causes build cycle):
  + Drop samba-winbind BuildRequires.
  + Pass -Dntlm=disabled to meson.

OBS-URL: https://build.opensuse.org/request/show/738635
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=232
2019-10-15 15:08:44 +00:00
8a7b0c2ef8 Accepting request 736447 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/736447
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=231
2019-10-09 11:05:25 +00:00
34cc131eab Accepting request 735088 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/735088
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=230
2019-10-04 15:53:38 +00:00
Yuchen Lin
89ad9c92cb Accepting request 730445 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/730445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=116
2019-09-17 11:34:06 +00:00
3313303109 Accepting request 730205 from home:iznogood
New stable release. I'll take care of the rebase in GN -- Now with spellfix, upstream needs the help :-) -- yet a resub, upstream had changes in meson options

OBS-URL: https://build.opensuse.org/request/show/730205
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=228
2019-09-12 16:52:29 +00:00
Dominique Leuenberger
7f524346ef Accepting request 704194 from GNOME:Factory
New stable rel (forwarded request 703543 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/704194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=115
2019-05-22 08:56:09 +00:00
e135e4a0cd Accepting request 703543 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/703543
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=226
2019-05-20 09:53:06 +00:00
Dominique Leuenberger
c12b6263d6 Accepting request 695692 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 695639 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/695692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=114
2019-05-03 20:11:13 +00:00
17565b8750 Accepting request 695639 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/695639
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=224
2019-04-18 12:54:10 +00:00
Dominique Leuenberger
6eef6cf902 Accepting request 688444 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/688444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=113
2019-04-03 07:25:29 +00:00
acb630b1f7 Accepting request 687804 from GNOME:Next
New stable branch

OBS-URL: https://build.opensuse.org/request/show/687804
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=222
2019-03-25 20:58:15 +00:00
Dominique Leuenberger
23292e3133 Accepting request 644300 from GNOME:Factory
(forwarded request 644243 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/644300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=112
2018-11-08 08:44:18 +00:00
abc02827e9 Accepting request 644243 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/644243
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=220
2018-10-24 12:57:56 +00:00
Dominique Leuenberger
4f6a2bf415 Accepting request 638687 from GNOME:Factory
New stable rel (forwarded request 638532 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/638687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=111
2018-10-17 06:16:45 +00:00
5a527e5140 Accepting request 638532 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/638532
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=218
2018-09-27 07:40:39 +00:00
Dominique Leuenberger
3d59bfad79 Accepting request 628622 from GNOME:Factory
- 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. (forwarded request 628559 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/628622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=110
2018-08-17 21:59:29 +00:00
1f772d95ac Accepting request 628559 from home:iznogood:branches:GNOME:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/628559
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=216
2018-08-10 12:33:25 +00:00
Dominique Leuenberger
10fb0c8a4f Accepting request 624334 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/624334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=109
2018-07-23 15:58:00 +00:00