public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tcltls] epel10: Updated tcl Requires for EPEL compatibility
@ 2026-08-17 17:41 Jason Taylor
0 siblings, 0 replies; 2+ messages in thread
From: Jason Taylor @ 2026-08-17 17:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tcltls
Branch : epel10
Commit : 243e801fccf634571b2b927346acc5c0e07837bf
Author : Jason Taylor <jtfas90@gmail.com>
Date : 2015-11-21T09:34:55-05:00
Stats : +8/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tcltls/c/243e801fccf634571b2b927346acc5c0e07837bf?branch=epel10
Log:
Updated tcl Requires for EPEL compatibility
---
diff --git a/tcltls.spec b/tcltls.spec
index 84cde9d..3c7eceb 100644
--- a/tcltls.spec
+++ b/tcltls.spec
@@ -13,7 +13,12 @@ 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
+
+%if 0%{?el7}
+Requires: tcl(abi) = 8.5
+%else
Requires: tcl(abi) = 8.6
+%endif
%description
A TLS OpenSSL extension for Tcl
@@ -56,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/tls.h
%changelog
+* Sat Nov 21 2015 Jason Taylor <jtfas90@gmail.com - 1.6.7-2
+- Updated spec to account for epel tcl versions
+
* Thu Nov 19 2015 Sander Hoentjen <sander@hoentjen.eu> - 1.6.7-1
- Update to latest upstream
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/tcltls] epel10: Updated tcl Requires for EPEL compatibility
@ 2026-08-17 17:41 Jason Taylor
0 siblings, 0 replies; 2+ messages in thread
From: Jason Taylor @ 2026-08-17 17:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tcltls
Branch : epel10
Commit : 856a10ca8c34c8b8046841bda324a4cdf1f4ec05
Author : Jason Taylor <jtfas90@gmail.com>
Date : 2015-11-21T09:40:07-05:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tcltls/c/856a10ca8c34c8b8046841bda324a4cdf1f4ec05?branch=epel10
Log:
Updated tcl Requires for EPEL compatibility
---
diff --git a/tcltls.spec b/tcltls.spec
index 84cde9d..812f9c7 100644
--- a/tcltls.spec
+++ b/tcltls.spec
@@ -3,7 +3,7 @@
Name: tcltls
Version: 1.6.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: OpenSSL extension for Tcl
Group: Development/Libraries
@@ -13,7 +13,12 @@ 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
+
+%if 0%{?el7}
+Requires: tcl(abi) = 8.5
+%else
Requires: tcl(abi) = 8.6
+%endif
%description
A TLS OpenSSL extension for Tcl
@@ -56,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/tls.h
%changelog
+* Sat Nov 21 2015 Jason Taylor <jtfas90@gmail.com - 1.6.7-2
+- Updated spec to account for epel tcl versions
+
* Thu Nov 19 2015 Sander Hoentjen <sander@hoentjen.eu> - 1.6.7-1
- Update to latest upstream
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-17 17:41 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: Updated tcl Requires for EPEL compatibility Jason Taylor
2026-08-17 17:41 Jason Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox