New upstream release.

Also:
- Update Doxyfile
- Drop upstreamed boost patch
This commit is contained in:
Jerry James 2016-07-20 19:32:33 -06:00
parent 1bd6290b86
commit 0d47ff18fb
5 changed files with 1542 additions and 953 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/permlib-0.2.8.tar.gz
/v0.2.8.tar.gz
/v0.2.9.tar.gz

View File

@ -1,12 +0,0 @@
diff -up permlib-0.2.8/test/CMakeLists.txt\~ permlib-0.2.8/test/CMakeLists.txt
--- permlib-0.2.8/test/CMakeLists.txt~ 2012-09-27 12:56:49.000000000 +0200
+++ permlib-0.2.8/test/CMakeLists.txt 2013-07-30 19:52:41.803357920 +0200
@@ -9,5 +9,5 @@ set(executables test-base test-trans tes
foreach(_exec ${executables})
add_executable (${_exec} "${_exec}.cpp")
add_test(${_exec} ${_exec})
- target_link_libraries(${_exec} boost_unit_test_framework-mt)
+ target_link_libraries(${_exec} boost_unit_test_framework)
endforeach(_exec)
Diff finished. Tue Jul 30 19:52:44 2013

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: permlib
Version: 0.2.8
Release: 15%{?dist}
Version: 0.2.9
Release: 1%{?dist}
Summary: Library for permutation computations
License: BSD
@ -8,19 +8,17 @@ URL: https://github.com/tremlin/PermLib
Source0: https://github.com/tremlin/PermLib/archive/v%{version}.tar.gz
# Doxygen config file written by Jerry James <loganjerry@gmail.com>
Source1: %{name}-Doxyfile
# Remove -mt suffix from boost_unit_testing_framework DSO
Patch0: %{name}-0.2.8-boost_mt.patch
# Fix gcc 6 build failure
Patch1: %{name}-0.2.8-gcc6.patch
Patch0: %{name}-0.2.8-gcc6.patch
BuildArch: noarch
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: dvipng
BuildRequires: doxygen
BuildRequires: doxygen-latex
BuildRequires: gcc-c++
BuildRequires: ghostscript
BuildRequires: gmp-devel
BuildRequires: tex(latex)
%description
PermLib is a callable C++ library for permutation computations.
@ -46,8 +44,7 @@ PermLib.
%prep
%setup -q -n PermLib-%{version}
%patch0 -p1
%patch1
%patch0
sed "s/@VERSION@/%{version}/" %{SOURCE1} > Doxyfile
%build
@ -77,6 +74,11 @@ ctest
%{_includedir}/permlib
%changelog
* Wed Jul 20 2016 Jerry James <loganjerry@gmail.com> - 0.2.9-1
- New upstream release
- Update Doxyfile
- Drop upstreamed boost patch
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
c1b67e2de42ded5914dc2621ce0390c3 v0.2.8.tar.gz
2d8f3c6fcc7c2a34ac1087553644efc7 v0.2.9.tar.gz