From 70636f182adf200328ea8a9aa7846d868e7ca09f Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Mon, 25 Dec 2023 05:57:52 -0700 Subject: [PATCH] Advance to cppad-20230000.3 --- cppad.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cppad.spec b/cppad.spec index 94b6f17..817500d 100644 --- a/cppad.spec +++ b/cppad.spec @@ -29,7 +29,7 @@ # https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/ Name: cppad Version: 20230000.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ Algorithmic Differentiation (AD), %{name}-devel and %{name}-doc # License: EPL-2.0 OR GPL-2.0-or-later @@ -274,7 +274,7 @@ make %{?_smp_mflags} check # This enables one to check that the necessary files are installed. # ---------------------------------------------------------------------------- %changelog -* Mon Dec 25 2023 Brad Bell - 20230000.0-2 +* Mon Dec 25 2023 Brad Bell - 20230000.0-3 - migrated to SPDX license - move %%doc directive before subpackages (becasue it is in main package)