On Mon, Sep 21, 2015 at 03:36:05PM +0200, [email protected] wrote:
> From: Marc-AndrĂ© Lureau <[email protected]>
> 
> ---
>  Makefile.am | 1 +
>  NEWS        | 6 ++++++
>  2 files changed, 7 insertions(+)
>  create mode 100644 NEWS
> 
> diff --git a/Makefile.am b/Makefile.am
> index bf29337..2e737a9 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -49,6 +49,7 @@ vscclient_LDADD = libcacard.la $(CACARD_LIBS)
>  
>  AM_CPPFLAGS = $(CACARD_CFLAGS) $(WARN_CFLAGS)
>  EXTRA_DIST =                                 \
> +     NEWS                                    \
>       README.md                               \
>       docs/libcacard.txt                      \
>       src/libcacard.syms                      \
> diff --git a/NEWS b/NEWS
> new file mode 100644
> index 0000000..8e55e71
> --- /dev/null
> +++ b/NEWS
> @@ -0,0 +1,6 @@
> +v2.5.0
> +======
> +
> +This is the first standalone release after the split from qemu.git
> +(the last release of libcacard was part of qemu 2.4). The hosting and
> +maintainance of libcacard is now part of the Spice project.

SPICE rather than Spice ? I'm never sure how to capitalize it.
For what it's worth, a tarball is not building on el6 because of a
missing -lgthread-2.0:

libtool: link: gcc -g3 -ggdb3 -O0 -Wall -o .libs/vscclient
src/vscclient.o  ./.libs/libcacard.so -lglib-2.0 -lssl3 -lsmime3 -lnss3
-lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -Wl,-rpath
-Wl,/usr/local/lib

src/vscclient.o: In function `main':
/home/teuf/libcacard-2.4.0.8-108c/src/vscclient.c:681: undefined
reference to `g_thread_init'
collect2: ld returned 1 exit status

(autogen.sh is not working on el6 because of AC_PREREQ(2.64) checks in
the m4/ax_*.m4 files and el6 only has 2.63, but imo it's ok to require
to use tarballs when building on el6).

ACK for a release.

Christophe

Attachment: pgp_k2hiP8UTR.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to