diff options
author | Ting-Wei Lan <tingwei.lan@cobinhood.com> | 2019-05-17 11:03:58 +0800 |
---|---|---|
committer | Ting-Wei Lan <tingwei.lan@cobinhood.com> | 2019-05-17 11:47:18 +0800 |
commit | 24196b423fdb388ac535901a3fb4d53f423017de (patch) | |
tree | c02dce4a9803d06885ce091bb30392b2a515380c /guix | |
parent | 0559c033cdfbbd9f24796e95217a2b875e350b55 (diff) | |
download | copr-rpm-spec-24196b423fdb388ac535901a3fb4d53f423017de.tar copr-rpm-spec-24196b423fdb388ac535901a3fb4d53f423017de.tar.gz copr-rpm-spec-24196b423fdb388ac535901a3fb4d53f423017de.tar.bz2 copr-rpm-spec-24196b423fdb388ac535901a3fb4d53f423017de.tar.lz copr-rpm-spec-24196b423fdb388ac535901a3fb4d53f423017de.tar.xz copr-rpm-spec-24196b423fdb388ac535901a3fb4d53f423017de.tar.zst copr-rpm-spec-24196b423fdb388ac535901a3fb4d53f423017de.zip |
guix: Update description and doc for emacs-ghub
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-ghub/emacs-ghub.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/guix/emacs-ghub/emacs-ghub.spec b/guix/emacs-ghub/emacs-ghub.spec index 5146e82..d338c73 100644 --- a/guix/emacs-ghub/emacs-ghub.spec +++ b/guix/emacs-ghub/emacs-ghub.spec @@ -3,8 +3,8 @@ Name: emacs-%{pkg} Version: 3.2.0 -Release: 1%{?dist} -Summary: Minuscule GitHub client library for Emacs +Release: 2%{?dist} +Summary: Minuscule client libraries for the APIs of various Git forges License: GPLv3+ URL: https://magit.vc @@ -19,7 +19,9 @@ Recommends: git %description %{pkgname} is an add-on package for GNU Emacs. It provides basic support for -using the Github REST (v3) and GraphQL (v4) APIs from Emacs packages. +using the APIs of various Git forges from Emacs packages. Originally it only +supported the Github REST API, but now it also supports the Github GraphQL API +as well as the REST APIs of Gitlab, Gitea, Gogs and Bitbucket. %prep @@ -58,7 +60,7 @@ fi %files %license LICENSE -%doc README.md ghub.org +%doc CHANGELOG README.md ghub.org %dir %{_emacs_sitelispdir}/ghub %{_emacs_sitelispdir}/ghub/buck.el %{_emacs_sitelispdir}/ghub/buck.elc @@ -79,6 +81,10 @@ fi %changelog +* Wed May 15 2019 Ting-Wei Lan <lantw44@gmail.com> - 3.2.0-2 +- Add CHANGELOG to doc +- Update description from upstream README + * Thu May 02 2019 Ting-Wei Lan <lantw44@gmail.com> - 3.2.0-1 - Update to 3.2.0 |