From ec13d157b370ea6a55b18183d705be474f798ab7d2ef143bdb6a9cf3c8513987 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 16 Jul 2018 10:16:47 +0000 Subject: [PATCH 1/2] Accepting request 623102 from home:kbabioch:branches:devel:libraries:c_c++ - Update to 1.6: * Fix library requirements for HPUX. OBS-URL: https://build.opensuse.org/request/show/623102 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/npth?expand=0&rev=24 --- npth-1.5.tar.bz2 | 3 --- npth-1.5.tar.bz2.sig | Bin 310 -> 0 bytes npth-1.6.tar.bz2 | 3 +++ npth-1.6.tar.bz2.sig | Bin 0 -> 310 bytes npth.changes | 6 ++++++ npth.spec | 4 ++-- 6 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 npth-1.5.tar.bz2 delete mode 100644 npth-1.5.tar.bz2.sig create mode 100644 npth-1.6.tar.bz2 create mode 100644 npth-1.6.tar.bz2.sig diff --git a/npth-1.5.tar.bz2 b/npth-1.5.tar.bz2 deleted file mode 100644 index 5579859..0000000 --- a/npth-1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2 -size 299308 diff --git a/npth-1.5.tar.bz2.sig b/npth-1.5.tar.bz2.sig deleted file mode 100644 index c8f8ceac70096f2ae18caa8a4538a8d83eed84686f492705315f08be11e16787..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$DL7P5=rC5G0#9 z(oZGhwkNg-0E0?o_JRs-KdpLId|j7nw`A6``8VZ>JbA8X|4E)Y_yHHrY zo*Z9j_j=GF)Y$oGHtrnNwlQYI<_7i5u-8|AB>Do3A7u596!oh;hi4^c4UD~@`(kI_ zeu(fF<%c?$0Q0d*ulLa^ah#&dDu%`8%y||&ucmz_E*a?WN3hoDD{I;mc(WkF0cMA; zI@n55UA@s`t~2+~)wwc}FJaK*p14<=&hy$b*1-B#YjfDbX%3oLS+sg!W)}Y3f=0FDy!~qp}(<7jt IZf+yso{qqj2LJ#7 diff --git a/npth-1.6.tar.bz2 b/npth-1.6.tar.bz2 new file mode 100644 index 0000000..39e9c82 --- /dev/null +++ b/npth-1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 +size 300486 diff --git a/npth-1.6.tar.bz2.sig b/npth-1.6.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..c9ca97c1af995d313013c1fa58dc84bf90e1206b4a775c7db1197c04b9ad07d8 GIT binary patch literal 310 zcmV-60m=S}0W$;u0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$WT=GXM$+5G0#9 z(oZGhwp`K&{T=6$X8s=zG3L6)Wt}_9L`xs%s_6h@+m{-b#K`q&IXh^VO4jP4%99z>KHx<|_{(HZL+UuMOp*fl(oHo)Dg+t*o{Y`vIf~Zb zd0(>4SL8iFuc(t&t@wa!WBeUF&oo)~C4Po Date: Mon, 16 Jul 2018 10:19:53 +0000 Subject: [PATCH 2/2] What was once new is now just normal OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/npth?expand=0&rev=25 --- npth.spec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/npth.spec b/npth.spec index d3e3a57..ec4ee86 100644 --- a/npth.spec +++ b/npth.spec @@ -20,7 +20,7 @@ Name: npth Version: 1.6 Release: 0 -Summary: New GNU Portable Threads library +Summary: GNU Portable Threads library License: LGPL-2.0-or-later Group: Development/Libraries/C and C++ Url: http://gnupg.org/ @@ -34,18 +34,18 @@ Source99: %name.changes BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -nPth is a non-preemptive threads implementation using an API very -similar to the one known from GNU Pth. In contrast to Pth, nPth is +nPth is a non-preemptive threads implementation using an API +similar to the one in GNU Pth. In contrast to Pth, nPth is based on the system's standard threads implementation. Thus, nPth allows the use of libraries which are not compatible to GNU Pth. %package -n %lname -Summary: New GNU Portable Threads library +Summary: GNU Portable Threads library Group: System/Libraries %description -n %lname -nPth is a non-preemptive threads implementation using an API very -similar to the one known from GNU Pth. In contrast to Pth, nPth is +nPth is a non-preemptive threads implementation using an API +similar to the one in GNU Pth. In contrast to Pth, nPth is based on the system's standard threads implementation. Thus, nPth allows the use of libraries which are not compatible to GNU Pth. @@ -55,16 +55,16 @@ Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel -nPth is a non-preemptive threads implementation using an API very -similar to the one known from GNU Pth. In contrast to Pth, nPth is -based on the system's standard threads implementation. Thus, nPth -allows the use of libraries which are not compatible to GNU Pth. +nPth is a non-preemptive threads implementation using an API +similar to the one in GNU Pth. + +This subpackage contains the headers for npth. %prep %setup -q %build -date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %SOURCE99) +date=$(date -u "+%%Y-%%m-%%dT%%H:%%M+0000" -r %SOURCE99) %configure \ --enable-build-timestamp="$date" make %{?_smp_mflags} @@ -93,6 +93,6 @@ make %{?_smp_mflags} check %_bindir/npth-config %_includedir/npth.h %_libdir/libnpth.so -%_datadir/aclocal +%_datadir/aclocal/ %changelog