Hello community,

here is the log from the commit of package openssl-1_1_0 for openSUSE:Factory 
checked in at 2017-08-16 16:19:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssl-1_1_0 (Old)
 and      /work/SRC/openSUSE:Factory/.openssl-1_1_0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssl-1_1_0"

Wed Aug 16 16:19:00 2017 rev:5 rq:516984 version:1.1.0f

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssl-1_1_0/openssl-1_1_0.changes      
2017-07-22 02:32:20.700357134 +0200
+++ /work/SRC/openSUSE:Factory/.openssl-1_1_0.new/openssl-1_1_0.changes 
2017-08-16 16:19:05.364108722 +0200
@@ -1,0 +2,21 @@
+Tue Aug 15 08:48:59 UTC 2017 - [email protected]
+
+- do not require openssl1_1_0-targettype in devel-targettype, as it
+  is not built (it has no libraries)
+
+-------------------------------------------------------------------
+Mon Aug  7 23:29:33 UTC 2017 - [email protected]
+
+- The description is supposed to describe the package, not the
+  development process or history. (Synchronize with the
+  already-updates descriptions in openssl-1_0_0.)
+- Update historic copypasted boilerplate summaries
+  ("include files mandatory for development")
+
+-------------------------------------------------------------------
+Thu Aug  3 07:04:30 UTC 2017 - [email protected]
+
+- Disable the verbosity of the tests as we expose yet another race
+  condition in that
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openssl-1_1_0.spec ++++++
--- /var/tmp/diff_new_pack.154Eyk/_old  2017-08-16 16:19:09.127580449 +0200
+++ /var/tmp/diff_new_pack.154Eyk/_new  2017-08-16 16:19:09.147577642 +0200
@@ -76,20 +76,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-The OpenSSL Project is a collaborative effort to develop a robust,
-commercial-grade, full-featured, and open source toolkit implementing
-the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
-v1) protocols with full-strength cryptography. The project is managed
-by a worldwide community of volunteers that use the Internet to
-communicate, plan, and develop the OpenSSL toolkit and its related
-documentation.
-
-Derivation and License
-
-OpenSSL is based on the excellent SSLeay library developed by Eric A.
-Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
-Apache-style license, which basically means that you are free to get it
-and to use it for commercial and noncommercial purposes.
+OpenSSL is a software library to be used in applications that need to
+secure communications over computer networks against eavesdropping or
+need to ascertain the identity of the party at the other end.
+OpenSSL contains an implementation of the SSL and TLS protocols.
 
 %package -n libopenssl1_1_0
 Summary:        Secure Sockets and Transport Layer Security
@@ -98,23 +88,13 @@
 Recommends:     ca-certificates-mozilla
 
 %description -n libopenssl1_1_0
-The OpenSSL Project is a collaborative effort to develop a robust,
-commercial-grade, full-featured, and open source toolkit implementing
-the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
-v1) protocols with full-strength cryptography. The project is managed
-by a worldwide community of volunteers that use the Internet to
-communicate, plan, and develop the OpenSSL toolkit and its related
-documentation.
-
-Derivation and License
-
-OpenSSL is based on the excellent SSLeay library developed by Eric A.
-Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
-Apache-style license, which basically means that you are free to get it
-and to use it for commercial and noncommercial purposes.
+OpenSSL is a software library to be used in applications that need to
+secure communications over computer networks against eavesdropping or
+need to ascertain the identity of the party at the other end.
+OpenSSL contains an implementation of the SSL and TLS protocols.
 
 %package -n libopenssl-1_1_0-devel
-Summary:        Include Files and Libraries mandatory for Development
+Summary:        Development files for OpenSSL
 License:        OpenSSL
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -127,8 +107,8 @@
 Conflicts:      libopenssl-devel > %{version}
 
 %description -n libopenssl-1_1_0-devel
-This package contains all necessary include files and libraries needed
-to develop applications that require these.
+This subpackage contains header files for developing applications
+that want to make use of the OpenSSL C API.
 
 %package -n libopenssl1_1_0-hmac
 Summary:        HMAC files for FIPS-140-2 integrity checking of the openssl 
shared libraries
@@ -201,7 +181,7 @@
 %check
 export MALLOC_CHECK_=3
 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
-LD_LIBRARY_PATH=`pwd` make test -j1 HARNESS_VERBOSE=yes
+LD_LIBRARY_PATH=`pwd` make test -j1
 # show cyphers
 gcc -o showciphers %{optflags} -I%{buildroot}%{_includedir} %{SOURCE99} 
-L%{buildroot}%{_libdir} -lssl -lcrypto
 LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./showciphers

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.154Eyk/_old  2017-08-16 16:19:09.243564169 +0200
+++ /var/tmp/diff_new_pack.154Eyk/_new  2017-08-16 16:19:09.243564169 +0200
@@ -1,9 +1,8 @@
-openssl-1_1_0
 libopenssl1_1_0
 libopenssl-1_1_0-devel
   provides "libopenssl-devel-<targettype> = <version>"
   conflicts "otherproviders(libopenssl-devel-<targettype>)"
-  requires "openssl-1_1_0-<targettype>"
+  requires -"openssl-1_1_0-<targettype>"
   requires "libopenssl1_1_0-<targettype> = <version>"
 libopenssl1_1_0-hmac
   requires "libopenssl1_1_0-<targettype> = <version>-%release"




Reply via email to