From 1027b62a544e529aef39279dc38bbb1724c9b90b Mon Sep 17 00:00:00 2001 From: green Date: Jan 22 2007 17:57:21 +0000 Subject: Update to kawa 1.9.0. --- diff --git a/.cvsignore b/.cvsignore index 71eb040..f9c41e4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -kawa-1.8.tar.gz +kawa-1.9.0.tar.gz diff --git a/kawa.spec b/kawa.spec index fadfd31..12aa9e5 100644 --- a/kawa.spec +++ b/kawa.spec @@ -1,11 +1,11 @@ Summary: Kawa scheme implementation Name: kawa -Version: 1.8 -%define nversion 1.8 -%define dversion 1.8 +Version: 1.9.0 +%define nversion 1.9.0 +%define dversion 1.9.0 -Release: 12%{?dist} +Release: 1%{?dist} License: GPL Group: Development/Languages URL: http://www.gnu.org/software/kawa/ @@ -22,8 +22,8 @@ BuildRequires: antlr BuildRequires: servletapi5 Requires: servletapi5 BuildRequires: java-gcj-compat-devel >= 1.0.31 -Requires(post): java-gcj-compat >= 1.0.31, /sbin/install-info -Requires(postun): java-gcj-compat >= 1.0.31, /sbin/install-info +Requires(post): java-gcj-compat >= 1.0.31 +Requires(postun): java-gcj-compat >= 1.0.31 Epoch: 1 %description @@ -62,12 +62,12 @@ aot-compile-rpm rm -rf $RPM_BUILD_ROOT %post -/sbin/install-info %{_infodir}/kawa.info.gz %{_infodir}/dir ||: +/sbin/install-info %{_infodir}/kawa.info.gz %{_infodir}/dir %{_bindir}/rebuild-gcj-db %postun if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/kawa.info.gz %{_infodir}/dir ||: + /sbin/install-info --delete %{_infodir}/kawa.info.gz %{_infodir}/dir fi %{_bindir}/rebuild-gcj-db @@ -87,9 +87,8 @@ fi %doc %{_javadocdir}/%{name} %changelog -* Sat Dec 16 2006 Anthony Green - 1:1.8-12 -- Append "||:" to %%post and %%postun install-info invocations. -- Add /sbin/install-info dependencies. +* Mon Jan 22 2007 Anthony Green - 1:1.9.0-1 +- Upgrade to 1.9.0. * Thu Oct 05 2006 Anthony Green - 1:1.8-11 - Add antlr to classpath for gjdoc. diff --git a/sources b/sources index 761f4d6..249fc60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54b83150c27317a1cba30ca1dd608f82 kawa-1.8.tar.gz +144dbb642146576ca824dfafefbbf59c kawa-1.9.0.tar.gz