Accepting request 1205372 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1205372 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=92
This commit is contained in:
commit
0104774666
2
_service
2
_service
@ -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.7</param>
|
||||
<param name="revision">0.5.9</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b42056468780466cc5ed42e4f3d13422f43f5c08cec7bee2f89a2c91e8be0b1
|
||||
size 268299
|
3
libproxy-0.5.9.obscpio
Normal file
3
libproxy-0.5.9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e89e42f69d9b4feafab8070225f61c1b167265fca90a338359ff60412bdd6443
|
||||
size 269323
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 14:24:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.5.9:
|
||||
+ Ignore invalid proxy URL.
|
||||
+ Memleak fixes.
|
||||
+ kde: Add ReversedException support.
|
||||
+ Fix memory leak using PX_FORCE_CONFIG.
|
||||
+ Update msys2 build steps.
|
||||
+ Remove white space in key value.
|
||||
- Changes from version 0.5.8:
|
||||
+ Update repology list.
|
||||
+ Properly handle empty proxy ignore entry.
|
||||
+ Add support for direct keyword in PAC.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:39:40 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libproxy
|
||||
version: 0.5.7
|
||||
mtime: 1718695019
|
||||
commit: 2686d35cfa5db970d4ba65e2951ebc8183b1be82
|
||||
version: 0.5.9
|
||||
mtime: 1727878935
|
||||
commit: 77e2a2b88a319974cf099c8eaaaa03030bc4c0d4
|
||||
|
@ -32,7 +32,7 @@ ExclusiveArch: do-not-build
|
||||
|
||||
%define _name libproxy
|
||||
Name: libproxy%{?dash}%{?name_suffix}
|
||||
Version: 0.5.7
|
||||
Version: 0.5.9
|
||||
Release: 0
|
||||
Summary: Automatic proxy configuration management for applications
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user