Accepting request 504981 from home:alois:branches:utilities

OBS-URL: https://build.opensuse.org/request/show/504981
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=7
This commit is contained in:
Luigi Baldoni 2017-06-20 07:00:25 +00:00 committed by Git OBS Bridge
parent cb63d18d37
commit 0f8668c76f
4 changed files with 11 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e773d2aee08d9d864d1bfa21bbfe94d4abbe1fce51dea68979ac55936b22c6b4
size 5020871

3
miller-5.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0160e5fbbff7c3606037b616b5e30a714d16bb160a950d51fde112fca9d6a763
size 5020833

View File

@ -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 Tue Jun 13 08:06:28 UTC 2017 - aloisio@gmx.com

View File

@ -17,7 +17,7 @@
Name: miller Name: miller
Version: 5.2.0 Version: 5.2.1
Release: 0 Release: 0
Summary: Name-indexed data processing tool Summary: Name-indexed data processing tool
License: BSD-2-Clause License: BSD-2-Clause
@ -38,14 +38,9 @@ well with pipes and can feed "tail -f".
%prep %prep
%setup -q %setup -q
%if 0%{?suse_version} >= 1320
%ifarch %ix86 %ifarch %ix86
sed -e 's/-pg//' -i c/Makefile.am sed -e 's/-pg//' -i c/Makefile.am
%endif %endif
%endif
%ifnarch %ix86 x86_64
sed -e '/AM_CFLAGS/s/$/\ -fwrapv/' -i c/parsing/Makefile.am
%endif
%build %build
autoreconf -fiv autoreconf -fiv