From 18f531f2be8b92a073ba85b6b6e09fd2310d9d8ad5b9be5f269452c103a63a3d Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 19 Mar 2014 09:05:57 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=7 --- libpipeline-1.2.2.tar.gz | 3 --- libpipeline-1.2.6.tar.gz | 3 +++ libpipeline.changes | 15 +++++++++++++++ libpipeline.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 libpipeline-1.2.2.tar.gz create mode 100644 libpipeline-1.2.6.tar.gz diff --git a/libpipeline-1.2.2.tar.gz b/libpipeline-1.2.2.tar.gz deleted file mode 100644 index d48be70..0000000 --- a/libpipeline-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b0e6be44479051196f80baeefeefa5fbdac428a7149b3858998769f461ba198 -size 750489 diff --git a/libpipeline-1.2.6.tar.gz b/libpipeline-1.2.6.tar.gz new file mode 100644 index 0000000..ece81f6 --- /dev/null +++ b/libpipeline-1.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c521e6cb2336923bf1cf88d32d7cdf7834051dabf4343f4a7510852e38b5a72 +size 779363 diff --git a/libpipeline.changes b/libpipeline.changes index 4ef2f3a..4c76af3 100644 --- a/libpipeline.changes +++ b/libpipeline.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 19 09:02:03 UTC 2014 - werner@suse.de + +- 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). + ------------------------------------------------------------------- Fri Jun 21 01:16:46 UTC 2013 - crrodriguez@opensuse.org diff --git a/libpipeline.spec b/libpipeline.spec index 54f8b05..d7e354b 100644 --- a/libpipeline.spec +++ b/libpipeline.spec @@ -1,7 +1,7 @@ # # spec file for package libpipeline # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libpipeline %define lname libpipeline1 -Version: 1.2.2 +Version: 1.2.6 Release: 0 Summary: A pipeline manipulation library License: GPL-3.0+