rpms/itcl/devel itcl.spec,1.10,1.11

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat Feb 9 17:59:29 UTC 2008


Author: wart

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

Modified Files:
	itcl.spec 
Log Message:
Add patch for adding soname



Index: itcl.spec
===================================================================
RCS file: /cvs/extras/rpms/itcl/devel/itcl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- itcl.spec	11 Jan 2008 23:00:17 -0000	1.10
+++ itcl.spec	9 Feb 2008 17:58:54 -0000	1.11
@@ -3,7 +3,7 @@
 
 Name:           itcl
 Version:        3.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Object oriented extensions to Tcl and Tk
 
 Group:          Development/Libraries
@@ -14,6 +14,7 @@
 Source0:        incrtcl-20071231cvs.tgz
 Patch0:         itcl-3.4-tclbindir.patch
 Patch1:         itcl-3.4-libdir.patch
+Patch2:         itcl-3.4-soname.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  tcl(abi) = 8.5
@@ -34,6 +35,7 @@
 %setup -q -n incrtcl-20071231cvs
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -69,7 +71,11 @@
 %{_libdir}/itclConfig.sh
 
 %changelog
-* Thu Jan 10 2008 Wart <wart at kobold.org> - 3.4-0.1
+* Sat Feb 9 2008 Wart <wart at kobold.org> - 3.4-2
+- Rebuild for gcc 4.3
+- Add patch for adding soname
+
+* Thu Jan 10 2008 Wart <wart at kobold.org> - 3.4-1
 - Update to latest CVS head for tcl 8.5 compatibility
 
 * Wed Dec 19 2007 Wart <wart at kobold.org> - 3.3-0.11.RC1




More information about the fedora-extras-commits mailing list