From 0e899af25bf1177cae56d8d8d51ccfb37158fc39 Mon Sep 17 00:00:00 2001 From: ensc Date: Wed, 25 Mar 2009 22:03:44 +0000 Subject: [PATCH] updated --- .cvsignore | 2 +- clamav.spec | 12 ++++++++++-- lastver | 2 +- sources | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 334ef5c..10b1622 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -clamav-0.95rc1-norar.tar.bz2 +clamav-0.95-norar.tar.bz2 diff --git a/clamav.spec b/clamav.spec index f6c79f5..a7b09ae 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,4 +1,4 @@ -%global snapshot rc1 +#global snapshot rc1 ## Fedora Extras specific customization below... %bcond_without fedora @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.95 -Release: %release_func 0.1%{?snapshot:.%snapshot} +Release: %release_func 1%{?snapshot:.%snapshot} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} Group: Applications/File @@ -51,6 +51,7 @@ BuildRoot: %_tmppath/%name-%version-%release-root Requires: clamav-lib = %version-%release Requires: data(clamav) BuildRequires: zlib-devel bzip2-devel gmp-devel curl-devel +BuildRequires: ncurses-devel BuildRequires: %_includedir/tcpd.h BuildRequires: bc @@ -337,6 +338,8 @@ CFLAGS="$RPM_OPT_FLAGS -Wall -W -Wmissing-prototypes -Wmissing-declarations -std export LDFLAGS='-Wl,--as-needed' # HACK: remove me, when configure uses $LIBS instead of $LDFLAGS for milter check export LIBS='-lmilter -lpthread' +# IPv6 check is buggy and does not work when there are no IPv6 interface on build machine +export have_cv_ipv6=yes %configure --disable-clamav --with-dbdir=/var/lib/clamav \ --enable-milter --disable-static \ --disable-rpath \ @@ -663,6 +666,11 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || : %changelog +* Wed Mar 25 2009 Enrico Scholz - 0.95-1 +- updated to final 0.95 +- added ncurses-devel (-> clamdtop) BR +- enforced IPv6 support + * Sun Mar 8 2009 Enrico Scholz - 0.95-0.1.rc1 - updated to 0.95rc1 - added -upstart subpackages diff --git a/lastver b/lastver index d89b314..fd6d73e 100644 --- a/lastver +++ b/lastver @@ -1 +1 @@ -0.94.2 +0.95 diff --git a/sources b/sources index 5f92b5e..186409f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40d13c0d39568b17aec35fe793233861 clamav-0.95rc1-norar.tar.bz2 +f6ede74787379f1683a368ee6da62cea clamav-0.95-norar.tar.bz2