Update to 1.3

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2016-11-22 16:34:01 +01:00
parent 2957622f9a
commit 08d0f26984
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/npth-1.0.tar.bz2
/npth-1.1.tar.bz2
/npth-1.2.tar.bz2
/npth-1.3.tar.bz2

View File

@ -1,6 +1,6 @@
Name: npth
Version: 1.2
Release: 3%{?dist}
Version: 1.3
Release: 1%{?dist}
Summary: The New GNU Portable Threads library
# software uses dual licensing (or both in parallel)
License: LGPLv3+ or GPLv2+ or (LGPLv3+ and GPLv2+)
@ -44,22 +44,24 @@ find %{buildroot} -name '*.la' -delete -print
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING COPYING.LESSER
%{_libdir}/*.so.*
%{_libdir}/lib%{name}.so.*
%files devel
%doc AUTHORS ChangeLog NEWS README
%{_bindir}/*
%{_libdir}/*.so
%{_includedir}/*.h
%{_mandir}/*/*
%{_datadir}/aclocal/*
%{_bindir}/%{name}-config
%{_libdir}/lib%{name}.so
%{_includedir}/%{name}.h
%{_mandir}/man1/%{name}-config.1*
%{_datadir}/aclocal/%{name}.m4
%changelog
* Tue Nov 22 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.3-1
- Update to 1.3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
226bac7374b9466c6ec26b1c34dab844 npth-1.2.tar.bz2
efe1524c53670b5755dc27893d2d68a0 npth-1.3.tar.bz2