Hello community, here is the log from the commit of package optee-client for openSUSE:Factory checked in at 2018-06-20 15:30:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/optee-client (Old) and /work/SRC/openSUSE:Factory/.optee-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "optee-client" Wed Jun 20 15:30:40 2018 rev:2 rq:617564 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/optee-client/optee-client.changes 2018-05-29 16:51:58.676473893 +0200 +++ /work/SRC/openSUSE:Factory/.optee-client.new/optee-client.changes 2018-06-20 15:31:53.024929447 +0200 @@ -1,0 +2,21 @@ +Mon Jun 18 19:34:56 UTC 2018 - [email protected] + +- Disable Werror + +------------------------------------------------------------------- +Wed Jun 13 07:58:06 UTC 2018 - [email protected] + +- Move location of OP acronym expansion into description. + +------------------------------------------------------------------- +Sun Jun 10 23:19:57 UTC 2018 - [email protected] + +- Expand OP-TEE in summary. + +------------------------------------------------------------------- +Sat Jun 9 10:37:44 UTC 2018 - [email protected] + +- Rename tarball +- Build with V=1 + +------------------------------------------------------------------- Old: ---- 3.1.0.tar.gz New: ---- optee_client-3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ optee-client.spec ++++++ --- /var/tmp/diff_new_pack.zylarG/_old 2018-06-20 15:31:55.392843534 +0200 +++ /var/tmp/diff_new_pack.zylarG/_new 2018-06-20 15:31:55.396843388 +0200 @@ -20,25 +20,27 @@ Name: optee-client Version: 3.1.0 Release: 0 -Summary: TEE client +Summary: A Trusted Execution Environment client License: BSD-2-Clause Group: System/Boot URL: https://github.com/OP-TEE/optee_client -Source: https://github.com/OP-TEE/optee_client/archive/%{version}.tar.gz +Source: https://github.com/OP-TEE/optee_client/archive/%{version}.tar.gz#/optee_client-%{version}.tar.gz Patch0: optee-libname.patch BuildRequires: cmake %description -This component provides the TEE Client API as defined by the GlobalPlatform -TEE standard. For a general overview of OP-TEE, please see the Notice.md file. +This component provides the TEE Client API as defined by the +GlobalPlatform TEE standard. For a general overview of OP-TEE, the +Open Platform Trusted Execution Environment, see the Notice.md file. %package -n %{libname} Summary: Library implementing TEE Client API Group: System/Libraries %description -n %{libname} -This component provides the TEE Client API as defined by the GlobalPlatform -TEE standard. For a general overview of OP-TEE, please see the Notice.md file. +This component provides the TEE Client API as defined by the +GlobalPlatform TEE standard. For a general overview of OP-TEE, the +Open Platform Trusted Execution Environment, see the Notice.md file. %package devel Summary: Files for Developing with libtee @@ -55,9 +57,13 @@ %setup -q -n optee_client-%{version} %patch0 -p1 +sed -i \ + -e "s:-Werror ::g" \ + CMakeLists.txt + %build %cmake -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %cmake_install
