forked from pool/emacs
.
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=289
This commit is contained in:
parent
a3b8ab2804
commit
ac02f743f5
@ -2,6 +2,7 @@
|
||||
Makefile.in | 7 +-
|
||||
configure | 6 --
|
||||
configure.ac | 6 --
|
||||
doc/man/emacs.1.in | 10 ++--
|
||||
doc/man/etags.1 | 20 ++++----
|
||||
lib-src/Makefile.in | 6 +-
|
||||
lib-src/pop.c | 1
|
||||
@ -17,7 +18,7 @@
|
||||
site-lisp/term/kvt.el | 97 ++++++++++++++++++++++++++++++++++++++++
|
||||
site-lisp/term/linux.el | 79 ++++++++++++++++++++++++++++++++
|
||||
site-lisp/term/locale.el | 13 +++++
|
||||
18 files changed, 471 insertions(+), 32 deletions(-)
|
||||
19 files changed, 480 insertions(+), 37 deletions(-)
|
||||
|
||||
--- Makefile.in
|
||||
+++ Makefile.in 2020-08-11 10:21:15.194072175 +0000
|
||||
@ -82,6 +83,38 @@
|
||||
fi
|
||||
x_default_search_path=""
|
||||
x_search_path=${x_libraries}
|
||||
--- doc/man/emacs.1.in
|
||||
+++ doc/man/emacs.1.in 2020-08-21 08:46:16.648349971 +0000
|
||||
@@ -563,24 +563,24 @@ distribution.
|
||||
.
|
||||
.
|
||||
.SH FILES
|
||||
-/usr/local/share/info \(em files for the Info documentation browser.
|
||||
+/usr/share/info \(em files for the Info documentation browser.
|
||||
The complete text of the Emacs reference manual is included in a
|
||||
convenient tree structured form.
|
||||
Also includes the Emacs Lisp Reference Manual, useful to anyone
|
||||
wishing to write programs in the Emacs Lisp extension language,
|
||||
and the Introduction to Programming in Emacs Lisp.
|
||||
|
||||
-/usr/local/share/emacs/$VERSION/lisp \(em Lisp source files and
|
||||
+/usr/share/emacs/$VERSION/lisp \(em Lisp source files and
|
||||
compiled files that define most editing commands.
|
||||
Some are preloaded; others are autoloaded from this directory when
|
||||
used.
|
||||
|
||||
-/usr/local/libexec/emacs/$VERSION/$ARCH \(em various programs that are
|
||||
+/usr/lib/emacs/$VERSION/$ARCH \(em various programs that are
|
||||
used with GNU Emacs.
|
||||
|
||||
-/usr/local/share/emacs/$VERSION/etc \(em various files of information.
|
||||
+/usr/share/emacs/$VERSION/etc \(em various files of information.
|
||||
|
||||
-/usr/local/share/emacs/$VERSION/etc/DOC.* \(em contains the documentation
|
||||
+/usr/share/emacs/$VERSION/etc/DOC.* \(em contains the documentation
|
||||
strings for the Lisp primitives and preloaded Lisp functions
|
||||
of GNU Emacs.
|
||||
They are stored here to reduce the size of Emacs proper.
|
||||
--- doc/man/etags.1
|
||||
+++ doc/man/etags.1 2020-08-11 10:17:21.102266456 +0000
|
||||
@@ -7,7 +7,7 @@
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 08:54:57 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Correct manual page of emacs, that is remove ``local/``
|
||||
- Make sure that the emacs spawned by the emacs script does use
|
||||
its default pdumper image file
|
||||
- Avoid warning about permissions on /var/lib/games
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 09:08:33 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
1
emacs.sh
1
emacs.sh
@ -45,6 +45,7 @@ else
|
||||
echo "no emacs binary found"
|
||||
exit 1
|
||||
fi
|
||||
arg0=$1
|
||||
dbusdaemon=$(type -p dbus-daemon 2>/dev/null)
|
||||
#
|
||||
# Now check for valid dbus, e.g. after su/sudo/slogin
|
||||
|
@ -3260,7 +3260,7 @@ fi
|
||||
%dir %{_datadir}/emacs/site-lisp/site-start.d/
|
||||
%{_mandir}/man1/*.1%{ext_man}
|
||||
%exclude %{_mandir}/man1/*tags.1%{ext_man}
|
||||
%dir %attr(770,games,games) %{_localstatedir}/games/emacs
|
||||
%dir %attr(775,games,games) %{_localstatedir}/games/emacs
|
||||
%attr(660,games,games) %{_localstatedir}/games/emacs/snake-scores
|
||||
%attr(660,games,games) %{_localstatedir}/games/emacs/tetris-scores
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user