diff --git a/.gitignore b/.gitignore index 14f5baf..8fd365e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /goaccess-0.7.1.tar.gz /goaccess-0.8.tar.gz /goaccess-0.8.1.tar.gz +/goaccess-0.8.2.tar.gz diff --git a/goaccess-0.7-cflags.patch b/goaccess-0.7-cflags.patch deleted file mode 100644 index fcb4c61..0000000 --- a/goaccess-0.7-cflags.patch +++ /dev/null @@ -1,61 +0,0 @@ -diff -up goaccess-0.7/configure~ goaccess-0.7/configure ---- goaccess-0.7/configure~ 2013-12-08 22:12:21.000000000 +0200 -+++ goaccess-0.7/configure 2013-12-08 22:12:21.000000000 +0200 -@@ -3942,7 +3942,6 @@ else - as_fn_error $? "libgeoip-dev is missing" "$LINENO" 5 - fi - -- CFLAGS="-lGeoIP" - fi - - if test "$USE_UTF8" = "yes"; then -@@ -3993,7 +3992,6 @@ else - as_fn_error $? "libncursesw5-dev is missing" "$LINENO" 5 - fi - -- CFLAGS="-lncursesw" - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for refresh in -lncurses" >&5 - $as_echo_n "checking for refresh in -lncurses... " >&6; } -@@ -4042,7 +4040,6 @@ else - as_fn_error $? "libncurses5-dev is missing" "$LINENO" 5 - fi - -- CFLAGS="-lncurses" - fi - - # pthread -@@ -4093,7 +4090,7 @@ else - as_fn_error $? "pthread is missing" "$LINENO" 5 - fi - --CFLAGS="-pthread" -+CFLAGS="$CFLAGS -pthread" - - # Checks for libraries. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for g_free in -lglib-2.0" >&5 -diff -up goaccess-0.7/configure.ac~ goaccess-0.7/configure.ac ---- goaccess-0.7/configure.ac~ 2013-12-08 22:12:14.000000000 +0200 -+++ goaccess-0.7/configure.ac 2013-12-08 22:12:14.000000000 +0200 -@@ -24,20 +24,17 @@ AC_ARG_ENABLE(utf8,--enable-utf8 Enable - - if test "$USE_GEOIP" = "yes"; then - AC_CHECK_LIB([GeoIP], [GeoIP_new], [], [AC_MSG_ERROR([libgeoip-dev is missing])]) -- CFLAGS="-lGeoIP" - fi - - if test "$USE_UTF8" = "yes"; then - AC_CHECK_LIB([ncursesw], [mvaddwstr], [], [AC_MSG_ERROR([libncursesw5-dev is missing])]) -- CFLAGS="-lncursesw" - else - AC_CHECK_LIB([ncurses], [refresh], [], [AC_MSG_ERROR([libncurses5-dev is missing])]) -- CFLAGS="-lncurses" - fi - - # pthread - AC_CHECK_LIB([pthread], [pthread_create], [], [AC_MSG_ERROR([pthread is missing])]) --CFLAGS="-pthread" -+CFLAGS="$CFLAGS -pthread" - - # Checks for libraries. - AC_CHECK_LIB([glib-2.0], [g_free], [], [AC_MSG_ERROR([glib-2.x is missing])]) diff --git a/goaccess.spec b/goaccess.spec index c400d6d..9664931 100644 --- a/goaccess.spec +++ b/goaccess.spec @@ -1,5 +1,5 @@ Name: goaccess -Version: 0.8.1 +Version: 0.8.2 Release: 1%{?dist} Summary: Real-time web log analyzer and interactive viewer License: GPLv2+ @@ -59,18 +59,21 @@ but not limited to: # dependencies. # If upstream can prove that it's faster than GLib hash table on parsing, then # we might switch to it.(From FAQ page I think glib is better) -make %{?_smp_mflags} +%make_build %install %make_install %files -%doc AUTHORS ChangeLog COPYING NEWS README TODO +%doc AUTHORS ChangeLog COPYING README TODO %config(noreplace) %{_sysconfdir}/%{name}.conf %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog +* Tue Jul 22 2014 Christopher Meng - 0.8.2-1 +- Update to 0.8.2 + * Wed Jun 18 2014 Christopher Meng - 0.8.1-1 - Update to 0.8.1 diff --git a/sources b/sources index 119864f..2656a46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef8fb1a3d87027313d2286f7fb0407d2 goaccess-0.8.1.tar.gz +49bb65eafa9f68db131d2178a853973b goaccess-0.8.2.tar.gz