rpms/tcl-tclxml/devel tcl-tclxml.spec,1.2,1.3

Michael Thomas wart at fedoraproject.org
Wed Dec 24 02:55:01 UTC 2008


Author: wart

Update of /cvs/pkgs/rpms/tcl-tclxml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24863

Modified Files:
	tcl-tclxml.spec 
Log Message:
Add additional Provides: and Obsoletes: to properly replace the old tclxml/tcldom packages




Index: tcl-tclxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-tclxml/devel/tcl-tclxml.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tcl-tclxml.spec	21 Dec 2008 22:04:05 -0000	1.2
+++ tcl-tclxml.spec	24 Dec 2008 02:54:31 -0000	1.3
@@ -6,7 +6,7 @@
 Summary: XML parsing library for the Tcl scripting language
 Name:    tcl-%{realname}
 Version: 3.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group:   Development/Libraries
 URL:     http://tclxml.sourceforge.net/
@@ -15,9 +15,12 @@
 Patch0:  tclxml-3.2-sgmlparser.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  tcl-devel libxml2-devel libxslt-devel
+Obsoletes:      tclxml < 3.2
+Obsoletes:      tclxml-devel < 3.2
 Obsoletes:      tclxml-libxml2 < 3.2
 Obsoletes:      tclxml-expat < 3.2
 Obsoletes:      tcldom < 3.2
+Obsoletes:      tcldom-devel < 3.2
 Obsoletes:      tcldom-expat < 3.2
 Obsoletes:      tcldom-libxml2 < 3.2
 Provides:       tclxml = %{version}-%{release}
@@ -33,6 +36,8 @@
 Summary: Development files for the tclxml packages
 Group: Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Provides: tclxml-devel = %{version}-%{release}
+Provides: tcldom-devel = %{version}-%{release}
 %description devel
 Development header files for the tclxml packages.  This includes all of the
 header files for the tclxml, tcldom, and tclxslt packages
@@ -105,6 +110,10 @@
 %{tcl_sitelib}/%{realname}-gui%{version}/*.tcl
 
 %changelog
+* Tue Dec 23 2008 Wart <wart at kobold.org> - 3.2-4
+- Add additional Provides: and Obsoletes: to properly replace the old
+  tclxml/tcldom packages
+
 * Sun Dec 21 2008 Wart <wart at kobold.org> - 3.2-3
 - Don't use a macro for the version in Obsoletes:
 




More information about the fedora-extras-commits mailing list