From eb7f08e5288e8b351d392f90c7a06e5c40c53b7e Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Tue, 14 Jun 2016 01:13:33 -0700 Subject: [PATCH] libusb-compat: update to 0.1.5 --- packages/sysutils/libusb-compat/package.mk | 2 +- .../patches/libusb-compat-0.1.4-automake_1.13.patch | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 packages/sysutils/libusb-compat/patches/libusb-compat-0.1.4-automake_1.13.patch diff --git a/packages/sysutils/libusb-compat/package.mk b/packages/sysutils/libusb-compat/package.mk index 28e043224b..4411a3c8f5 100644 --- a/packages/sysutils/libusb-compat/package.mk +++ b/packages/sysutils/libusb-compat/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="libusb-compat" -PKG_VERSION="0.1.4" +PKG_VERSION="0.1.5" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/sysutils/libusb-compat/patches/libusb-compat-0.1.4-automake_1.13.patch b/packages/sysutils/libusb-compat/patches/libusb-compat-0.1.4-automake_1.13.patch deleted file mode 100644 index fd3023e88d..0000000000 --- a/packages/sysutils/libusb-compat/patches/libusb-compat-0.1.4-automake_1.13.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur libusb-compat-0.1.4-old/configure.ac libusb-compat-0.1.4-new/configure.ac ---- libusb-compat-0.1.4-old/configure.ac 2012-04-23 22:45:46.000000000 -0700 -+++ libusb-compat-0.1.4-new/configure.ac 2012-12-29 08:44:33.000000000 -0800 -@@ -1,7 +1,7 @@ - AC_INIT([libusb-compat], [0.1.4]) - AM_INIT_AUTOMAKE - AC_CONFIG_SRCDIR([libusb/core.c]) --AM_CONFIG_HEADER([config.h]) -+AC_CONFIG_HEADERS([config.h]) - AC_CONFIG_MACRO_DIR([m4]) - - AC_PREREQ([2.50])