---
modulesets/spice.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index b57689a..291dbf2 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -59,8 +59,8 @@
-
-
+
+
@@ -78,7
---
modulesets/spice.xml | 5 -
1 file changed, 5 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 7346242..630bc24 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -62,14 +62,9 @@
-
-
-
-
-
---
jhbuildrc | 9 -
1 file changed, 9 deletions(-)
diff --git a/jhbuildrc b/jhbuildrc
index 4cfff9b..cfffb88 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -18,15 +18,6 @@ checkoutroot = os.path.join(os.environ['HOME'], 'spice')
# All module binaries will be in $HOME/spice-usr/ after the che
spice-jhbuild v1
So, with the idea of moving the spice moduleset to freedesktop [0]
I reworked my changes to better fit upstream. I don't use spice-jhbuild
as an extra jhbuild config but as my main one. That said, I'm pretty sure
that this can have more improvements.
With this series of patches i
---
README | 32 +---
1 file changed, 29 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 1d724d2..b533bda 100644
--- a/README
+++ b/README
@@ -8,25 +8,51 @@ cd jhbuild
./autogen.sh --prefix=
make install
+More about jhbuild in the official guid
---
modulesets/spice.xml | 25 +
1 file changed, 25 insertions(+)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 589b250..6b0180f 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -85,6 +85,9 @@
+
+
+
It is better to have the default configure options inside jhbuildrc
instead of xml moduleset.
---
jhbuildrc| 24
modulesets/spice.xml | 4 ++--
2 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/jhbuildrc b/jhbuildrc
index 8b15ef6..4cfff9b 100644
---
modulesets/spice.xml | 13 +
1 file changed, 13 insertions(+)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index d0d58c7..29fa7b9 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -19,6 +19,10 @@
+ https://github.com/"/>
+
@@ -150,4 +154,13 @
---
modulesets/spice.xml | 18 +-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 630bc24..67812f5 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -43,11 +43,27 @@
checkout). The configure scrip
This module is necessary to have webdav option enable on spice-gtk
---
modulesets/spice.xml | 11 +++
1 file changed, 11 insertions(+)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 67812f5..d0d58c7 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -86,6 +86,
- pyparsing and celt051 are system packages;
- spice-gtk no longer depends on celt
---
modulesets/spice.xml | 22 --
1 file changed, 22 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 772e1e6..b57689a 100644
--- a/modulesets/spice.xml
+++ b/modulese
By including gnome-apps-3.18 we have the following modules:
- gnome-boxes
- libvirt-glib
- vinagre
- gtk-vnc
- libosinfo
---
modulesets/spice.xml | 35 ++-
1 file changed, 2 insertions(+), 33 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
ind
---
modulesets/spice.xml | 8
1 file changed, 8 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 7085ec4..7346242 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -119,17 +119,9 @@
-
-
-
-
-
-
The source is inside qemu but it is kept as different package which
spice-gtk and spice-server depends on currently.
---
modulesets/spice.xml | 7 ---
1 file changed, 7 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 291dbf2..7085ec4 100644
--- a/modulesets/spice.x
On Thu, Apr 30, 2015 at 07:45:52AM -0400, Frediano Ziglio wrote:
> >
> > On Thu, Apr 23, 2015 at 08:22:24AM -0400, Frediano Ziglio wrote:
> > > Including directly shlobj.h in some MingW environment lead to some missing
> > > definitions error. Including windows.h before fix the problem.
> >
> > T
>
> On Thu, Apr 23, 2015 at 08:22:24AM -0400, Frediano Ziglio wrote:
> > Including directly shlobj.h in some MingW environment lead to some missing
> > definitions error. Including windows.h before fix the problem.
>
> This one should be fixed by
> https://admin.fedoraproject.org/updates/FEDORA-2
They are no longer used after commit ae4a4f0
This reverts commit a4f082b0d12d24ff5821c93663e7cc99e07977e0.
---
common/vdcommon.cpp | 42 --
common/vdcommon.h | 22 --
2 files changed, 64 deletions(-)
diff --git a/common/vdcommon.cpp b
On Fri, Apr 24, 2015 at 05:12:52AM -0400, Frediano Ziglio wrote:
> This allow username to contain any extended characters (username is
> embedded in the directory name).
I've pushed that one with s/allow/allows in the commit log, and
> +// assure we have a minimim of space
changed to "make sur
On Thu, Apr 23, 2015 at 08:22:24AM -0400, Frediano Ziglio wrote:
> Including directly shlobj.h in some MingW environment lead to some missing
> definitions error. Including windows.h before fix the problem.
This one should be fixed by
https://admin.fedoraproject.org/updates/FEDORA-2015-6934/mingw-
Thanks, pushed.
On Thu, Apr 30, 2015 at 10:59:52AM +0200, Marc-André Lureau wrote:
> ack series
>
> On Mon, Apr 27, 2015 at 3:12 PM, Victor Toso wrote:
>
> > The spice-pulse patch 37ba949716ebf441110330 related to volume-sync
> > breaks the build on rhel6. This series fix it. Build error:
> >
>
ack series
On Mon, Apr 27, 2015 at 3:12 PM, Victor Toso wrote:
> The spice-pulse patch 37ba949716ebf441110330 related to volume-sync
> breaks the build on rhel6. This series fix it. Build error:
>
> spice-pulse.c: In function ‘spice_pulse_dispose’:
> spice-pulse.c:154: warning: implicit declarat
On 04/29/2015 09:22 PM, r...@openmailbox.org wrote:
> On 2015-04-29 11:41, Alon Levy wrote:
>> On 04/29/2015 02:20 PM, r...@openmailbox.org wrote:
>>> Hi. I am trying to get a virtual smartcard attached to a vm but I want
>>> it to use GPG instead of NSS. RedHat focuses on NSS becuase of PKCS#11
>>
On 04/29/2015 04:27 PM, Jeremy White wrote:
Hi,
On 04/29/2015 06:33 AM, My Work wrote:
Hi. I am trying to start my spice server with multiple monitor.
On wich side (server or client) i have to run this two commands?
spice-vdagentd -x -S /tmp/xspice-vdagent -s /tmp/xspice_-virtio -f -u
/tmp/xspi
23 matches
Mail list logo