Hello community,

here is the log from the commit of package vnstat for openSUSE:Factory checked 
in at 2016-03-09 15:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vnstat (Old)
 and      /work/SRC/openSUSE:Factory/.vnstat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vnstat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vnstat/vnstat.changes    2016-02-11 
12:37:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vnstat.new/vnstat.changes       2016-03-09 
16:48:44.000000000 +0100
@@ -1,0 +2,20 @@
+Sat Mar  5 13:34:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.15:
+  * Fix: XML output had extra commas, broken since previous version.
+  * Fix: unintended shared pointer modification in mosecs()
+    sometimes resulted in wrong month name to be shown for the
+    current month.
+  * Fix possible buffer overflow in /proc/net/dev parsing, requires
+    corrupted content in /proc/net/dev or use of address sanitiser.
+  * Use ANSI escape codes in -l and -tr modes for cursor location
+    manipulation instead of printing backspaces, hide cursor while
+    output is active.
+  * Improve database import robustness.
+  * Improve support for Asian UTF-8 date strings.
+  * Replace hand written Makefiles with autotools.
+  * Add --alwaysadd parameter to daemon for allowing automatic
+    addition of interfaces even if the database directory was
+    populated during startup.
+
+-------------------------------------------------------------------

Old:
----
  vnstat-1.14.tar.gz

New:
----
  vnstat-1.15.tar.gz

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

Other differences:
------------------
++++++ vnstat.spec ++++++
--- /var/tmp/diff_new_pack.MLksz5/_old  2016-03-09 16:48:45.000000000 +0100
+++ /var/tmp/diff_new_pack.MLksz5/_new  2016-03-09 16:48:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vnstat
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %bcond_with systemd
 %endif
 Name:           vnstat
-Version:        1.14
+Version:        1.15
 Release:        0
 Summary:        Network Traffic Monitor
 License:        GPL-2.0
@@ -33,6 +33,8 @@
 Source2:        vnstat-cgi.conf
 Source3:        vnstat-create-db.sh
 Source4:        vnstat.init
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gd-devel
 BuildRequires:  glibc-devel
 Requires:       %{_bindir}/killall
@@ -70,13 +72,13 @@
 
 %prep
 %setup -q
-# Remove -s from install calls to avoid stripping.
-sed -i 's/\(\binstall\b.*\)-s/\1/g' Makefile
 # Add user and group to the systemd service.
 sed -i 's/\(\[Service\]\)/\1\nUser=vnstat\nGroup=vnstat/' 
examples/systemd/vnstat.service
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}" all
+autoreconf -fi
+%configure
+make %{?_smp_mflags}
 
 %install
 %make_install

++++++ vnstat-1.14.tar.gz -> vnstat-1.15.tar.gz ++++++
++++ 14935 lines of diff (skipped)


Reply via email to