From 41a59cd8d94a4d60ebf6e1695fd5de28477237e7 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Mon, 15 Feb 2016 14:56:46 +0100 Subject: [PATCH] Update to the latest upstream version (#1301314) Signed-off-by: Petr Hracek --- .gitignore | 1 + sources | 2 +- vim-jedi.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a3aa2f0..bb05341 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /0.7.0 +/0.8.0.tar.gz diff --git a/sources b/sources index 1a664db..a59fcc3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f81c7f876e8cf33da8643d53836ff4e5 0.7.0 +3843948c6fc3e280bb078fa94ac5fd26 0.8.0.tar.gz diff --git a/vim-jedi.spec b/vim-jedi.spec index fcf6f15..2b2776b 100644 --- a/vim-jedi.spec +++ b/vim-jedi.spec @@ -2,8 +2,8 @@ %global vimfiles_root %{_datadir}/vim/vimfiles Name: vim-jedi -Version: 0.7.0 -Release: 9%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: The Jedi vim plugin Group: Applications/Editors @@ -48,6 +48,9 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/ %{_datadir}/appdata/%{name}.metainfo.xml %changelog +* Mon Feb 15 2016 Petr Hracek - 0.8.0-1 +- Update to the latest upstream version (#1301314) + * Fri Feb 05 2016 Fedora Release Engineering - 0.7.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild