Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glpk for openSUSE:Factory checked in 
at 2021-03-08 15:16:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glpk (Old)
 and      /work/SRC/openSUSE:Factory/.glpk.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glpk"

Mon Mar  8 15:16:20 2021 rev:25 rq:865662 version:5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/glpk/glpk.changes        2020-02-04 
19:54:01.165344912 +0100
+++ /work/SRC/openSUSE:Factory/.glpk.new.2378/glpk.changes      2021-03-08 
15:18:18.125984599 +0100
@@ -1,0 +2,18 @@
+Thu Jan 21 18:31:45 UTC 2021 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 5.0
+  * The copyright was transferred to the Free Software Foundation.
+  * To fix some licensing problems the routines in the following
+    files were disabled by replacing with dummy ones that print an
+    error message:
+    + src/api/gridgen.c
+    + src/api/netgen.c
+    + src/api/rmfgen.c
+    + src/misc/qmd.c
+    + src/misc/relax4.c
+    + Note that this change does not affect the main functionality
+      of the package.
+  * Some minor bugs were fixed.
+- Added pkgconfig file
+
+-------------------------------------------------------------------

Old:
----
  glpk-4.65.tar.gz
  glpk-4.65.tar.gz.sig

New:
----
  glpk-5.0.tar.gz
  glpk-5.0.tar.gz.sig

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

Other differences:
------------------
++++++ glpk.spec ++++++
--- /var/tmp/diff_new_pack.Qkl0xs/_old  2021-03-08 15:18:19.925985917 +0100
+++ /var/tmp/diff_new_pack.Qkl0xs/_new  2021-03-08 15:18:19.925985917 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glpk
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define sover   40
 %define lname   libglpk%{sover}
 Name:           glpk
-Version:        4.65
+Version:        5.0
 Release:        0
 Summary:        GNU Linear Programming Kit
 License:        GPL-3.0-only
@@ -34,6 +34,7 @@
 BuildRequires:  libiodbc-devel
 BuildRequires:  libmariadb-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  texlive
 
 %description
@@ -66,9 +67,7 @@
 %package doc
 Summary:        GNU Linear Programming Kit
 Group:          Documentation/Other
-%if 0%{?suse_version} >= 1120 || 0%{?fedora_version}
 BuildArch:      noarch
-%endif
 
 %description doc
 The GLPK package is intended for solving large-scale linear
@@ -101,6 +100,21 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
+# creates support file for pkg-config
+mkdir -p %{buildroot}/%{_libdir}/pkgconfig
+tee %{buildroot}/%{_libdir}/pkgconfig/%{name}.pc << "EOF"
+prefix=%{_prefix}
+exec_prefix=${prefix}
+libdir=${exec_prefix}/%{_lib}
+includedir=${prefix}/include
+
+Name: %{name}
+Description: GNU Linear Programming Kit
+Version: %{version}
+Libs: -lglpk
+Cflags: -I${includedir}
+EOF
+
 %check
 make %{?_smp_mflags} check
 
@@ -117,6 +131,7 @@
 %files devel
 %{_includedir}/*
 %{_libdir}/libglpk.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %files doc
 %doc ChangeLog NEWS README

++++++ glpk-4.65.tar.gz -> glpk-5.0.tar.gz ++++++
++++ 15846 lines of diff (skipped)

++++++ glpk.keyring ++++++
--- /var/tmp/diff_new_pack.Qkl0xs/_old  2021-03-08 15:18:20.325986209 +0100
+++ /var/tmp/diff_new_pack.Qkl0xs/_new  2021-03-08 15:18:20.329986212 +0100
@@ -1,3 +1,4 @@
+GPG keys of Andrew Makhorin <mao>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1.2.2 (MingW32)
 

Reply via email to