[mingw-spice-gtk] Update to spice-gtk 0.28

Marc-André Lureau elmarco at fedoraproject.org
Wed Mar 4 14:48:18 UTC 2015


commit 5806f9642257841696101886e3e6470a807f3bd2
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Mar 4 15:22:28 2015 +0100

    Update to spice-gtk 0.28

 .gitignore                                         |  12 +-
 0001-session-keep-main-channel-on-reconnect.patch  | 115 ------------------
 0002-channel-factorize-failed-authentication.patch | 126 --------------------
 ...-not-enter-channel-iterate-on-early-error.patch | 129 ---------------------
 ...ntroduce-SPICE_CHANNEL_STATE_RECONNECTING.patch | 107 -----------------
 ...nnel-throw-auth-error-when-coroutine-ends.patch |  54 ---------
 ...nnel-clear-channel-error-after-auth-error.patch |  37 ------
 ...r-prevent-crash-when-calling-without-host.patch |  70 -----------
 0008-spice-common-fix-build-with-mingw.patch       |  13 ---
 mingw-spice-gtk.spec                               |  31 ++---
 sources                                            |   2 +-
 11 files changed, 9 insertions(+), 687 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0140982..725d5ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1 @@
-/spice-gtk-0.12.tar.bz2
-/spice-gtk-0.15.tar.bz2
-/spice-gtk-0.16.tar.bz2
-/spice-gtk-0.17.tar.bz2
-/spice-gtk-0.18.tar.bz2
-/spice-gtk-0.19.tar.bz2
-/spice-gtk-0.20.tar.bz2
-/spice-gtk-0.21.tar.bz2
-/spice-gtk-0.22.tar.bz2
-/spice-gtk-0.23.tar.bz2
-/spice-gtk-0.27.tar.bz2
+/spice-gtk-*.tar.bz2
diff --git a/mingw-spice-gtk.spec b/mingw-spice-gtk.spec
index d39bafb..516ae76 100644
--- a/mingw-spice-gtk.spec
+++ b/mingw-spice-gtk.spec
@@ -1,21 +1,13 @@
 %{?mingw_package_header}
 
 Name:           mingw-spice-gtk
-Version:        0.27
-Release:        4%{?dist}
+Version:        0.28
+Release:        1%{?dist}
 Summary:        A GTK+ widget for SPICE clients
 
 License:        LGPLv2+
 URL:            http://spice-space.org/page/Spice-Gtk
 Source0:        http://www.spice-space.org/download/gtk/spice-gtk-%{version}%{?_version_suffix}.tar.bz2
-Patch0001:      0001-session-keep-main-channel-on-reconnect.patch
-Patch0002:      0002-channel-factorize-failed-authentication.patch
-Patch0003:      0003-channel-do-not-enter-channel-iterate-on-early-error.patch
-Patch0004:      0004-channel-introduce-SPICE_CHANNEL_STATE_RECONNECTING.patch
-Patch0005:      0005-channel-throw-auth-error-when-coroutine-ends.patch
-Patch0006:      0006-channel-clear-channel-error-after-auth-error.patch
-Patch0007:      0007-usbredir-prevent-crash-when-calling-without-host.patch
-Patch0008:      0008-spice-common-fix-build-with-mingw.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -46,10 +38,6 @@ BuildRequires: mingw32-gstreamer1
 BuildRequires: mingw64-gstreamer1
 BuildRequires: mingw32-gstreamer1-plugins-base
 BuildRequires: mingw64-gstreamer1-plugins-base
-BuildRequires: mingw32-gstreamer1-plugins-good
-BuildRequires: mingw64-gstreamer1-plugins-good
-BuildRequires: mingw32-gstreamer1-plugins-bad
-BuildRequires: mingw64-gstreamer1-plugins-bad
 BuildRequires: mingw32-opus
 BuildRequires: mingw64-opus
 # Hack because of bz #613466
@@ -136,14 +124,6 @@ Gtk+ client static libraries for SPICE desktop servers.
 %prep
 %setup -q -n spice-gtk-%{version}%{?_version_suffix} -c
 pushd spice-gtk-%{version}%{?_version_suffix}
-%patch0001 -p1
-%patch0002 -p1
-%patch0003 -p1
-%patch0004 -p1
-%patch0005 -p1
-%patch0006 -p1
-%patch0007 -p1
-%patch0008 -p1
 popd
 
 if [ -n '%{?_version_suffix}' ]; then
@@ -156,7 +136,7 @@ cp -a spice-gtk-%{version} spice-gtk3-%{version}
 pushd spice-gtk-%{version}
 %mingw_configure                                \
     --without-sasl                              \
-    --with-audio=gstreamer1                     \
+    --with-audio=gstreamer                     \
     --with-coroutine=winfiber                   \
     --disable-smartcard                         \
     --without-python                            \
@@ -173,7 +153,7 @@ popd
 pushd spice-gtk3-%{version}
 %mingw_configure                                \
     --without-sasl                              \
-    --with-audio=gstreamer1                     \
+    --with-audio=gstreamer                     \
     --with-coroutine=winfiber                   \
     --disable-smartcard                         \
     --without-python                            \
@@ -293,6 +273,9 @@ rm -rf $RPM_BUILD_ROOT
 %{mingw64_libdir}/libspice-client-gtk-3.0.a
 
 %changelog
+* Wed Mar  4 2015 Marc-André Lureau <marcandre.lureau at redhat.com> 0.28-1
+- Update to spice-gtk 0.28
+
 * Tue Jan  6 2015 Fabiano Fidêncio <fidencio at redhat.com> 0.27.4
 - Drop gstreamer-0.10 in favour to gstreamer-1.0
 
diff --git a/sources b/sources
index bc906d0..57cfd7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-722105732b37bbcd04c4051ff44c2fdd  spice-gtk-0.27.tar.bz2
+ad07d438ce6dfbb038aa8e28f5a2fb81  spice-gtk-0.28.tar.bz2


More information about the scm-commits mailing list