From fcf6f21f4f3e6d334493915a8eae9c600fb8d9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Mon, 13 Aug 2007 18:54:46 +0000 Subject: [PATCH] - Last version had both the old and new rst.el. Try again with only the new one. --- python-docutils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-docutils.spec b/python-docutils.spec index 93300b2..859757e 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages @@ -64,7 +64,7 @@ install -D -m 0644 extras/$file $fullextradest/$file # docutils 0.4 rst.el cannot handle emacs 0.22. Update to the latest svn # copy. This also clarifies the rst.el license. -cp %{SOURCE1} tools/editors/rst.el +cp %{SOURCE1} tools/editors/emacs/rst.el %clean rm -rf %{buildroot} @@ -78,6 +78,10 @@ rm -rf %{buildroot} %{python_sitelib}/roman.* %changelog +* Mon Aug 13 2007 Toshio Kuratomi 0.4-6 +- Last version had both the old and new rst.el. Try again with only + the new one. + * Sun Aug 12 2007 Toshio Kuratomi 0.4-5 - Make License tag conform to the new Licensing Policy. - Fix the rst emacs mode (RH BZ 250100)