Author: aredridel Date: Tue Mar 8 06:57:58 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix XML parser bug
---- Files affected: SPECS: amrita.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/amrita.spec diff -u SPECS/amrita.spec:1.10 SPECS/amrita.spec:1.11 --- SPECS/amrita.spec:1.10 Tue Feb 22 20:41:16 2005 +++ SPECS/amrita.spec Tue Mar 8 07:57:52 2005 @@ -5,13 +5,14 @@ Summary(pl): Biblioteka szablonów HTML/XHTML dla języka Ruby Name: amrita Version: 1.0.2 -Release: 1 +Release: 2 Epoch: 1 License: GPL Group: Development/Libraries Source0: http://osdn.dl.sourceforge.jp/amrita/10939/%{name}-%{version}.tar.gz # Source0-md5: 903af244f72d1a4b83f2cb8cfeecbac7 Source1: setup.rb +Patch0: %{name}-rexml.patch URL: http://www.brain-tokyo.jp/research/amrita/ BuildRequires: ruby BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -24,6 +25,7 @@ %prep %setup -q +%patch0 -p1 cp %{SOURCE1} . %build @@ -65,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2005/03/08 06:57:52 aredridel +- fix XML parser bug + Revision 1.10 2005/02/22 19:41:16 aredridel - Epoch 1 - Down to 1.0.2, stable version. Development will continue here. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/amrita.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
