Changeset 1487 for spec/trunk/SPECS/libc.spec
- Timestamp:
- Sep 11, 2018, 6:04:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libc.spec
r1415 r1487 7 7 Group: System/Libraries 8 8 Version: 0.6.6 9 Release: 3 7%{?dist}9 Release: 38%{?dist} 10 10 Url: http://svn.netlabs.org/libc 11 11 12 12 Source: libc-%{version}.zip 13 13 Source1: libc-emxomf-20150207.zip 14 # This contains binary build of LIBC with patches from tickets #361-36 615 Source2: libc-hotfix-20180 119.zip14 # This contains binary build of LIBC with patches from tickets #361-36 (see Patch1xx below) 15 Source2: libc-hotfix-20180605.zip 16 16 # This contains binary build of emxomfld with patches from ticket #376 17 17 Source3: libc-emxomfld-20170411.zip … … 23 23 # http://trac.netlabs.org/libc/ticket/366 (header only) 24 24 Patch2: libc-dmik-fork_completion_callback-header.diff 25 # https://github.com/bitwiseworks/libc/commit/ac12fd8873a2016779f9f08c04bf0498b91bc9ee 26 Patch3: libc-dmik-LONG_LONG_SUPPORTED.diff 25 27 26 28 # These patches are not actually applied but they record what … … 30 32 Patch102: libc-yuri-emxomf-verbose-warnings-3.patch 31 33 Patch103: libc-dmik-fork_completion_callback.diff 34 #Patch104: https://github.com/bitwiseworks/libc/commit/bdb42421f945cee32a272b9e33233e0093e9eb5f 32 35 33 36 BuildRequires: rexx_exe … … 91 94 %patch1 92 95 %patch2 96 %patch3 93 97 94 98 #replace paths.h wrong macros … … 195 199 196 200 %changelog 201 * Tue Jun 5 2018 Dmitriy Kuminov <coding@dmik.org> 0.6.6-38 202 - Fix resetting file access mode to O_WRONLY if opened with O_NOINHERIT. GitHub #2. 203 - Define __LONG_LONG_SUPPORTED on modern C++ (C++11 and above). GitHub #6. 204 197 205 * Mon May 21 2018 Dmitriy Kuminov <coding@dmik.org> 0.6.6-37 198 206 - Make libc-devel not provide libXXX.dll (it's provided by libc).
Note:
See TracChangeset
for help on using the changeset viewer.