public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benson Muite <fed500@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/NLopt] f44: Ensure octave package installs bz#2499754
Date: Tue, 14 Jul 2026 14:21:18 GMT	[thread overview]
Message-ID: <178403887837.1.7079796258836501932.rpms-NLopt-9f463632ee29@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/NLopt
Branch : f44
Commit : 9f463632ee296600297575844b60da8db8f81b27
Author : Benson Muite <fed500@fedoraproject.org>
Date   : 2026-07-14T17:21:05+03:00
Stats  : +10/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/NLopt/c/9f463632ee296600297575844b60da8db8f81b27?branch=f44

Log:
Ensure octave package installs bz#2499754

---
diff --git a/NLopt.spec b/NLopt.spec
index 7da4522..22fb96d 100644
--- a/NLopt.spec
+++ b/NLopt.spec
@@ -20,7 +20,7 @@
 Name:              NLopt
 Version:           2.10.0
 %global tag        v%{version}
-Release:           9%{?dist}
+Release:           10%{?dist}
 Summary:           Open-Source library for nonlinear optimization
 
 # Get a lowercase name for virtual provides.
@@ -66,7 +66,7 @@ Patch0:            nlopt-2.9.1-kill_rpath.patch
 # backported to release 2.10.0
 Patch1:            octave-build.patch
 
-BuildRequires:     cmake3
+BuildRequires:     cmake
 BuildRequires:     gcc
 BuildRequires:     gcc-c++
 BuildRequires:     gcc-gfortran
@@ -192,7 +192,7 @@ done
 
 
 %build
-%cmake3                                     \
+%cmake                                      \
   -DNLOPT_CXX=ON                            \
   -DNLOPT_FORTRAN=ON                        \
   -DNLOPT_PYTHON=ON                         \
@@ -206,11 +206,11 @@ done
   -DINSTALL_PYTHON_DIR=%{python3_sitearch}  \
   -DINSTALL_M_DIR=%{octpkgdir}              \
   -DINSTALL_OCT_DIR=%{octpkglibdir}
-%cmake3_build
+%cmake_build
 
 
 %install
-%cmake3_install
+%cmake_install
 
 # We don't want these static-libs and libtool-dumplings
 find %{buildroot} -depth -name '*.*a' -print0 | xargs -0 rm -f
@@ -226,6 +226,7 @@ Name: %{name}
 Version: %{version}
 Date: %(date +%Y-%m-%d)
 Author: Steven G. Johnson <stevenj@alum.mit.edu>
+Maintainer: Steven G. Johnson <stevenj@alum.mit.edu>
 Title: Open-Source library for nonlinear optimization
 Description: NLopt is a library for nonlinear local and global
  optimization, for functions with and without gradient information.
@@ -243,7 +244,7 @@ EOF
 
 
 %check
-%ctest3
+%ctest
 
 
 %ldconfig_scriptlets
@@ -304,6 +305,9 @@ EOF
 %{python3_sitearch}/%{lc_name}-%{relversion}.dist-info/METADATA
 
 %changelog
+* Tue Jul 14 2026 Benson Muite <fed500@fedoraproject.org> - 2.10.0-10
+- Ensure octave package installs bz#2499754
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-07-14 14:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178403887837.1.7079796258836501932.rpms-NLopt-9f463632ee29@fedoraproject.org \
    --to=fed500@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox