Ignore:
Timestamp:
Feb 1, 2016, 4:37:48 PM (10 years ago)
Author:
dmik
Message:

spec: libpoll: Release version 1.5.1-4.

File:
1 edited

Legend:

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

    r646 r651  
    55Name: libpoll-devel
    66Version: 1.5.1
    7 Release: 3%{?dist}
     7Release: 4%{?dist}
    88License: BSD
     9Vendor:  bww bitwise works GmbH
    910URL: http://software.clapper.org/poll/
    1011
     
    2122This package implements the System V poll(2) system call for Unix-like systems
    2223that do not support poll. For instance, the following Unix-like operating
    23 systems do not support poll: poll provides a method for multiplexing input and
    24 output on multiple open file descriptors; in traditional BSD systems, that
    25 capability is provided by select(2). While the semantics of select differ from
    26 those of poll, poll can be readily emulated in terms of select, which is exactly
    27 what this small piece of software does.
     24systems do not support poll:
     25
     26    NetBSD, prior to version 1.3
     27    FreeBSD, prior to version 3.0
     28    OpenBSD, prior to version 2.0
     29    BSD/OS. (See the BSD/OS man pages.)
     30    Apple's Mac OS X (prior to OS X 10.3)
     31    QNX version 6
     32    4.4 BSD Lite 2 (not generally used by production systems)
     33    386BSD (pretty much obsolete these days)
     34    OS/2 (and derivatives)
     35
     36poll provides a method for multiplexing input and output on multiple open file
     37descriptors; in traditional BSD systems, that capability is provided by
     38select(2). While the semantics of select differ from those of poll, poll can
     39be readily emulated in terms of select, which is exactly what this small piece
     40of software does.
    2841
    2942%prep
     
    7992
    8093%changelog
     94* Mon Feb 1 2016 Dmitriy Kuminov <coding@dmik.org> 1.5.1-4
     95- Correct package description.
     96- Add vendor tag.
     97
    8198* Wed Jan 27 2016 Dmitriy Kuminov <coding@dmik.org> 1.5.1-3
    8299- Add poll_s.a (for use with ld, e.g. in non-Zomf mode).
Note: See TracChangeset for help on using the changeset viewer.