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..2c96caeda6ba8ad5b2426f650f0fb124810d69e8 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,11 +1,11 @@ -%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+ @@ -124,6 +124,9 @@ The %{name}-doc package contains documentation files for %{name}. %doc CHANGELOG.md README.md %changelog +* Tue Feb 18 2025 mgb01105731 - 0.5.5-1 +- Refer to CentOS Stream libproxy-0.5.5-1(tdawson@redhat.com) + * Tue Mar 12 2024 Bo Ren - 0.5.3-2 - Rebuild with python3.11