rpms/gjdoc/FC-4 gjdoc.spec, 1.20, 1.21 sources, 1.5, 1.6 gjdoc-0.7.4.ignoreoptioncase.patch, 1.1, NONE gjdoc-0.7.4.noexternalpackagelist.patch, 1.1, NONE gjdoc-0.7.4.nullURL.patch, 1.1, NONE gjdoc-0.7.4.singleQuotes.patch, 1.1, NONE gjdoc-0.7.4.whitespacebeforemembername.patch, 1.1, NONE gjdoc-checkparamslength.patch, 1.1, NONE gjdoc-parameterimpl.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 5 14:13:52 UTC 2005


Author: overholt

Update of /cvs/dist/rpms/gjdoc/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv27998

Modified Files:
	gjdoc.spec sources 
Removed Files:
	gjdoc-0.7.4.ignoreoptioncase.patch 
	gjdoc-0.7.4.noexternalpackagelist.patch 
	gjdoc-0.7.4.nullURL.patch gjdoc-0.7.4.singleQuotes.patch 
	gjdoc-0.7.4.whitespacebeforemembername.patch 
	gjdoc-checkparamslength.patch gjdoc-parameterimpl.patch 
Log Message:
* Tue Jul 05 2005 Andrew Overholt <overholt at redhat.com> 0.7.5-3
- Bump release for FC4 update.
- Downgrade gcc requirements to those present in FC4.

* Sun Jul 03 2005 Andrew Overholt <overholt at redhat.com> 0.7.5-2
- Add patches for processing imports in the correct order and for correct
  behaviour when a resolved import is not found (both from Tom Tromey).

* Fri Jun 17 2005 Andrew Overholt <overholt at redhat.com> 0.7.5-1
- New upstream version.



Index: gjdoc.spec
===================================================================
RCS file: /cvs/dist/rpms/gjdoc/FC-4/gjdoc.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gjdoc.spec	5 May 2005 18:21:02 -0000	1.20
+++ gjdoc.spec	5 Jul 2005 14:13:50 -0000	1.21
@@ -1,40 +1,30 @@
 ExcludeArch: ia64 s390 s390x ppc64
 
 Name: gjdoc
-Version: 0.7.4
-Release: 5
+Version: 0.7.5
+Release: 3
 URL: http://savannah.gnu.org/projects/classpath/
 License: GPL
 Summary: GNU Javadoc
 Group: Development/Tools
 
 Source0: ftp://ftp.gnu.org/gnu/classpath/gjdoc-%{version}.tar.gz
-Patch0: gjdoc-checkparamslength.patch
-Patch1: gjdoc-parameterimpl.patch
-Patch2: gjdoc-0.7.4.ignoreoptioncase.patch
-Patch3: gjdoc-0.7.4.noexternalpackagelist.patch
-Patch4: gjdoc-0.7.4.nullURL.patch
-Patch5: gjdoc-0.7.4.singleQuotes.patch
-Patch6: gjdoc-0.7.4.whitespacebeforemembername.patch
+Patch0: %{name}-importprocessingorder.patch
+Patch1: %{name}-resolvedimportnotfound.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildPrereq: gcc-java >= 4.0.0-1
+BuildPrereq: gcc-java >= 4.0.0-8
 BuildPrereq: antlr
-BuildPrereq: libgcj >= 4.0.0-1
-Requires: libgcj >= 4.0.0-1
+BuildPrereq: libgcj >= 4.0.0-8
+Requires: libgcj >= 4.0.0-8
 
 %description
 A documentation generation system for "javadoc"-style comments.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p2
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p0
-%patch6 -p0
+%patch0 -p0
+%patch1 -p0
 
 %build
 %configure
@@ -56,6 +46,17 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Jul 05 2005 Andrew Overholt <overholt at redhat.com> 0.7.5-3
+- Bump release for FC4 update.
+- Downgrade gcc requirements to those present in FC4.
+
+* Sun Jul 03 2005 Andrew Overholt <overholt at redhat.com> 0.7.5-2
+- Add patches for processing imports in the correct order and for correct
+  behaviour when a resolved import is not found (both from Tom Tromey).
+
+* Fri Jun 17 2005 Andrew Overholt <overholt at redhat.com> 0.7.5-1
+- New upstream version.
+
 * Thu May 05 2005 Andrew Overholt <overholt at redhat.com> 0.7.4-5
 - Add patch to handle single quotes in options (Julian Scheid).
 - Add patch to handle lack of whitespace before member names (Julian).


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gjdoc/FC-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	24 Apr 2005 21:11:06 -0000	1.5
+++ sources	5 Jul 2005 14:13:50 -0000	1.6
@@ -1 +1 @@
-c8d0d3432c3402f7a7ded782d842ebc8  gjdoc-0.7.4.tar.gz
+556d10c9c125ae2f4fc553e8ffff669d  gjdoc-0.7.5.tar.gz


--- gjdoc-0.7.4.ignoreoptioncase.patch DELETED ---


--- gjdoc-0.7.4.noexternalpackagelist.patch DELETED ---


--- gjdoc-0.7.4.nullURL.patch DELETED ---


--- gjdoc-0.7.4.singleQuotes.patch DELETED ---


--- gjdoc-0.7.4.whitespacebeforemembername.patch DELETED ---


--- gjdoc-checkparamslength.patch DELETED ---


--- gjdoc-parameterimpl.patch DELETED ---




More information about the fedora-cvs-commits mailing list