SHA256
1
0
forked from pool/glpk

- updated to 4.48:

* This is a maintainer release.
  * Some minor changes in API (glpk.h) were made. For details
    please see ChangeLog.
  * Some bugs/typos were fixed. Thanks to
    Raniere Gaia Costa da Silva,
    Heinrich Schuchardt <xypron.glpk@gmx.de>, and
    Robbie Morrison <robbie@actrix.co.nz> for reports.

OBS-URL: https://build.opensuse.org/package/show/science/glpk?expand=0&rev=14
This commit is contained in:
Petr Gajdos 2013-03-27 07:31:13 +00:00 committed by Git OBS Bridge
parent 8c553f5236
commit bf039df625
4 changed files with 24 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ceb4e056c53a6bfb6798e3ac9ba0661222370c795a36ff86e16d85c28edc95d
size 2830085

3
glpk-4.48.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ccc7b5061e1665430cd305fbaa6383964b2aeadd4f8cffbe0103ff640e7ed6d
size 3251856

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 27 07:28:51 UTC 2013 - pgajdos@suse.com
- updated to 4.48:
* This is a maintainer release.
* Some minor changes in API (glpk.h) were made. For details
please see ChangeLog.
* Some bugs/typos were fixed. Thanks to
Raniere Gaia Costa da Silva,
Heinrich Schuchardt <xypron.glpk@gmx.de>, and
Robbie Morrison <robbie@actrix.co.nz> for reports.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 6 10:21:05 UTC 2012 - jengelh@inai.de Thu Dec 6 10:21:05 UTC 2012 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package glpk # spec file for package glpk
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,9 @@
Name: glpk Name: glpk
Version: 4.47 Version: 4.48
Release: 0 Release: 0
%define libmaj 33
Summary: GNU Linear Programming Kit Summary: GNU Linear Programming Kit
License: GPL-3.0 License: GPL-3.0
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -40,7 +41,7 @@ callable library.
%package devel %package devel
Summary: GNU Linear Programming Kit Summary: GNU Linear Programming Kit
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libglpk0 = %{version} Requires: libglpk%{libmaj} = %{version}
%description devel %description devel
The GLPK package is intended for solving large-scale linear The GLPK package is intended for solving large-scale linear
@ -50,11 +51,11 @@ callable library.
%package -n libglpk0 %package -n libglpk%{libmaj}
Summary: GNU Linear Programming Kit Summary: GNU Linear Programming Kit
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
%description -n libglpk0 %description -n libglpk%{libmaj}
The GLPK package is intended for solving large-scale linear The GLPK package is intended for solving large-scale linear
programming, mixed integer programming, and other related problems. It programming, mixed integer programming, and other related problems. It
is a set of routines written in ANSI C and organized in the form of a is a set of routines written in ANSI C and organized in the form of a
@ -95,9 +96,9 @@ dvipdf doc/gmpl.dvi doc/gmpl.pdf
cp doc/{*.txt,*.pdf} $RPM_BUILD_ROOT%{_docdir}/%{name}/doc cp doc/{*.txt,*.pdf} $RPM_BUILD_ROOT%{_docdir}/%{name}/doc
cp {AUTHORS,ChangeLog,COPYING,NEWS,README} $RPM_BUILD_ROOT%{_docdir}/%{name} cp {AUTHORS,ChangeLog,COPYING,NEWS,README} $RPM_BUILD_ROOT%{_docdir}/%{name}
%post -n libglpk0 -p /sbin/ldconfig %post -n libglpk%{libmaj} -p /sbin/ldconfig
%postun -n libglpk0 -p /sbin/ldconfig %postun -n libglpk%{libmaj} -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -109,7 +110,7 @@ cp {AUTHORS,ChangeLog,COPYING,NEWS,README} $RPM_BUILD_ROOT%{_docdir}/%{name}
%{_docdir}/%{name}/README %{_docdir}/%{name}/README
%{_bindir}/glpsol %{_bindir}/glpsol
%files -n libglpk0 %files -n libglpk%{libmaj}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/*.so.*