From d811c32b34bc6814987d194733eab9271fe31200b4f9344b3953d298cef99721 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 27 Jan 2020 15:21:30 +0000 Subject: [PATCH] Accepting request 766588 from home:dimstar:Factory - BuildRequire pkgconfig(libudev) instead of libudev-devel: allow OBS to shortcut through the -mini flavors. OBS-URL: https://build.opensuse.org/request/show/766588 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=273 --- emacs.changes | 6 ++++++ emacs.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/emacs.changes b/emacs.changes index d5f6ff8..712b1f4 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 23 13:02:04 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow + OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Mon Sep 9 08:35:18 UTC 2019 - Dr. Werner Fink diff --git a/emacs.spec b/emacs.spec index 0df5232..75b2c6e 100644 --- a/emacs.spec +++ b/emacs.spec @@ -1,7 +1,7 @@ # # spec file for package emacs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,9 +55,9 @@ BuildRequires: libpng-devel BuildRequires: librsvg-devel BuildRequires: libselinux-devel BuildRequires: libtiff-devel -BuildRequires: libudev-devel BuildRequires: libxml2-devel BuildRequires: m17n-lib-devel +BuildRequires: pkgconfig(libudev) %if %{with mailutils} BuildRequires: mailutils BuildRequires: mailutils-devel @@ -102,7 +102,7 @@ BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xshmfence) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xxf86vm) -Url: http://www.gnu.org/software/emacs/ +URL: http://www.gnu.org/software/emacs/ Version: 26.3 Release: 0 Summary: GNU Emacs Base Package