2020-01-30 08:36:27 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 23 13:02:04 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <werner@suse.de> Mon Sep 9 08:35:18 UTC 2019 - Dr. Werner Fink <werner@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package emacs # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -55,9 +55,9 @@ BuildRequires: libpng-devel
BuildRequires: librsvg-devel BuildRequires: librsvg-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
BuildRequires: libudev-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: m17n-lib-devel BuildRequires: m17n-lib-devel
BuildRequires: pkgconfig(libudev)
%if %{with mailutils} %if %{with mailutils}
BuildRequires: mailutils BuildRequires: mailutils
BuildRequires: mailutils-devel BuildRequires: mailutils-devel
@@ -102,7 +102,7 @@ BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xshmfence) BuildRequires: pkgconfig(xshmfence)
BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(xxf86vm)
Url: http://www.gnu.org/software/emacs/ URL: http://www.gnu.org/software/emacs/
Version: 26.3 Version: 26.3
Release: 0 Release: 0
Summary: GNU Emacs Base Package Summary: GNU Emacs Base Package