Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librest for openSUSE:Factory checked in at 2025-08-12 17:03:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librest (Old) and /work/SRC/openSUSE:Factory/.librest.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librest" Tue Aug 12 17:03:36 2025 rev:32 rq:1298875 version:0.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/librest/librest.changes 2025-05-23 14:28:50.212229675 +0200 +++ /work/SRC/openSUSE:Factory/.librest.new.1085/librest.changes 2025-08-12 17:04:36.503344964 +0200 @@ -1,0 +2,19 @@ +Fri Aug 8 18:19:09 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 0.10.2: + + Rename Meson project to librest +- Changes from version 0.10.1: + + Allow to use the CI to publish the release + + Use G_DEFINE_QUARK when possible +- Changes from version 0.10.0: + + Handle some potential problems in parsing oauth2 access tokens + + Allow to use rest and rest-extras from a single header + + Fix the declaration of the RestOAuth2Error quark function + + Name the RestOAuth2Error enum + + Fixes several annotation issues +- Drop patches merged upstream: + + 0001-rest_proxy_call_sync-bail-out-if-no-payload.patch + + 0002-Handle-some-potential-problems-in-parsing-oauth2-acc.patch +- Update URL and Source following upstream name changes. + +------------------------------------------------------------------- Old: ---- 0001-rest_proxy_call_sync-bail-out-if-no-payload.patch 0002-Handle-some-potential-problems-in-parsing-oauth2-acc.patch rest-0.9.1.tar.xz New: ---- librest-0.10.2.tar.xz ----------(Old B)---------- Old:- Drop patches merged upstream: + 0001-rest_proxy_call_sync-bail-out-if-no-payload.patch + 0002-Handle-some-potential-problems-in-parsing-oauth2-acc.patch Old: + 0001-rest_proxy_call_sync-bail-out-if-no-payload.patch + 0002-Handle-some-potential-problems-in-parsing-oauth2-acc.patch - Update URL and Source following upstream name changes. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librest.spec ++++++ --- /var/tmp/diff_new_pack.0iIZDO/_old 2025-08-12 17:04:37.159372303 +0200 +++ /var/tmp/diff_new_pack.0iIZDO/_new 2025-08-12 17:04:37.159372303 +0200 @@ -1,7 +1,7 @@ # # spec file for package librest # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,19 @@ # -%define _name rest %define sover 0 %define abi 1.0 %define abi_pkg 1_0 %define libname librest-%{abi_pkg}-%{sover} Name: librest -Version: 0.9.1 +Version: 0.10.2 Release: 0 Summary: Library to access RESTful web services License: LGPL-2.1-only Group: Development/Libraries/GNOME -URL: http://git.gnome.org/browse/librest/ -Source0: http://download.gnome.org/sources/rest/0.9/%{_name}-%{version}.tar.xz +URL: https://gitlab.gnome.org/GNOME/librest +Source0: http://download.gnome.org/sources/%{name}/0.10/%{name}-%{version}.tar.xz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM 0001-rest_proxy_call_sync-bail-out-if-no-payload.patch -- rest_proxy_call_sync: bail out if no payload -Patch0: 0001-rest_proxy_call_sync-bail-out-if-no-payload.patch -# PATCH-FIX-UPSTREAM 0002-Handle-some-potential-problems-in-parsing-oauth2-acc.patch -- Handle some potential problems in parsing oauth2 access tokens -Patch1: 0002-Handle-some-potential-problems-in-parsing-oauth2-acc.patch - BuildRequires: gtk-doc BuildRequires: meson @@ -103,7 +97,7 @@ can then be called on. %prep -%autosetup -p1 -n %{_name}-%{version} +%autosetup -p1 %build # We should be able to pass both these (though just the first should be needed) - it fails the build however