Compare commits

...

14 Commits
master ... el6

Author SHA1 Message Date
Mark McKinstry a3e8473514 Merge branch 'epel7' into el6 2016-02-29 01:05:04 +00:00
Mark McKinstry 30f5576d01 fix package summary (RHBZ#1311501) 2016-02-29 01:04:53 +00:00
Mark McKinstry 11eec4ca7d Merge branch 'epel7' into el6 2015-10-07 03:00:29 +00:00
Mark McKinstry b15a02401b upgade to 9.8q 2015-10-07 02:51:13 +00:00
Mark McKinstry 85366c7f95 Merge branch 'master' of ssh://pkgs.fedoraproject.org/vile into el6 2015-03-15 11:13:47 -04:00
Mark McKinstry cfb8a0abd5 Merge branch 'master' of ssh://pkgs.fedoraproject.org/vile into el6 2014-10-30 20:54:54 -04:00
Mark McKinstry 4cb40ae3b2 Merge branch 'master' of ssh://pkgs.fedoraproject.org/vile into el6 2014-09-12 17:23:25 -04:00
Mark McKinstry 2ad75acaf1 Merge branch 'master' of ssh://pkgs.fedoraproject.org/vile into el6 2014-06-22 13:17:20 -04:00
Mark McKinstry e19aed4791 Merge branch 'master' of ssh://pkgs.fedoraproject.org/vile into el6 2014-06-22 12:11:59 -04:00
Mark McKinstry bd63840267 Merge branch 'master' into el6 2013-09-29 12:03:01 -04:00
Mark McKinstry 47962051e4 upgrade to 9.8j 2013-05-10 14:12:31 -04:00
Mark McKinstry 3e5a2d0524 upgrade to 9.8i 2012-12-02 13:22:45 -05:00
Mark McKinstry d9fff9ae82 upgrade to 9.8e 2011-05-11 21:27:52 -04:00
mmckinst 8c2525c229 Initial import (#590305). 2011-01-30 23:40:19 -05:00
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/vile-9.8n.tgz
/vile-9.8o.tgz
/vile-9.8p.tgz
/vile-9.8q.tgz

View File

@ -1 +1 @@
d6f8181e8ea05c15b2f13ae86499780e vile-9.8p.tgz
f97cf10994935007e62a6d5965e71688 vile-9.8q.tgz

View File

@ -1,6 +1,6 @@
Name: vile
Version: 9.8p
Release: 1%{?dist}
Version: 9.8q
Release: 2%{?dist}
Summary: VI Like Emacs
Group: Applications/Editors
License: GPLv2
@ -14,7 +14,7 @@ Requires: %{name}-common = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%package common
Summary: The common files needed by any version of the VIM editor
Summary: The common files needed by any version of the vile editor
Group: Applications/Editors
%package -n xvile
@ -118,6 +118,12 @@ fi
%{_datadir}/applications/xvile.desktop
%changelog
* Mon Feb 29 2016 Mark McKinstry <mmckinst@umich.edu> - 9.8q-2
- fix package summary (RHBZ#1311501)
* Wed Sep 23 2015 Mark McKinstry <mmckinst@umich.edu> - 9.8q-1
- upgrade to 9.8q (RHBZ#1260817)
* Sun Mar 15 2015 Mark McKinstry <mmckinst@nexcess.net> - 9.8p-1
- upgrade to 9.8p (RHBZ#1188844)