diff --git a/.gitignore b/.gitignore index b40063f..4eb114f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /npth-0.91.tar.bz2 /npth-1.0.tar.bz2 +/npth-1.1.tar.bz2 diff --git a/npth.spec b/npth.spec index 632bd35..8d622a3 100644 --- a/npth.spec +++ b/npth.spec @@ -1,5 +1,5 @@ Name: npth -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: The New GNU Portable Threads library # software uses dual licensing (or both in parallel) @@ -60,6 +60,9 @@ make check %{_datadir}/aclocal/* %changelog +* Sat Nov 15 2014 Christopher Meng - 1.1-1 +- Update to 1.1 + * Sat Sep 20 2014 Christopher Meng - 1.0-1 - Update to 1.0 diff --git a/sources b/sources index ebb8fc8..c1250db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36869bf10378ea08c155cd5c3580a1dd npth-1.0.tar.bz2 +aaffc8ef3e955ab50a1905809f268a23 npth-1.1.tar.bz2