6 Commits

Author SHA256 Message Date
3f5c37ef13 Accepting request 1320145 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1320145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=95
2025-11-27 14:19:09 +00:00
0aabf18825 - Update to version 0.5.12:
+ Add static library generation
  + CI: Remove js / ts check
  + xdp: Fix missing dispose chain up
  + xdp: Reduce bus access error log level to debug

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=186
2025-11-26 10:41:39 +00:00
fd341268fa Accepting request 1303450 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1303450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=94
2025-09-11 12:37:26 +00:00
4d287e39c7 - Update to version 0.5.11:
+ Add support for Pantheon
  + Fix memory leak in Windows config

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=184
2025-09-10 07:14:51 +00:00
2d50f870af Accepting request 1292246 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1292246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=93
2025-07-14 08:48:06 +00:00
8930cfaf68 - Update to version 0.5.10:
+ kde: Support Proxy Config Script value without scheme
  + Add MATE and Cinnamon check to gnome plugin
  + Support -M option for Solaris/illumos ld
  + Fix symbol versioning with LLD

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=182
2025-07-11 19:09:27 +00:00
6 changed files with 36 additions and 9 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.9</param>
<param name="revision">0.5.12</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

3
libproxy-0.5.12.obscpio Normal file
View File

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

Binary file not shown.

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Nov 26 09:03:33 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.5.12:
+ Add static library generation
+ CI: Remove js / ts check
+ xdp: Fix missing dispose chain up
+ xdp: Reduce bus access error log level to debug
-------------------------------------------------------------------
Wed Sep 10 06:23:03 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.5.11:
+ Add support for Pantheon
+ Fix memory leak in Windows config
-------------------------------------------------------------------
Fri Jul 11 12:12:03 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.5.10:
+ kde: Support Proxy Config Script value without scheme
+ Add MATE and Cinnamon check to gnome plugin
+ Support -M option for Solaris/illumos ld
+ Fix symbol versioning with LLD
-------------------------------------------------------------------
Wed Oct 2 14:24:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: libproxy
version: 0.5.9
mtime: 1727878935
commit: 77e2a2b88a319974cf099c8eaaaa03030bc4c0d4
version: 0.5.12
mtime: 1764147229
commit: 99da01926b1b1e303a4d2331bbd74bed424863e7

View File

@@ -1,7 +1,7 @@
#
# spec file for package libproxy
#
# Copyright (c) 2024 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
@@ -32,7 +32,7 @@ ExclusiveArch: do-not-build
%define _name libproxy
Name: libproxy%{?dash}%{?name_suffix}
Version: 0.5.9
Version: 0.5.12
Release: 0
Summary: Automatic proxy configuration management for applications
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -157,6 +157,8 @@ from a wide range of programming languages.
%install
%meson_install
# Drop new static library; so far no option to override this at build time directly
rm -f %{buildroot}%{_libdir}/libproxy.a
%if "%{flavor}" == "backend"
# this stuff is already shipped as part of the client library (built without cURL to break cycles)