From 75ecac7eed1557a87dbe05960e8ad2933e385a18 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:00:17 +0100 Subject: [PATCH] update to 0.1.7 [release 0.1.7-1mamba;Fri Feb 14 2020] --- libusb-compat.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libusb-compat.spec b/libusb-compat.spec index 4d50677..769d248 100644 --- a/libusb-compat.spec +++ b/libusb-compat.spec @@ -1,7 +1,7 @@ %define majversion %(echo %version | cut -d. -f 1-2) Name: libusb-compat -Version: 0.1.5 +Version: 0.1.7 Release: 1mamba Summary: A library to access USB devices Group: System/Libraries @@ -9,7 +9,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://libusb.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/libusb/libusb-compat-%{majversion}/libusb-compat-%{version}/libusb-compat-%{version}.tar.bz2 +Source: https://github.com/libusb/libusb-compat-0.1.git/v%{version}/libusb-compat-0.1-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -41,7 +41,8 @@ A library for use by user level applications to access USB devices regardless of This package contains static libraries and header files need for development. %prep -%setup -q -n libusb-compat-%{version} +%setup -q -n libusb-compat-0.1-%{version} +./autogen.sh %build # FIXME: docs build stop with errors @@ -75,6 +76,9 @@ This package contains static libraries and header files need for development. %doc ChangeLog LICENSE README %changelog +* Fri Feb 14 2020 Silvan Calarco 0.1.7-1mamba +- update to 0.1.7 + * Mon Jun 17 2013 Silvan Calarco 0.1.5-1mamba - update to 0.1.5