From be7cd983643d7e73dd3a40444c5abf10833a10ea Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 14 Nov 2011 12:58:10 -0500 Subject: [PATCH] Rebuild to break bogus libpng dependency Fix summaries for gtk3 subpackages to not talk about gtk2 --- spice-gtk.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/spice-gtk.spec b/spice-gtk.spec index 514154a..8ffc951 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -12,7 +12,7 @@ Name: spice-gtk Version: 0.7.39 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK2 widget for SPICE clients Group: System Environment/Libraries @@ -81,14 +81,14 @@ Libraries, includes, etc. to compile with the spice-glib-2.0 libraries %if %{with_gtk3} %package -n spice-gtk3 -Summary: A GTK2 widget for SPICE clients +Summary: A GTK3 widget for SPICE clients Group: Development/Libraries %description -n spice-gtk3 spice-client-glib-3.0 is a SPICE client library for Gtk3. %package -n spice-gtk3-devel -Summary: Development files to build GTK2 applications with spice-gtk-3.0 +Summary: Development files to build GTK3 applications with spice-gtk-3.0 Group: Development/Libraries Requires: spice-gtk3 = %{version}-%{release} Requires: spice-glib-devel = %{version}-%{release} @@ -232,6 +232,10 @@ rm -rf %{buildroot} %{_bindir}/spicy-stats %changelog +* Mon Nov 14 2011 Adam Jackson 0.7.39-2 +- Rebuild to break bogus libpng dependency +- Fix summaries for gtk3 subpackages to not talk about gtk2 + * Fri Sep 2 2011 Hans de Goede - 0.7.39-1 - Update to git snapshot 0.7.39-ab64, to add usbredir support