32 Commits

Author SHA256 Message Date
406b91c309 Accepting request 1208863 from Base:System
- Update to 1.5.8 (27 August 2024):
  * Upgrade to Gnulib `stable-202407`.  Building libpipeline now requires
    Automake >= 1.14.
  * Use C23-style `nullptr`.

OBS-URL: https://build.opensuse.org/request/show/1208863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=16
2024-10-20 08:08:55 +00:00
11a3cf3e7a Update to libpipeline 1.5.8
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=30
2024-10-18 11:47:01 +00:00
76e0920eb4 Accepting request 1036562 from Base:System
- 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. (forwarded request 1036482 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1036562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=15
2022-11-19 17:08:41 +00:00
319ad050fb Accepting request 1036482 from home:dirkmueller:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/1036482
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=28
2022-11-18 07:06:25 +00:00
b66d647fe8 Accepting request 974422 from Base:System
- update to 1.5.6:
  * Fix handling of leading whitespace in `pipecmd_new_argstr` and
   `pipecmd_argstr`. (forwarded request 973755 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/974422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=14
2022-05-04 13:17:36 +00:00
02fcc9c42b Accepting request 973755 from home:dirkmueller:Factory
- update to 1.5.6:
  * Fix handling of leading whitespace in `pipecmd_new_argstr` and
   `pipecmd_argstr`.

OBS-URL: https://build.opensuse.org/request/show/973755
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=26
2022-05-02 13:13:04 +00:00
f0c623921c Accepting request 945521 from Base:System
- 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

- Use autoconf 

- update to 1.5.4:
  * Building libpipeline now requires Autoconf >= 2.64.
  * Developmed moved to Gitlab

OBS-URL: https://build.opensuse.org/request/show/945521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=13
2022-01-12 23:22:03 +00:00
b8f21e7e75 Add keyring file as source to spec
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=25
2022-01-11 08:10:53 +00:00
3b5223df76 Update to libpipeline 1.5.5
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=24
2022-01-11 08:10:03 +00:00
a6c483406f automake 2nd
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=23
2021-12-17 16:08:51 +00:00
947b93cdbb automake
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=22
2021-12-17 16:02:53 +00:00
a323ac4726 auotconf
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=21
2021-12-17 16:01:08 +00:00
58535efd7e .
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=20
2021-12-17 15:56:56 +00:00
8d7bdd3ea1 Accepting request 935933 from home:dirkmueller:Factory
- update to 1.5.4:
  * Building libpipeline now requires Autoconf >= 2.64.
  * Developmed moved to Gitlab

OBS-URL: https://build.opensuse.org/request/show/935933
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=19
2021-12-17 14:33:19 +00:00
7be99857f3 Accepting request 835205 from 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. (forwarded request 834162 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/835205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=12
2020-09-21 15:03:54 +00:00
5d444fb504 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
2020-09-17 13:28:16 +00:00
c16a0e1589 Accepting request 652003 from Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/652003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=11
2018-11-28 10:11:16 +00:00
3a1cae23ce Update to libpipeline-1.5.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=15
2018-11-23 14:13:40 +00:00
2961d74fab Accepting request 343444 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/343444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=10
2015-11-15 11:45:28 +00:00
d238c8d407 Accepting request 343261 from home:posophe:branches:Base:System
update

OBS-URL: https://build.opensuse.org/request/show/343261
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=13
2015-11-10 13:12:20 +00:00
Stephan Kulow
b6061dfec6 Accepting request 317075 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/317075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=9
2015-07-20 09:20:10 +00:00
7f1fe17ba1 Accepting request 316296 from home:pluskalm:branches:Base:System
- Add gpg signature
- Cleanup spec file with spec-cleaner
- Add missing dependency on pkg-config

OBS-URL: https://build.opensuse.org/request/show/316296
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=11
2015-07-16 09:53:52 +00:00
a68fb20059 Accepting request 286522 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/286522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=8
2015-02-20 11:42:53 +00:00
ebbbf9c765 Accepting request 285840 from home:posophe:branches:Base:System
Update

OBS-URL: https://build.opensuse.org/request/show/285840
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=9
2015-02-17 16:07:09 +00:00
Tomáš Chvátal
30aca9af71 Accepting request 226684 from Base:System
- Update to libpipeline 1.2.6 (18 December 2013)
  * Fix test_pump_tee to wait for its child processes before testing
    their output, since otherwise not all their output might be flushed.
  * pipeline_want_infile and pipeline_want_outfile now take copies of
    their file name arguments.
  * Restore compatibility with Automake 1.10.
  * Build with large file support on systems where it is available.
  * Provide a replacement clearenv function in order to support
    non-glibc systems.  Now tested on FreeBSD.
  * Don't read uninitialised memory when testing for the end of long
    lines (over 4096 bytes).

OBS-URL: https://build.opensuse.org/request/show/226684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=6
2014-03-23 21:34:57 +00:00
431a9eeb87 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=7
2014-03-19 09:05:57 +00:00
Stephan Kulow
3cbb8d5d86 Accepting request 180617 from Base:System
- Use LFS_CFLAGS properly for 32 bit archs. (forwarded request 180373 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/180617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=4
2013-06-24 07:33:01 +00:00
fc659eb037 Accepting request 180373 from home:elvigia:branches:Base:System
- Use LFS_CFLAGS properly for 32 bit archs.

OBS-URL: https://build.opensuse.org/request/show/180373
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=5
2013-06-22 21:48:09 +00:00
Stephan Kulow
2e5df88a84 Accepting request 170869 from Base:System
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 164131 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/170869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=3
2013-04-17 05:16:26 +00:00
0efe6bfa23 Accepting request 164131 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/164131
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=3
2013-04-15 14:51:11 +00:00
Stephan Kulow
e473c9317b Accepting request 137027 from Base:System
This pacakge is requires for the package updat eof man

OBS-URL: https://build.opensuse.org/request/show/137027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpipeline?expand=0&rev=1
2012-10-07 17:51:55 +00:00
840d655e15 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=1
2012-10-01 14:07:28 +00:00