From d4ea1136f4f1b93602a532f2dbc327755ea96e0f Mon Sep 17 00:00:00 2001 From: Rakesh Pandit Date: Wed, 15 Jul 2009 16:41:57 +0000 Subject: [PATCH] Updated to 2.3.9 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- zile.spec | 17 +++++------------ 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2881689..afa9536 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -zile-2.3.6.tar.gz +zile-2.3.9.tar.gz diff --git a/import.log b/import.log index 8f8326b..b03d22a 100644 --- a/import.log +++ b/import.log @@ -1,3 +1,4 @@ zile-2_2_61-2_fc9:HEAD:zile-2.2.61-2.fc9.src.rpm:1218691536 zile-2_3_0-1_fc10:HEAD:zile-2.3.0-1.fc10.src.rpm:1232045193 zile-2_3_6-1_fc11:HEAD:zile-2.3.6-1.fc11.src.rpm:1239565544 +zile-2_3_9-1_fc11:HEAD:zile-2.3.9-1.fc11.src.rpm:1247676184 diff --git a/sources b/sources index 12f9655..4d6fcb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ca5a8810f857940ed0786ac20959651 zile-2.3.6.tar.gz +51f2fb489b81d80f997644e872445370 zile-2.3.9.tar.gz diff --git a/zile.spec b/zile.spec index a455f37..b64b9c8 100644 --- a/zile.spec +++ b/zile.spec @@ -1,15 +1,13 @@ Summary: Zile Is Lossy Emacs Name: zile -Version: 2.3.6 +Version: 2.3.9 Release: 1%{?dist} License: GPLv3+ Group: Applications/Editors URL: http://www.gnu.org/software/%{name}/ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: texinfo ncurses-devel help2man -Requires(post): info -Requires(preun): info +BuildRequires: ncurses-devel help2man %description Zile is a small Emacs clone. Zile is a customizable, self-documenting @@ -33,14 +31,6 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %clean rm -rf $RPM_BUILD_ROOT -%post -/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : - -%preun -if [ $1 == 0 ] ; then - /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : -fi - %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README THANKS @@ -49,6 +39,9 @@ fi %{_datadir}/%{name}/ %changelog +* Wed Jul 15 2009 Rakesh Pandit - 2.3.9-1 +- Updated to 2.3.9 + * Mon Apr 13 2009 Rakesh Pandit - 2.3.6-1 - Updated to 2.3.6 (Check changelog for details) - Added help2man in BuildRequires and adjusted %%files