rpms/gjdoc/FC-6 gjdoc.spec,1.47,1.48

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 8 21:25:59 UTC 2006


Author: bkonrath

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

Modified Files:
	gjdoc.spec 
Log Message:
- Move in changes from rawhide (needed for eclipse update)


Index: gjdoc.spec
===================================================================
RCS file: /cvs/dist/rpms/gjdoc/FC-6/gjdoc.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- gjdoc.spec	2 Nov 2006 20:52:02 -0000	1.47
+++ gjdoc.spec	8 Nov 2006 21:25:57 -0000	1.48
@@ -2,7 +2,7 @@
 
 Name: gjdoc
 Version: 0.7.7
-Release: 12%{dist}
+Release: 14%{dist}
 URL: http://savannah.gnu.org/projects/classpath/
 License: GPL
 Summary: GNU Javadoc
@@ -11,6 +11,8 @@
 Source0: ftp://ftp.gnu.org/gnu/classpath/gjdoc-%{version}.tar.gz
 Patch0: %{name}-fix-control-z.patch
 Patch1: %{name}-rm-timestamp.patch
+# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29743
+Patch2: %{name}-consistent-html.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildPrereq: gcc-java >= 4.0.0-8
@@ -30,6 +32,7 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p0
+%patch2 -p0
 
 %build
 export JAVAC=/usr/bin/javac
@@ -79,6 +82,13 @@
 %endif
 
 %changelog
+* Mon Nov 06 2006 Ben Konrath <bkonrath at redhat.com> - 0.7.7-14
+- Add consistent html patch so that the javadocs are consistent 
+  across builds.
+
+* Thu Nov 02 2006 Andrew Overholt <overholt at redhat.com> - 0.7.7-13
+- Bump release and include %%{dist}.
+
 * Wed Nov 01 2006 Andrew Overholt <overholt at redhat.com> - 0.7.7-12
 - Guard against missing rebuild-gcj-db in post and postun.
 - Add Requires(post,postun): java-gcj-compat to solve above.




More information about the fedora-cvs-commits mailing list