public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/erlang-jiffy] f43: Jiffy ver. 2.0.0
@ 2026-07-02 10:52 Peter Lemenkov
  0 siblings, 0 replies; only message in thread
From: Peter Lemenkov @ 2026-07-02 10:52 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/erlang-jiffy
            Branch : f43
            Commit : d9d56acb6a0a9ff1890b97edc917c5475c056c70
            Author : Peter Lemenkov <lemenkov@gmail.com>
            Date   : 2026-04-25T20:02:49+02:00
            Stats  : +10/-10 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/erlang-jiffy/c/d9d56acb6a0a9ff1890b97edc917c5475c056c70?branch=f43

            Log:
            Jiffy ver. 2.0.0

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

---
diff --git a/erlang-jiffy.spec b/erlang-jiffy.spec
index b0d9418..4f98385 100644
--- a/erlang-jiffy.spec
+++ b/erlang-jiffy.spec
@@ -1,22 +1,24 @@
 %global realname jiffy
 
 Name:           erlang-%{realname}
-Version:        1.1.3
+Version:        2.0.0
 Release:        %autorelease
 Summary:        Erlang JSON parser
-# Main sources are licensed under MIT, double-conversion is licensed under
-# BSD-3-Clause, test files are licensed under BSD-3-Clause-Modification
-SourceLicense:  MIT AND BSD-3-Clause AND BSD-3-Clause-Modification
+# Main sources and tests are licensed under MIT.
+# Bundled ryu is licensed under Apache-2.0 or BSL-1.0.
+# Bundled fast_float is licensed under Apache-2.0 or BSL-1.0 or MIT.
+# Yajl tests are licensed under BSD-3-Clause.
+# Big List of Naughty Strings tests are licensed under MIT.
+SourceLicense:  MIT AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR BSL-1.0 OR MIT)
 License:        MIT
 URL:            https://github.com/davisp/%{realname}
 VCS:            git:%{url}.git
 Source0:        %{url}/archive/%{version}/%{realname}-%{version}.tar.gz
-# Use double conversion from the system instead of the bundled one
-Patch:          erlang-jiffy-0001-Use-double-conversion-from-the-system.patch
-BuildRequires:  double-conversion-devel
 BuildRequires:  erlang-rebar3
 BuildRequires:  erlang-rebar3-pc
 BuildRequires:  gcc-c++
+Provides:       bundled(ryu)
+Provides:       bundled(fast_float)
 Provides:       %{realname} = %{version}
 Obsoletes:      %{realname} < %{version}
 
@@ -25,8 +27,6 @@ A JSON parser for Erlang implemented as a NIF.
 
 %prep
 %autosetup -p 1 -n %{realname}-%{version}
-# Use double conversion from the system instead of the bundled one
-rm -r c_src/double-conversion
 
 %build
 %{erlang3_compile}

diff --git a/sources b/sources
index 61f1c7d..ef0581a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jiffy-1.1.3.tar.gz) = d63542d4b3272e9aafa96eb08da89e10c359d92d6e04a61b3edc8d41717575a69fe361363c0c23dcba5960023eb66717474131df48114d925e7439930a6f5c98
+SHA512 (jiffy-2.0.0.tar.gz) = 9d8820a7018231c89e95a812f3998ea7e9a4d01d7676d26c0c19e5d7ffb53266912f0657c1d6cb1659dcbd50b63ad794fcf320629653b5d0f599f7e3e052fa5c

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

only message in thread, other threads:[~2026-07-02 10:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 10:52 [rpms/erlang-jiffy] f43: Jiffy ver. 2.0.0 Peter Lemenkov

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