Changeset 1229 for spec/trunk/SPECS
- Timestamp:
 - Aug 29, 2017, 5:54:37 PM (8 years ago)
 - Location:
 - spec/trunk/SPECS
 - Files:
 - 
      
- 2 added
 - 1 edited
 
- 
          
  libc.spec (modified) (5 diffs)
 - 
          
  libc/libc-dmik-fork_completion_callback-header.diff (added)
 - 
          
  libc/libc-dmik-fork_completion_callback.diff (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
spec/trunk/SPECS/libc.spec
r1191 r1229 7 7 Group: System/Libraries 8 8 Version: 0.6.6 9 Release: 3 4%{?dist}9 Release: 35%{?dist} 10 10 Url: http://svn.netlabs.org/libc 11 11 12 12 Source: libc-%{version}.zip 13 Source1: libc-emxomf .zip14 # This contains binary build of LIBC with patches from tickets #361-36 515 Source2: libc-hotfix .zip13 Source1: libc-emxomf-20150207.zip 14 # This contains binary build of LIBC with patches from tickets #361-366 15 Source2: libc-hotfix-20170822.zip 16 16 # This contains binary build of emxomfld with patches from ticket #376 17 Source3: libc-emxomfld .zip17 Source3: libc-emxomfld-20170411.zip 18 18 19 19 Patch0: libc.patch … … 21 21 # http://trac.netlabs.org/libc/ticket/377 22 22 Patch1: libc-dmik-no-bsd.diff 23 # http://trac.netlabs.org/libc/ticket/366 (header only) 24 Patch2: libc-dmik-fork_completion_callback-header.diff 23 25 24 26 # These patches are not actually applied but they record what … … 27 29 Patch101: libc-dmik-emxomf-02-remove-asterisk.diff 28 30 Patch102: libc-yuri-emxomf-verbose-warnings-3.patch 31 Patch103: libc-dmik-fork_completion_callback.diff 29 32 30 33 BuildRequires: rexx_exe … … 87 90 %patch0 88 91 %patch1 92 %patch2 89 93 90 94 #replace paths.h wrong macros … … 190 194 191 195 %changelog 196 * Tue Aug 29 2017 Dmitriy Kuminov <coding@dmik.org> 0.6.6-35 197 - Apply patch from ticket #366 to allow using LIBC in fork() callbacks. 198 192 199 * Sat Jun 10 2017 Dmitriy Kuminov <coding@dmik.org> 0.6.6-34 193 200 - Remove BSD defines from sys/param.h and types.h to avoid mistreating OS/2  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  