Changeset 939


Ignore:
Timestamp:
Jan 27, 2017, 6:21:42 PM (9 years ago)
Author:
Silvan Scherrer
Message:

spec: coreutils: Release version 8.26-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/coreutils.spec

    r919 r939  
    11#define svn_url     e:/trees/coreutils/trunk
    22%define svn_url     http://svn.netlabs.org/repos/ports/coreutils/trunk
    3 %define svn_rev     1862
     3%define svn_rev     1954
    44
    55Summary: A set of basic GNU tools commonly used in shell scripts
    66Name:    coreutils
    7 Version: 8.25
    8 Release: 4%{?dist}
     7Version: 8.26
     8Release: 1%{?dist}
    99License: GPLv3+
    1010Group:   System Environment/Base
     
    8585export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
    8686export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    87 export LIBS="-lintl"
     87export LIBS="-lintl -lcx"
    8888%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
    8989# we do autoreconf even fedora doesn't do it
     
    240240
    241241%changelog
     242* Fri Jan 27 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> - 8.26-1
     243- update coreutils to version 8.26
     244- set stdout to binary in base64
     245
    242246* Mon Dec 05 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 8.25-4
    243247- fix a rm break with deep directories
Note: See TracChangeset for help on using the changeset viewer.