Hello community,

here is the log from the commit of package spice for openSUSE:Factory checked 
in at 2017-02-08 10:43:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spice (Old)
 and      /work/SRC/openSUSE:Factory/.spice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spice/spice.changes      2017-01-09 
10:32:20.266539576 +0100
+++ /work/SRC/openSUSE:Factory/.spice.new/spice.changes 2017-02-08 
10:43:38.380589082 +0100
@@ -1,0 +2,7 @@
+Thu Feb  2 09:52:06 UTC 2017 - cbosdon...@suse.com
+
+- Synchronize with SLES (fate#322402):
+  + bnc#894069: disable smartcard support for SLES
+  + merge changelog
+
+-------------------------------------------------------------------
@@ -21 +28 @@
-  + Fixes for CVE-2016-0749 and CVE-2016-2150.
+  + Fixes for bsc#982385 / CVE-2016-0749 and bsc#982386 / CVE-2016-2150.
@@ -26 +33 @@
-- Update to version 0.12.7
+- Update to version 0.12.7 (fate#320079)
@@ -94,0 +102 @@
+  + bsc#848279: fix CVE-2013-4282.

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

Other differences:
------------------
++++++ spice.spec ++++++
--- /var/tmp/diff_new_pack.iOuILj/_old  2017-02-08 10:43:38.876519981 +0100
+++ /var/tmp/diff_new_pack.iOuILj/_new  2017-02-08 10:43:38.880519425 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -31,7 +31,9 @@
 BuildRequires:  celt051-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  gcc-c++
+%if 0%{?is_opensuse}
 BuildRequires:  libcacard-devel
+%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libpixman-1-0-devel >= 0.17.7
@@ -83,7 +85,11 @@
 %build
 %configure \
         --disable-static \
+%if 0%{?is_opensuse}
         --enable-smartcard
+%else
+        --disable-smartcard
+%endif
  LDFLAGS="-Wl,--as-needed -Wl,--strip-all"
 make %{?_smp_mflags}
 


Reply via email to