rpms/itk/FC-4 itk.spec,1.1,1.2

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


Author: wart

Update of /cvs/extras/rpms/itk/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22958/FC-4

Modified Files:
	itk.spec 
Log Message:
Fix Requires: for -devel subpackage




Index: itk.spec
===================================================================
RCS file: /cvs/extras/rpms/itk/FC-4/itk.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- itk.spec	22 Feb 2006 05:51:13 -0000	1.1
+++ itk.spec	1 Jun 2006 18:31:03 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           itk
 Version:        3.3
-Release:        0.2.RC1%{?dist}
+Release:        0.3.RC1%{?dist}
 Summary:        Object oriented extensions to Tk
 
 Group:		Development/Libraries
@@ -21,7 +21,7 @@
 %package devel
 Summary:  Development headers and libraries for linking against itk
 Group: Development/Libraries
-Requires: itk = %{version}
+Requires:       %{name} = %{version}-%{release}
 %description devel
 Development headers and libraries for linking against itk.
 
@@ -57,6 +57,9 @@
 %doc
 
 %changelog
+* Thu Jun 1 2006 Wart <wart at kobold.org> - 3.3-0.3.RC1
+- Fixed Requires: for -devel subpackage
+
 * Wed Jan 11 2006 Wart <wart at kobold.org> - 3.3-0.2.RC1
 - Fix quoting bug that is exposed by bash >= 3.1
 




More information about the fedora-extras-commits mailing list