From 8b33fc997b6300daef8c9fca7c76e09079536d36 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 16:28:51 +0000 Subject: [PATCH] auto-import changelog data from xerces-j2-2.6.2-2jpp_2rh.src.rpm 2.6.2-2jpp_2rh - Added new Source1 URL and added new %setup to expand it under the expanded result of Source0. - Updated Patch0 to fix version discrepancies. - Added build requirement for xml-commons-apis 2.6.2-2jpp_1rh - Update to 2.6.2 - made patch names comformant --- .cvsignore | 3 +- sources | 3 +- xerces-j2-build.patch | 116 ------------------------------------------ xerces-j2.spec | 33 ++++++++---- 4 files changed, 28 insertions(+), 127 deletions(-) delete mode 100644 xerces-j2-build.patch diff --git a/.cvsignore b/.cvsignore index 932d041..780374e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -Xerces-J-src.2.6.1.tar.gz +Xerces-J-src.2.6.2.tar.gz +Xerces-J-tools.2.6.2.tar.gz diff --git a/sources b/sources index e8adccd..f3689b2 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -060f303e7a58de5e76a4fb08f09c5f6d Xerces-J-src.2.6.1.tar.gz +cfd536b8d72f8ebe3465ae35f5e3775d Xerces-J-src.2.6.2.tar.gz +55ba4b71ae95acf7d50c4bc0d796ee76 Xerces-J-tools.2.6.2.tar.gz diff --git a/xerces-j2-build.patch b/xerces-j2-build.patch deleted file mode 100644 index 90b79f5..0000000 --- a/xerces-j2-build.patch +++ /dev/null @@ -1,116 +0,0 @@ ---- build.xml~ 2003-07-31 20:14:16.000000000 +0300 -+++ build.xml 2003-10-21 21:45:47.000000000 +0300 -@@ -19,7 +19,7 @@ - - - -- -+ - - - -+ - - - - - -- - -- - -- - - -- - - -+ - - - - - -- - - -- - -- - -- = 0:1.5 BuildRequires: jpackage-utils >= 0:1.5 BuildRequires: jaxp_parser_impl BuildRequires: xml-commons-resolver +# adding build requirement for xml-commons-apis +BuildRequires: xml-commons-apis BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Obsoletes: xerces-j @@ -106,7 +109,9 @@ Additional utility scripts for %{name}. %prep -%setup -q -n xerces-%{cvs_version} +%setup -n xerces-%{cvs_version} +# Inserting the tools directory in the result from the above command +%setup -T -D -a 1 -n xerces-%{cvs_version} %patch0 -p0 %patch1 -p0 @@ -249,6 +254,16 @@ update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \ %changelog +* Mon Jun 21 2004 Vivek Lakshmanan 0:2.6.2-2jpp_2rh +- Added new Source1 URL and added new %setup to expand it under the + expanded result of Source0. +- Updated Patch0 to fix version discrepancies. +- Added build requirement for xml-commons-apis + +* Mon Jun 14 2004 Matt Wringe 0:2.6.2-2jpp_1rh +- Update to 2.6.2 +- made patch names comformant + * Fri Mar 26 2004 Frank Ch. Eigler 0:2.6.1-1jpp_2rh - add RHUG upgrade cleanup