Accepting request 1164094 from GNOME:Next
- Update to version 0.5.4: + Add golang link to application page. + Improve libproxy test coverage. + Improve coverage. + Specify library version more completely. + Use the correct separator character for Windows ProxyOverride. + Improve handling of Windows proxy settings. + Add curl option to the generated config for backend instead. + Set initial state to online. + Windows: Detect scheme presence in proxy URLs more robustly. + Fix broken WPAD proxy resolution. OBS-URL: https://build.opensuse.org/request/show/1164094 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=172
This commit is contained in:
parent
a704df27d2
commit
c10a8aa555
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d8d8e4dd96239ba173c2b18905c0bb6e161fd5000e1e0aeace16f754e9a9108
|
||||
size 60069
|
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
libproxy-0.5.4.obscpio
Normal file
3
libproxy-0.5.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8b0562df9653c3fccaded965d2bd0c272ab2ea8f4bca02ebe91b92bb2c8513f
|
||||
size 269835
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 11:32:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.5.4:
|
||||
+ Add golang link to application page.
|
||||
+ Improve libproxy test coverage.
|
||||
+ Improve coverage.
|
||||
+ Specify library version more completely.
|
||||
+ Use the correct separator character for Windows ProxyOverride.
|
||||
+ Improve handling of Windows proxy settings.
|
||||
+ Add curl option to the generated config for backend instead.
|
||||
+ Set initial state to online.
|
||||
+ Windows: Detect scheme presence in proxy URLs more robustly.
|
||||
+ Fix broken WPAD proxy resolution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 01:59:20 UTC 2024 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
|
4
libproxy.obsinfo
Normal file
4
libproxy.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: libproxy
|
||||
version: 0.5.4
|
||||
mtime: 1707507660
|
||||
commit: dff9a603d823dcc740ec966cd27960daa6b891b1
|
@ -32,13 +32,13 @@ ExclusiveArch: do-not-build
|
||||
|
||||
%define _name libproxy
|
||||
Name: libproxy%{?dash}%{?name_suffix}
|
||||
Version: 0.5.3
|
||||
Version: 0.5.4
|
||||
Release: 0
|
||||
Summary: Automatic proxy configuration management for applications
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://libproxy.github.io/libproxy/
|
||||
Source: https://github.com/libproxy/libproxy/archive/refs/tags/%{version}.tar.gz
|
||||
Source: %{_name}-%{version}.tar.zst
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: meson
|
||||
BuildRequires: sysuser-tools
|
||||
@ -183,7 +183,7 @@ rm %{buildroot}%{_libdir}/pkgconfig/libproxy-1.0.pc
|
||||
|
||||
%if "%{flavor}" == "client"
|
||||
%files -n libproxy1
|
||||
%{_libdir}/libproxy.so.1
|
||||
%{_libdir}/libproxy.so.*
|
||||
|
||||
%files -n libpxbackend-1_0%{?mini}
|
||||
%dir %{_libdir}/libproxy
|
||||
|
Loading…
x
Reference in New Issue
Block a user