diff --git a/0.5.3.tar.gz b/0.5.3.tar.gz deleted file mode 100644 index b300f6a19e2f36d6f97a15de94e2fab2372564f4..0000000000000000000000000000000000000000 Binary files a/0.5.3.tar.gz and /dev/null differ diff --git a/0.5.5.tar.gz b/0.5.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..58cf7a26f41218066e84ad4936d1d71c15dcef25 Binary files /dev/null and b/0.5.5.tar.gz differ diff --git a/libproxy.spec b/libproxy.spec index b0ea599a87ab0276e66da7a3a97f09b3e617ea5d..b45a3aff97e82378353c4d1144cefd1c781d1238 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,14 +1,14 @@ -%define anolis_release 2 +%define anolis_release 1 %global _privatelibs libpxbackend-1.0[.]so.* %global __provides_exclude ^(%{_privatelibs})$ %global __requires_exclude ^(%{_privatelibs})$ Name: libproxy -Version: 0.5.3 +Version: 0.5.5 Release: %{anolis_release}%{?dist} Summary: A library that provides automatic proxy configuration management. -License: LGPLv2+ +License: LGPL-2.1-or-later URL: https://libproxy.github.io/libproxy/ Source0: https://github.com/libproxy/libproxy/archive/refs/tags/%{version}.tar.gz @@ -124,6 +124,10 @@ The %{name}-doc package contains documentation files for %{name}. %doc CHANGELOG.md README.md %changelog +* Tue Feb 18 2025 mgb01105731 - 0.5.5-1 +- Update to 0.5.5 from 0.5.3 +- Migrated to SPDX license + * Tue Mar 12 2024 Bo Ren - 0.5.3-2 - Rebuild with python3.11