Accepting request 834162 from home:dirkmueller:branches:Base:System
- update to 1.5.3: * Fix implementation-defined behaviour while handling read/write errors. * Port tests to the modern Check API. * `pipecmd_exec' now calls `_exit' rather than `exit', to avoid bugs such as * functions registered using `atexit' being called multiple times. * Document that standard FDs must be open before calling `pipeline_start'. * Building libpipeline now requires Autoconf >= 2.63 and Automake >= 1.11.2. * Various portability improvements, via Gnulib. OBS-URL: https://build.opensuse.org/request/show/834162 OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=17
This commit is contained in:
parent
dedec4895d
commit
3c8cf169a1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d72e12e4f2afff67fd7b9df0a24d7ba42b5a7c9211ac5b3dcccc5cd8b286f2b
|
||||
size 828765
|
Binary file not shown.
3
libpipeline-1.5.3.tar.gz
Normal file
3
libpipeline-1.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0
|
||||
size 994663
|
16
libpipeline-1.5.3.tar.gz.asc
Normal file
16
libpipeline-1.5.3.tar.gz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAl81FlEACgkQOTWH2X2G
|
||||
UAuPGQ//eQrwzMwYlmo3DI1XdUbvuCUTN0c8a8GD1yVjUfbSLhjOevv4rKIbNhPc
|
||||
5prTcM2n1bzxr3x6lhZ0c7TscS5FbVotKlGvlCzef8RH+BNlf4dd/SZBOxW54ubT
|
||||
3ob3oRbwRTdENBUv1X7rjLYdTYLXEqwWuNdcmu44keVoSc7qKZwtrZi4yN+qX3Ob
|
||||
44HIGxUgVxbYVigPv/MfjeucyhA0T63/pCtiY/FbWsB/kKTFR4xEl/PYXE5X+N8D
|
||||
xpsWkWSPFWc12jyWzcG5UcMOQJEVlJglcG8tG/3ldcTxvLj9BFxd4i0RVfkdEKN2
|
||||
NtAe0/5AKn3HT9ynTLAVghzi/Bs5y6qZy6LWlQG/vISH14RrRNy36uXzLrr5ujep
|
||||
c4cd9JLDmoOnnmSaS0ak9gq4f1SRA44FefsZcCueHEg/OlWmKXdXhi4Q2c7RSP+6
|
||||
3HaCggOpHkUPj9vmzfXvppPq2FoKJUYQTWPXfZL3AdAjyj/Fwt13X1ysBG5tVrML
|
||||
5LUYGeq9ToFI3twfJYxSeZQzGvP7gPDMFxMEzJUVJ6wCc0BsgjutfXXWbASVBnUw
|
||||
424kwLL3pVK3lT9XG4vy2G5i5R8c0D7Hbc0iDI8w810seCDKhul5quaim4SxbDZF
|
||||
cKo3I/FthkYTXFO34llD6FHjK3TH4YUxvRKNGcFD+YKHcSeQMfY=
|
||||
=7s2T
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 13 19:33:25 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.3:
|
||||
* Fix implementation-defined behaviour while handling read/write errors.
|
||||
* Port tests to the modern Check API.
|
||||
* `pipecmd_exec' now calls `_exit' rather than `exit', to avoid bugs such as
|
||||
* functions registered using `atexit' being called multiple times.
|
||||
* Document that standard FDs must be open before calling `pipeline_start'.
|
||||
* Building libpipeline now requires Autoconf >= 2.63 and Automake >= 1.11.2.
|
||||
* Various portability improvements, via Gnulib.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 14:12:20 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libpipeline
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,20 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define lname libpipeline1
|
||||
Name: libpipeline
|
||||
Version: 1.5.0
|
||||
Version: 1.5.3
|
||||
Release: 0
|
||||
Summary: A pipeline manipulation library
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
Url: http://www.nongnu.org/libpipeline/
|
||||
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
|
||||
URL: https://www.nongnu.org/libpipeline/
|
||||
Source0: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.asc
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: pkg-config
|
||||
|
||||
@ -88,7 +88,8 @@ rm -vf %{buildroot}%{_libdir}/libpipeline.la
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,0755)
|
||||
%doc ChangeLog README COPYING
|
||||
%license COPYING
|
||||
%doc ChangeLog README
|
||||
%{_libdir}/libpipeline.so
|
||||
%{_libdir}/pkgconfig/libpipeline.pc
|
||||
%{_includedir}/pipeline.h
|
||||
|
Loading…
Reference in New Issue
Block a user