From 833e8ef0471fd2f9c7f66e6fdb76fff9f7e119367938cac01b5f0f0b8cd76513 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 1 Mar 2022 13:57:51 +0000 Subject: [PATCH] Accepting request 953067 from home:iznogood:branches:editors - Drop pkgconfig(gconf-2.0) BuildRequires: is both unneeded and unused. -- ``` From buildlog in develrepo: [ 60s] Does Emacs use -lgconf? no [ 60s] Does Emacs use GSettings? no -- ``` Now one could consider building emacs with gsettings support (both debian and fedora does), but that is out of scope for this change, and left up to maintainer. OBS-URL: https://build.opensuse.org/request/show/953067 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=320 --- emacs.changes | 6 ++++++ emacs.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs.changes b/emacs.changes index b6c27bd..97f89c9 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 9 23:28:45 UTC 2022 - Bjørn Lie + +- Drop pkgconfig(gconf-2.0) BuildRequires: is both unneeded and + unused. + ------------------------------------------------------------------- Thu Jan 27 12:59:04 UTC 2022 - Andreas Schwab diff --git a/emacs.spec b/emacs.spec index 791e0dc..449fefb 100644 --- a/emacs.spec +++ b/emacs.spec @@ -81,7 +81,6 @@ BuildRequires: zlib-devel BuildRequires: pkgconfig(com_err) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(fontconfig) -BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gsettings-desktop-schemas)