Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libpipeline-devel-1.5.7-1.3 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libpipeline-devel Distribution: openSUSE:Factory:zSystems
Version: 1.5.7 Vendor: openSUSE
Release: 1.3 Build date: Sun Mar 19 22:26:11 2023
Group: Development/Libraries/C and C++ Build host: s390zl23
Size: 101898 Source RPM: libpipeline-1.5.7-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.nongnu.org/libpipeline/
Summary: A pipeline manipulation library
libpipeline is a C library for setting up and running pipelines of
processes, without needing to involve shell command-line parsing which
is often error-prone and insecure. This alleviates programmers of the
need to laboriously construct pipelines using lower-level primitives
such as fork(2) and execve(2).

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Thu Nov 17 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.5.7:
    * Add notes to libpipeline(3) of when functions were added.
    * Transferred Git repository to https://gitlab.com/libpipeline/libpipeline.
    * Make `socketpair` tests used by `./configure --enable-socketpair-pipe`
      compatible with C23.
* Thu Apr 28 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.5.6:
    * Fix handling of leading whitespace in `pipecmd_new_argstr` and
    `pipecmd_argstr`.
* Tue Jan 11 2022 Dr. Werner Fink <werner@suse.de>
  - Update to 1.5.5:
    * Move release process to GitLab CI.
  - Back to download from savannah.nongnu.org for a fully bootstrapped
    tar ball without the need of autoconfig and gl
    Compare https://gitlab.com/cjwatson/libpipeline/-/releases
    and     https://gitlab.com/cjwatson/libpipeline/-/packages/4425007
* Fri Dec 17 2021 Dr. Werner Fink <werner@suse.de>
  - Use autoconf
* Mon Dec 06 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.5.4:
    * Building libpipeline now requires Autoconf >= 2.64.
    * Developmed moved to Gitlab
* Sun Sep 13 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 2018 Dr. Werner Fink <werner@suse.de>
  - Update to version 1.5.0
    * Add `pipecmd_pre_exec' to install a pre-exec handler for a single command.
    * Fix EOF detection in get_line.
* Mon Nov 09 2015 p.drouand@gmail.com
  - Update to version 1.4.1
    * Fix test failure with Check 0.10.0.
* Sun Jul 12 2015 mpluskal@suse.com
  - Add gpg signature
  - Cleanup spec file with spec-cleaner
  - Add missing dependency on pkg-config
* Thu Feb 12 2015 p.drouand@gmail.com
  - Update to version 1.4.0
    * Various portability fixes for Solaris. This includes a
      PIPELINE_QUIET environment variable which suppresses the error
      message normally emitted when a subprocess is terminated by a signal.
    * Add `pipecmd_fchdir', which is analogous to `pipecmd_chdir' but
      takes an open file descriptor rather than a path.

Files

/usr/include/pipeline.h
/usr/lib64/libpipeline.so
/usr/lib64/pkgconfig/libpipeline.pc
/usr/share/doc/packages/libpipeline-devel
/usr/share/doc/packages/libpipeline-devel/ChangeLog
/usr/share/doc/packages/libpipeline-devel/README.md
/usr/share/licenses/libpipeline-devel
/usr/share/licenses/libpipeline-devel/COPYING
/usr/share/man/man3/libpipeline.3.gz
/usr/share/man/man3/pipecmd_arg.3.gz
/usr/share/man/man3/pipecmd_argf.3.gz
/usr/share/man/man3/pipecmd_args.3.gz
/usr/share/man/man3/pipecmd_argstr.3.gz
/usr/share/man/man3/pipecmd_argv.3.gz
/usr/share/man/man3/pipecmd_chdir.3.gz
/usr/share/man/man3/pipecmd_clearenv.3.gz
/usr/share/man/man3/pipecmd_discard_err.3.gz
/usr/share/man/man3/pipecmd_dump.3.gz
/usr/share/man/man3/pipecmd_dup.3.gz
/usr/share/man/man3/pipecmd_exec.3.gz
/usr/share/man/man3/pipecmd_fchdir.3.gz
/usr/share/man/man3/pipecmd_free.3.gz
/usr/share/man/man3/pipecmd_get_nargs.3.gz
/usr/share/man/man3/pipecmd_new.3.gz
/usr/share/man/man3/pipecmd_new_args.3.gz
/usr/share/man/man3/pipecmd_new_argstr.3.gz
/usr/share/man/man3/pipecmd_new_argv.3.gz
/usr/share/man/man3/pipecmd_new_function.3.gz
/usr/share/man/man3/pipecmd_new_passthrough.3.gz
/usr/share/man/man3/pipecmd_new_sequence.3.gz
/usr/share/man/man3/pipecmd_new_sequencev.3.gz
/usr/share/man/man3/pipecmd_nice.3.gz
/usr/share/man/man3/pipecmd_pre_exec.3.gz
/usr/share/man/man3/pipecmd_sequence_command.3.gz
/usr/share/man/man3/pipecmd_setenv.3.gz
/usr/share/man/man3/pipecmd_tostring.3.gz
/usr/share/man/man3/pipecmd_unsetenv.3.gz
/usr/share/man/man3/pipeline_command.3.gz
/usr/share/man/man3/pipeline_command_args.3.gz
/usr/share/man/man3/pipeline_command_argstr.3.gz
/usr/share/man/man3/pipeline_command_argv.3.gz
/usr/share/man/man3/pipeline_commands.3.gz
/usr/share/man/man3/pipeline_commandv.3.gz
/usr/share/man/man3/pipeline_connect.3.gz
/usr/share/man/man3/pipeline_dump.3.gz
/usr/share/man/man3/pipeline_free.3.gz
/usr/share/man/man3/pipeline_get_command.3.gz
/usr/share/man/man3/pipeline_get_infile.3.gz
/usr/share/man/man3/pipeline_get_ncommands.3.gz
/usr/share/man/man3/pipeline_get_outfile.3.gz
/usr/share/man/man3/pipeline_get_pid.3.gz
/usr/share/man/man3/pipeline_ignore_signals.3.gz
/usr/share/man/man3/pipeline_install_post_fork.3.gz
/usr/share/man/man3/pipeline_join.3.gz
/usr/share/man/man3/pipeline_new.3.gz
/usr/share/man/man3/pipeline_new_command_args.3.gz
/usr/share/man/man3/pipeline_new_command_argv.3.gz
/usr/share/man/man3/pipeline_new_commands.3.gz
/usr/share/man/man3/pipeline_new_commandv.3.gz
/usr/share/man/man3/pipeline_peek.3.gz
/usr/share/man/man3/pipeline_peek_size.3.gz
/usr/share/man/man3/pipeline_peek_skip.3.gz
/usr/share/man/man3/pipeline_peekline.3.gz
/usr/share/man/man3/pipeline_pump.3.gz
/usr/share/man/man3/pipeline_read.3.gz
/usr/share/man/man3/pipeline_readline.3.gz
/usr/share/man/man3/pipeline_run.3.gz
/usr/share/man/man3/pipeline_set_command.3.gz
/usr/share/man/man3/pipeline_start.3.gz
/usr/share/man/man3/pipeline_tostring.3.gz
/usr/share/man/man3/pipeline_wait.3.gz
/usr/share/man/man3/pipeline_wait_all.3.gz
/usr/share/man/man3/pipeline_want_in.3.gz
/usr/share/man/man3/pipeline_want_infile.3.gz
/usr/share/man/man3/pipeline_want_out.3.gz
/usr/share/man/man3/pipeline_want_outfile.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024