Hello community, here is the log from the commit of package glpk for openSUSE:Factory checked in at 2013-04-02 11:44:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glpk (Old) and /work/SRC/openSUSE:Factory/.glpk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glpk", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/glpk/glpk.changes 2012-12-07 14:09:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.glpk.new/glpk.changes 2013-04-02 11:44:50.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Mar 27 07:28:51 UTC 2013 - [email protected] + +- 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 <[email protected]>, and + Robbie Morrison <[email protected]> for reports. + +------------------------------------------------------------------- Old: ---- glpk-4.47.tar.bz2 New: ---- glpk-4.48.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glpk.spec ++++++ --- /var/tmp/diff_new_pack.0fhktb/_old 2013-04-02 11:44:51.000000000 +0200 +++ /var/tmp/diff_new_pack.0fhktb/_new 2013-04-02 11:44:51.000000000 +0200 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ Name: glpk -Version: 4.47 +Version: 4.48 Release: 0 +%define libmaj 33 Summary: GNU Linear Programming Kit License: GPL-3.0 Group: Development/Libraries/C and C++ @@ -40,7 +41,7 @@ %package devel Summary: GNU Linear Programming Kit Group: Development/Libraries/C and C++ -Requires: libglpk0 = %{version} +Requires: libglpk%{libmaj} = %{version} %description devel The GLPK package is intended for solving large-scale linear @@ -50,11 +51,11 @@ -%package -n libglpk0 +%package -n libglpk%{libmaj} Summary: GNU Linear Programming Kit Group: Development/Libraries/C and C++ -%description -n libglpk0 +%description -n libglpk%{libmaj} The GLPK package is intended for solving large-scale linear 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 @@ -95,9 +96,9 @@ cp doc/{*.txt,*.pdf} $RPM_BUILD_ROOT%{_docdir}/%{name}/doc 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 %defattr(-,root,root) @@ -109,7 +110,7 @@ %{_docdir}/%{name}/README %{_bindir}/glpsol -%files -n libglpk0 +%files -n libglpk%{libmaj} %defattr(-,root,root) %{_libdir}/*.so.* ++++++ glpk-4.47.tar.bz2 -> glpk-4.48.tar.bz2 ++++++ ++++ 14061 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
