From 1f2ecd5918b124e0fca3683ed7ac5408a99ba661 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Nov 27 2013 05:28:56 +0000 Subject: Update to 0.6.1 --- diff --git a/.gitignore b/.gitignore index cf24d6f..97e6eef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /goaccess-0.5.tar.gz /goaccess-0.6.tar.gz +/goaccess-0.6.1.tar.gz diff --git a/goaccess.spec b/goaccess.spec index 9c13f6a..43bda3d 100644 --- a/goaccess.spec +++ b/goaccess.spec @@ -1,12 +1,10 @@ Name: goaccess -Version: 0.6 -Release: 2%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Apache Log Analyzer - License: GPLv2+ URL: http://goaccess.prosoftcorp.com/ Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/%{name}-%{version}.tar.gz - BuildRequires: ncurses-devel BuildRequires: glib2-devel BuildRequires: GeoIP-devel @@ -19,24 +17,22 @@ for system administrators that require a visual server report on the fly. %prep %setup -q - %build %configure --enable-geoip make %{?_smp_mflags} - %install make install DESTDIR=%{buildroot} - %files -%doc COPYING README AUTHORS TODO NEWS ChangeLog +%doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* - - %changelog +* Wed Nov 20 2013 Christopher Meng - 0.6.1-1 +- Update to 0.6.1 + * Sat Aug 03 2013 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 206aa74..8b1af56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bffaccccd23ad6d907dcdaa5d310171 goaccess-0.6.tar.gz +9cb656572e3c7e17679c697407b1dd33 goaccess-0.6.1.tar.gz