public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tcltls] epel10: Update to latest upstream
@ 2026-08-17 17:41 Sander Hoentjen
0 siblings, 0 replies; 2+ messages in thread
From: Sander Hoentjen @ 2026-08-17 17:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tcltls
Branch : epel10
Commit : 2bf487d4c8d65a3cdb4f7263eec5082b65bd72ac
Author : Sander Hoentjen <shoentjen@antagonist.nl>
Date : 2015-11-19T17:09:10+01:00
Stats : +9/-19 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/tcltls/c/2bf487d4c8d65a3cdb4f7263eec5082b65bd72ac?branch=epel10
Log:
Update to latest upstream
---
diff --git a/.gitignore b/.gitignore
index 1439e6a..b6e4945 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
tls1.6-src.tar.gz
+/tls1.6.7-src.tar.gz
diff --git a/sources b/sources
index fd35251..8df542b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb326ff9e6fc3b9885aa5c72fb8df3bf tls1.6-src.tar.gz
+2765d84a7a520c9979d82a0abebc1647 tls1.6.7-src.tar.gz
diff --git a/tcltls-1.6-no-rpath.patch b/tcltls-1.6-no-rpath.patch
deleted file mode 100644
index 37da358..0000000
--- a/tcltls-1.6-no-rpath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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=''
- LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
- if test "`uname -m`" = "alpha" ; then
- CFLAGS="$CFLAGS -mieee"
diff --git a/tcltls.spec b/tcltls.spec
index 06f8fbe..84cde9d 100644
--- a/tcltls.spec
+++ b/tcltls.spec
@@ -2,19 +2,18 @@
%{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
Name: tcltls
-Version: 1.6
-Release: 16%{?dist}
+Version: 1.6.7
+Release: 1%{?dist}
Summary: OpenSSL extension for Tcl
Group: Development/Libraries
License: BSD
URL: http://tls.sourceforge.net/
-Source0: http://dl.sourceforge.net/tls/tls%{version}-src.tar.gz
+Source0: http://downloads.sourceforge.net/tls/tls%{version}-src.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel, tcl-devel
Requires: tcl(abi) = 8.6
-Patch1: tcltls-1.6-no-rpath.patch
%description
A TLS OpenSSL extension for Tcl
@@ -33,10 +32,8 @@ This package contains the development files for tls.
%prep
%setup -n tls%{version} -q
-%patch1 -p1 -b .1-no-rpath
-
%build
-%configure --with-ssl-dir=%{_prefix}
+%configure --disable-rpath --with-ssl-dir=%{_prefix}
make %{?_smp_mflags}
%check
@@ -59,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/tls.h
%changelog
+* Thu Nov 19 2015 Sander Hoentjen <sander@hoentjen.eu> - 1.6.7-1
+- Update to latest upstream
+
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/tcltls] epel10: update to latest upstream
@ 2026-08-17 17:42 jason taylor
0 siblings, 0 replies; 2+ messages in thread
From: jason taylor @ 2026-08-17 17:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tcltls
Branch : epel10
Commit : 76e0b47246cb46d65f68891c3d0a9b390c7d8bbe
Author : jason taylor <jtfas90@gmail.com>
Date : 2021-01-08T08:11:00-05:00
Stats : +9/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/tcltls/c/76e0b47246cb46d65f68891c3d0a9b390c7d8bbe?branch=epel10
Log:
update to latest upstream
---
diff --git a/sources b/sources
index bb1ff44..e143705 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tcltls-1.7.21.tar.gz) = 92b8b82c6f19b78f3361d6d382a14978341fd6ba8a184f064dde6c274ea063ef9cae8aa38c8f5cf9c5df425d97d2247a1decca8dc79a3636ff8a1fc1e6fbaf28
+SHA512 (tcltls-1.7.22.tar.gz) = 28c76a6e7333b6ed1d83234691d61c9e71a59d0a6a28182fc0f50e97cae7b54da63ac76527e3b16087f3eab0b9cfe19bad02362e485d0cf378724de534805e99
diff --git a/tcltls.spec b/tcltls.spec
index 1d3f14c..4519643 100644
--- a/tcltls.spec
+++ b/tcltls.spec
@@ -1,9 +1,10 @@
%{!?tcl_version: %global tcl_version %((echo '8.5'; echo 'puts $tcl_version' | tclsh 2>/dev/null) | tail -1)}
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
+%global debug_package %{nil}
Name: tcltls
-Version: 1.7.21
-Release: 2%{?dist}
+Version: 1.7.22
+Release: 1%{?dist}
Summary: OpenSSL extension for Tcl
License: BSD
@@ -35,7 +36,7 @@ This package contains the development files for tls.
%autosetup -p1
%build
-%configure --disable-rpath --with-ssl-dir=%{_prefix} --enable-debug
+%configure --disable-rpath --with-ssl-dir=%{_prefix}
%make_build
%check
@@ -55,6 +56,10 @@ make test
%{_includedir}/tls.h
%changelog
+* Thu Jan 07 2021 Jason Taylor <jtfas90@gmail.com> - 1.7.22-1
+- Upgrade to latest release (#1887951)
+- Disabled debug output (#1912469)
+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-17 17:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 17:41 [rpms/tcltls] epel10: Update to latest upstream Sander Hoentjen
2026-08-17 17:42 [rpms/tcltls] epel10: update " jason taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox