Changeset 1557


Ignore:
Timestamp:
Jan 15, 2019, 11:08:59 PM (7 years ago)
Author:
dmik
Message:

spec: libc: Release version 0.6.6-40.

File:
1 edited

Legend:

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

    r1548 r1557  
    77Group:          System/Libraries
    88Version:        0.6.6
    9 Release:        39%{?dist}
     9Release:        40%{?dist}
    1010Url:            http://svn.netlabs.org/libc
    1111
     
    148148rm -f %{buildroot}%{_libdir}/libopcodes.*
    149149
     150#remove (old) libiberty headers/libs
     151rm -f %{buildroot}%{_includedir}/libiberty.h
     152rm -f %{buildroot}%{_includedir}/demangle.h
     153rm -f %{buildroot}%{_includedir}/dyn-string.h
     154rm -f %{buildroot}%{_includedir}/fibheap.h
     155rm -f %{buildroot}%{_includedir}/floatformat.h
     156rm -f %{buildroot}%{_includedir}/hashtab.h
     157rm -f %{buildroot}%{_includedir}/objalloc.h
     158rm -f %{buildroot}%{_includedir}/partition.h
     159rm -f %{buildroot}%{_includedir}/sort.h
     160rm -f %{buildroot}%{_includedir}/splay-tree.h
     161rm -f %{buildroot}%{_includedir}/ternary.h
     162rm -f %{buildroot}%{_libdir}/libiberty.*
     163
    150164#remove libstdc++/supc++ static libs (built with gcc 3.x)
    151165rm -f %{buildroot}%{_libdir}/libstdc++.*
    152166rm -f %{buildroot}%{_libdir}/libsupc++.*
    153 rm -f %{buildroot}%{_libdir}/libiberty.*
    154167
    155168#remove sys/mman.h (provided by libcx-devel)
     
    206219
    207220%changelog
     221* Tue Jan 15 2019 Dmitriy Kuminov <coding@dmik.org> 0.6.6-40
     222- Remove (old) libiberty headers (provided by binutils-devel now).
     223
    208224* Mon Dec 31 2018 Dmitriy Kuminov <coding@dmik.org> 0.6.6-39
    209225- Make readdir return DT_LNK for symlinks (GH #9).
Note: See TracChangeset for help on using the changeset viewer.