From 792b10f2cbeeda1c8a99d6415fe85a3500033825 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 23 Nov 2016 18:14:48 +0100 Subject: [PATCH] vim-vimoutliner-0.4.0-1 - Update to 0.4.0 release --- .gitignore | 1 + sources | 2 +- vim-vimoutliner.spec | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 139aaa6..0fcf143 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vimoutliner-0.3.7.tar.gz +/vimoutliner-0.4.0.tar.gz diff --git a/sources b/sources index 0a17269..c3d7d21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09c213bd76518cb88a36db8be86ca0d5 vimoutliner-0.3.7.tar.gz +7a7ff35e44fb0b437bf129ae833bb26c vimoutliner-0.4.0.tar.gz diff --git a/vim-vimoutliner.spec b/vim-vimoutliner.spec index f2ffe9d..0cca247 100644 --- a/vim-vimoutliner.spec +++ b/vim-vimoutliner.spec @@ -2,8 +2,8 @@ %global upstream_name vimoutliner Name: vim-%{upstream_name} -Version: 0.3.7 -Release: 8%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: Script for building an outline editor on top of Vim Group: Applications/Editors # LICENSE says v2, but the code all says v2+ @@ -18,8 +18,6 @@ Source2: otl_handler.tgz Source3: vimoutliner-local.tar.bz2 Source4: vimoutliner-README.Fedora Source5: vimoutliner-Makefile -# https://github.com/vimoutliner/vimoutliner/pull/40 -Patch0: fix-FSF-address.patch BuildArch: noarch Requires: vim-enhanced perl python Requires(post): vim-enhanced @@ -45,10 +43,9 @@ mv doc/otl2html/README README.otl2html mv doc/otl_handler/README README.otl_handler find doc/ -type f -perm /111 -exec chmod -x '{}' \; rm doc/otl2html/otl2html.py -%patch0 -p1 %build -mv doc examples +cp -r doc examples %install rm -rf $RPM_BUILD_ROOT @@ -93,6 +90,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %{_mandir}/man1/*.1.gz %changelog +* Wed Nov 23 2016 Petr Lautrbach - 0.4.0-1 +- Update to 0.4.0 release + * Fri Feb 05 2016 Fedora Release Engineering - 0.3.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild