diff --git a/miller-5.2.2.tar.gz b/miller-5.2.2.tar.gz deleted file mode 100644 index fec510f..0000000 --- a/miller-5.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ca501367e60281eef6d21f62e994e46511f17d2c86b93c060fe7b55f97469b5 -size 5024653 diff --git a/miller-5.3.0-gcc43.patch b/miller-5.3.0-gcc43.patch new file mode 100644 index 0000000..6a5cc9b --- /dev/null +++ b/miller-5.3.0-gcc43.patch @@ -0,0 +1,12 @@ +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 + #include "lib/context.h" + #include "containers/slls.h" + #include "containers/sllv.h" diff --git a/miller-5.3.0.tar.gz b/miller-5.3.0.tar.gz new file mode 100644 index 0000000..e063564 --- /dev/null +++ b/miller-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df576c0ea6e9c7a6fc1bde747078c3374d7b3407f86a1a1a678f0d88859daba7 +size 4939901 diff --git a/miller.changes b/miller.changes index 7cc7330..8201046 100644 --- a/miller.changes +++ b/miller.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 7 07:56:34 UTC 2018 - aloisio@gmx.com + +- Update to version 5.3.0 (see draft-release-notes.md for a + changelog) +- Added miller-5.3.0-gcc43.patch + ------------------------------------------------------------------- Thu Aug 24 15:18:41 UTC 2017 - aloisio@gmx.com diff --git a/miller.spec b/miller.spec index 7e32628..da37a5c 100644 --- a/miller.spec +++ b/miller.spec @@ -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 @@ well with pipes and can feed "tail -f". %ifarch %ix86 sed -e 's/-pg//' -i c/Makefile.am %endif +%patch0 -p1 %build autoreconf -fiv @@ -53,7 +56,7 @@ make %{?_smp_mflags} %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}