Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tls for openSUSE:Factory checked in at 2026-06-13 18:47:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tls (Old) and /work/SRC/openSUSE:Factory/.tls.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tls" Sat Jun 13 18:47:30 2026 rev:25 rq:1359041 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tls/tls.changes 2024-09-24 17:35:14.174002211 +0200 +++ /work/SRC/openSUSE:Factory/.tls.new.1981/tls.changes 2026-06-13 18:49:28.558760084 +0200 @@ -1,0 +2,12 @@ +Fri May 29 14:59:40 UTC 2026 - Reinhard Max <[email protected]> + +- Update to version 2.0: + https://core.tcl-lang.org/tcltls/timeline +- Obsoleted patches: + * certs-tests.patch + * cipher-tests.patch + * fall-through.patch + * hostname-tests.patch + * openssl3.patch + +------------------------------------------------------------------- @@ -137 +148,0 @@ - Old: ---- certs-tests.patch cipher-tests.patch fall-through.patch hostname-tests.patch openssl3.patch tcltls-1.7.22.tar.gz New: ---- tcltls-2.0-src.tar.gz ----------(Old B)---------- Old:- Obsoleted patches: * certs-tests.patch * cipher-tests.patch Old: * certs-tests.patch * cipher-tests.patch * fall-through.patch Old: * cipher-tests.patch * fall-through.patch * hostname-tests.patch Old: * fall-through.patch * hostname-tests.patch * openssl3.patch Old: * hostname-tests.patch * openssl3.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tls.spec ++++++ --- /var/tmp/diff_new_pack.9UVZ0m/_old 2026-06-13 18:49:30.210828720 +0200 +++ /var/tmp/diff_new_pack.9UVZ0m/_new 2026-06-13 18:49:30.218829052 +0200 @@ -1,7 +1,7 @@ # # spec file for package tls # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,14 @@ Name: tls -Version: 1.7.22 +Version: 2.0 Release: 0 Summary: Tcl Binding for the OpenSSL Library License: BSD-3-Clause Group: Development/Libraries/Tcl URL: https://core.tcl-lang.org/tcltls -Source0: https://core.tcl-lang.org/tcltls/uv/tcltls-%{version}.tar.gz -Patch0: https://salsa.debian.org/tcltk-team/tcltls/-/raw/master/debian/patches/hostname-tests.patch -Patch1: https://salsa.debian.org/tcltk-team/tcltls/-/raw/master/debian/patches/cipher-tests.patch -Patch2: https://salsa.debian.org/tcltk-team/tcltls/-/raw/master/debian/patches/certs-tests.patch -Patch3: https://salsa.debian.org/tcltk-team/tcltls/-/raw/master/debian/patches/fall-through.patch -Patch4: https://salsa.debian.org/tcltk-team/tcltls/-/raw/master/debian/patches/openssl3.patch +Source0: https://core.tcl-lang.org/tcltls/uv/tcltls-%{version}-src.tar.gz +%define srcdir tcltls-20260121024900-5d3e3c3bf8 BuildRequires: pkgconfig BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(tcl) @@ -40,24 +36,26 @@ command with additional options for controlling the SSL session. %prep -%autosetup -n tcl%{name}-%{version} -p1 +%autosetup -n %srcdir -p1 %build export TCL_PACKAGE_PATH=%tcl_archdir %configure \ - --disable-rpath \ - --enable-deterministic \ - --with-ssl-dir=%{_prefix} + --disable-rpath + %make_build %install %make_install libdir=%{_libdir}/tcl +# We don't do a devel package (yet) +rm %{buildroot}/usr/include/tls.h %check %make_build test %files %license license.terms -%doc ChangeLog README.txt tls.htm +%doc ChangeLog README.txt doc/tls.html +%doc %{_mandir}/*/* %{_libdir}/tcl
