public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/lis] f43: remove unused patches
Date: Tue, 02 Jun 2026 03:36:21 GMT	[thread overview]
Message-ID: <178037138103.1.4812236663376603601.rpms-lis-f17af2604e26@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/lis
Branch : f43
Commit : f17af2604e267aafd7ce755087480dd65874674c
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-02-24T19:30:45-03:00
Stats  : +0/-60 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/lis/c/f17af2604e267aafd7ce755087480dd65874674c?branch=f43

Log:
remove unused patches

---
diff --git a/lis-1.4.13-optflags.patch b/lis-1.4.13-optflags.patch
deleted file mode 100644
index 5b08191..0000000
--- a/lis-1.4.13-optflags.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -up lis-1.4.13/configure.in.orig lis-1.4.13/configure.in
---- lis-1.4.13/configure.in.orig	2013-09-06 07:46:20.000000000 +0300
-+++ lis-1.4.13/configure.in	2013-09-09 22:03:51.797568011 +0300
-@@ -363,7 +363,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="-O3 -ansi_alias $CFLAGS" ;;
- 	    portland) CFLAGS="-O3 -B -fastsse $CFLAGS" ;;
- 	    pathscale) CFLAGS="-O3 $CFLAGS" ;;
-@@ -567,8 +567,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="-O3 -fpp $FFLAGS" 
-          FCFLAGS="-O3 -fpp $FCFLAGS" 
-          LDFLAGS="-Vaxlib"

diff --git a/lis-1.5.37-optflags.patch b/lis-1.5.37-optflags.patch
deleted file mode 100644
index f321770..0000000
--- a/lis-1.5.37-optflags.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 73f48255356dd4b48f2a66301deb0f9ec09cf031 Mon Sep 17 00:00:00 2001
-From: Lehner Florian <dev@der-flo.net>
-Date: Mon, 15 Dec 2014 11:44:40 +0100
-Subject: [PATCH] update patch
-
-Signed-off-by: Lehner Florian <dev@der-flo.net>
----
- configure.ac | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index aa389c9..4abffd4 100755
---- a/configure.ac
-+++ b/configure.ac
-@@ -365,7 +365,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="-O3 -ansi_alias $CFLAGS" ;;
- 	    portland) CFLAGS="-O3 -B -fastsse $CFLAGS" ;;
- 	    pathscale) CFLAGS="-O3 $CFLAGS" ;;
-@@ -574,8 +574,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="-O3 -fpp $FFLAGS" 
-          FCFLAGS="-O3 -fpp $FCFLAGS" 
-          LDFLAGS="-Vaxlib"
--- 
-2.1.0
-

                 reply	other threads:[~2026-06-02  3:36 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=178037138103.1.4812236663376603601.rpms-lis-f17af2604e26@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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