Skip to content

Commit 640666c

Browse files
committed
contrib: Update Fedora RPM spec for new release
1 parent 1eb6179 commit 640666c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

contrib/fedora/qsopt_ex.spec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: An exact, linear programming solver
22
Name: qsopt_ex
3-
Version: 2.5.10_p1
3+
Version: 2.5.10.2
44
Release: 1%{dist}
55
License: GPLv3+
66
Group: Applications/Engineering
@@ -17,8 +17,7 @@ Exact linear programming solver. This is a fork of QSopt_ex by Daniel
1717
Espinoza et al. version 2.5.10. The goal of this fork is to update the
1818
software, and in particular the build system, to be more friendly. In
1919
addition 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

2322
This 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.

0 commit comments

Comments
 (0)