Ignore:
Timestamp:
Sep 11, 2018, 6:04:51 PM (7 years ago)
Author:
dmik
Message:

spec: libc: Release version 0.6.6-38.

File:
1 edited

Legend:

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

    r1415 r1487  
    77Group:          System/Libraries
    88Version:        0.6.6
    9 Release:        37%{?dist}
     9Release:        38%{?dist}
    1010Url:            http://svn.netlabs.org/libc
    1111
    1212Source:         libc-%{version}.zip
    1313Source1:        libc-emxomf-20150207.zip
    14 # This contains binary build of LIBC with patches from tickets #361-366
    15 Source2:        libc-hotfix-20180119.zip
     14# This contains binary build of LIBC with patches from tickets #361-36 (see Patch1xx below)
     15Source2:        libc-hotfix-20180605.zip
    1616# This contains binary build of emxomfld with patches from ticket #376
    1717Source3:        libc-emxomfld-20170411.zip
     
    2323# http://trac.netlabs.org/libc/ticket/366 (header only)
    2424Patch2:         libc-dmik-fork_completion_callback-header.diff
     25# https://github.com/bitwiseworks/libc/commit/ac12fd8873a2016779f9f08c04bf0498b91bc9ee
     26Patch3:         libc-dmik-LONG_LONG_SUPPORTED.diff
    2527
    2628# These patches are not actually applied but they record what
     
    3032Patch102:       libc-yuri-emxomf-verbose-warnings-3.patch
    3133Patch103:       libc-dmik-fork_completion_callback.diff
     34#Patch104:       https://github.com/bitwiseworks/libc/commit/bdb42421f945cee32a272b9e33233e0093e9eb5f
    3235
    3336BuildRequires:  rexx_exe
     
    9194%patch1
    9295%patch2
     96%patch3
    9397
    9498#replace paths.h wrong macros
     
    195199
    196200%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
    197205* Mon May 21 2018 Dmitriy Kuminov <coding@dmik.org> 0.6.6-37
    198206- Make libc-devel not provide libXXX.dll (it's provided by libc).
Note: See TracChangeset for help on using the changeset viewer.