From e9d4c5acf43b583f81edc08a25619781ba886419 Mon Sep 17 00:00:00 2001 From: licihua Date: Sat, 28 Jan 2023 15:41:59 +0800 Subject: [PATCH] modify the pathes location --- npth.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/npth.spec b/npth.spec index f2740c0..2488d53 100644 --- a/npth.spec +++ b/npth.spec @@ -1,11 +1,15 @@ Name: npth Version: 1.6 -Release: 6 +Release: 7 Summary: The New GNU Portable Threads library License: LGPLv2+ URL: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git Source: https://gnupg.org/ftp/gcrypt/npth/%{name}-%{version}.tar.bz2 +Patch6000: backport-0001-w32-Use-cast-by-uintptr_t-for-thread-ID.patch +Patch6001: add-test-cases.patch +Patch6002: backport-0002-posix-Add-npth_poll-npth_ppoll.patch + BuildRequires: make gcc automake %description @@ -19,10 +23,6 @@ stack, signal mask and errno variable. %package devel Summary: Development files for %{name} -Patch6000: backport-0001-w32-Use-cast-by-uintptr_t-for-thread-ID.patch -Patch6001: add-test-cases.patch -Patch6002: backport-0002-posix-Add-npth_poll-npth_ppoll.patch - Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -62,6 +62,9 @@ make check %{_datadir}/aclocal/%{name}.m4 %changelog +* Sat Jan 28 2023 licihua - 1.6-7 +- DESC: modify the patchs location + * Sat Sep 24 2022 yaowenbin1 - 1.6-6 - DESC: fix t-socket test case fail