Author: wiget Date: Mon Aug 3 20:44:48 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.8.3
---- Files affected: packages/gwenhywfar: gwenhywfar.spec (1.19 -> 1.20) , gwenhywfar-visibility.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/gwenhywfar/gwenhywfar.spec diff -u packages/gwenhywfar/gwenhywfar.spec:1.19 packages/gwenhywfar/gwenhywfar.spec:1.20 --- packages/gwenhywfar/gwenhywfar.spec:1.19 Wed Jan 16 11:18:40 2008 +++ packages/gwenhywfar/gwenhywfar.spec Mon Aug 3 22:44:43 2009 @@ -3,13 +3,13 @@ Summary: Gwenhywfar - a multi-platform helper library for networking and security Summary(pl.UTF-8): Gwenhywfar - wieloplatformowa biblioteka pomocnicza do sieci i bezpieczeństwa Name: gwenhywfar -Version: 3.0.1 +Version: 3.8.3 Release: 1 License: LGPL v2.1+ with OpenSSL linking exception Group: Libraries -# http://www.aquamaniac.de/sites/download/download.php +# http://www2.aquamaniac.de/sites/download/packages.php Source0: %{name}-%{version}.tar.gz -# Source0-md5: 4a2d9bc2d4ac05f631eec9d84d69a107 +# Source0-md5: 818295d45135ad77063a6ba1cc8b1922 Patch0: %{name}-visibility.patch URL: http://gwenhywfar.sourceforge.net/ BuildRequires: autoconf >= 2.60 @@ -113,6 +113,9 @@ %dir %{_libdir}/gwenhywfar/plugins/*/dbio %attr(755,root,root) %{_libdir}/gwenhywfar/plugins/*/dbio/*.so* %{_libdir}/gwenhywfar/plugins/*/dbio/*.xml +%dir %{_libdir}/gwenhywfar/plugins/*/configmgr +%attr(755,root,root) %{_libdir}/gwenhywfar/plugins/*/configmgr/*.so +%{_libdir}/gwenhywfar/plugins/*/configmgr/*.xml # just ca-bundle.crt %{_datadir}/gwenhywfar @@ -135,6 +138,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2009/08/03 20:44:43 wiget +- updated to 3.8.3 + Revision 1.19 2008/01/16 10:18:40 arekm - url wasn't df friendly ================================================================ Index: packages/gwenhywfar/gwenhywfar-visibility.patch diff -u packages/gwenhywfar/gwenhywfar-visibility.patch:1.2 packages/gwenhywfar/gwenhywfar-visibility.patch:1.3 --- packages/gwenhywfar/gwenhywfar-visibility.patch:1.2 Sun Dec 16 23:31:14 2007 +++ packages/gwenhywfar/gwenhywfar-visibility.patch Mon Aug 3 22:44:43 2009 @@ -1,15 +1,11 @@ ---- gwenhywfar-3.0.0/configure.ac.orig 2007-11-21 19:59:52.000000000 +0100 -+++ gwenhywfar-3.0.0/configure.ac 2007-12-16 22:28:05.674132044 +0100 -@@ -788,10 +788,10 @@ +--- gwenhywfar-3.8.3/configure.ac.wiget 2009-08-03 22:31:49.000000000 +0200 ++++ gwenhywfar-3.8.3/configure.ac 2009-08-03 22:32:25.000000000 +0200 +@@ -839,7 +839,7 @@ if test "$enable_visibility" = "yes"; th AC_MSG_CHECKING(if symbol visibility is supported) visibility_cflags="" - case `basename $CC` in + case `$CC --version|head -n1|cut -f1 -d " "` in - gcc*) -+ *-gcc*|gcc*) ++ gcc*|*-gcc*) dnl Determine version number (watch out: the outside square dnl parenteses are vitally important here!) -- gccversion=["` ${CC} --version | head -1 | ${SED} 's/.*\([0-9]\.[0-9]\.[0-9]*\).*/\1/' `"] -+ gccversion=["` ${CC} -dumpversion `"] - case $gccversion in - 4.*) - # Activate -fvisibility=hidden only for explicit 4.x gcc + gccversion=["` ${CC} -dumpversion `"] ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gwenhywfar/gwenhywfar.spec?r1=1.19&r2=1.20&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gwenhywfar/gwenhywfar-visibility.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
