automatic version update by autodist [release 2.0.11-1mamba;Tue Jan 28 2025]

This commit is contained in:
Automatic Build System 2025-01-29 09:42:39 +01:00
parent 7dbe86f678
commit c60959eb56

View File

@ -1,6 +1,6 @@
%define pkgdir %(echo %version | tr . _) %define pkgdir %(echo %version | tr . _)
Name: libtorrent-rasterbar Name: libtorrent-rasterbar
Version: 2.0.10 Version: 2.0.11
Release: 1mamba Release: 1mamba
Summary: A C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use Summary: A C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use
Group: System/Libraries Group: System/Libraries
@ -41,11 +41,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n python-%{name} %description -n python-%{name}
This package contains Python bindings for the libtorrent-rasterbar library. This package contains Python bindings for the libtorrent-rasterbar library.
%debug_package
%prep %prep
%setup -q -n libtorrent-%{version} %setup -q -n libtorrent-%{version}
#%patch1 -p1
%build %build
%cmake -d build %cmake -d build
@ -73,8 +71,6 @@ This package contains Python bindings for the libtorrent-rasterbar library.
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -97,6 +93,9 @@ This package contains Python bindings for the libtorrent-rasterbar library.
#%{python3_sitearch}/python_libtorrent-%{version}-py*.egg-info #%{python3_sitearch}/python_libtorrent-%{version}-py*.egg-info
%changelog %changelog
* Tue Jan 28 2025 Automatic Build System <autodist@openmamba.org> 2.0.11-1mamba
- automatic version update by autodist
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 2.0.10-1mamba * Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 2.0.10-1mamba
- automatic version update by autodist - automatic version update by autodist