Hello community, here is the log from the commit of package miller for openSUSE:Factory checked in at 2018-01-09 14:53:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/miller (Old) and /work/SRC/openSUSE:Factory/.miller.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "miller" Tue Jan 9 14:53:08 2018 rev:4 rq:562288 version:5.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/miller/miller.changes 2017-08-28 15:16:11.552926636 +0200 +++ /work/SRC/openSUSE:Factory/.miller.new/miller.changes 2018-01-09 14:53:11.851790007 +0100 @@ -1,0 +2,7 @@ +Sun Jan 7 07:56:34 UTC 2018 - [email protected] + +- Update to version 5.3.0 (see draft-release-notes.md for a + changelog) +- Added miller-5.3.0-gcc43.patch + +------------------------------------------------------------------- Old: ---- miller-5.2.2.tar.gz New: ---- miller-5.3.0-gcc43.patch miller-5.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ miller.spec ++++++ --- /var/tmp/diff_new_pack.XbYoR1/_old 2018-01-09 14:53:12.615754193 +0100 +++ /var/tmp/diff_new_pack.XbYoR1/_new 2018-01-09 14:53:12.619754005 +0100 @@ -1,7 +1,7 @@ # # spec file for package miller # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,14 +17,16 @@ Name: miller -Version: 5.2.2 +Version: 5.3.0 Release: 0 Summary: Name-indexed data processing tool # c/lib/netbsd_strptime.c is BSD-4-Clause License: BSD-2-Clause and BSD-4-Clause Group: Productivity/File utilities Url: http://johnkerl.org/miller/doc -Source0: https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/johnkerl/miller/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM miller-5.3.0-gcc43.patch +Patch0: miller-5.3.0-gcc43.patch BuildRequires: automake BuildRequires: flex >= 2.5.35 BuildRequires: libtool @@ -42,6 +44,7 @@ %ifarch %ix86 sed -e 's/-pg//' -i c/Makefile.am %endif +%patch0 -p1 %build autoreconf -fiv @@ -53,7 +56,7 @@ %files %defattr(-,root,root) -%doc LICENSE.txt README.md +%doc LICENSE.txt README.md c/draft-release-notes.md %{_bindir}/mlr %{_mandir}/man1/mlr.1%{ext_man} ++++++ miller-5.3.0-gcc43.patch ++++++ Index: miller-5.3.0/c/cli/mlrcli.h =================================================================== --- miller-5.3.0.orig/c/cli/mlrcli.h +++ miller-5.3.0/c/cli/mlrcli.h @@ -5,6 +5,7 @@ #ifndef MLRCLI_H #define MLRCLI_H +#include <unistd.h> #include "lib/context.h" #include "containers/slls.h" #include "containers/sllv.h" ++++++ miller-5.2.2.tar.gz -> miller-5.3.0.tar.gz ++++++ ++++ 77036 lines of diff (skipped)
