Hello community,

here is the log from the commit of package spice-vdagent for openSUSE:Factory 
checked in at 2016-12-02 16:43:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spice-vdagent (Old)
 and      /work/SRC/openSUSE:Factory/.spice-vdagent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spice-vdagent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spice-vdagent/spice-vdagent.changes      
2016-09-07 11:48:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spice-vdagent.new/spice-vdagent.changes 
2016-12-02 16:43:46.000000000 +0100
@@ -1,0 +2,25 @@
+Fri Nov 25 18:53:15 UTC 2016 - zai...@opensuse.org
+
+- Add pkgconfig(glib-2.0) BuildRequires: Explicit dependency.
+- Handle spice-vdagentd.target in pre/post/preun/postun.
+- Handle spice-vdagentd.conf in post via tmpfiles_create macro.
+
+-------------------------------------------------------------------
+Fri Nov 25 18:53:14 UTC 2016 - seife+...@b1-systems.com
+
+- Update to 0.17.0
+  * Denies file-transfer in locked sessions
+  * Denies file-transfer in login screen
+  * Bump glib version to 2.28
+  * Set exit code to 1 instead of 0 when virtio device cannot be
+    opened
+  * Fix double-free on uinput->screen_info (rhbz#1262635)
+  * Code improvement over unix domain client server support (udcs)
+  * Fix build compatiblity with different libsystemd versions
+    (fdo#94209)
+- obsoleted patches removed:
+  8c465007-vdagentd-fixes-small-leak.patch
+  f97751fa-revert-uinput-fix-small-leak-of-screen_info.patch
+- package: add explicit buildrequires for pkgconfig(dbus-1)
+
+-------------------------------------------------------------------

Old:
----
  8c465007-vdagentd-fixes-small-leak.patch
  f97751fa-revert-uinput-fix-small-leak-of-screen_info.patch
  spice-vdagent-0.16.0.tar.bz2

New:
----
  spice-vdagent-0.17.0.tar.bz2

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

Other differences:
------------------
++++++ spice-vdagent.spec ++++++
--- /var/tmp/diff_new_pack.x3ihrN/_old  2016-12-02 16:43:47.000000000 +0100
+++ /var/tmp/diff_new_pack.x3ihrN/_new  2016-12-02 16:43:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-vdagent
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           spice-vdagent
-Version:        0.16.0
+Version:        0.17.0
 Release:        0
 Summary:        Agent for Spice guests
 License:        GPL-3.0+
@@ -26,9 +26,7 @@
 Url:            http://spice-space.org/
 Source0:        
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 Patch0:         spice-vdagent-var_run.patch
-Patch1:         8c465007-vdagentd-fixes-small-leak.patch
-Patch2:         f97751fa-revert-uinput-fix-small-leak-of-screen_info.patch
-BuildRequires:  alsa-devel
+BuildRequires:  alsa-devel  >= 1.0.22
 BuildRequires:  desktop-file-utils
 BuildRequires:  glib2-devel
 BuildRequires:  libXfixes-devel
@@ -36,9 +34,11 @@
 BuildRequires:  libXrandr-devel
 BuildRequires:  libpciaccess-devel
 BuildRequires:  libtool
-BuildRequires:  spice-protocol-devel >= 0.12.6
+BuildRequires:  spice-protocol-devel >= 0.12.8
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 Supplements:    modalias(xorg-x11-server:virtio:d00000003v*)
 %{?systemd_requires}
 
@@ -57,8 +57,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure \
@@ -83,18 +81,23 @@
 
 %pre
 %service_add_pre spice-vdagentd.service
+%service_add_pre spice-vdagentd.target
 
 %post
 %service_add_post spice-vdagentd.service
 if [ "$1" -eq 1 ]; then
     systemctl -q enable spice-vdagentd.service || :
 fi
+%service_add_post spice-vdagentd.target
+%tmpfiles_create %_tmpfilesdir/spice-vdagentd.conf
 
 %preun
 %service_del_preun spice-vdagentd.service
+%service_del_preun spice-vdagentd.target
 
 %postun
 %service_del_postun spice-vdagentd.service
+%service_del_postun spice-vdagentd.target
 
 %files
 %defattr(-,root,root)

++++++ spice-vdagent-0.16.0.tar.bz2 -> spice-vdagent-0.17.0.tar.bz2 ++++++
++++ 3427 lines of diff (skipped)


Reply via email to