rpms/gtk-doc/devel gtk-doc-1.3-colon.patch, NONE, 1.1 gtk-doc.spec, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 5 15:53:56 UTC 2005


Author: mclasen

Update of /cvs/dist/rpms/gtk-doc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24160

Modified Files:
	gtk-doc.spec 
Added Files:
	gtk-doc-1.3-colon.patch 
Log Message:
Accept ":" in ids


gtk-doc-1.3-colon.patch:
 gtk-doc.dcl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gtk-doc-1.3-colon.patch ---
--- gtk-doc-1.3/gtk-doc.dcl.colon	2005-05-05 11:51:25.259630000 -0400
+++ gtk-doc-1.3/gtk-doc.dcl	2005-05-05 11:51:37.601276000 -0400
@@ -61,8 +61,8 @@
 	NAMING
 		LCNMSTRT ""
 		UCNMSTRT ""
-		LCNMCHAR ".-_"
-		UCNMCHAR ".-_"
+		LCNMCHAR ".-_:"
+		UCNMCHAR ".-_:"
 		NAMECASE
 			GENERAL YES
 			ENTITY  NO


Index: gtk-doc.spec
===================================================================
RCS file: /cvs/dist/rpms/gtk-doc/devel/gtk-doc.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gtk-doc.spec	26 Jan 2005 16:43:55 -0000	1.13
+++ gtk-doc.spec	5 May 2005 15:53:53 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: API documentation generation tool for GTK+ and GNOME
 Name: gtk-doc
 Version: 1.3
-Release: 1
+Release: 2
 License: LGPL
 Group: Development/Tools
 Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.3/gtk-doc-1.3.tar.bz2 
@@ -11,6 +11,8 @@
 BuildPrereq: docbook-utils jade libxslt docbook-style-xsl
 Requires: docbook-utils jade /usr/bin/cmp libxslt docbook-style-xsl
 
+Patch0: gtk-doc-1.3-colon.patch
+
 Source1: filter-requires-gtk-doc.sh
 %define __perl_requires %{SOURCE1}
 
@@ -24,6 +26,7 @@
 %setup -q
 # Move this doc file to avoid name collisions
 mv doc/README doc/README.docs
+%patch0 -p1 -b .colon
 
 %build
 %configure --enable-public-id
@@ -50,6 +53,9 @@
 %{_datadir}/pkgconfig/gtk-doc.pc
 
 %changelog
+* Thu May  5 2005 Matthias Clasen <mclasen at redhat.com> 1.3-1
+- accept ':' in ids
+
 * Wed Jan 26 2005 Matthias Clasen <mclasen at redhat.com> 1.3-1
 - update to 1.3
 




More information about the fedora-cvs-commits mailing list