rpms/tcltls/devel tcltls-1.6-no-rpath.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tcltls.spec, 1.7, 1.8 tcltls-1.5-64bit.patch, 1.1, NONE tcltls-1.5-ciphertest-KRB5.patch, 1.2, NONE tcltls-1.5-pkgindex-version.patch, 1.1, NONE tcltls-1.5-relpath.patch, 1.1, NONE tcltls-1.5-rpmoptflags.patch, 1.1, NONE tcltls-configurein.pkgname.patch, 1.1, NONE tcltls-makefilein-soname.patch, 1.1, NONE tcltls-tclm4-soname.patch, 1.1, NONE

Sander Hoentjen tjikkun at fedoraproject.org
Thu Oct 9 09:15:35 UTC 2008


Author: tjikkun

Update of /cvs/pkgs/rpms/tcltls/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27790

Modified Files:
	.cvsignore sources tcltls.spec 
Added Files:
	tcltls-1.6-no-rpath.patch 
Removed Files:
	tcltls-1.5-64bit.patch tcltls-1.5-ciphertest-KRB5.patch 
	tcltls-1.5-pkgindex-version.patch tcltls-1.5-relpath.patch 
	tcltls-1.5-rpmoptflags.patch tcltls-configurein.pkgname.patch 
	tcltls-makefilein-soname.patch tcltls-tclm4-soname.patch 
Log Message:
update to latest release


tcltls-1.6-no-rpath.patch:

--- NEW FILE tcltls-1.6-no-rpath.patch ---
--- tls1.6/configure.old	2008-10-09 10:30:17.000000000 +0200
+++ tls1.6/configure	2008-10-09 10:30:23.000000000 +0200
@@ -7960,7 +7960,7 @@
 	    DL_OBJS="tclLoadDl.o"
 	    DL_LIBS="-ldl"
 	    LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
-	    CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
+	    CC_SEARCH_FLAGS='-Wl'
 	    LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
 	    if test "`uname -m`" = "alpha" ; then
 		CFLAGS="$CFLAGS -mieee"


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tcltls/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 May 2006 06:13:34 -0000	1.2
+++ .cvsignore	9 Oct 2008 09:15:04 -0000	1.3
@@ -1 +1 @@
-tls1.5.0-src.tar.gz
+tls1.6-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tcltls/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 May 2006 06:13:34 -0000	1.2
+++ sources	9 Oct 2008 09:15:04 -0000	1.3
@@ -1 +1 @@
-9eeab472475773b3810acc808ebec759  tls1.5.0-src.tar.gz
+eb326ff9e6fc3b9885aa5c72fb8df3bf  tls1.6-src.tar.gz


Index: tcltls.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcltls/devel/tcltls.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tcltls.spec	12 Feb 2008 10:42:30 -0000	1.7
+++ tcltls.spec	9 Oct 2008 09:15:04 -0000	1.8
@@ -2,8 +2,8 @@
 %{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
 
 Name:           tcltls
-Version:        1.5.0
-Release:        16%{?dist}
+Version:        1.6
+Release:        1%{?dist}
 Summary:        OpenSSL extension for Tcl
 
 Group:          Development/Libraries
@@ -13,14 +13,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openssl-devel, tcl-devel
-Patch1: tcltls-configurein.pkgname.patch
-Patch2: tcltls-1.5-rpmoptflags.patch
-Patch3: tcltls-1.5-64bit.patch
-Patch4: tcltls-makefilein-soname.patch
-Patch5: tcltls-tclm4-soname.patch
-Patch6: tcltls-1.5-relpath.patch
-Patch7: tcltls-1.5-pkgindex-version.patch
-Patch8: tcltls-1.5-ciphertest-KRB5.patch
+Patch1: tcltls-1.6-no-rpath.patch
 
 %description
 A TLS OpenSSL extension for Tcl
@@ -37,31 +30,28 @@
 
 
 %prep
-%setup -n tls1.5 -q
+%setup -n tls%{version} -q
 
-%patch1 -p1 -b .1-pkgname
-%patch2 -p1 -b .2-rpmoptflags
-%patch3 -p1 -b .3-64bit
-%patch4 -p1 -b .4-soname
-%patch5 -p1 -b .5-soname
-%patch6 -p1 -b .6-relpath
-%patch7 -p1 -b .7-pkgindex-version
-%patch8 -p1 -b .8-ciphertest
+%patch1 -p1 -b .1-no-rpath
+#%patch1 -p1 -b .1-pkgname
+#%patch2 -p1 -b .2-rpmoptflags
+#%patch3 -p1 -b .3-64bit
+#%patch4 -p1 -b .4-soname
+#%patch5 -p1 -b .5-soname
+#%patch6 -p1 -b .6-relpath
+#%patch7 -p1 -b .7-pkgindex-version
+#%patch8 -p1 -b .8-ciphertest
 
 %build
 %configure --with-ssl-dir=%{_prefix}
 make %{?_smp_mflags}
 
 %check
-#disabled until i can figure out why it hangs
-#make test
+make test
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install libdir=${RPM_BUILD_ROOT}%{tcl_sitearch}/tls%{version} includedir=${RPM_BUILD_ROOT}%{_includedir}
-#1.50 vs 1.5.0
-mv $RPM_BUILD_ROOT/%{tcl_sitearch}/tls%{version}/tls1.50/* $RPM_BUILD_ROOT/%{tcl_sitearch}/tls%{version}/
-rm -r $RPM_BUILD_ROOT/%{tcl_sitearch}/tls%{version}/tls1.50
+make install libdir=${RPM_BUILD_ROOT}%{tcl_sitearch}/ includedir=${RPM_BUILD_ROOT}%{_includedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -76,6 +66,9 @@
 %{_includedir}/tls.h
 
 %changelog
+* Thu Oct 09 2008 Sander Hoentjen <sander at hoentjen.eu> - 1.6-1
+- Update to latest release
+
 * Tue Feb 12 2008 Sander Hoentjen <sander at hoentjen.eu> - 1.5.0-16
 - Rebuilt for gcc-4.3
 
@@ -128,7 +121,7 @@
 * Thu Mar 23 2006 Sander Hoentjen <tjikkun at xs4all.nl> - 1.5.0-2
 - invalid-soname fixed
 - docs added (including license)
-- devel package has %defattr now
+- devel package has defattr macro now
 
 * Tue Mar 21 2006 Sander Hoentjen <tjikkun at xs4all.nl> - 1.5.0-1
 - created


--- tcltls-1.5-64bit.patch DELETED ---


--- tcltls-1.5-ciphertest-KRB5.patch DELETED ---


--- tcltls-1.5-pkgindex-version.patch DELETED ---


--- tcltls-1.5-relpath.patch DELETED ---


--- tcltls-1.5-rpmoptflags.patch DELETED ---


--- tcltls-configurein.pkgname.patch DELETED ---


--- tcltls-makefilein-soname.patch DELETED ---


--- tcltls-tclm4-soname.patch DELETED ---




More information about the scm-commits mailing list