From cfa9dcce49d4129b139404f3b50d70dad3bc65d0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sep 14 2016 09:01:28 +0000 Subject: Upgrade AppData file to specification 0.6+ --- diff --git a/emacs.appdata.xml b/emacs.appdata.xml index 6f98c3b..94ba985 100644 --- a/emacs.appdata.xml +++ b/emacs.appdata.xml @@ -1,53 +1,64 @@ - -emacs.desktop -CC0-1.0 -GPL-3.0+ -Powerful editor -Edit text files, view pictures and binary files - -

-Emacs is a powerful, customizable, self-documenting, modeless -editor. It is used primarely to edit text, including text -documents, source code of programs, web pages and XML documents, -but can also be used to display and edit binary files. -

- -

-Emacs allows efficient editing of text with shortcuts which -allow operating on letters, words, sentences, and paragraphs as -single units. This includes both moving around and operations -like copying, deleting, transposing, and pasting. Macros can be -conveniently defined to repeat sequences of commands. In -addition, Emacs is (partially) built in a scripting language -(elisp) which can also be used to define further functions -extending existing capabilities. -

- -

-Emacs has extensive support for editing source code, including -programmable syntax highlighting, automatic indentation, source -code indexing, overview modes, and navigation based on language -specific units like functions and blocks. It is also possible to -invoke the compiler from within Emacs and easily move between -compiler output and corresponding positions in the source. -

- -

-Emacs has multiple modules which provide further functionality. -This provides the capability to read mail, news, browse -pictures, read man and info pages, browse the web, execute -arbitrary programs, and more, without leaving the editor. -

-
- -http://in.waw.pl/~zbyszek/fedora/emacs-two-buffers.png -http://in.waw.pl/~zbyszek/fedora/emacs-editing-xml.png -http://in.waw.pl/~zbyszek/fedora/emacs-hexl-mode.png -http://in.waw.pl/~zbyszek/fedora/emacs-showing-svg.png -http://in.waw.pl/~zbyszek/fedora/emacs-with-python-source.png - -http://www.gnu.org/software/emacs/ -zbyszek@in.waw.pl -
+ + emacs.desktop + CC0-1.0 + GPL-3.0+ + GNU Emacs + Edit text files, view pictures and binary files + +

+ Emacs is a powerful, customizable, self-documenting, modeless + editor. It is used primarely to edit text, including text + documents, source code of programs, web pages and XML documents, + but can also be used to display and edit binary files. +

+

+ Emacs allows efficient editing of text with shortcuts which + allow operating on letters, words, sentences, and paragraphs as + single units. This includes both moving around and operations + like copying, deleting, transposing, and pasting. Macros can be + conveniently defined to repeat sequences of commands. In + addition, Emacs is (partially) built in a scripting language + (elisp) which can also be used to define further functions + extending existing capabilities. +

+

+ Emacs has extensive support for editing source code, including + programmable syntax highlighting, automatic indentation, source + code indexing, overview modes, and navigation based on language + specific units like functions and blocks. It is also possible to + invoke the compiler from within Emacs and easily move between + compiler output and corresponding positions in the source. +

+

+ Emacs has multiple modules which provide further functionality. + This provides the capability to read mail, news, browse + pictures, read man and info pages, browse the web, execute + arbitrary programs, and more, without leaving the editor. +

+
+ + + http://in.waw.pl/~zbyszek/fedora/emacs-two-buffers.png + + + http://in.waw.pl/~zbyszek/fedora/emacs-editing-xml.png + + + http://in.waw.pl/~zbyszek/fedora/emacs-hexl-mode.png + + + http://in.waw.pl/~zbyszek/fedora/emacs-showing-svg.png + + + http://in.waw.pl/~zbyszek/fedora/emacs-with-python-source.png + + + http://www.gnu.org/software/emacs/ + https://www.gnu.org/software/emacs/manual/html_node/emacs/Bugs.html + https://my.fsf.org/donate/ + https://www.gnu.org/software/emacs/manual/ + zbyszek@in.waw.pl + +
diff --git a/emacs.spec b/emacs.spec index d2cb28a..723f717 100644 --- a/emacs.spec +++ b/emacs.spec @@ -5,7 +5,7 @@ Summary: GNU Emacs text editor Name: emacs Epoch: 1 Version: 25.1 -Release: 0.3.rc2%{?dist} +Release: 0.4.rc2%{?dist} License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -447,6 +447,9 @@ update-desktop-database &> /dev/null || : %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Wed Sep 14 2016 Richard Hughes - 1:25.1-0.4.rc2 +- Upgrade AppData file to specification 0.6+ + * Tue Aug 30 2016 Jan Synáček - 1:25.1-0.3.rc2 - update to 25.1 rc2