Hello community,

here is the log from the commit of package tls for openSUSE:Factory checked in 
at 2015-10-12 10:02:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tls (Old)
 and      /work/SRC/openSUSE:Factory/.tls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tls"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tls/tls.changes  2015-01-20 19:04:05.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tls.new/tls.changes     2015-10-12 
10:02:34.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  8 15:27:17 UTC 2015 - [email protected]
+
+- Update to version 1.6.7 to incorporate the latest upstream fixes.
+  This obsoletes tls-ciphers.patch and tls-enable-tls1.patch.
+
+-------------------------------------------------------------------

Old:
----
  tls-ciphers.patch
  tls-enable-tls1.patch
  tls1.6.3-src.tar.bz2

New:
----
  tls1.6.7-src.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tls.spec ++++++
--- /var/tmp/diff_new_pack.w5ou77/_old  2015-10-12 10:02:34.000000000 +0200
+++ /var/tmp/diff_new_pack.w5ou77/_new  2015-10-12 10:02:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tls
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,15 @@
 
 
 Name:           tls
-BuildRequires:  openssl
 BuildRequires:  openssl-devel
 BuildRequires:  tcl-devel
 Summary:        Tcl Binding for the OpenSSL Library
 License:        BSD-3-Clause
 Group:          Development/Libraries/Tcl
-Version:        1.6.3
+Version:        1.6.7
 Release:        0
 Url:            http://tls.sourceforge.net
-Source0:        %name%version-src.tar.bz2
-Patch1:         tls-ciphers.patch
-Patch2:         tls-enable-tls1.patch
+Source0:        %name%version-src.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,8 +43,6 @@
 
 %prep
 %setup -q -n %name%version
-%patch1
-%patch2
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" \
@@ -59,9 +54,12 @@
 make
 
 %check
+# Disable for now, because changed defaults in openssl make it fail
+#exit 0
 cat > known-failures <<EOF
-tlsIO-2.10
-tlsIO-12.3
+ciphers-1.4
+ciphers-1.3
+tls-bug58-1.0
 EOF
 make test 2>&1 | tee testresults
 grep FAILED testresults | grep -Fqvf known-failures && exit 1


Reply via email to