rpms/docbook-dtds/devel docbook-dtds.spec,1.19,1.20

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Mon Nov 26 09:31:56 UTC 2007


Author: ovasik

Update of /cvs/extras/rpms/docbook-dtds/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10661

Modified Files:
	docbook-dtds.spec 
Log Message:
fixed bug-causing typo in spec file(#397651)


Index: docbook-dtds.spec
===================================================================
RCS file: /cvs/extras/rpms/docbook-dtds/devel/docbook-dtds.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- docbook-dtds.spec	23 Oct 2007 15:55:15 -0000	1.19
+++ docbook-dtds.spec	26 Nov 2007 09:31:22 -0000	1.20
@@ -1,6 +1,6 @@
 Name: docbook-dtds
 Version: 1.0
-Release: 34%{?dist}
+Release: 35%{?dist}
 Group: Applications/Text
 
 Summary: SGML and XML document type definitions for DocBook
@@ -630,7 +630,7 @@
   XML=$((XML - 1))
   SGML=$((SGML - 1))
   perl -e "@_=<>;@_[$XML, $SGML]=@_[$SGML, $XML];print @_" \
-    {CATALOG} > ${CATALOG}.rpmtmp
+    ${CATALOG} > ${CATALOG}.rpmtmp
   mv -f ${CATALOG}.rpmtmp ${CATALOG}
 fi
 
@@ -1482,6 +1482,9 @@
 fi
 
 %changelog
+* Mon Nov 26 2007 Ondrej Vasik <ovasik at redhat.com> - 1.0-35
+- fixed bug causing typo in spec file(#397651)
+
 * Tue Oct 23 2007 Ondrej Vasik <ovasik at redhat.com> - 1.0-34
 - corrected most of rpmlint issues
 - (PreReq, tab/spaces , wrong permissions on some files,




More information about the fedora-extras-commits mailing list