Hello community,

here is the log from the commit of package spice-gtk for openSUSE:Factory 
checked in at 2012-08-15 11:20:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spice-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.spice-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spice-gtk", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes      2012-05-08 
11:15:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spice-gtk.new/spice-gtk.changes 2012-08-15 
11:20:49.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Aug  7 19:43:43 UTC 2012 - [email protected]
+
+- Update to version 0.12.101:
+  + Fix --spice-debug flag on glib >= 2.31
+  + Bugs fixed: rh#818169, rh#815426, rh#820335, rh#821795,
+    rh#823874, rh#835997, rh#823570, rh#822688.
+- spice-protocol has been merged: Provide and obsolete
+  spice-protocol-devel package.
+- Drop pkgconfig(spice-protocol) BuildRequires: it has been merged
+  to the spice-gtk code base.
+
+-------------------------------------------------------------------

Old:
----
  spice-gtk-0.12.tar.bz2

New:
----
  spice-gtk-0.12.101.tar.bz2

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

Other differences:
------------------
++++++ spice-gtk.spec ++++++
--- /var/tmp/diff_new_pack.4jHBV6/_old  2012-08-15 11:20:52.000000000 +0200
+++ /var/tmp/diff_new_pack.4jHBV6/_new  2012-08-15 11:20:52.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           spice-gtk
-Version:        0.12
+Version:        0.12.101
 Release:        0
 # FIXME: /usr/bin/spice-client-glib-usb-acl-helper should be installed u+s, 
see bnc#744251.
 Summary:        Gtk client and libraries for SPICE remote desktop servers
@@ -52,7 +52,6 @@
 BuildRequires:  pkgconfig(pixman-1) >= 0.17.7
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.96
 BuildRequires:  pkgconfig(pygtk-2.0) >= 2.0.0
-BuildRequires:  pkgconfig(spice-protocol) >= 0.10.1
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xrandr)
 Recommends:     %{name}-lang
@@ -62,25 +61,25 @@
 %description
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows) 
 
-%package -n libspice-client-glib-2_0-1
+%package -n libspice-client-glib-2_0-8
 Summary:        Gtk client and libraries for SPICE remote desktop servers
 Group:          System/Libraries
 
-%description -n libspice-client-glib-2_0-1
+%description -n libspice-client-glib-2_0-8
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows) 
 
-%package -n libspice-client-gtk-3_0-1
+%package -n libspice-client-gtk-3_0-4
 Summary:        Gtk client and libraries for SPICE remote desktop servers
 Group:          System/Libraries
 
-%description -n libspice-client-gtk-3_0-1
+%description -n libspice-client-gtk-3_0-4
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows) 
 
-%package -n libspice-client-gtk-2_0-1
+%package -n libspice-client-gtk-2_0-4
 Summary:        Gtk client and libraries for SPICE remote desktop servers
 Group:          System/Libraries
 
-%description -n libspice-client-gtk-2_0-1
+%description -n libspice-client-gtk-2_0-4
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows)
 
 %package -n libspice-controller0
@@ -122,13 +121,16 @@
 %package devel
 Summary:        Devel
 Group:          Development/Languages/C and C++
-Requires:       libspice-client-glib-2_0-1 = %{version}
-Requires:       libspice-client-gtk-2_0-1 = %{version}
-Requires:       libspice-client-gtk-3_0-1 = %{version}
+Requires:       libspice-client-glib-2_0-8 = %{version}
+Requires:       libspice-client-gtk-2_0-4 = %{version}
+Requires:       libspice-client-gtk-3_0-4 = %{version}
 Requires:       libspice-controller0 = %{version}
 Requires:       typelib-1_0-SpiceClientGlib-2_0 = %{version}
 Requires:       typelib-1_0-SpiceClientGtk-2_0 = %{version}
 Requires:       typelib-1_0-SpiceClientGtk-3_0 = %{version}
+# Spice-protocol used to be a separate package, which got merged.
+Provides:       spice-protocol-devel = %{version}
+Obsoletes:      spice-protocol-devel < %{version}
 
 %description devel
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows) 
@@ -183,17 +185,17 @@
 %verifyscript
 %verify_permissions -e %{_bindir}/spice-client-glib-usb-acl-helper
 
-%post -n libspice-client-glib-2_0-1 -p /sbin/ldconfig
+%post -n libspice-client-glib-2_0-8 -p /sbin/ldconfig
 
-%postun -n libspice-client-glib-2_0-1 -p /sbin/ldconfig
+%postun -n libspice-client-glib-2_0-8 -p /sbin/ldconfig
 
-%post -n libspice-client-gtk-3_0-1 -p /sbin/ldconfig
+%post -n libspice-client-gtk-3_0-4 -p /sbin/ldconfig
 
-%postun -n libspice-client-gtk-3_0-1 -p /sbin/ldconfig
+%postun -n libspice-client-gtk-3_0-4 -p /sbin/ldconfig
 
-%post -n libspice-client-gtk-2_0-1 -p /sbin/ldconfig
+%post -n libspice-client-gtk-2_0-4 -p /sbin/ldconfig
 
-%postun -n libspice-client-gtk-2_0-1 -p /sbin/ldconfig
+%postun -n libspice-client-gtk-2_0-4 -p /sbin/ldconfig
 
 %post -n libspice-controller0 -p /sbin/ldconfig
 
@@ -211,7 +213,7 @@
 
 %files lang -f %{name}.lang
 
-%files -n libspice-client-glib-2_0-1
+%files -n libspice-client-glib-2_0-8
 %defattr(-, root, root)
 %{_libdir}/libspice-client-glib-2.0.so.*
 
@@ -219,11 +221,11 @@
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib
 
-%files -n libspice-client-gtk-3_0-1
+%files -n libspice-client-gtk-3_0-4
 %defattr(-, root, root)
 %{_libdir}/libspice-client-gtk-3.0.so.*
 
-%files -n libspice-client-gtk-2_0-1
+%files -n libspice-client-gtk-2_0-4
 %defattr(-, root, root)
 %{_libdir}/libspice-client-gtk-2.0.so.*
 
@@ -249,6 +251,7 @@
 %{_includedir}/spice-client-gtk-3.0/
 %{_includedir}/spice-client-gtk-2.0/
 %{_includedir}/spice-controller/
+%{_includedir}//spice-1/
 %{_libdir}/libspice-client-glib-2.0.so
 %{_libdir}/libspice-client-gtk-3.0.so
 %{_libdir}/libspice-client-gtk-2.0.so
@@ -257,11 +260,11 @@
 %{_datadir}/gir-1.0/SpiceClientGtk-3.0.gir
 %{_datadir}/gir-1.0/SpiceClientGtk-2.0.gir
 %{_datadir}/gtk-doc/html/spice-gtk/
-%{_datadir}/vala/vapi/spice-protocol.vapi
+%{_datadir}/vala/vapi/*
 %{_libdir}/pkgconfig/spice-client-glib-2.0.pc
 %{_libdir}/pkgconfig/spice-client-gtk-3.0.pc
 %{_libdir}/pkgconfig/spice-client-gtk-2.0.pc
 %{_libdir}/pkgconfig/spice-controller.pc
-%{_datadir}/vala/vapi/*
+%{_datadir}/pkgconfig/spice-protocol.pc
 
 %changelog

++++++ spice-gtk-0.12.tar.bz2 -> spice-gtk-0.12.101.tar.bz2 ++++++
++++ 19124 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to