New upstream release 0.12

This commit is contained in:
Marc-André Lureau 2012-04-24 13:49:52 +02:00
parent 95ba424e40
commit 674e296ab3
3 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/spice-gtk-0.9.tar.bz2 /spice-gtk-0.9.tar.bz2
/spice-gtk-0.10.tar.bz2 /spice-gtk-0.10.tar.bz2
/spice-gtk-0.11.tar.bz2 /spice-gtk-0.11.tar.bz2
/spice-gtk-0.12.tar.bz2

View File

@ -1 +1 @@
c8f2c274ab81e0ac273be5c6490b8603 spice-gtk-0.11.tar.bz2 2fec0ba391447b5b4d9242455c55b2a3 spice-gtk-0.12.tar.bz2

View File

@ -12,16 +12,14 @@
#define _version_suffix -ab64 #define _version_suffix -ab64
Name: spice-gtk Name: spice-gtk
Version: 0.11 Version: 0.12
Release: 5%{?dist} Release: 1%{?dist}
Summary: A GTK+ widget for SPICE clients Summary: A GTK+ widget for SPICE clients
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
URL: http://spice-space.org/page/Spice-Gtk URL: http://spice-space.org/page/Spice-Gtk
Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2 Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
Patch0: 0001-usbredir-Check-for-existing-usb-channels-after-libus.patch
Patch1: 0001-Fix-read_uint-macros-on-big-endian-archs.patch
BuildRequires: intltool BuildRequires: intltool
BuildRequires: gtk2-devel >= 2.14 BuildRequires: gtk2-devel >= 2.14
@ -145,11 +143,6 @@ if [ -n '%{?_version_suffix}' ]; then
mv spice-gtk-%{version}%{?_version_suffix} spice-gtk-%{version} mv spice-gtk-%{version}%{?_version_suffix} spice-gtk-%{version}
fi fi
pushd spice-gtk-%{version}
%patch0 -p1
%patch1 -p1
popd
%if %{with_gtk3} %if %{with_gtk3}
cp -a spice-gtk-%{version} spice-gtk3-%{version} cp -a spice-gtk-%{version} spice-gtk3-%{version}
%endif %endif
@ -260,6 +253,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
%{_bindir}/spicy-stats %{_bindir}/spicy-stats
%changelog %changelog
* Tue Apr 24 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-1
- New upstream release 0.12
* Tue Apr 10 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.11-5 * Tue Apr 10 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.11-5
- Fix build on PPC - Fix build on PPC
- Remove ExclusiveArch. While spice-gtk will build on ARM and PPC, it - Remove ExclusiveArch. While spice-gtk will build on ARM and PPC, it