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-06-02 16:02:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glpk (Old)
 and      /work/SRC/openSUSE:Factory/.glpk.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glpk"

Tue Jun  2 16:02:44 2026 rev:29 rq:1356434 version:5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/glpk/glpk.changes        2026-04-04 
19:07:24.405098829 +0200
+++ /work/SRC/openSUSE:Factory/.glpk.new.1937/glpk.changes      2026-06-02 
16:04:16.118803662 +0200
@@ -1,0 +2,11 @@
+Mon Jun  1 18:27:19 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Spec cleanup:
+  * Add the explicit gcc and make BuildRequires
+  * Convert libiodbc-devel and libmariadb-devel to their
+    pkgconfig() form
+  * List the installed header explicitly instead of globbing
+    %{_includedir}
+  * Drop obsolete Group tags and redundant V=1 from %make_build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glpk.spec ++++++
--- /var/tmp/diff_new_pack.mA87ce/_old  2026-06-02 16:04:16.878835180 +0200
+++ /var/tmp/diff_new_pack.mA87ce/_new  2026-06-02 16:04:16.878835180 +0200
@@ -23,18 +23,19 @@
 Release:        0
 Summary:        GNU Linear Programming Kit
 License:        GPL-3.0-only
-Group:          Productivity/Scientific/Math
 URL:            https://www.gnu.org/software/glpk/glpk.html
 Source0:        https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz
 Source1:        https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig
 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:  gcc
 BuildRequires:  gmp-devel
-BuildRequires:  libiodbc-devel
-BuildRequires:  libmariadb-devel
 BuildRequires:  libtool
+BuildRequires:  make
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libiodbc)
+BuildRequires:  pkgconfig(libmariadb)
 
 %description
 The GLPK package is intended for solving large-scale linear
@@ -44,7 +45,6 @@
 
 %package        devel
 Summary:        GNU Linear Programming Kit
-Group:          Development/Libraries/C and C++
 Requires:       %{lname} = %{version}
 
 %description    devel
@@ -55,7 +55,6 @@
 
 %package     -n %{lname}
 Summary:        GNU Linear Programming Kit
-Group:          System/Libraries
 
 %description -n %{lname}
 The GLPK package is intended for solving large-scale linear
@@ -65,7 +64,6 @@
 
 %package doc
 Summary:        GNU Linear Programming Kit
-Group:          Documentation/Other
 BuildArch:      noarch
 
 %description doc
@@ -86,12 +84,12 @@
   --enable-mysql \
   --disable-static
 %if %{do_profiling}
-  %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
+  %make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
   %make_build check CFLAGS="%{optflags} %{cflags_profile_generate}"
   %make_build clean
-  %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
+  %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else
-  %make_build V=1
+  %make_build
 %endif
 
 %install
@@ -126,7 +124,7 @@
 %{_libdir}/libglpk.so.%{sover}*
 
 %files devel
-%{_includedir}/*
+%{_includedir}/glpk.h
 %{_libdir}/libglpk.so
 %{_libdir}/pkgconfig/%{name}.pc
 

Reply via email to