public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <lemenkov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/erlang-jiffy] f44: Remove unused patch
Date: Sat, 13 Jun 2026 08:04:11 GMT	[thread overview]
Message-ID: <178133785188.1.15277503732103068451.rpms-erlang-jiffy-5cc0bd95ec92@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/erlang-jiffy
            Branch : f44
            Commit : 5cc0bd95ec92ccd4b69d2e8d6820854b4e076cc6
            Author : Peter Lemenkov <lemenkov@gmail.com>
            Date   : 2026-04-25T21:05:56+02:00
            Stats  : +0/-38 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/erlang-jiffy/c/5cc0bd95ec92ccd4b69d2e8d6820854b4e076cc6?branch=f44

            Log:
            Remove unused patch

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

---
diff --git a/erlang-jiffy-0001-Use-double-conversion-from-the-system.patch b/erlang-jiffy-0001-Use-double-conversion-from-the-system.patch
deleted file mode 100644
index bf07502..0000000
--- a/erlang-jiffy-0001-Use-double-conversion-from-the-system.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From: Randy Barlow <randy@electronsweatshop.com>
-Date: Fri, 31 Jul 2020 22:41:18 -0400
-Subject: [PATCH] Use double-conversion from the system
-
-This is to avoid using the bundled double-conversion.
-
-Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
-
-diff --git a/rebar.config b/rebar.config
-index 6ab52c2..367c4d9 100644
---- a/rebar.config
-+++ b/rebar.config
-@@ -1,8 +1,7 @@
- {port_specs, [
-     {"priv/jiffy.so", [
-         "c_src/*.c",
--        "c_src/*.cc",
--        "c_src/double-conversion/*.cc"
-+        "c_src/*.cc"
-     ]}
- ]}.
- 
-@@ -14,12 +13,12 @@
-     {".*", "FLTO_FLAG", ""},
- 
-     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
--        "CFLAGS", "$CFLAGS -Ic_src/ -g -Wall $FLTO_FLAG -Werror -O3 -fvisibility=hidden"},
-+        "CFLAGS", "$CFLAGS -Ic_src/ -g -Wall $FLTO_FLAG -Werror -O2 -fvisibility=hidden"},
-     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
--        "CXXFLAGS", "$CXXFLAGS -Ic_src/ -g -Wall $FLTO_FLAG -Werror -O3 -fvisibility=hidden"},
-+        "CXXFLAGS", "$CXXFLAGS -Ic_src/ -g -Wall $FLTO_FLAG -Werror -O2 -fvisibility=hidden"},
- 
-     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
--        "LDFLAGS", "$LDFLAGS $FLTO_FLAG -lstdc++"},
-+        "LDFLAGS", "$LDFLAGS $FLTO_FLAG -lstdc++ -ldouble-conversion"},
- 
-     {"win32", "CXXFLAGS", "$CXXFLAGS /O2 /DNDEBUG"}
- ]}.

                 reply	other threads:[~2026-06-13  8:04 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=178133785188.1.15277503732103068451.rpms-erlang-jiffy-5cc0bd95ec92@fedoraproject.org \
    --to=lemenkov@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