diff --git a/.gitignore b/.gitignore index 4eb114f..be4b0a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /npth-0.91.tar.bz2 /npth-1.0.tar.bz2 /npth-1.1.tar.bz2 +/npth-1.2.tar.bz2 diff --git a/npth-0.91.tar.bz2.sig b/npth-0.91.tar.bz2.sig deleted file mode 100644 index 8c78f61..0000000 Binary files a/npth-0.91.tar.bz2.sig and /dev/null differ diff --git a/npth.spec b/npth.spec index 8d622a3..2ea1b30 100644 --- a/npth.spec +++ b/npth.spec @@ -1,5 +1,5 @@ Name: npth -Version: 1.1 +Version: 1.2 Release: 1%{?dist} Summary: The New GNU Portable Threads library # software uses dual licensing (or both in parallel) @@ -12,9 +12,9 @@ Source2: npth-config.1 %description nPth is a non-preemptive threads implementation using an API very similar -to the one known from GNU Pth. It has been designed as a replacement of -GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is -based on the system's standard threads implementation. Thus nPth allows +to the one known from GNU Pth. It has been designed as a replacement of +GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is +based on the system's standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth. %package devel @@ -48,7 +48,7 @@ make check %postun -p /sbin/ldconfig %files -%doc COPYING COPYING.LESSER +%license COPYING COPYING.LESSER %{_libdir}/*.so.* %files devel @@ -60,6 +60,9 @@ make check %{_datadir}/aclocal/* %changelog +* Thu Apr 16 2015 Christopher Meng - 1.2-1 +- Update to 1.2 + * Sat Nov 15 2014 Christopher Meng - 1.1-1 - Update to 1.1 diff --git a/sources b/sources index c1250db..68de844 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aaffc8ef3e955ab50a1905809f268a23 npth-1.1.tar.bz2 +226bac7374b9466c6ec26b1c34dab844 npth-1.2.tar.bz2