SHA256
1
0
forked from pool/libpipeline

Update to libpipeline 1.5.5

OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=24
This commit is contained in:
Dr. Werner Fink 2022-01-11 08:10:03 +00:00 committed by Git OBS Bridge
parent 97af01e863
commit 76d0928c7b
6 changed files with 5303 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54d027ed5283d6315e29f60b1690fbb9c7c4044cd3466c39cb01347b04e54dd9
size 78716

3
libpipeline-1.5.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c8367f8b82bb721b50647a647115b6e62a37e3b2e954a9685e4d933f30c00cc
size 956089

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmHTbT4ACgkQOTWH2X2G
UAsr1w//Wn6SEhMwv/6b4K+fMNYdOtDdHRYvicYglUsbtqmsAsilS80fS7gEaBfL
LSEa5z2cb66iiGH/sfGD07L8VyFE6xDFN1NfGqFY89WCx97cW7SrNM67zfoYLqHi
pol5Yo0Yd9xXxScXm/KMC1BxyKh0706DjN2KfV5Edgvs+Gv5cSvrP1fqqnR2YBUi
ucTkPq6vYPrC1buqKaA69EWc9+ONxqiWM9DP0CuDlQoX6lEiAWo2DSYiulxB3uU7
0S0gHQYkQj3Hlzz4ZeJaLBHkr/HhGkTkpbk35+ZbR0t4BQNaB6ShJCTwQNfbenvF
Wiw552h0b4loX1Mv9eCnmPRxQJr6ULmcDoKTMBgPXNZ++5r5KNG18JOBI4uqf/ev
z3I59/iFJ/b/GfkqTaM+XJTm4dECQsWG9RqQOCive87zHWgBktJZYrc9Fj+4Z6vb
MtqZt5ZNwEithz5D6IA3K2TyOBUjBtg81S1TM8WEJYj+Z5AAtwz+T+En433ef8AV
cZSpwhHnsCodcF/HRsIokwflR2C802wIluswsHOHRiICgxhjJS9aBVLumP1Vm1wE
k3XNuH6E63y5x5Q4ph+KYcU1CoyiEHRTQQBxgmCtun9BsnzC7IR+qbFPVivd5Urj
+Kgyu2y9dPpIC8Ie2JddOUTkQzNgBX1IEJB5egX8py1SLK0Mq50=
=ALwj
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 11 08:03:36 UTC 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 16:00:32 UTC 2021 - Dr. Werner Fink <werner@suse.de>

5265
libpipeline.keyring Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package libpipeline
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,15 +18,19 @@
%define lname libpipeline1
Name: libpipeline
Version: 1.5.4
Version: 1.5.5
Release: 0
Summary: A pipeline manipulation library
License: GPL-3.0-or-later
Group: System/Libraries
URL: https://www.nongnu.org/libpipeline/
Source0: https://gitlab.com/cjwatson/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
#
# 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
#
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
BuildRequires: pkgconfig
%description
@ -64,7 +68,6 @@ such as fork(2) and execve(2).
%setup -q
%build
autoreconf -fiv -I $PWD -I $PWD/m4
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
%configure \
--enable-shared \