diff --git a/0.5.9.tar.gz b/0.5.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7c5198bdb7cb8caffd5c4357f7464529d0e4d69f Binary files /dev/null and b/0.5.9.tar.gz differ diff --git a/libproxy-0.5.3.tar.gz b/libproxy-0.5.3.tar.gz deleted file mode 100644 index b300f6a19e2f36d6f97a15de94e2fab2372564f4..0000000000000000000000000000000000000000 Binary files a/libproxy-0.5.3.tar.gz and /dev/null differ diff --git a/libproxy.spec b/libproxy.spec index 28dd3329e8a23b04fc981dcf8fcd0fbf2dade558..3f7bd71ff3404c9e44f156c4482c3cda9e76646b 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,11 +1,11 @@ Name: libproxy -Version: 0.5.3 -Release: 3 +Version: 0.5.9 +Release: 1 Summary: Libproxy is a library that provides automatic proxy configuration management License: LGPL-2.1-or-later -URL: https://libproxy.github.io/libproxy/ -Source0: https://github.com/libproxy/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://libproxy.github.io/libproxy +Source0: https://github.com/libproxy/libproxy/archive/refs/tags/%{version}.tar.gz BuildRequires: gcc meson vala gi-docgen chrpath BuildRequires: pkgconfig(gio-2.0) >= 2.71.3 pkgconfig(gsettings-desktop-schemas) python3-devel @@ -27,7 +27,7 @@ libproxy offers the following features: %package devel Summary: Libproxy provides consistent proxy configuration to applications - Development Files -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel This package contains libraries and header files for developing applications. @@ -55,7 +55,7 @@ echo "%{_libdir}/libproxy" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c %files %defattr(-,root,root) -%doc CHANGELOG.md README.md +%doc README.md %license COPYING %config(noreplace) /etc/ld.so.conf.d/* %{_libdir}/*.so.* @@ -77,6 +77,12 @@ echo "%{_libdir}/libproxy" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.c %{_datadir}/doc/libproxy-1.0/ %changelog +* Wed Jul 10 2024 liweigang - 0.5.9-1 +- Type: requirements +- Id: NA +- SUG: NA +- DESC: update libproxy to 0.5.9 + * Mon Jul 01 2024 zhouyihang - 0.5.3-3 - Type:bugfix - Id:NA