public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lis] f44: update to 2.1.10 fixes rhbz#1553723
@ 2026-06-02 3:35 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-02 3:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/lis
Branch : f44
Commit : 7224741eaf64c6ac1a04745a510c65a920037729
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-02-24T19:27:58-03:00
Stats : +8/-29 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/lis/c/7224741eaf64c6ac1a04745a510c65a920037729?branch=f44
Log:
update to 2.1.10 fixes rhbz#1553723
---
diff --git a/.gitignore b/.gitignore
index 8fefb82..79b1256 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,3 +73,4 @@
/lis-2.0.7.zip
/lis-2.0.14.zip
/lis-2.0.21.zip
+/lis-2.1.10.zip
diff --git a/lis-1.5.60-optflags.patch b/lis-1.5.60-optflags.patch
deleted file mode 100644
index a89ceee..0000000
--- a/lis-1.5.60-optflags.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.ac.orig 2016-01-06 21:37:16.778965359 +0100
-+++ configure.ac 2016-01-06 21:37:29.377976131 +0100
-@@ -374,7 +374,7 @@ if test "$TARGET" = ""; then
- AC_MSG_RESULT($[ax_cv_]_AC_LANG_ABBREV[_compiler_vendor])
- case $ax_cv_c_compiler_vendor in
- dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host $CFLAGS" ;;
-- gnu) CFLAGS="-O3 -fomit-frame-pointer $CFLAGS" ;;
-+ gnu) CFLAGS="$CFLAGS" ;;
- intel) CFLAGS="-ansi_alias $CFLAGS" ;;
- portland) CFLAGS="-O3 -B -fastsse $CFLAGS" ;;
- pathscale) CFLAGS="-O3 $CFLAGS" ;;
-@@ -583,8 +583,8 @@ if test "$TARGET" = ""; then
- AC_MSG_RESULT($[ax_cv_]_AC_LANG_ABBREV[_compiler_vendor])
- AC_LANG_POP(Fortran 77)
- case $ax_cv_f77_compiler_vendor in
-- gnu) FFLAGS="-O3 -fomit-frame-pointer $FFLAGS"
-- FCFLAGS="-O3 -fomit-frame-pointer $FCFLAGS" ;;
-+ gnu) FFLAGS="$FFLAGS"
-+ FCFLAGS="$FCFLAGS" ;;
- intel) FFLAGS="-fpp $FFLAGS"
- FCFLAGS="-fpp $FCFLAGS"
- LDFLAGS="-Vaxlib"
diff --git a/lis.spec b/lis.spec
index f6e5222..a81c4c7 100644
--- a/lis.spec
+++ b/lis.spec
@@ -1,13 +1,11 @@
Name: lis
-Version: 2.0.21
-Release: 17%{?dist}
+Version: 2.1.10
+Release: 1%{?dist}
Summary: A library for solving linear equations and eigenvalue problems
# Automatically converted from old format: BSD - review is highly recommended.
License: LicenseRef-Callaway-BSD
URL: http://www.ssisc.org/lis/index.en.html
Source0: http://www.ssisc.org/lis/dl/lis-%{version}.zip
-# Disable use of -O3 -fomit-frame-pointer
-Patch0: lis-1.5.60-optflags.patch
BuildRequires: autoconf
BuildRequires: chrpath
@@ -48,8 +46,7 @@ problems with real sparse matrices using iterative methods.
This package contains the developer documentation for lis.
%prep
-%setup -q
-%patch -P0 -p0 -b .optflags
+%autosetup
%build
export CFLAGS="${CFLAGS} -std=gnu99"
@@ -120,6 +117,9 @@ rm -rf %{buildroot}%{_datadir}/examples
%{_mandir}/man3/lis*.3f.*
%changelog
+* Tue Feb 24 2026 Filipe Rosset <rosset.filipe@gmail.com> - 2.1.10-1
+- update to 2.1.10 fixes rhbz#1553723
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.21-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index ebb1f3e..e11dbbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lis-2.0.21.zip) = 94b283ee267c92d7e897ce6dc6864269cfb1476ce0effe7f517c68fa3cb4e8959dc4dc038e963f7221d739044a6a4b9599761cb23b46f2c572d15474560e160c
+SHA512 (lis-2.1.10.zip) = 152e9cb8782ded21276101367ce72d228d640a441a0fa1750c70340bbbc00d04353db01adc405efb6fc765bd71fa9588f4b056fb5a97861d2495ab16a6ef6154
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-02 3:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-02 3:35 [rpms/lis] f44: update to 2.1.10 fixes rhbz#1553723 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox