import UBI libusb1-1.0.28-1.el10
This commit is contained in:
parent
70fc123355
commit
95cfef9d24
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
libusb-1.0.27.tar.bz2
|
||||
libusb-1.0.28.tar.bz2
|
||||
|
||||
14
libusb1.spec
14
libusb1.spec
@ -2,7 +2,7 @@
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 4;
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
Summary: Library for accessing USB devices
|
||||
Name: libusb1
|
||||
Version: 1.0.27
|
||||
Version: 1.0.28
|
||||
Release: %autorelease
|
||||
Source0: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2
|
||||
License: LGPL-2.1-or-later
|
||||
@ -71,6 +71,11 @@ This package contains tests and examples for %{name}.
|
||||
chmod -x examples/*.c
|
||||
mkdir -p m4
|
||||
sed -i '/AM_LDFLAGS = -static/d' tests/Makefile.am
|
||||
%if 0%{?rhel} < 11
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
@ -143,6 +148,11 @@ LD_LIBRARY_PATH=libusb/.libs $RPM_BUILD_ROOT%{_bindir}/libusb-example-listdevs
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Wed Apr 16 2025 Kate Hsuan <hpa@redhat.com> - 1.0.28-1
|
||||
- Update to the upstream version 1.0.28
|
||||
- Update to the upstream version 1.0.28
|
||||
- Fix automake-1.17 issue since the release was based on automake-1.17
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.0.27-4
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libusb-1.0.27.tar.bz2) = 42abbbcf2564f86cc2f05826aeefa6beb03c9f89dc9fe05bdfa351caa3dbd07713ce193daadecf29557604dd3cbc770c8031a78e1ad0a8df3627c3f551d28ff0
|
||||
SHA512 (libusb-1.0.28.tar.bz2) = 0f4efa6b54e6195d2e5446652c2dc07358583e205d63bf438c4409511b8637d1700a71268c40499755747827d23cc730d9122267386f847bf781993c045c519f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user