diff --git a/miller-5.2.0.tar.gz b/miller-5.2.0.tar.gz deleted file mode 100644 index a301617..0000000 --- a/miller-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e773d2aee08d9d864d1bfa21bbfe94d4abbe1fce51dea68979ac55936b22c6b4 -size 5020871 diff --git a/miller-5.2.1.tar.gz b/miller-5.2.1.tar.gz new file mode 100644 index 0000000..fc55906 --- /dev/null +++ b/miller-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0160e5fbbff7c3606037b616b5e30a714d16bb160a950d51fde112fca9d6a763 +size 5020833 diff --git a/miller.changes b/miller.changes index f5a6e7d..b5b76d1 100644 --- a/miller.changes +++ b/miller.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 20 06:34:53 UTC 2017 - aloisio@gmx.com + +- Update to version 5.2.1 + * Fixes (gh#johnkerl/miller#142) build segfault on non-x86 + architectures + ------------------------------------------------------------------- Tue Jun 13 08:06:28 UTC 2017 - aloisio@gmx.com diff --git a/miller.spec b/miller.spec index 1d34e82..365b101 100644 --- a/miller.spec +++ b/miller.spec @@ -17,7 +17,7 @@ Name: miller -Version: 5.2.0 +Version: 5.2.1 Release: 0 Summary: Name-indexed data processing tool License: BSD-2-Clause @@ -38,14 +38,9 @@ well with pipes and can feed "tail -f". %prep %setup -q -%if 0%{?suse_version} >= 1320 %ifarch %ix86 sed -e 's/-pg//' -i c/Makefile.am %endif -%endif -%ifnarch %ix86 x86_64 -sed -e '/AM_CFLAGS/s/$/\ -fwrapv/' -i c/parsing/Makefile.am -%endif %build autoreconf -fiv