automatic version update by autodist [release 0.1.9-1mamba;Mon May 18 2026]

This commit is contained in:
2026-05-18 18:01:28 +02:00
parent 97adb1a5b8
commit 826aa97164

View File

@@ -1,13 +1,13 @@
%define majversion %(echo %version | cut -d. -f 1-2)
Name: libusb-compat
Version: 0.1.8
Version: 0.1.9
Release: 1mamba
Summary: A library to access USB devices
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://libusb.info/
Source: https://github.com/libusb/libusb-compat-0.1.git/v%{version}/libusb-compat-0.1-%{version}.tar.bz2
License: LGPL
@@ -37,7 +37,6 @@ Obsoletes: libusb0-devel
A library for use by user level applications to access USB devices regardless of OS This is the devel package.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q -n libusb-compat-0.1-%{version}
@@ -56,8 +55,6 @@ This package contains static libraries and header files needed for development.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@@ -74,6 +71,9 @@ This package contains static libraries and header files needed for development.
%doc ChangeLog LICENSE README
%changelog
* Mon May 18 2026 Automatic Build System <autodist@openmamba.org> 0.1.9-1mamba
- automatic version update by autodist
* Sun Nov 20 2022 Automatic Build System <autodist@mambasoft.it> 0.1.8-1mamba
- automatic version update by autodist