[goaccess/el6: 1/4] Update to 0.8.2

Christopher Meng cicku at fedoraproject.org
Fri Jul 25 01:39:17 UTC 2014


commit f0f09aa3ccf606c14e7f4f225a0686637152fbfb
Author: Christopher Meng <i at cicku.me>
Date:   Fri Jul 25 09:36:21 2014 +0800

    Update to 0.8.2

 .gitignore                |    1 +
 goaccess-0.7-cflags.patch |   61 ---------------------------------------------
 goaccess.spec             |    9 ++++--
 sources                   |    2 +-
 4 files changed, 8 insertions(+), 65 deletions(-)
---
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.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 <rpm at cicku.me> - 0.8.2-1
+- Update to 0.8.2
+
 * Wed Jun 18 2014 Christopher Meng <rpm at cicku.me> - 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


More information about the scm-commits mailing list