SHA256
1
0
forked from pool/emacs

Accepting request 866880 from editors

- Replace system-user-games with user(games): be resilient to
  package name changes.

  crash on broken gif files
- Correct paths for emacs manual page on the fly
- Disable patch emacs-24.4-glibc.patch to see if this fix boo#1175487
  to add missing slashes on finding ~/Emacs
- Let it build even with the fix for boo#1152105 (forwarded request 866872 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/866880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs?expand=0&rev=152
This commit is contained in:
Dominique Leuenberger 2021-01-30 12:55:51 +00:00 committed by Git OBS Bridge
commit 459531658b
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 26 14:17:37 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace system-user-games with user(games): be resilient to
package name changes.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 15 11:30:04 UTC 2020 - Dr. Werner Fink <werner@suse.de> Tue Sep 15 11:30:04 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package emacs # spec file for package emacs
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 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
@ -64,7 +64,7 @@ BuildRequires: mailutils-devel
BuildRequires: makeinfo BuildRequires: makeinfo
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
BuildRequires: system-user-games BuildRequires: user(games)
%endif %endif
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
%if %{with tex4pdf} %if %{with tex4pdf}