Changeset 939
- Timestamp:
- Jan 27, 2017, 6:21:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/coreutils.spec
r919 r939 1 1 #define svn_url e:/trees/coreutils/trunk 2 2 %define svn_url http://svn.netlabs.org/repos/ports/coreutils/trunk 3 %define svn_rev 1 8623 %define svn_rev 1954 4 4 5 5 Summary: A set of basic GNU tools commonly used in shell scripts 6 6 Name: coreutils 7 Version: 8.2 58 Release: 4%{?dist}7 Version: 8.26 8 Release: 1%{?dist} 9 9 License: GPLv3+ 10 10 Group: System Environment/Base … … 85 85 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" 86 86 export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 87 export LIBS="-lintl "87 export LIBS="-lintl -lcx" 88 88 %{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1} 89 89 # we do autoreconf even fedora doesn't do it … … 240 240 241 241 %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 242 246 * Mon Dec 05 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 8.25-4 243 247 - fix a rm break with deep directories
Note:
See TracChangeset
for help on using the changeset viewer.