3 Commits

View File

@@ -1,5 +1,5 @@
Name: libproxy
Version: 0.5.8
Version: 0.5.11
Release: 1mamba
Summary: A library that provides automatic proxy configuration management.
Group: System/Libraries
@@ -14,6 +14,7 @@ License: LGPL
BuildRequires: glibc-devel
BuildRequires: libcurl-devel
BuildRequires: libduktape-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11
@@ -53,11 +54,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
A simple application that will use libproxy to give the results you can expect from other applications.
It can be used to debug what would happen in various cases.
%debug_package
%prep
%setup -q
#%patch3 -p1
%build
%meson
@@ -71,8 +70,6 @@ It can be used to debug what would happen in various cases.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@@ -99,6 +96,15 @@ It can be used to debug what would happen in various cases.
#%doc CHANGELOG.md README.md
%changelog
* Thu Sep 11 2025 Automatic Build System <autodist@openmamba.org> 0.5.11-1mamba
- automatic version update by autodist
* Sun Jun 29 2025 Automatic Build System <autodist@openmamba.org> 0.5.10-1mamba
- automatic version update by autodist
* Thu Oct 03 2024 Automatic Build System <autodist@openmamba.org> 0.5.9-1mamba
- automatic version update by autodist
* Sat Jul 20 2024 Automatic Build System <autodist@openmamba.org> 0.5.8-1mamba
- automatic version update by autodist