public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/Macaulay2] rawhide: Version 1.26.06
@ 2026-06-20  3:49 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-20  3:49 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/Macaulay2
            Branch : rawhide
            Commit : f7132c69daa4ee41140ab0250701c28ac79c9b47
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-06-19T21:49:12-06:00
            Stats  : +203/-191 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/Macaulay2/c/f7132c69daa4ee41140ab0250701c28ac79c9b47?branch=rawhide

            Log:
            Version 1.26.06

- Drop unused BuildRequires

---
diff --git a/Macaulay2.spec b/Macaulay2.spec
index de52f8e..3b11683 100644
--- a/Macaulay2.spec
+++ b/Macaulay2.spec
@@ -18,21 +18,21 @@
 # We have to bundle the linbox package.  It has global constructors that cause
 # the same problem as libfplll.
 
-%global emacscommit a95ab17170bf6234b77fa8ccdb2431b7fb9e9dd9
+%global emacscommit ae882ab04da19f62c62462ef9604251a0b30a9f5
 %global emacsurl    https://github.com/Macaulay2/M2-emacs
 %global emacsshort  %{sub %{emacscommit} 1 7}
 %global m2url       https://github.com/Macaulay2/M2
 
+# Whether to create a -common subpackage
+%bcond common 0
+
+# Whether to use the system normaliz package
+%bcond system_normaliz 1
+
 # Address randomization interferes with Macaulay2's memory management scheme,
 # and linking with -z now breaks configure.
 %undefine _hardened_build
 
-## define to create -common subpkg
-#global common 1
-#if 0%%{?fedora}
-# use system normaliz
-%global system_normaliz 1
-#endif
 %global ISSUE %{?fedora:Fedora-%{fedora}}%{?rhel:RedHatEnterprise-%{rhel}}
 %global M2_machine %{_target_cpu}-Linux-%{ISSUE}
 
@@ -45,10 +45,10 @@
 # on, disable LTO universally.
 %define _lto_cflags %{nil}
 
-Summary: System for algebraic geometry and commutative algebra
-Name:    Macaulay2
-Version: 1.26.05
-Release: %autorelease
+Summary:        System for algebraic geometry and commutative algebra
+Name:           Macaulay2
+Version:        1.26.06
+Release:        %autorelease
 
 # GPL-2.0-only OR GPL-3.0-only:
 #   - the project as a whole
@@ -81,6 +81,7 @@ Release: %autorelease
 #   - Macaulay2/packages/InvariantRing*
 #   - Macaulay2/packages/K3Surfaces.m2
 #   - Macaulay2/packages/KustinMiller.m2
+#   - Macaulay2/packages/LanguageServer.m2
 #   - Macaulay2/packages/LieTypes.m2
 #   - Macaulay2/packages/MRDI.m2
 #   - Macaulay2/packages/MonomialAlgebras.m2
@@ -90,6 +91,7 @@ Release: %autorelease
 #   - Macaulay2/packages/Normaliz.m2
 #   - Macaulay2/packages/NumericalAlgebraicGeometry.m2
 #   - Macaulay2/packages/PackageCitations.m2
+#   - Macaulay2/packages/Padic.m2
 #   - Macaulay2/packages/Posets.m2
 #   - Macaulay2/packages/RInterface.m2
 #   - Macaulay2/packages/RationalPoints*
@@ -107,6 +109,7 @@ Release: %autorelease
 #   - Macaulay2/packages/VectorFields.m2
 # GPL-3.0-or-later:
 #   - normaliz, when it is bundled
+#   - Macaulay2/e/cytools/*
 #   - Macaulay2/e/mpreal.h
 #   - Macaulay2/packages/BettiCharacters.m2
 #   - Macaulay2/packages/CodingTheory.m2
@@ -143,10 +146,12 @@ Release: %autorelease
 # MIT AND OFL-1.1-RFN:
 #   - Macaulay2/packages/Style
 # LicenseRef-Fedora-Public-Domain:
-#   - Macaulay2/e/localring*
+#   - Macaulay2/e/NAG/*
+#   - Macaulay2/e/SLP/*
+#   - Macaulay2/e/computations/BRP*
 #   - Macaulay2/e/mutablecomplex*
-#   - Macaulay2/e/NAG*
-#   - Macaulay2/e/SLP*
+#   - Macaulay2/e/rings/localring*
+#   - Macaulay2/editors/vim/ftplugin/m2.vim
 #   - Macaulay2/packages/Depth.m2
 #   - Macaulay2/packages/Divisor.m2
 #   - Macaulay2/packages/FastMinors.m2
@@ -154,228 +159,239 @@ Release: %autorelease
 #   - Macaulay2/packages/NoetherNormalization.m2
 #   - Macaulay2/packages/RationalMaps.m2
 #   - Macaulay2/packages/SectionRing.m2
-License: (GPL-2.0-only OR GPL-3.0-only) AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-3.0-or-later AND Apache-2.0 AND MIT AND OFL-1.1-RFN AND LicenseRef-Fedora-Public-Domain
-URL:     https://macaulay2.com/
-VCS:     git:%{m2url}.git
-%if 0%{?snap:1}
-Source0: %{name}-%{version}-%{snap}.tar.xz
-%else
-Source0: %{m2url}/archive/release-%{version}/%{name}-%{version}.tar.gz
-%endif
-Source1: %{emacsurl}/tarball/%{emacscommit}/M2-emacs-%{emacsshort}.tar.gz
+License:        %{shrink:
+                  (GPL-2.0-only OR GPL-3.0-only) AND
+                  GPL-1.0-or-later AND
+                  GPL-2.0-only AND
+                  GPL-2.0-or-later AND
+                  GPL-3.0-or-later AND
+                  LGPL-2.0-or-later AND
+                  LGPL-3.0-or-later AND
+                  Apache-2.0 AND
+                  MIT AND
+                  OFL-1.1-RFN AND
+                  LicenseRef-Fedora-Public-Domain
+                 }
+URL:            https://macaulay2.com/
+VCS:            git:%{m2url}.git
+Source0:        %{m2url}/archive/release-%{version}/%{name}-%{version}.tar.gz
+Source1:        %{emacsurl}/tarball/%{emacscommit}/M2-emacs-%{emacsshort}.tar.gz
 
 # Various sizes of the planets icon from macaulay2.com.  See README.icons in
 # the tar file for details on how these icons were created.
-Source10: Macaulay2-icons.tar.xz
-Source11: com.macaulay2.macaulay2.desktop
-Source12: com.macaulay2.macaulay2.metainfo.xml
-Source20: etags.sh
+Source10:       Macaulay2-icons.tar.xz
+Source11:       com.macaulay2.macaulay2.desktop
+Source12:       com.macaulay2.macaulay2.metainfo.xml
+Source20:       etags.sh
 
 ## BUNDLED code
 # Normaliz must sometimes be bundled due to version differences
-%if ! %system_normaliz
+%if %{without system_normaliz}
 %global normalizver 3.11.1
-Source100: http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/normaliz-%{normalizver}.tar.gz
-Provides:  bundled(normaliz) = %{normalizver}
+Source100:      http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/normaliz-%{normalizver}.tar.gz
+Provides:       bundled(normaliz) = %{normalizver}
 %endif
 
 # MPFR is bundled because it must be built with different threading options
 %global mpfrver 4.2.2
-Source101: https://www.mpfr.org/mpfr-%{mpfrver}/mpfr-%{mpfrver}.tar.gz
-Provides:  bundled(mpfr) = %{mpfrver}
+Source101:      https://www.mpfr.org/mpfr-%{mpfrver}/mpfr-%{mpfrver}.tar.gz
+Provides:       bundled(mpfr) = %{mpfrver}
 
 # FLINT is bundled because it must be linked with the specially-built MPFR
 %global flintver 3.5.0
-Source102: https://github.com/flintlib/flint/archive/v%{flintver}/flint-%{flintver}.tar.gz
-Provides:  bundled(flint) = %{flintver}
+Source102:      https://github.com/flintlib/flint/archive/v%{flintver}/flint-%{flintver}.tar.gz
+Provides:       bundled(flint) = %{flintver}
 
 # FACTORY is bundled because it must be built with special options
 %global factoryver 4.4.1
-Source103: https://www.singular.uni-kl.de/ftp/pub/Math/Factory/factory-%{factoryver}.tar.gz
-Provides:  bundled(factory) = %{factoryver}
+Source103:      https://www.singular.uni-kl.de/ftp/pub/Math/Factory/factory-%{factoryver}.tar.gz
+Provides:       bundled(factory) = %{factoryver}
 
 # LINBOX is bundled because it introduces static global objects
 %global linboxver 1.7.1
-Source104: https://github.com/linbox-team/linbox/releases/download/v%{linboxver}/linbox-%{linboxver}.tar.gz
-Provides:  bundled(linbox) = %{linboxver}
+Source104:      https://github.com/linbox-team/linbox/releases/download/v%{linboxver}/linbox-%{linboxver}.tar.gz
+Provides:       bundled(linbox) = %{linboxver}
 
 ## PATCHES FOR BUNDLED code
 # No patches
 
 ## FAKE library tarballs that convince Macaulay2 to use the system versions
-Source300: frobby_v0.9.8.tar.gz
-Source301: cddlib-094n.tar.gz
+Source300:      frobby_v0.9.9.tar.gz
+Source301:      cddlib-094n.tar.gz
 # lapack
-Source302: v3.12.1.tar.gz
-Source303: 4ti2-1.6.15.tar.gz
-Source304: fplll-5.5.0.tar.gz
-Source305: gfan0.6.2.tar.gz
-Source306: givaro-4.2.1.tar.gz
-Source307: lrslib-073.tar.gz
-Source308: TOPCOM-1.1.2.tar.gz
-Source309: cohomCalg-0.32.tar.gz
-Source310: glpk-5.0.tar.gz
-Source311: Csdp-6.2.0.tgz
-Source312: mpsolve-3.2.3.tar.gz
+Source302:      v3.12.1.tar.gz
+Source303:      4ti2-1.6.15.tar.gz
+Source304:      fplll-5.5.0.tar.gz
+Source305:      gfan0.8beta.tar.gz
+Source306:      givaro-4.2.2.tar.gz
+Source307:      lrslib-073.tar.gz
+Source308:      TOPCOM-1.1.2.tar.gz
+Source309:      cohomCalg-0.32.tar.gz
+Source310:      glpk-5.0.tar.gz
+Source311:      Csdp-6.2.0.tgz
+Source312:      mpsolve-3.2.3.tar.gz
 # msolve
 %global msolvever 0.9.5
-Source313: v%{msolvever}.tar.gz
+Source313:      v%{msolvever}.tar.gz
 
 # let Fedora optflags override the defaults
-Patch: %{name}-1.25-optflags.patch
+Patch:          %{name}-1.25-optflags.patch
 # give the build a little more time and space than upstream permits
-Patch: %{name}-1.16-ulimit.patch
+Patch:          %{name}-1.16-ulimit.patch
 # drop checking of html links from default make target
-Patch: %{name}-1.25-default_make_targets.patch
+Patch:          %{name}-1.25-default_make_targets.patch
 # do not override the debug level
-Patch: %{name}-1.17-configure.patch
+Patch:          %{name}-1.17-configure.patch
 # Fix LTO warnings about mismatched declarations and definitions
-Patch: %{name}-1.18-lto.patch
-
-BuildRequires: 4ti2
-BuildRequires: appstream
-BuildRequires: autoconf
-BuildRequires: autoconf-archive
-BuildRequires: bison
-BuildRequires: boost-devel
-BuildRequires: chrpath
-BuildRequires: cmake
-BuildRequires: cohomCalg
-BuildRequires: csdp-tools
-BuildRequires: desktop-file-utils
-BuildRequires: diffutils
+Patch:          %{name}-1.18-lto.patch
+
+BuildRequires:  4ti2
+BuildRequires:  appstream
+BuildRequires:  autoconf
+BuildRequires:  autoconf-archive
+BuildRequires:  bison
+BuildRequires:  boost-devel
+BuildRequires:  chrpath
+BuildRequires:  cmake
+BuildRequires:  cohomCalg
+BuildRequires:  csdp-tools
+BuildRequires:  desktop-file-utils
+BuildRequires:  diffutils
 %if 0%{?fedora}
-BuildRequires: doxygen-latex
+BuildRequires:  doxygen-latex
 %else
-BuildRequires: doxygen
+BuildRequires:  doxygen
 %endif
-BuildRequires: e-antic-devel
-BuildRequires: eigen3-static
+BuildRequires:  e-antic-devel
+BuildRequires:  eigen3-static
 # etags
-BuildRequires: emacs
-BuildRequires: factory-gftables
-BuildRequires: flex
-BuildRequires: gawk
-BuildRequires: gcc-c++
-BuildRequires: gcc-gfortran
-BuildRequires: gdb
-BuildRequires: gdbm-devel
-BuildRequires: gettext-devel
-BuildRequires: gfan
-BuildRequires: git-core
-BuildRequires: givaro-static
-BuildRequires: glpk-devel
-BuildRequires: iml-devel
-BuildRequires: info
-BuildRequires: libappstream-glib
-BuildRequires: libatomic
-BuildRequires: libfplll-static
-BuildRequires: libfrobby-devel
-BuildRequires: libgfan-devel
-BuildRequires: libnormaliz-devel >= 3.11.1
-BuildRequires: libtool
-BuildRequires: lrslib-devel
-BuildRequires: lrslib-utils
-BuildRequires: make
-BuildRequires: mpsolve-devel
-BuildRequires: msolve
-BuildRequires: msolve-devel
-BuildRequires: nauty
-BuildRequires: normaliz
-BuildRequires: ocl-icd-devel
-BuildRequires: pari-devel
-BuildRequires: pkgconfig(bdw-gc) >= 8.2.6
-BuildRequires: pkgconfig(cddlib)
-BuildRequires: pkgconfig(expat)
-BuildRequires: pkgconfig(fflas-ffpack)
-BuildRequires: pkgconfig(flexiblas)
-BuildRequires: pkgconfig(gmp)
-BuildRequires: pkgconfig(gtest)
-BuildRequires: pkgconfig(jansson)
-BuildRequires: pkgconfig(libffi)
-BuildRequires: pkgconfig(libmariadb)
-BuildRequires: pkgconfig(libnauty)
-BuildRequires: pkgconfig(libxml-2.0)
-BuildRequires: pkgconfig(m4ri)
-BuildRequires: pkgconfig(m4rie)
-BuildRequires: pkgconfig(mathic)
-BuildRequires: pkgconfig(mathicgb)
-BuildRequires: pkgconfig(memtailor)
-BuildRequires: pkgconfig(mpfi)
-BuildRequires: pkgconfig(ncurses)
-BuildRequires: pkgconfig(ntl)
-BuildRequires: pkgconfig(qd)
-BuildRequires: pkgconfig(readline)
-BuildRequires: pkgconfig(tbb)
-BuildRequires: pkgconfig(tinyxml2)
-BuildRequires: polymake
-BuildRequires: python3-devel
-BuildRequires: pythoncapi-compat-devel
-BuildRequires: %{py3_dist matplotlib}
-BuildRequires: R
-BuildRequires: scip
-BuildRequires: texinfo
-BuildRequires: time
-BuildRequires: TOPCOM
-BuildRequires: transfig
+BuildRequires:  emacs-nw
+BuildRequires:  factory-gftables
+BuildRequires:  flex
+BuildRequires:  gawk
+BuildRequires:  gcc-c++
+BuildRequires:  gcc-gfortran
+BuildRequires:  gdbm-devel
+BuildRequires:  gettext-devel
+BuildRequires:  gfan
+BuildRequires:  git-core
+BuildRequires:  givaro-static
+BuildRequires:  glpk-devel
+BuildRequires:  iml-devel
+BuildRequires:  info
+BuildRequires:  libappstream-glib
+BuildRequires:  libatomic
+BuildRequires:  libfplll-static
+BuildRequires:  libfrobby-devel
+BuildRequires:  libgfan-devel
+BuildRequires:  libnormaliz-devel >= 3.11.1
+BuildRequires:  libtool
+BuildRequires:  lrslib-devel
+BuildRequires:  lrslib-utils
+BuildRequires:  make
+BuildRequires:  mpsolve-devel
+BuildRequires:  msolve
+BuildRequires:  msolve-devel
+BuildRequires:  nauty
+BuildRequires:  normaliz
+BuildRequires:  pkgconfig(bdw-gc) >= 8.2.6
+BuildRequires:  pkgconfig(cddlib)
+BuildRequires:  pkgconfig(expat)
+BuildRequires:  pkgconfig(fflas-ffpack)
+BuildRequires:  pkgconfig(flexiblas)
+BuildRequires:  pkgconfig(gmp)
+BuildRequires:  pkgconfig(gtest)
+BuildRequires:  pkgconfig(jansson)
+BuildRequires:  pkgconfig(libffi)
+BuildRequires:  pkgconfig(libmariadb)
+BuildRequires:  pkgconfig(libnauty)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(m4ri)
+BuildRequires:  pkgconfig(mathic)
+BuildRequires:  pkgconfig(mathicgb)
+BuildRequires:  pkgconfig(memtailor)
+BuildRequires:  pkgconfig(mpfi)
+BuildRequires:  pkgconfig(ncurses)
+BuildRequires:  pkgconfig(ntl)
+BuildRequires:  pkgconfig(qd)
+BuildRequires:  pkgconfig(readline)
+BuildRequires:  pkgconfig(tbb)
+BuildRequires:  pkgconfig(tinyxml2)
+BuildRequires:  polymake
+BuildRequires:  python3-devel
+BuildRequires:  pythoncapi-compat-devel
+BuildRequires:  R
+BuildRequires:  scip
+BuildRequires:  time
+BuildRequires:  TOPCOM
 %ifarch %{valgrind_arches}
-BuildRequires: valgrind
+BuildRequires:  valgrind-devel
 %endif
 
-Requires: 4ti2
-Requires: cohomCalg
-Requires: csdp-tools
-Requires: emacs-filesystem
-Requires: factory-gftables
-Requires: gfan
-Requires: hicolor-icon-theme
-Requires: lrslib-utils
-Requires: nauty
-Requires: normaliz
-Requires: TOPCOM
+Requires:       4ti2
+Requires:       cohomCalg
+Requires:       csdp-tools
+Requires:       emacs-filesystem
+Requires:       factory-gftables
+Requires:       gfan
+Requires:       hicolor-icon-theme
+Requires:       lrslib-utils
+Requires:       nauty
+Requires:       normaliz
+Requires:       TOPCOM
 
 # M2-help
-Requires: xdg-utils
+Requires:       xdg-utils
+
+Recommends:     mathicgb
+Recommends:     msolve
+Recommends:     palp
+Recommends:     %{py3_dist matplotlib}
+Recommends:     scip
 
-Recommends: mathicgb
-Recommends: msolve
-Recommends: scip
+# Includes a few files takes from cytools, version unknown
+# See M2/Macaulay2/e/cytools
+Provides:       bundled(cytools)
 
-%if 0%{?common}
-Requires:  %{name}-common = %{version}-%{release}
+# Includes box_enum code taked from latticepts
+Provides:       bundled(latticepts)
+
+%if %{with common}
+Requires:       %{name}-common = %{version}-%{release}
 %else
-Obsoletes: Macaulay2-common < %{version}-%{release}
-Provides:  Macaulay2-common = %{version}-%{release}
+Obsoletes:      Macaulay2-common < %{version}-%{release}
+Provides:       Macaulay2-common = %{version}-%{release}
 %endif
-Obsoletes: Macaulay2-doc < %{version}-%{release} 
-Provides:  Macaulay2-doc = %{version}-%{release}
-Obsoletes: Macaulay2-emacs < %{version}-%{release}
-Provides:  Macaulay2-emacs = %{version}-%{release}
+Obsoletes:      Macaulay2-doc < %{version}-%{release}
+Provides:       Macaulay2-doc = %{version}-%{release}
+Obsoletes:      Macaulay2-emacs < %{version}-%{release}
+Provides:       Macaulay2-emacs = %{version}-%{release}
 
-Provides:  macaulay2 = %{version}-%{release}
+Provides:       macaulay2 = %{version}-%{release}
 
 # See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 # Macaulay2 takes more than 14 hours to build on ppc64le, more than twice as
 # long as the x86_64 build, and it is doubtful that anyone will ever use it on
 # that platform anyway.
-ExcludeArch: %{ix86} %{power64}
+ExcludeArch:    %{ix86} %{power64}
 
 # Do not advertise the bundled mpfr
 %global __provides_exclude libmpfr.so*
 
-
 %description
 Macaulay 2 is a new software system devoted to supporting research in
 algebraic geometry and commutative algebra written by Daniel R. Grayson and
 Michael E. Stillman.
 
-%package common
-Summary: Common files for %{name}
-Requires: %{name} = %{version}-%{release}
-BuildArch: noarch
-%description common
-%{summary}.
+%if %{with common}
+%package        common
+Summary:        Common files for %{name}
+Requires:       %{name} = %{version}-%{release}
+BuildArch:      noarch
 
+%description    common
+%{summary}.
+%endif
 
 %prep
 %setup -q -n M2-release-%{version}/M2
@@ -384,8 +400,14 @@ tar -C Macaulay2/editors/emacs --strip-components=1 -xzf %{SOURCE1}
 
 install -p -m755 %{SOURCE20} ./etags
 
+# Unbundle the valgrind headers
+%ifarch %{valgrind_arches}
+rm -fr include/valgrind
+ln -s %{_includedir}/valgrind include/valgrind
+%endif
+
 ## bundled code
-%if ! %system_normaliz
+%if %{without system_normaliz}
 install -p -m644 %{SOURCE100} BUILD/tarfiles/
 %endif
 install -p -m644 %{SOURCE101} %{SOURCE102} %{SOURCE103} BUILD/tarfiles/
@@ -420,7 +442,6 @@ tar -C submodules/flint --strip-components=1 -xzf %{SOURCE102}
 
 %autopatch -p1
 
-
 %conf
 # Unbundle pythoncapi-compat
 rm Macaulay2/d/pythoncapi_compat.h
@@ -429,11 +450,6 @@ ln -s %{_includedir}/pythoncapi_compat.h Macaulay2/d/pythoncapi_compat.h
 # repeatable builds: inject a node name
 sed -i 's,`uname -n`,build.fedoraproject.org,' configure.ac
 
-# gdb is used during the build; let it autoload some files
-if [ "$HOME" = "/builddir" ]; then
-  echo "set auto-load safe-path /" > /builddir/.gdbinit
-fi
-
 # Use, but don't build, cddlib, fflas-ffpack, and gc.  Use the static versions
 # of libfplll and givaro.  Link with flexiblas instead of the reference blas
 # and lapack.  Fix typos.
@@ -464,7 +480,6 @@ sed -e '/^IgnoreExampleErrors/s/false/true/' \
 # (re)generate configure
 autoreconf -fi .
 
-
 %build
 # Let the configure script find lrslib utilities
 module load lrslib-%{_arch}
@@ -516,7 +531,6 @@ make -C BUILD/%{_target_platform} VERBOSE=true Verbose=true IgnoreExampleErrors=
 # log errors
 find BUILD/%{_target_platform}/ -name *.errors -execdir echo {} \; -execdir cat {} \;
 
-
 %install
 %make_install -C BUILD/%{_target_platform} IgnoreExampleErrors=true
 
@@ -568,21 +582,20 @@ cd -
 # info dir
 rm -fv %{buildroot}%{_infodir}/dir
 
-
 %check
 # The test suite has grown to the point where it takes many hours to run.
 # Just run the most basic tests.
 make check -C BUILD/%{_target_platform}/Macaulay2/e
 make check -C BUILD/%{_target_platform}/Macaulay2/bin
 
-
 %files
 %{_bindir}/M2
 %{_bindir}/M2-binary
+%{_bindir}/M2-language-server
 %{_prefix}/lib/Macaulay2/
 %{_libexecdir}/Macaulay2/
 
-%if 0%{?common}
+%if %{with common}
 %files common
 %endif
 %{_datadir}/Macaulay2/
@@ -594,6 +607,5 @@ make check -C BUILD/%{_target_platform}/Macaulay2/bin
 %{_mandir}/man1/*
 %{_emacs_sitelispdir}/macaulay2/
 
-
 %changelog
 %autochangelog

diff --git a/sources b/sources
index 7672e8c..33f0e23 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,5 @@
 SHA512 (Macaulay2-icons.tar.xz) = 069aa0ad70a0253583b00091c094da9b79d2a2f0f2d38aa97f543081f5df5fd3b5a9e1463febd6947c3151cf01844133174c7372f57e158c2d3faba6baed5d1d
-SHA512 (Macaulay2-1.26.05.tar.gz) = dcb3d9ec0558e4f200edf3596cb1b30b0e3e21b56816b9245b8d9e54418553136afd26ad89f77c93b5ca23325e6ac98bbe9c813121412b3bb3c55a96225f10cd
+SHA512 (Macaulay2-1.26.06.tar.gz) = 6f6608a917e04ddeb4e3b8660530ae15c4dec82139d7e683764f1973df536cb0f9c3df53aec4d609fde755305f97ba7b70c014e709239e3c7f3b75410e253a66
 SHA512 (4ti2-1.6.15.tar.gz) = c91aac02d215213a86a4fcffea7d882595a157c34fb12ec2b390d8bddbc586c958de17a593f9848b00309dfe96588c06a2c6306a4b739905196f007a17e78f1f
 SHA512 (cddlib-094n.tar.gz) = 562dbd447c39ca7a02e2f107f067227a696fec0e93f14e9f833e568225ab825876c1cb3fc08d654ddb2928cee23b38bcf60fcf42994eb08e01e9391f24e301f1
 SHA512 (cohomCalg-0.32.tar.gz) = b76d8de00b13a8fe8881222178247c5e99c15075c46290830f6c3afffb9dfc18af0d57f738ac5a0d7c00044db81b4465d1e0563c95f7f656a2440be5765c6818
@@ -7,13 +7,13 @@ SHA512 (Csdp-6.2.0.tgz) = 6f6c44abcb7b0e277f5a42a1e31acbd41c8fbdce0c1641982a4819
 SHA512 (factory-4.4.1.tar.gz) = a6ebed7cc0dea06a40c596f8845194633b6175670119afc11cb93269940ff6866a270549b9796929c1cc216645d01386ddea455a07d9ea033ce937baa4a05dfe
 SHA512 (flint-3.5.0.tar.gz) = fbb6f0945b589e237d707c3b6963f7bb7fc1b9e5b511f5f8ed805f14f85b317c79a9eedc7ae28d34837f7126eac86dd4a9c8e7258560da3413c599eb64d367f7
 SHA512 (fplll-5.5.0.tar.gz) = ffeeeb55c2e4dccb9c7fd2753e49fa3514ae0c88a119131fa6281b213566813c481f95befe0acde344c8c032d8341ef1ec074cd66b130de4f8b8f6eb20f40613
-SHA512 (frobby_v0.9.8.tar.gz) = f34ffa9a96be2895d067b8a7d1f8b6a5400e5cf5c0941e7da2537038df34042dbc78b72af5ef2e6fb227cb96da87a113025c6aaa388e1892be8a3f77b9bc22b2
-SHA512 (gfan0.6.2.tar.gz) = 08a9cc543967771af959a506b79db5b55e0e4942e4170dad8691db35ef7d381d878e1ea6534a3cacc0f5d30ec31564ec94cc20b46792d06f18a3a8a3c0aac91d
-SHA512 (givaro-4.2.1.tar.gz) = 9ab55e19d6c205832ddb8f712691b79ea7ae796848fb2cb73ff8fcd2fd3ce06ec0d2b86c3e1ba4a0b9992156777524b26e754615d7b9809daeab9ff284be5885
+SHA512 (frobby_v0.9.9.tar.gz) = 2b1379e1977be0ae298770228581cdd4a9beb0b369a7dc0eea15dae0e90c4ae25e1842af5fbeb06e42137cb71df2bb883cb1c747b242d8b677998e01d8011d5c
+SHA512 (gfan0.8beta.tar.gz) = 388b26b67951ff8b6e5d7d746044502e41c98ae7ac0da0e281c4d117710a52c3807cf90ee570b29a3ac62a0c0f28353279ccb71a59198e2ebef7e91232a71926
+SHA512 (givaro-4.2.2.tar.gz) = 5d0f8d2dcc04ce2f480c3d993fa8cd8f99089a1f7dd9712f3531b94619ed4893334a3e4773c2d64ec1f21cfbd978a8cbea8fb7db2343c40e2ecf0bac66d318c0
 SHA512 (glpk-5.0.tar.gz) = 36bcba534ed69b0f5328f4626018359efe07f802322c0821db75c7d1935f760af8cb907189d7d7c5b2f134a8b6214ae747ca004acc4c5ceccf157f6fc311523d
 SHA512 (linbox-1.7.1.tar.gz) = f13f607c4e7c4b6eb569d03007b96bc6ab4d57f520cfa557fda71c62eec43e23c24260c7495dbed9c39ddff18674c22eb72e43cff43fe7d0396f848f19df7595
 SHA512 (lrslib-073.tar.gz) = f5d283c3c9bcc8ea83c1f6a0ce184202ccd0818987caaa7cf32fe8287cf8277802587f5001dc44878658c962c48fe6ae1250e9a522bb2bf0fa1d0ca8b84e1b9a
-SHA512 (M2-emacs-a95ab17.tar.gz) = d61f0af103d76390d595a0d154cb220e58473321c30a1979297fc83ad4ce8bab289884df8c5125808978b08ba12e4dcfa3807e45ec2c79c5805140af02fe4fae
+SHA512 (M2-emacs-ae882ab.tar.gz) = 574bbb0fc9768c28a9a9f7262e662fd3678bbee64b27783926696e7811fddb28dfa4000c920a8bdb92d3a2e132a66746bdaca5975e882f18b0588773385b06c2
 SHA512 (mpfr-4.2.2.tar.gz) = 373c5ce2c9636e45685dfa94f45bc4f8f6c2c0512d634b9e065ec33cb29da727b3ea13cf23aff307c1da765a40064f0fd4a347a3849ebd97252984fc85a0a400
 SHA512 (mpsolve-3.2.3.tar.gz) = 27f3966f9ba6d96fd19551f574c4e917258f45f0f25c183b714a8a64a7fa9e4764c2466770dc78240ec431a745f3659c2acbff68ff1a9c89a81106eb25eb51fc
 SHA512 (TOPCOM-1.1.2.tar.gz) = 8f0d6dcfe5d83b260f671d4fd231a8e5a902668d2bf02d0977fbfa6a1d49e0ba3f1f51f2305267a4cbc0591c183c07642ef3d9613aae8f27f1832fe96ca90abb

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-20  3:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20  3:49 [rpms/Macaulay2] rawhide: Version 1.26.06 Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox