File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Summary: An exact, linear programming solver
22Name: qsopt_ex
3- Version: 2.5.10_p1
3+ Version: 2.5.10.2
44Release: 1%{dist }
55License: GPLv3+
66Group: Applications/Engineering
@@ -17,8 +17,7 @@ Exact linear programming solver. This is a fork of QSopt_ex by Daniel
1717Espinoza et al. version 2.5.10. The goal of this fork is to update the
1818software, and in particular the build system, to be more friendly. In
1919addition the external dependencies have been reduced by removing the
20- dependency on EGlib and GNU awk. The dependencies may be further reduced
21- later.
20+ dependency on EGlib, GNU awk and Exuberant Ctags.
2221
2322This is the base library.
2423
@@ -51,13 +50,16 @@ rm -f %{buildroot}%{_libdir}/libqsopt_ex.la
5150%defattr(-,root,root,-)
5251%doc README.md NEWS.md License.txt
5352%{_bindir }/esolver
54- %{_libdir }/libqsopt_ex.so.0
55- %{_libdir }/libqsopt_ex.so.0.1.1
53+ %{_libdir }/libqsopt_ex.so.2
54+ %{_libdir }/libqsopt_ex.so.2.0.2
5655
5756%files -n %{name }-devel
5857%{_libdir }/libqsopt_ex.so
5958%{_includedir }/qsopt_ex/
6059
6160%changelog
61+ * Tue Dec 16 2014 Jon Lund Steffensen <jonlst@gmail.com> -
62+ - Update for release 2.5.10.2
63+
6264* Sat Nov 29 2014 Jon Lund Steffensen <jonlst@gmail.com> -
6365- Initial build.
You can’t perform that action at this time.
0 commit comments