Commit Graph

61 Commits

Author SHA1 Message Date
Christophe Fergeau
d20027bf20 Really update sources for spice-gtk 0.14
For some reason, git made the previous commit empty even if the
.gitignore and sources changes were in the index
2012-09-21 16:27:40 +02:00
Christophe Fergeau
09654c7c37 Update sources for 0.14 2012-09-21 16:25:51 +02:00
Christophe Fergeau
d777d6f01a spice-gtk 0.14 2012-09-21 16:24:45 +02:00
Christophe Fergeau
001df26918 Add patch fixing CVE 2012-4425 2012-09-14 11:41:43 +02:00
Christophe Fergeau
e57e20462b Forgot to run autoreconf after applying patch 2... 2012-09-13 16:13:36 +02:00
Christophe Fergeau
29be6f4185 Add patch fixing symbol versioning
This inadvertantly broke spice-gtk ABI
2012-09-11 15:18:49 +02:00
Hans de Goede
80607bad2a Update to the spice-gtk 0.13.29 development release
- Rebuild for new usbredir
2012-09-07 17:49:45 +02:00
Hans de Goede
30281b35ff Merge remote-tracking branch 'origin/f18' 2012-09-07 17:22:08 +02:00
Christophe Fergeau
050c3865c6 Update to spice-gtk 0.13 2012-09-03 09:28:02 +02:00
Colin Walters
0ec2a71a57 Add VCS line
So people know where to find the actual source code.
2012-08-22 18:18:03 -04:00
Christophe Fergeau
24e579eb69 Remove unwanted installed spice-protocol headers
spice-gtk is now using spice-protocol as a git submodule, but one
of the side-effects of this (combined with another bug fix) results
in spice-protocol headers being installed when running 'make install'
Work-around the issue for now by deleting these headers in %install
2012-08-08 14:14:24 +02:00
Christophe Fergeau
61f322e99f Update to 0.12.101
GNOME Boxes 3.5.5 needs it.
2012-08-07 14:11:33 +02:00
Dennis Gilmore
9ba135289c - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 15:37:06 -05:00
Marc-André Lureau
a9d5847e38 re-Add back spice-protocol BuildRequires to help some deps magic 2012-05-15 02:50:30 +02:00
Marc-André Lureau
aebe3d1d5d - Fix Spice.Audio constructor Python binding
https://bugzilla.redhat.com/show_bug.cgi?id=820335
2012-05-10 13:15:24 +02:00
Marc-André Lureau
1f8780d5c1 Fix virt-manager console not showing up, rhbz#818169 2012-05-02 15:46:15 +02:00
Marc-André Lureau
6c38ae8e41 fixme: need pyparsing 2012-04-24 14:17:54 +02:00
Marc-André Lureau
674e296ab3 New upstream release 0.12 2012-04-24 13:49:52 +02:00
Hans de Goede
95ba424e40 Merge remote-tracking branch 'origin/master' into f17 2012-04-13 09:55:30 +02:00
Hans de Goede
ca139c4ae8 Enable building with gtk3 support on RHEL-7
Note I'm not going to do a build with this change, this is to be picked up with
the next build.
2012-04-13 09:54:18 +02:00
Christophe Fergeau
5ba542e1b0 Merge remote-tracking branch 'origin/master' into f17 2012-04-10 16:20:03 +02:00
Christophe Fergeau
481dce9f6d Remove ExclusiveArch
While it hasn't been tested yet on ppc/arm, it at least builds, and
our goal is to get it to work, so can remove the ExclusiveArch.
2012-04-10 16:17:04 +02:00
Christophe Fergeau
3e167d6faa Add patch to fix build on big-endian boxes
The (de)marshalling generation code is fixed upstream so this patch
will no longer be needed after the next release.
2012-04-10 16:15:56 +02:00
Hans de Goede
553cb7fc38 Merge remote-tracking branch 'origin/master' into f17 2012-03-20 22:26:02 +01:00
Hans de Goede
ae811a2823 Add missing BuildRequires: usbutils, so that we get proper USB device
descriptions in the USB device selection menu
2012-03-20 21:49:29 +01:00
Hans de Goede
17c36aa288 Merge remote-tracking branch 'origin/master' into f17 2012-03-14 16:30:03 +01:00
Hans de Goede
c3dd8ea0c4 Fix a crash triggered when trying to view a usbredir enabled vm from
virt-manager
2012-03-14 16:28:19 +01:00
Hans de Goede
dc0fde50f2 Merge remote-tracking branch 'origin/master' into f17 2012-03-12 13:15:43 +01:00
Hans de Goede
8d18df306e Add back spice-protocol BuildRequires to help some deps magic happen 2012-03-12 13:11:50 +01:00
Hans de Goede
95926aff23 Merge remote-tracking branch 'origin/master' into f17
Conflicts:
	.gitignore
	sources
	spice-gtk.spec
2012-03-09 14:59:05 +01:00
Hans de Goede
2fbc784a09 New upstream release 0.11
- Fix multilib conflict in spice-glib
2012-03-09 14:48:40 +01:00
Hans de Goede
a124fbdda0 Fix multilib conflict.
Apparently rpm does not do elf-coloring for suid root binaries? So lets
just install the helper in a dir with the arch name in there to avoid
multilib conflicts.
2012-03-08 17:48:52 +01:00
Marc-André Lureau
f4aaefab76 Update to add foreign menu support 2012-03-01 13:30:55 +01:00
Marc-André Lureau
fb960005e9 New upstream release 0.10 2012-02-24 00:56:37 +01:00
Hans de Goede
c869aeb9fb New upstream release 0.9 2012-01-31 14:49:43 +01:00
Hans de Goede
946588c4d9 Fix spice-gtk-python and spice-gtk-tools Requires 2012-01-25 10:23:55 +01:00
Hans de Goede
9c8f0e1ee5 New upstream release 0.8
Various small specfile improvements
Enable vala bindings
2012-01-17 14:43:28 +01:00
Dennis Gilmore
0075d54f35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 22:13:40 -06:00
Jesse Keating
bf757b927e Fix macro to work on non-Fedora hosts 2011-12-19 11:07:41 -08:00
Adam Jackson
be7cd98364 Rebuild to break bogus libpng dependency
Fix summaries for gtk3 subpackages to not talk about gtk2
2011-11-14 12:58:10 -05:00
Hans de Goede
35a831a9ad Update to git snapshot 0.7.39-ab64, to add usbredir support 2011-09-02 16:33:11 +02:00
Marc-André Lureau
6ec183f3db Upstream version 0.7.1-d5a8 (fix libtool versionning) 2011-07-26 18:54:50 +02:00
Marc-André Lureau
38e623a7c2 Add missing libcacard-devel 2011-07-25 18:05:23 +02:00
Marc-André Lureau
4b4877f2d9 Upstream release 0.7 2011-07-25 17:18:05 +02:00
Christophe Fergeau
4bb8c5a48e add missing changelog 2011-05-25 11:39:31 +02:00
Christophe Fergeau
83d45c577a add missing BuildRequires for sasl 2011-05-25 11:16:38 +02:00
Christophe Fergeau
fb37e842a8 update to spice-gtk 0.6 2011-05-25 11:16:38 +02:00
Christophe Fergeau
42a799898e add new controller files to spice-glib
spice-gtk 0.6 now comes with a controller module to remotely control
spicy. This adds the new files to spice-glib and spice-glib-devel.
2011-05-24 14:26:39 +02:00
Christophe Fergeau
7c45bec07c add patch to fix build of spice-gtk-0.6
spice-protocol as available in fedora 15 is missing a
 #include <stdint.h> which breaks the build of the controller
2011-05-19 17:19:22 +02:00
Christophe Fergeau
8b607a6841 drop obsolete patches 2011-05-19 17:13:21 +02:00