Accepting request 882003 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/882003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libite?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 28 13:37:43 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.4.0
|
||||
Changes
|
||||
* Add support for touchf(), formatted string support for touch()
|
||||
* Add support for erasef(), formatted string support for erase()
|
||||
* Add support for strtrim(), trims leading and trailing
|
||||
white-space from a string
|
||||
Fixes
|
||||
* Fix systemf() improper handling of system() return value. Now
|
||||
checks if exited OK, then returning the exit status of the
|
||||
command, or if not exited OK, then checks if the command was
|
||||
signaled, and returns -1 with errno set. This also allows for
|
||||
returning 127, like system(), if the shell, or the program
|
||||
itself, did not exist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 14:18:13 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@
|
||||
|
||||
%define sover 5
|
||||
Name: libite
|
||||
Version: 2.3.1
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: BSD function library
|
||||
License: MIT AND X11
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6a01bcfae45db066c771db03996882110dca2222444ee13160bf29bfb206da7
|
||||
size 67720
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fe375f1350c487337502c7fb6e8a67ff0fb275d7b3934e196fe250ac0a7ad72
|
||||
size 68981
|
||||
Reference in New Issue
Block a user