Blame SPECS/spice-gtk.spec

18559f
%global _hardened_build 1
18559f
18559f
#define _version_suffix
18559f
18559f
Name:           spice-gtk
c25361
Version:        0.35
c25361
Release:        2%{?dist}
18559f
Summary:        A GTK+ widget for SPICE clients
18559f
18559f
Group:          System Environment/Libraries
18559f
License:        LGPLv2+
18559f
URL:            https://www.spice-space.org/
18559f
Source0:        https://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
18559f
c25361
Patch0001:      0001-Fix-flexible-array-buffer-overflow.patch
18559f
18559f
BuildRequires: intltool
18559f
BuildRequires: usbredir-devel >= 0.6-8
18559f
BuildRequires: libusb1-devel >= 1.0.9
18559f
BuildRequires: libgudev1-devel
18559f
BuildRequires: pixman-devel openssl-devel libjpeg-turbo-devel
18559f
BuildRequires: celt051-devel pulseaudio-libs-devel
18559f
BuildRequires: zlib-devel
18559f
BuildRequires: cyrus-sasl-devel
18559f
BuildRequires: libcacard-devel
18559f
BuildRequires: gobject-introspection-devel
18559f
BuildRequires: dbus-glib-devel
18559f
BuildRequires: libacl-devel
18559f
BuildRequires: polkit-devel
18559f
BuildRequires: gtk-doc
18559f
BuildRequires: vala-tools
18559f
BuildRequires: usbutils
18559f
BuildRequires: libepoxy-devel
00edcb
BuildRequires: lz4-devel
18559f
BuildRequires: gtk3-devel
18559f
BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel
18559f
# keep me to get gendeps magic happen
18559f
BuildRequires: spice-protocol >= 0.12.12-1
18559f
# Hack because of bz #613466
18559f
BuildRequires: libtool
00edcb
BuildRequires: opus-devel
be870b
BuildRequires: pyparsing python-six
18559f
Requires: spice-glib%{?_isa} = %{version}-%{release}
18559f
18559f
18559f
%description
18559f
Client libraries for SPICE desktop servers.
18559f
18559f
%package -n spice-glib
18559f
Summary: A GObject for communicating with Spice servers
18559f
Group: Development/Libraries
18559f
Requires: usbredir >= 0.6-8
18559f
18559f
%description -n spice-glib
18559f
spice-client-glib-2.0 is a SPICE client library for GLib2.
18559f
18559f
%package -n spice-glib-devel
18559f
Summary: Development files to build Glib2 applications with spice-glib-2.0
18559f
Group: Development/Libraries
18559f
Requires: spice-glib%{?_isa} = %{version}-%{release}
18559f
Requires: pkgconfig
18559f
Requires: glib2-devel
18559f
Obsoletes: spice-gtk-python < 0.32
18559f
18559f
%description -n spice-glib-devel
18559f
spice-client-glib-2.0 is a SPICE client library for GLib2.
18559f
18559f
Libraries, includes, etc. to compile with the spice-glib-2.0 libraries
18559f
18559f
%package -n spice-gtk3
18559f
Summary: A GTK3 widget for SPICE clients
18559f
Group: Development/Libraries
18559f
Requires: spice-glib%{?_isa} = %{version}-%{release}
18559f
Obsoletes: spice-gtk < 0.32
18559f
18559f
%description -n spice-gtk3
18559f
spice-client-glib-3.0 is a SPICE client library for Gtk3.
18559f
18559f
%package -n spice-gtk3-devel
18559f
Summary: Development files to build GTK3 applications with spice-gtk-3.0
18559f
Group: Development/Libraries
18559f
Requires: spice-gtk3%{?_isa} = %{version}-%{release}
18559f
Requires: spice-glib-devel%{?_isa} = %{version}-%{release}
18559f
Requires: pkgconfig
18559f
Requires: gtk3-devel
18559f
Obsoletes: spice-gtk-devel < 0.32
18559f
18559f
%description -n spice-gtk3-devel
18559f
spice-client-gtk-3.0 provides a SPICE viewer widget for GTK3.
18559f
18559f
Libraries, includes, etc. to compile with the spice-gtk3 libraries
18559f
18559f
%package -n spice-gtk3-vala
18559f
Summary: Vala bindings for the spice-gtk-3.0 library
18559f
Group: Development/Libraries
18559f
Requires: spice-gtk3%{?_isa} = %{version}-%{release}
18559f
Requires: spice-gtk3-devel%{?_isa} = %{version}-%{release}
18559f
18559f
%description -n spice-gtk3-vala
18559f
A module allowing use of the spice-gtk-3.0 widget from vala
18559f
18559f
%package tools
18559f
Summary: Spice-gtk tools
18559f
Group: Applications/Internet
18559f
Requires: spice-gtk3%{?_isa} = %{version}-%{release}
18559f
Requires: spice-glib = %{version}-%{release}
18559f
18559f
%description tools
18559f
Simple clients for interacting with SPICE servers.
18559f
spicy is a client to a SPICE desktop server.
18559f
spicy-screenshot is a tool to capture screen-shots of a SPICE desktop.
18559f
18559f
18559f
%prep
18559f
%setup -q -n spice-gtk-%{version}%{?_version_suffix}
18559f
18559f
%patch0001 -p1
18559f
18559f
%build
18559f
%configure \
c25361
    --enable-celt051 \
18559f
    --with-gtk=3.0 \
18559f
    --enable-vala \
18559f
    --with-usb-acl-helper-dir=%{_libexecdir}/spice-gtk-%{_arch}/ \
00edcb
    --enable-lz4 \
18559f
    --disable-werror
18559f
make %{?_smp_mflags}
18559f
18559f
18559f
%install
18559f
make install DESTDIR=%{buildroot}
18559f
18559f
rm -f %{buildroot}%{_libdir}/*.a
18559f
rm -f %{buildroot}%{_libdir}/*.la
18559f
18559f
18559f
%find_lang %{name}
18559f
18559f
%post -p /sbin/ldconfig
18559f
%postun -p /sbin/ldconfig
18559f
18559f
%post -n spice-glib -p /sbin/ldconfig
18559f
%postun -n spice-glib -p /sbin/ldconfig
18559f
18559f
%post -n spice-gtk3 -p /sbin/ldconfig
18559f
%postun -n spice-gtk3 -p /sbin/ldconfig
18559f
18559f
18559f
%files -n spice-glib -f %{name}.lang
18559f
%{_libdir}/libspice-client-glib-2.0.so.*
18559f
%{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib
18559f
%dir %{_libexecdir}/spice-gtk-%{_arch}/
18559f
%attr(4755, root, root) %{_libexecdir}/spice-gtk-%{_arch}/spice-client-glib-usb-acl-helper
18559f
%{_datadir}/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy
18559f
18559f
%files -n spice-glib-devel
18559f
%{_libdir}/libspice-client-glib-2.0.so
18559f
%{_includedir}/spice-client-glib-2.0
18559f
%{_libdir}/pkgconfig/spice-client-glib-2.0.pc
18559f
%{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir
18559f
%doc %{_datadir}/gtk-doc/html/*
18559f
18559f
%files -n spice-gtk3
18559f
%doc AUTHORS
18559f
%doc COPYING
18559f
%doc README
18559f
%doc NEWS
18559f
%{_mandir}/man1/spice-client.1*
18559f
%{_libdir}/libspice-client-gtk-3.0.so.*
18559f
%{_libdir}/girepository-1.0/SpiceClientGtk-3.0.typelib
18559f
18559f
%files -n spice-gtk3-devel
18559f
%{_libdir}/libspice-client-gtk-3.0.so
18559f
%{_includedir}/spice-client-gtk-3.0
18559f
%{_libdir}/pkgconfig/spice-client-gtk-3.0.pc
18559f
%{_datadir}/gir-1.0/SpiceClientGtk-3.0.gir
18559f
18559f
%files -n spice-gtk3-vala
18559f
%{_datadir}/vala/vapi/spice-client-glib-2.0.deps
18559f
%{_datadir}/vala/vapi/spice-client-glib-2.0.vapi
18559f
%{_datadir}/vala/vapi/spice-client-gtk-3.0.deps
18559f
%{_datadir}/vala/vapi/spice-client-gtk-3.0.vapi
18559f
18559f
%files tools
18559f
%{_bindir}/spicy
18559f
%{_bindir}/spicy-screenshot
18559f
%{_bindir}/spicy-stats
18559f
18559f
%changelog
c25361
* Fri Aug 10 2018 Frediano Ziglio <fziglio@redhat.com> - 0.35-2
be870b
- Fix flexible array buffer overflow
be870b
  Resolves: rhbz#1596008
be870b
c25361
* Mon Jun 11 2018 Victor Toso <victortoso@redhat.com> - 0.35-1
c25361
- Rebase to 0.35
c25361
  Resolves: rhbz#1562126
d25db3
00edcb
* Thu Dec 21 2017 Frediano Ziglio <fziglio@redhat.com> - 0.34-3
18559f
- Fix stride misalignment
00edcb
  Resolves: rhbz#1508847
00edcb
00edcb
* Tue Nov 14 2017 Victor Toso <victortoso@redhat.com> - 0.34-2
00edcb
- Enable lz4
00edcb
  Resolves: rhbz#1460198
00edcb
00edcb
* Tue Sep 12 2017 Victor Toso <victortoso@redhat.com> - 0.34-1
00edcb
- Rebase to 0.34
00edcb
  Resolves: rhbz#1472730
00edcb
00edcb
* Fri Jul 14 2017 Jonathon Jongsma <jjongsma@redhat.com> - 0.33-7
00edcb
- build with opus support
00edcb
  Resolves: rhbz#1456849
18559f
18559f
* Wed Jun 7 2017 Pavel Grunt <pgrunt@redhat.com> - 0.33-6
18559f
- Fix capslock regression
18559f
  Resolves: rhbz#1458730
18559f
18559f
* Thu May 25 2017 Pavel Grunt <pgrunt@redhat.com> - 0.33-5
18559f
- Enable hardened build flags
18559f
  Resolves: rhbz#1420778
18559f
18559f
* Wed May 10 2017 Pavel Grunt <pgrunt@redhat.com> - 0.33-4
18559f
- Make connection error message more clear
18559f
  Resolves: rhbz#1365736
18559f
- Improve audio debug
18559f
  Resolves: rhbz#1436249
18559f
- Fix wrong encoding of transferred files
18559f
  Resolves: rhbz#1440206
18559f
18559f
* Tue Apr 11 2017 Victor Toso <victortoso@redhat.com> - 0.33-3
18559f
- Avoid CRITICALs on copy-paste
18559f
  Resolves: rhbz#1440096
18559f
- Avoid assertions on file-xfer while agent disconnects
18559f
  Related: rhbz#1440096
18559f
18559f
* Mon Mar 27 2017 Pavel Grunt <pgrunt@redhat.com> - 0.33-2
18559f
- Add missing patch for rebase
18559f
  Resolves: rhbz#1402474
18559f
- Add obsoletes to the spec file to ease updates
18559f
  Resolves: rhbz#1432776
18559f
- Fix black screen in virt-manager
18559f
  Resolves: rhbz#1433242
18559f
- Make connection error message more clear
18559f
  Resolves: rhbz#1365736
18559f
18559f
* Mon Mar 13 2017 Pavel Grunt <pgrunt@redhat.com> - 0.33-1
18559f
- Rebase to 0.33
18559f
  Resolves: rhbz#1402474
18559f
- Rebuilt with correct hardening flags due to bug 1387475
18559f
  Resolves: rhbz#1420778
18559f
- Fix copy paste issues
18559f
  Resolve: rhbz#1409854
18559f
18559f
* Mon Dec 12 2016 Pavel Grunt <pgrunt@redhat.com> - 0.31-8
18559f
- Fix crash in spicy-stats
18559f
  Resolves: rhbz#1403820
18559f
18559f
* Fri Dec 9 2016 Pavel Grunt <pgrunt@redhat.com> - 0.31-7
18559f
- Avoid crash on clipboard due failure in text conversion
18559f
  Resolves: rhbz#1385225
18559f
18559f
* Fri Sep 9 2016 Pavel Grunt <pgrunt@redhat.com> - 0.31-6
18559f
- Improve clipboard handling for motif applications
18559f
  Resolves: rhbz#1348624
18559f
18559f
* Wed Aug 3 2016 Pavel Grunt <pgrunt@redhat.com> - 0.31-5
18559f
- Allow to connect to ipv6 without proxy
18559f
  Resolves: rhbz#1361478
18559f
- Silence a critical when migrating
18559f
  Resolves: rhbz#1356162
18559f
- Disable EPOXY / EGL usage
18559f
  Resolves: rhbz#1362460
18559f
18559f
* Fri Jul 1 2016 Pavel Grunt <pgrunt@redhat.com> - 0.31-4
18559f
- Fix SASL GSSAPI (kerberos authentication)
18559f
  Resolves: rhbz#1343361
18559f
- Allow to connect to ipv6 behind proxy
18559f
  Resolves: rhbz#1331777
18559f
18559f
* Wed Jun 8 2016 Victor Toso <victortoso@redhat.com> - 0.31-3
18559f
- Fix client's crash when agent is killed
18559f
  Resolves: rhbz#1336321
18559f
- Parse ipv6 address
18559f
  Resolves: rhbz#1335239
18559f
- Improving parsing of Smartcard messages
18559f
  Resolves: rhbz#1338727
18559f
- Fix hangs with "Connected to graphic server"
18559f
  Resolves: rhbz#1323092
18559f
18559f
* Mon May 2 2016 Pavel Grunt <pgrunt@redhat.com> - 0.31-2
18559f
- Rebase to 0.31, add back the PIE/relro patch.
18559f
  Resolves: rhbz#1329973
18559f
18559f
* Mon May 2 2016 Pavel Grunt <pgrunt@redhat.com> - 0.31-1
18559f
- Rebase to 0.31
18559f
  Resolves: rhbz#1329973
18559f
- Fix crash when migration fails
18559f
  Resolves: rhbz#1318574
18559f
18559f
* Mon Apr 18 2016 Pavel Grunt <pgrunt@redhat.com> - 0.26-8
18559f
- Check runtime usbredir version
18559f
  Resolves: rhbz#1320827
18559f
- Allow connection to password protected guests
18559f
  Resolves: rhbz#1320806
18559f
- Fix runtime warnings related to shared folders and usb redirection
18559f
  Resolves: rhbz#1319405
18559f
- Change runtime warning for empty monitor config to debug message
18559f
  Resolves: rhbz#1319405
18559f
- Fix 16 bpp LZ image decompression
18559f
  Resolves: rhbz#1285469
18559f
18559f
* Fri Mar 18 2016 Pavel Grunt <pgrunt@redhat.com> - 0.26-7
18559f
- Improve message for number of usb channels in usb device widget
18559f
  Resolves: rhbz#1299931
18559f
- Fix usbredir leak when redirecting a webcam
18559f
  Resolves: rhbz#1270363
18559f
18559f
* Thu Mar 17 2016 Victor Toso <victortoso@redhat.com> - 0.26-6
18559f
- Implements volume-sync from guest to client
18559f
  Resolves: rhbz#1264105
18559f
- Avoid crash in virt-manager
18559f
  Resolves: rhbz#1301863
18559f
- Fix focus in fullscreen mode
18559f
  Resolves: rhbz#1275231
18559f
- Add Client capability for Windows monitor_config message
18559f
  Resolves: rhbz#1248189
18559f
- Fix error message for file transfer
18559f
  Resolves: rhbz#1265562
18559f
18559f
* Mon Aug 31 2015 Fabiano Fidêncio <fidencio@redhat.com> - 0.26-5
18559f
- Connecting to VM changes its resolution
18559f
  Resolves: rhbz#1242602
18559f
- Cannot enable display 1 when it was disabled in previous session
18559f
  Resolves: rhbz#1247907
18559f
- Windows needs to send complete monitors_config message to client
18559f
  Resolves: rhbz#1244878
18559f
- High Resolution Multi-Monitor Windows Guest freeze
18559f
  Resolves: rhbz#1235442
18559f
- Print file transfer summary to the log
18559f
  Resolves: rhbz#1140512
18559f
- Enable proxy when requested
18559f
  Related: rhbz#1182252
18559f
18559f
* Thu Jul 9 2015 Fabiano Fidêncio <fidencio@redhat.com> - 0.26-4
18559f
- Disable default socket proxy
18559f
  Resolves: rhbz#1182252
18559f
18559f
* Wed May 6 2015 Marc-Andre Lureau <marcandre.lureau@redhat.com> - 0.26-3
18559f
- Rebase to 0.26, fix the PIE/relro patch.
18559f
  Resolves: rhbz#1214101
18559f
18559f
* Wed May 6 2015 Marc-Andre Lureau <marcandre.lureau@redhat.com> - 0.26-2
18559f
- Rebase to 0.26, add back the PIE/relro patch.
18559f
  Resolves: rhbz#1214101
18559f
18559f
* Tue May 5 2015 Marc-Andre Lureau <marcandre.lureau@redhat.com> - 0.26-1
18559f
- Rebase to 0.26
18559f
  Resolves: rhbz#1214101
18559f
- Allow to transfer multiple files at once
18559f
  Resolves: rhbz#1167829
18559f
- Fix smartcard cannot work after restart guest
18559f
  Resolves: rhbz#1205548
18559f
18559f
* Fri Sep 12 2014 Jonathon Jongsma <jjongsma@redhat.com> - 0.22-2
18559f
- Additional display pop out when restarting service spice-vdagentd in guest
18559f
  Resolves: rhbz#1043782
18559f
- Coverity scan fixes
18559f
  Resolves: rhbz#885719
18559f
- Send data message for file copy of 0 size
18559f
  Resolves: rhbz#1135104
18559f
- add spice_channel_get_error()
18559f
  Resolves: rhbz#1116048
18559f
- Prefix proxy lookup errors
18559f
  Resolves: rhbz#1116048
18559f
18559f
* Mon Jul  7 2014 Marc-Andre Lureau <marcandre.lureau@redhat.com> - 0.22-1
18559f
- Rebase to 0.22
18559f
  Resolves: rhbz#1109397
18559f
- Fix screenshot of secondary displays
18559f
  Resolves: rhbz#1029761
18559f
- Fix potential crash when freeing primary surface.
18559f
  Resolves: rhbz#1082555
18559f
- Add RHEL-only SPICE_NOSCALE to disable display scaling.
18559f
  Resolves: rhbz#1067346
18559f
- Fix connection to RHEL5 Spice server
18559f
  Resolves: rhbz#1017862
18559f
- Fix coroutine leak
18559f
  Resolves: rhbz#1007841
18559f
- Fix clipboard hang on clipboard loop
18559f
  Resolves: rhbz#1073364
18559f
18559f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.20-8
18559f
- Mass rebuild 2014-01-24
18559f
18559f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.20-7
18559f
- Mass rebuild 2013-12-27
18559f
18559f
* Fri Sep 13 2013 Christophe Fergeau <cfergeau@redhat.com> 0.20-6
18559f
- Add patch for CVE-2013-4324
18559f
18559f
* Fri Sep 13 2013 Hans de Goede <hdegoede@redhat.com> - 0.20-5
18559f
- Fix the spice-client-glib-usb-acl-helper no longer being suid root
18559f
18559f
* Fri Sep 13 2013 Christophe Fergeau <cfergeau@redhat.com> 0.20-4
18559f
- Add misc upstream patches fixing various 0.20 bugs
18559f
18559f
* Wed Aug 28 2013 Alon Levy <alevy@redhat.com> - 0.20-3
18559f
- Fix wrong mono cursor local rendering (rhbz#998529)
18559f
18559f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-3
18559f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
18559f
18559f
* Sat Jul  6 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.20-2
18559f
- Fix spice_channel_string_to_type symbol visibility (rhbz#981815)
18559f
18559f
* Wed Jun 26 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.20-1
18559f
- Update to spice-gtk 0.20
18559f
18559f
* Fri Apr 19 2013 Daniel Mach <dmach@redhat.com> - 0.19-1.1
18559f
- Rebuild for cyrus-sasl
18559f
18559f
* Thu Apr 11 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.19-1
18559f
- Update to spice-gtk 0.19
18559f
18559f
* Thu Mar 14 2013 Hans de Goede <hdegoede@redhat.com> - 0.18-2
18559f
- Fix "Warning no automount-inhibiting implementation available" warnings
18559f
18559f
* Wed Feb 13 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.18-1
18559f
- Update to spice-gtk 0.18
18559f
18559f
* Wed Feb  6 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.17-1
18559f
- Update to spice-gtk 0.17
18559f
18559f
* Thu Jan 31 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.16-2
18559f
- Remove perl-text-csv build requirement. (rhbz#873174)
18559f
18559f
* Sat Jan 12 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.16-1
18559f
- Update to spice-gtk 0.16
18559f
18559f
* Mon Dec 31 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.15.3-1
18559f
- Update to spice-gtk 0.15.3, fixes TLS & password regressions
18559f
18559f
* Fri Dec 21 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.15-2
18559f
- Update to spice-gtk 0.15
18559f
18559f
* Thu Oct 25 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.14-2
18559f
- Add various upstream patches
18559f
18559f
* Fri Sep 21 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.14-1
18559f
- Update to 0.14 release
18559f
18559f
* Fri Sep 14 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13.29-4
18559f
- Add patch fixing CVE 2012-4425
18559f
18559f
* Thu Sep 13 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13.29-3
18559f
- Run autoreconf after applying patch 2 as it only modifies Makefile.am
18559f
18559f
* Tue Sep 11 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13.29-2
18559f
- Add patch to fix symbol versioning
18559f
18559f
* Fri Sep  7 2012 Hans de Goede <hdegoede@redhat.com> - 0.13.29-1
18559f
- Update to the spice-gtk 0.13.29 development release
18559f
- Rebuild for new usbredir
18559f
18559f
* Mon Sep 03 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13-2
18559f
- Update to spice-gtk 0.13
18559f
18559f
* Tue Aug 07 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.12.101-1
18559f
- Update to the spice-gtk 0.12.101 development release (needed by Boxes
18559f
  3.5.5)
18559f
18559f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-5
18559f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
18559f
18559f
* Tue May 15 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-4
18559f
- re-Add back spice-protocol BuildRequires to help some deps magic happen
18559f
18559f
* Thu May 10 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-3
18559f
- Fix Spice.Audio constructor Python binding
18559f
  https://bugzilla.redhat.com/show_bug.cgi?id=820335
18559f
18559f
* Wed May  2 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-2
18559f
- Fix virt-manager console not showing up, rhbz#818169
18559f
18559f
* Tue Apr 24 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-1
18559f
- New upstream release 0.12
18559f
18559f
* Tue Apr 10 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.11-5
18559f
- Fix build on PPC
18559f
- Remove ExclusiveArch. While spice-gtk will build on ARM and PPC, it
18559f
  hasn't been tested on these arch, so there may be some bugs.
18559f
18559f
* Tue Mar 20 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-4
18559f
- Add missing BuildRequires: usbutils, so that we get proper USB device
18559f
  descriptions in the USB device selection menu
18559f
18559f
* Wed Mar 14 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-3
18559f
- Fix a crash triggered when trying to view a usbredir enabled vm from
18559f
  virt-manager
18559f
18559f
* Mon Mar 12 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-2
18559f
- Add back spice-protocol BuildRequires to help some deps magic happen
18559f
18559f
* Fri Mar  9 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-1
18559f
- New upstream release 0.11
18559f
- Fix multilib conflict in spice-glib
18559f
18559f
* Thu Feb 23 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.10-1
18559f
- New upstream release 0.10
18559f
18559f
* Mon Jan 30 2012 Hans de Goede <hdegoede@redhat.com> - 0.9-1
18559f
- New upstream release 0.9
18559f
18559f
* Mon Jan 16 2012 Hans de Goede <hdegoede@redhat.com> - 0.8-1
18559f
- New upstream release 0.8
18559f
- Various small specfile improvements
18559f
- Enable vala bindings
18559f
18559f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.39-3
18559f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
18559f
18559f
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> 0.7.39-2
18559f
- Rebuild to break bogus libpng dependency
18559f
- Fix summaries for gtk3 subpackages to not talk about gtk2
18559f
18559f
* Fri Sep  2 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.39-1
18559f
- Update to git snapshot 0.7.39-ab64, to add usbredir support
18559f
18559f
* Tue Jul 26 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7.1-1
18559f
- Upstream version 0.7.1-d5a8 (fix libtool versionning)
18559f
18559f
* Tue Jul 19 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7-1
18559f
- Upstream release 0.7
18559f
18559f
* Wed May 25 2011 Christophe Fergeau <cfergeau@redhat.com> - 0.6-1
18559f
- Upstream release 0.6
18559f
18559f
* Tue Mar  1 2011 Hans de Goede <hdegoede@redhat.com> - 0.5-6
18559f
- Fix spice-glib requires in .pc file (#680314)
18559f
18559f
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-5
18559f
- Fix build against glib 2.28
18559f
18559f
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-4
18559f
- Rebuild against newer gtk
18559f
18559f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-3
18559f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
18559f
18559f
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-2
18559f
- Rebuild against newer gtk
18559f
18559f
* Thu Jan 27 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.5-1
18559f
- Upstream release 0.5
18559f
18559f
* Fri Jan 14 2011 Daniel P. Berrange <berrange@redhat.com> - 0.4-2
18559f
- Add support for parallel GTK3 build
18559f
18559f
* Mon Jan 10 2011 Dan Horák <dan[at]danny.cz> - 0.4-2
18559f
- add ExclusiveArch as only x86 is supported
18559f
18559f
* Sun Jan 09 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.4-1
18559f
- Upstream release 0.4
18559f
- Initial release (#657403)
18559f
18559f
* Thu Nov 25 2010 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.1.0-1
18559f
- Initial packaging