From 7ab7419ba71ef5f401f70550c1844d5699e5bc105f34eb08269973e36bff8c6a Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Fri, 18 May 2018 08:59:52 +0000
Subject: [PATCH] Accepting request 600656 from home:jdelvare:branches:vdr
i2c-tools is no longer needed to build, as i2c-dev.h is part of the standard linux-glibc-devel package now.
OBS-URL: https://build.opensuse.org/request/show/600656
OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=92
---
lirc.changes | 6 ++++++
lirc.spec | 4 +---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/lirc.changes b/lirc.changes
index c4c3222..e7f8aff 100644
--- a/lirc.changes
+++ b/lirc.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Apr 24 14:08:21 CEST 2018 - jdelvare@suse.de
+
+- i2c-tools is no longer needed to build, as i2c-dev.h is part of
+ the standard linux-glibc-devel package now.
+
-------------------------------------------------------------------
Sat Mar 10 12:54:00 UTC 2018 - dimstar@opensuse.org
diff --git a/lirc.spec b/lirc.spec
index 7c28543..8ef7411 100644
--- a/lirc.spec
+++ b/lirc.spec
@@ -27,7 +27,7 @@ Release: 0
Summary: Tools for Infrared Receivers
License: GPL-2.0-or-later
Group: Hardware/Other
-URL: http://www.lirc.org/
+Url: http://www.lirc.org/
Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%{version}/lirc-%{version}.tar.bz2
Source1: baselibs.conf
Patch1: lirc-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
@@ -61,8 +61,6 @@ BuildRequires: pkgconfig(libirman)
BuildRequires: pkgconfig(libudev)
%endif
%ifnarch s390 s390x
-# i2c-dev.h now moved to that package
-BuildRequires: i2c-tools
# for hw_i2cuser driver
BuildRequires: linux-kernel-headers
%endif