rpms/tcldom/devel tcldom.spec,1.3,1.4

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Jun 1 18:58:08 UTC 2006


Author: wart

Update of /cvs/extras/rpms/tcldom/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26484/devel

Modified Files:
	tcldom.spec 
Log Message:
Use fully versioned dependencies for subpackages




Index: tcldom.spec
===================================================================
RCS file: /cvs/extras/rpms/tcldom/devel/tcldom.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcldom.spec	22 Feb 2006 20:08:31 -0000	1.3
+++ tcldom.spec	1 Jun 2006 18:58:08 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: TclDOM is a package that provides a DOM binding for the Tcl scripting language
 Name: tcldom
 Version: 3.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD
 Group: Development/Libraries
 URL:	http://tclxml.sourceforge.net/
@@ -22,7 +22,7 @@
 %package libxml2
 Summary: The Tcl dom parser built with the libxml2 xml parser
 Group: Development/Libraries
-Requires: tcldom = %{version} tclxml-libxml2
+Requires: %{name} = %{version}-%{release} tclxml-libxml2
 %description libxml2
 This package provides an optimized Tcl dom parser built with the libxml2
 xml parser.
@@ -30,7 +30,7 @@
 %package devel
 Summary: The Tcl dom parser development files
 Group: Development/Libraries
-Requires: tcldom = %{version} tclxml-devel
+Requires: %{name} = %{version}-%{release} tclxml-devel
 %description devel
 Development headers and libraries needed to link new applications against
 tcldom.
@@ -78,15 +78,23 @@
 %{_libdir}/%{name}_libxml2%{version}/*.a
 
 %changelog
+* Thu Jun 1 2006 Wart <wart at kobold.org> - 3.1-5
+- Fixed Requires: for subpackages
+
 * Wed Feb 22 2006 Wart <wart at kobold.org> - 3.1-4
 - Rebuild for FC5
+
 * Wed Jan 11 2006 Wart <wart at kobold.org> - 3.1-3
 - Fix quoting bug that is exposed by bash >= 3.1
+
 * Tue Dec 13 2005 Wart <wart at kobold.org> - 3.1-2
 - Update patch to fix version numbers that weren't updated upstream
+
 * Sun Nov 27 2005 Wart <wart at kobold.org> - 3.1-1
 - Update to new upstream sources.
+
 * Sat Nov 26 2005 Wart <wart at kobold.org> - 3.0-2
 - Minor spec file changes to remove rpmlint warnings
+
 * Fri Jun 17 2005 Wart <wart at kobold.org> - 3.0-1
 - New spec file to conform to Fedora Core 4 standards.




More information about the fedora-extras-commits mailing list