Hello community,

here is the log from the commit of package goaccess for openSUSE:Factory 
checked in at 2020-05-19 14:46:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goaccess (Old)
 and      /work/SRC/openSUSE:Factory/.goaccess.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goaccess"

Tue May 19 14:46:16 2020 rev:5 rq:806766 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/goaccess/goaccess.changes        2020-03-09 
18:34:20.430025222 +0100
+++ /work/SRC/openSUSE:Factory/.goaccess.new.2738/goaccess.changes      
2020-05-19 14:46:18.643791700 +0200
@@ -1,0 +2,72 @@
+Mon May 18 06:15:55 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.4:
+  * Added a caching storage mechanism to improve parsing raw data and data
+    rendering.
+  * Added a mechanism to avoid counting duplicate data when restoring persisted
+    data from disk.
+  * Added additional option to the HTML report to set a maximum number of items
+    per page to 3.
+  * Added a list of podcast-related user agents under '%sysconfdir%'.
+  * Added 'Android 10' to the list of Android codenames.
+  * Added a 'widescreen' layout to the HTML report (e.g., 4K TV/KPI Dashboard).
+  * Added 'Beaker', 'Brave', and 'Firefox Focus' to the list of browsers
+  * Added command line option --user-name=username to avoid running GoAccess as
+    root when outputting a real-time report.
+  * Added 'DuckDuckGo' and 'MSNBot' browsers to the browsers.list.
+  * Added 'facebookexternalhit' to the default crawler list.
+  * Added German translation (DE).
+  * Added Kubernetes Nginx Ingress Log Format to the default config file.
+  * Added 'macOS Catalina' to the list of OSX codenames.
+  * Added minor CSS updates to HTML report.
+  * Added missing header '<sys/socket.h>' to fix FreeBSD build
+  * Added new 'Edg' token to the list of browsers.
+  * Added '--no-ip-validation' command line to disable client IP validation
+  * Added '--persist' and '--restore' options to persist to disk and restore a
+    dump from disk.
+  * Added Portuguese translation (pt-BR)
+  * Added Swedish translation (SV)
+  * Added the ability to parse server cache status and a new panel to display
+    those metrics.
+  * Changed accumulated time to work by default on '--persist' and '--restore'.
+  * Changed back how the hits and visitors percentage is calculated to be more
+    intuitive.
+  * Changed Geo Location panel display default to show only if database file is
+    provided ('LIBMAXMINDDB').
+  * Changed initial processing time from secs to HH:MM:SS in HTML output.
+  * Changed '--max-items' for the static HTML report to allow no limit on
+    output entries.
+  * Changed required 'gettext' version to 0.19
+  * Changed to ignore 'SIGPIPE' with 'SIG_IGN'
+  * Changed version to 10.15 for 'macOS Catalina'.
+  * Ensure proper escaping on default AWSELB log format.
+  * Ensure valid requests counter is not affected on duplicate entries when
+    restoring data.
+  * Fixed issue preventing Ctrl-C (SIGINT) for the curses interface to stop the
+    program.
+  * Fixed issue where HTML report wouldn't update the tables when changing per
+    page option.
+  * Fixed issue where it wouldn't find either the user's or global config file.
+  * Fixed issue where changing the number of items per page in the HTML report
+    would not automatically refresh the tables.
+  * Fixed issue where last updated label was not updated in real-time.
+  * Fixed issue where overall date range wasn't showing the right start/end 
parse
+    dates.
+  * Fixed issue where tailing a file could potentially re-parse part of the 
log.
+  * Fixed memory leak when fetching country/continent while using 
'LIBMAXMINDDB'.
+  * Fixed several '-Wcast-qual' warnings.
+  * Fixed unwanted added characters to the HTML output.
+  * Fixed websocket issue returning a 400 due to request header size.
+  * Increased 'MAX_LINE_CONF' so a JSON string can be properly parsed from the
+    config file.
+  * Removed deprecated option '--geoip-city-data' from config file.
+  * Removed unnecessary dependency from snapcraft.yaml.
+  * Removed Vagrantfile per #1410
+  * Removed some old browsers from the default curated list.
+  * Replaced TokyoCabinet storage for a non-dependency in-memory persistent
+    storage.
+  * Updated Dockerfile.
+- Remove bin2c.patch: upstreamed
+- Build without --enable-geoip flag
+
+-------------------------------------------------------------------

Old:
----
  bin2c.patch
  goaccess-1.3.tar.gz

New:
----
  goaccess-1.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ goaccess.spec ++++++
--- /var/tmp/diff_new_pack.1AwfFs/_old  2020-05-19 14:46:19.459793444 +0200
+++ /var/tmp/diff_new_pack.1AwfFs/_new  2020-05-19 14:46:19.463793452 +0200
@@ -19,14 +19,13 @@
 
 
 Name:           goaccess
-Version:        1.3
+Version:        1.4
 Release:        0
 Summary:        Apache Web Log Analyzer
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Web/Utilities
 URL:            https://goaccess.io/
 Source:         http://tar.goaccess.io/goaccess-%{version}.tar.gz
-Patch0:         bin2c.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc
@@ -43,14 +42,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
-    --enable-geoip \
     --enable-utf8
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -65,5 +62,6 @@
 %dir %{_sysconfdir}/goaccess/
 %config %{_sysconfdir}/goaccess/browsers.list
 %config %{_sysconfdir}/goaccess/goaccess.conf
+%{_sysconfdir}/goaccess/podcast.list
 
 %changelog

++++++ goaccess-1.3.tar.gz -> goaccess-1.4.tar.gz ++++++
++++ 43870 lines of diff (skipped)


Reply via email to