From 79853bf429955b2e02bb95d586b2f880359f1cf0b0253639b6396935f8a5a4be Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 24 Oct 2014 14:36:48 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=162 --- emacs.changes | 6 ++++++ emacs.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/emacs.changes b/emacs.changes index 3888509..78fe8fd 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 24 14:35:43 UTC 2014 - werner@suse.de + +- The gtk3 libraries are linked with libudev therefore add the + appropiate BuildRequire + ------------------------------------------------------------------- Wed Oct 22 08:45:42 UTC 2014 - werner@suse.de diff --git a/emacs.spec b/emacs.spec index e8c9f3e..f8028d3 100644 --- a/emacs.spec +++ b/emacs.spec @@ -54,6 +54,9 @@ BuildRequires: libpng-devel BuildRequires: librsvg-devel BuildRequires: libselinux-devel BuildRequires: libtiff-devel +%if 0%{?suse_version} > 1140 +BuildRequires: libudev-devel +%endif BuildRequires: libxml2-devel BuildRequires: m17n-lib-devel BuildRequires: ncurses-devel