Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glpk for openSUSE:Factory checked in at 2026-04-04 19:05:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glpk (Old) and /work/SRC/openSUSE:Factory/.glpk.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glpk" Sat Apr 4 19:05:55 2026 rev:28 rq:1344383 version:5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glpk/glpk.changes 2026-01-07 16:03:18.723855487 +0100 +++ /work/SRC/openSUSE:Factory/.glpk.new.21863/glpk.changes 2026-04-04 19:07:24.405098829 +0200 @@ -1,0 +2,8 @@ +Tue Mar 31 22:19:32 UTC 2026 - Stefan BrĂ¼ns <[email protected]> + +- Fix pkgconfig file to contain valid paths/variables, broken + previously due to unescaped special characters. +- Remove unused texlive and ghostscript build dependencies + (documentation is prebuilt). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glpk.spec ++++++ --- /var/tmp/diff_new_pack.E5ISOy/_old 2026-04-04 19:07:25.037124742 +0200 +++ /var/tmp/diff_new_pack.E5ISOy/_new 2026-04-04 19:07:25.037124742 +0200 @@ -30,13 +30,11 @@ Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring Patch0: glpk-no_random_return.patch Patch1: bool.patch -BuildRequires: ghostscript BuildRequires: gmp-devel BuildRequires: libiodbc-devel BuildRequires: libmariadb-devel BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: texlive %description The GLPK package is intended for solving large-scale linear @@ -102,17 +100,17 @@ # creates support file for pkg-config mkdir -p %{buildroot}/%{_libdir}/pkgconfig -cat >%{buildroot}/%{_libdir}/pkgconfig/%{name}.pc <<-EOF +tee %{buildroot}/%{_libdir}/pkgconfig/%{name}.pc <<EOF prefix=%{_prefix} -exec_prefix=${prefix} -libdir=${exec_prefix}/%{_lib} -includedir=${prefix}/include +exec_prefix=\${prefix} +libdir=\${exec_prefix}/%{_lib} +includedir=\${prefix}/include Name: %{name} Description: GNU Linear Programming Kit Version: %{version} Libs: -lglpk -Cflags: -I${includedir} +Cflags: -I\${includedir} EOF %check
