automatic version update by autodist [release 2.1.1-1mamba;Thu Jun 05 2025]

This commit is contained in:
2025-06-05 20:16:49 +02:00
parent 721f5275e2
commit d28303caa9

View File

@ -2,7 +2,7 @@
%define usbmux_gid 65424
Name: libusbmuxd
Version: 2.1.0
Version: 2.1.1
Release: 1mamba
Summary: A service used to talk to iPhone or iPod Touch over USB
Group: System/Libraries
@ -14,6 +14,7 @@ Source: https+git://github.com/libimobiledevice/libusbmuxd.git/%{version}
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libimobiledevice-glue-devel
BuildRequires: libplist-devel
## AUTOBUILDREQ-END
@ -41,7 +42,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
usbmuxd is in charge of talking to your iPhone or iPod Touch over USB and coordinating access to its services by other applications.
This package contains the tools provided by %{name}.
%debug_package
%prep
%setup -q
@ -59,8 +59,6 @@ echo "%{VERSION}" > .tarball-version
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -82,6 +80,9 @@ echo "%{VERSION}" > .tarball-version
%{_mandir}/man1/iproxy.1*
%changelog
* Thu Jun 05 2025 Automatic Build System <autodist@openmamba.org> 2.1.1-1mamba
- automatic version update by autodist
* Fri May 17 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
- automatic version update by autodist