Re: [Spice-devel] Packaging spice-html5

2013-02-07 Thread Marc-André Lureau
Hi On Thu, Feb 7, 2013 at 4:33 PM, Alon Levy wrote: >> 2. Any versioning preferences? Spice seems to be using a lot >> of 0.x.y versions, so that seems to be the pattern to match. > > I don't feel comfortable answering this one, I'll let someone else. I don't think we have a common rul

Re: [Spice-devel] [PATCH] Fix numerous compiler warnings due to wrong types and remove useless typecasts

2013-02-07 Thread Marc-André Lureau
On Thu, Feb 7, 2013 at 6:04 PM, Michael Tokarev wrote: > This is a cleanup/fix patch that addresses numerous small > defects all around the code. It would be worthwhile to tell us the -Wchecks you use, and perhaps update the build-sys to use those by default. > Author: Serge Hallyn > Signed-off

Re: [Spice-devel] Address a compilation warning due to missing typecast

2013-02-07 Thread Marc-André Lureau
ack and pushed On Thu, Feb 7, 2013 at 6:00 PM, Michael Tokarev wrote: > Author: Serge Hallyn > > This is a trivial typecast fix, -- all surrounding > lines cast lines_end to PIXEL* but one is apparently > forgotten. This fixes a compiler warning about > incompatible types in assignment. > > ---

Re: [Spice-devel] [PATCH] spice-common: remove version construction

2013-02-07 Thread Marc-André Lureau
- Mensaje original - > 07.02.2013 21:02, Marc-André Lureau wrote: > > - Mensaje original - > >> Version string isn't used anywhere in spice-common, and there's > >> no version for spice-common module per se, either. Hoever, > >> configure.ac has this: > >> > >> AC_INIT([spice-c

Re: [Spice-devel] [PATCH] spice-common: remove version construction

2013-02-07 Thread Michael Tokarev
07.02.2013 21:02, Marc-André Lureau wrote: - Mensaje original - Version string isn't used anywhere in spice-common, and there's no version for spice-common module per se, either. Hoever, configure.ac has this: AC_INIT([spice-common], [m4_esyscmd(build-aux/git-version-gen .t

[Spice-devel] [PATCH] Fix numerous compiler warnings due to wrong types and remove useless typecasts

2013-02-07 Thread Michael Tokarev
This is a cleanup/fix patch that addresses numerous small defects all around the code. Author: Serge Hallyn Signed-off-By: Serge Hallyn Signed-off-By: Michael Tokarev --- a/server/tests/basic_event_loop.c +++ b/server/tests/basic_event_loop.c @@ -115,7 +115,7 @@ static void watch_remove(SpiceW

Re: [Spice-devel] [PATCH] spice-common: remove version construction

2013-02-07 Thread Marc-André Lureau
- Mensaje original - > Version string isn't used anywhere in spice-common, and there's > no version for spice-common module per se, either. Hoever, > configure.ac has this: > > AC_INIT([spice-common], > [m4_esyscmd(build-aux/git-version-gen .tarball-version)], > [spic

[Spice-devel] Address a compilation warning due to missing typecast

2013-02-07 Thread Michael Tokarev
Author: Serge Hallyn This is a trivial typecast fix, -- all surrounding lines cast lines_end to PIXEL* but one is apparently forgotten. This fixes a compiler warning about incompatible types in assignment. --- a/spice-common/common/lz_compress_tmpl.c +++ b/spice-common/common/lz_compress_tmpl.c

[Spice-devel] [PATCH] spice-common: remove version construction

2013-02-07 Thread Michael Tokarev
Version string isn't used anywhere in spice-common, and there's no version for spice-common module per se, either. Hoever, configure.ac has this: AC_INIT([spice-common], [m4_esyscmd(build-aux/git-version-gen .tarball-version)], [spice-devel@lists.freedesktop.org]) But since gi

Re: [Spice-devel] Packaging spice-html5

2013-02-07 Thread Alon Levy
> I'm going to put together a fedora package for spice-html5 and apply > to > become a package maintainer. > > That leads me to questions: > 1. The process likes to have a static download location for > the source tar ball. Presuming I make a spice-html5-0.0.1.tgz, > where can I st

[Spice-devel] Packaging spice-html5

2013-02-07 Thread Jeremy White
I'm going to put together a fedora package for spice-html5 and apply to become a package maintainer. That leads me to questions: 1. The process likes to have a static download location for the source tar ball. Presuming I make a spice-html5-0.0.1.tgz, where can I stash it? 2. A