From 79cdfa649a44de0a17a857087c54617aaaff77f6 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sun, 11 Jan 2026 19:12:37 -0700 Subject: [PATCH 1/2] Reflow the description text - Be more precise with globbing in %files --- DSDP.spec | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/DSDP.spec b/DSDP.spec index f12671e..877bb41 100644 --- a/DSDP.spec +++ b/DSDP.spec @@ -32,21 +32,20 @@ BuildRequires: make BuildRequires: pkgconfig(flexiblas) %description -DSDP is a free open source implementation of an interior-point method -for semidefinite programming. It provides primal and dual solutions, -exploits low-rank structure and sparsity in the data, and has relatively -low memory requirements for an interior-point method. It allows -feasible and infeasible starting points and provides approximate -certificates of infeasibility when no feasible solution exists. The -dual-scaling algorithm implemented in this package has a convergence -proof and worst-case polynomial complexity under mild assumptions on the -data. The software can be used as a set of subroutines, through Matlab, -or by reading and writing to data files. Furthermore, the solver offers -scalable parallel performance for large problems and a well documented -interface. Some of the most popular applications of semidefinite -programming and linear matrix inequalities (LMI) are model control, -truss topology design, and semidefinite relaxations of combinatorial and -global optimization problems. +DSDP is a free open source implementation of an interior-point method for +semidefinite programming. It provides primal and dual solutions, exploits +low-rank structure and sparsity in the data, and has relatively low memory +requirements for an interior-point method. It allows feasible and infeasible +starting points and provides approximate certificates of infeasibility when no +feasible solution exists. The dual-scaling algorithm implemented in this +package has a convergence proof and worst-case polynomial complexity under +mild assumptions on the data. The software can be used as a set of +subroutines, through Matlab, or by reading and writing to data files. +Furthermore, the solver offers scalable parallel performance for large +problems and a well documented interface. Some of the most popular +applications of semidefinite programming and linear matrix inequalities (LMI) +are model control, truss topology design, and semidefinite relaxations of +combinatorial and global optimization problems. %package devel # The content is DSDP. The remaining licenses cover the various fonts embedded @@ -115,7 +114,7 @@ done %files %doc docs/DSDP5-Exe-UserGuide.pdf docs/DSDP5-P1289-0905.pdf %license dsdp-license -%{_libdir}/libdsdp.so.5* +%{_libdir}/libdsdp.so.5{,.*} %files devel %doc docs/DSDP5-API-UserGuide.pdf docs/dox From 0b3f2f762ce9f4607681dc1d9401c9df0d218cab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 02:31:20 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- DSDP.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DSDP.spec b/DSDP.spec index 877bb41..12452b4 100644 --- a/DSDP.spec +++ b/DSDP.spec @@ -1,6 +1,6 @@ Name: DSDP Version: 5.8 -Release: 39%{?dist} +Release: 40%{?dist} Summary: Software for semidefinite programming # The content is DSDP. The remaining licenses cover the various fonts embedded @@ -127,6 +127,9 @@ done %{_mandir}/man1/dsdp* %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 5.8-40 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 5.8-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild