aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2018-12-03 20:48:26 +0800
committerTing-Wei Lan <lantw44@gmail.com>2018-12-03 21:25:50 +0800
commitc8ee32466b5a85c5423b5329576a7cbd520a5da9 (patch)
tree08901d4fb42a6dd841b65eead334cde43e9b814d /guix
parent3d4e3c23a376d15cddaab535601e2e55472b5a2d (diff)
downloadcopr-rpm-spec-c8ee32466b5a85c5423b5329576a7cbd520a5da9.tar
copr-rpm-spec-c8ee32466b5a85c5423b5329576a7cbd520a5da9.tar.gz
copr-rpm-spec-c8ee32466b5a85c5423b5329576a7cbd520a5da9.tar.bz2
copr-rpm-spec-c8ee32466b5a85c5423b5329576a7cbd520a5da9.tar.lz
copr-rpm-spec-c8ee32466b5a85c5423b5329576a7cbd520a5da9.tar.xz
copr-rpm-spec-c8ee32466b5a85c5423b5329576a7cbd520a5da9.tar.zst
copr-rpm-spec-c8ee32466b5a85c5423b5329576a7cbd520a5da9.zip
guix: emacs-magit 2.13.0 -> 2.13.1
Diffstat (limited to 'guix')
-rw-r--r--guix/emacs-magit/emacs-magit.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/guix/emacs-magit/emacs-magit.spec b/guix/emacs-magit/emacs-magit.spec
index 6ed81be..1a6c17d 100644
--- a/guix/emacs-magit/emacs-magit.spec
+++ b/guix/emacs-magit/emacs-magit.spec
@@ -12,14 +12,15 @@
%endif
Name: emacs-%{pkg}
-Version: 2.13.0
-Release: 2%{?dist}
+Version: 2.13.1
+Release: 1%{?dist}
Summary: Emacs interface to the most common Git operations
License: GPLv3+
URL: https://magit.vc
-Source0: https://github.com/magit/magit/releases/download/%{version}/magit-%{version}.tar.gz
+# Source0: https://github.com/magit/magit/releases/download/%{version}/magit-%{version}.tar.gz
+Source0: https://github.com/magit/magit/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: emacs, git-core, texinfo
@@ -42,7 +43,9 @@ common operations convenient.
%make_build \
DASH_DIR=%{emacs_lispdir}/dash \
GHUB_DIR=%{emacs_lispdir}/ghub \
+ GRAPHQL_DIR=%{emacs_lispdir}/graphql \
MAGIT_POPUP_DIR=%{emacs_lispdir}/magit-popup \
+ TREEPY_DIR=%{emacs_lispdir}/treepy \
WITH_EDITOR_DIR=%{emacs_lispdir}/with-editor
%install
@@ -77,6 +80,9 @@ fi
%changelog
+* Sun Dec 02 2018 Ting-Wei Lan <lantw44@gmail.com> - 2.13.1-1
+- Update to upstream version 2.13.1
+
* Tue Oct 23 2018 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-2
- Rebuilt for Fedora 29 and 30