Accepting request 1166114 from GNOME:Next

- Update to version 0.5.5:
  + Windows: Try all configured proxy resolution types.
  + Cleanup curl.
  + Add release option.
  + Expose missing functions in symbol map.
  + Fix crash during unload by.
  + Log debug instead of warning on wpad pac failure.
  + Fix refcounting in px_proxy_factory_copy.
  + symver: Fix symbol map to be a valid tree.
  + Fix free function for pxProxyFactory type.
  + CodeQL badge and updated repology.
  + meson: Don't build OSX plugin on iOS.

OBS-URL: https://build.opensuse.org/request/show/1166114
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=174
This commit is contained in:
Dominique Leuenberger 2024-04-08 15:56:29 +00:00 committed by Git OBS Bridge
parent c10a8aa555
commit 4dcf2609ae
6 changed files with 24 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/libproxy/libproxy.git</param>
<param name="revision">0.5.4</param>
<param name="revision">0.5.5</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8b0562df9653c3fccaded965d2bd0c272ab2ea8f4bca02ebe91b92bb2c8513f
size 269835

3
libproxy-0.5.5.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c3ee3a20e092381f992dd306afddf68da4b41864d3979f55c24b3f5f87b4e45
size 270859

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Apr 8 08:41:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.5.5:
+ Windows: Try all configured proxy resolution types.
+ Cleanup curl.
+ Add release option.
+ Expose missing functions in symbol map.
+ Fix crash during unload by.
+ Log debug instead of warning on wpad pac failure.
+ Fix refcounting in px_proxy_factory_copy.
+ symver: Fix symbol map to be a valid tree.
+ Fix free function for pxProxyFactory type.
+ CodeQL badge and updated repology.
+ meson: Don't build OSX plugin on iOS.
-------------------------------------------------------------------
Tue Apr 2 11:32:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: libproxy
version: 0.5.4
mtime: 1707507660
commit: dff9a603d823dcc740ec966cd27960daa6b891b1
version: 0.5.5
mtime: 1712307402
commit: 184c32348edd530b7217b4f44b5a0080f50792fc

View File

@ -32,7 +32,7 @@ ExclusiveArch: do-not-build
%define _name libproxy
Name: libproxy%{?dash}%{?name_suffix}
Version: 0.5.4
Version: 0.5.5
Release: 0
Summary: Automatic proxy configuration management for applications
License: GPL-2.0-or-later AND LGPL-2.1-or-later