From df9977aa46903884206cc374243ecfccaa5de028 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 11 May 2016 16:06:25 +0200 Subject: [PATCH 1/3] Don't refer to www.vimoutliner.org in description --- vim-vimoutliner.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim-vimoutliner.spec b/vim-vimoutliner.spec index 84717a5..f2ffe9d 100644 --- a/vim-vimoutliner.spec +++ b/vim-vimoutliner.spec @@ -30,7 +30,7 @@ Requires(postun): vim-enhanced Vimoutliner provides commands for building using the Vim text editor as an outline editor. For more explanation on what outlines are and what they are good for see the script's webpage at -http://www.vimoutliner.org and the general discussion of outlines on +https://github.com/vimoutliner/vimoutliner and the general discussion of outlines on http://www.troubleshooters.com/tpromag/199911/199911.htm. %prep From 792b10f2cbeeda1c8a99d6415fe85a3500033825 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 23 Nov 2016 18:14:48 +0100 Subject: [PATCH 2/3] 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 From 43cf58d5f146dd59d4ecbe928a2f3fb028154ef4 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 23 Nov 2016 18:15:40 +0100 Subject: [PATCH 3/3] FIXME: www.vimoutliner.org doesn't exist anymore --- vim-vimoutliner.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vim-vimoutliner.spec b/vim-vimoutliner.spec index 0cca247..f435c27 100644 --- a/vim-vimoutliner.spec +++ b/vim-vimoutliner.spec @@ -10,6 +10,7 @@ Group: Applications/Editors License: GPLv2+ URL: https://github.com/vimoutliner/vimoutliner Source0: https://github.com/vimoutliner/vimoutliner/archive/%{version}/%{upstream_name}-%{version}.tar.gz +# FIXME: www.vimoutliner.org doesn't exist anymore # the following two tarballs are from http://www.vimoutliner.org as well, but # they are in CMS without good URLs. Source1: otl2html-%{otl2html_version}.tgz