public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bitcoin-core] epel9: Revert to latest 30.2
@ 2026-07-20 13:11 Simone Caronni
0 siblings, 0 replies; only message in thread
From: Simone Caronni @ 2026-07-20 13:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bitcoin-core
Branch : epel9
Commit : 4ccbd51973f5c841c8e71d9b3a8317389db30b9f
Author : Simone Caronni <negativo17@gmail.com>
Date : 2026-05-02T19:06:54+02:00
Stats : +22/-16 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/bitcoin-core/c/4ccbd51973f5c841c8e71d9b3a8317389db30b9f?branch=epel9
Log:
Revert to latest 30.2
---
diff --git a/bitcoin-0.18.0-unicode.patch b/bitcoin-0.18.0-unicode.patch
new file mode 100644
index 0000000..4a9cbc2
--- /dev/null
+++ b/bitcoin-0.18.0-unicode.patch
@@ -0,0 +1,12 @@
+diff -Naur bitcoin-0.18.0.old/test/functional/test_runner.py bitcoin-0.18.0/test/functional/test_runner.py
+--- bitcoin-0.18.0.old/test/functional/test_runner.py 2019-05-06 07:22:45.878843570 +0200
++++ bitcoin-0.18.0/test/functional/test_runner.py 2019-05-06 08:53:37.738118588 +0200
+@@ -249,7 +249,7 @@
+ logging.basicConfig(format='%(message)s', level=logging_level)
+
+ # Create base test directory
+- tmpdir = "%s/test_runner_₿_🏃_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))
++ tmpdir = "%s/test_runner_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))
+
+ os.makedirs(tmpdir)
+
diff --git a/bitcoin-core.spec b/bitcoin-core.spec
index ad9403a..2d559fa 100644
--- a/bitcoin-core.spec
+++ b/bitcoin-core.spec
@@ -5,7 +5,7 @@
%bcond_with extended_tests
Name: bitcoin-core
-Version: 31.0
+Version: 30.2
Release: %autorelease
Summary: Peer to Peer Cryptographic Currency
License: MIT
@@ -53,9 +53,6 @@ BuildRequires: boost-devel >= 1.64.0
BuildRequires: capnproto
BuildRequires: capnproto-devel
BuildRequires: checkpolicy
-BuildRequires: gcc-toolset-15-gcc
-BuildRequires: gcc-toolset-15-gcc-c++
-BuildRequires: gcc-toolset-15-gcc-plugin-annobin
BuildRequires: desktop-file-utils
BuildRequires: doxygen
BuildRequires: gnupg2
@@ -165,7 +162,6 @@ grep -q $(sha256sum %{SOURCE0}) %{SOURCE2}
cp -p %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} .
%build
-. /opt/rh/gcc-toolset-15/enable
# Bitcoin kernel library used only as part of the testing for now:
%cmake \
@@ -239,8 +235,6 @@ install -m0644 -D %{SOURCE11} %{buildroot}%{_sysusersdir}/%{name}.conf
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{project_name}-qt.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{project_name}-qt.metainfo.xml
-
-. /opt/rh/gcc-toolset-15/enable
%ctest
%if %{with extended_tests}
test/functional/test_runner.py --tmpdirprefix `pwd` --extended
diff --git a/bitcoin-offline-pubring.gpg b/bitcoin-offline-pubring.gpg
index dd88283..c104426 100644
Binary files a/bitcoin-offline-pubring.gpg and b/bitcoin-offline-pubring.gpg differ
diff --git a/bitcoin-shared.patch b/bitcoin-shared.patch
index 5f3d011..2d76da2 100644
--- a/bitcoin-shared.patch
+++ b/bitcoin-shared.patch
@@ -1,9 +1,9 @@
-diff -Naur bitcoin-31.0.old/src/kernel/CMakeLists.txt bitcoin-31.0/src/kernel/CMakeLists.txt
---- bitcoin-31.0.old/src/kernel/CMakeLists.txt 2026-05-02 14:25:10.580188155 +0200
-+++ bitcoin-31.0/src/kernel/CMakeLists.txt 2026-05-02 14:24:18.176261510 +0200
-@@ -135,3 +135,5 @@
+diff -Naur bitcoin-30.0.old/src/kernel/CMakeLists.txt bitcoin-30.0/src/kernel/CMakeLists.txt
+--- bitcoin-30.0.old/src/kernel/CMakeLists.txt 2025-10-16 18:35:05.538795833 +0200
++++ bitcoin-30.0/src/kernel/CMakeLists.txt 2025-10-16 18:37:54.715894722 +0200
+@@ -124,3 +124,5 @@
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ COMPONENT libbitcoinkernel
)
-
- install(FILES bitcoinkernel.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} COMPONENT libbitcoinkernel)
+
+set_target_properties(bitcoinkernel PROPERTIES VERSION ${CLIENT_VERSION_MAJOR}.${CLIENT_VERSION_MINOR} SOVERSION ${CLIENT_VERSION_MAJOR})
diff --git a/sources b/sources
index fac3e01..4680f74 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (bitcoin-31.0.tar.gz) = 3bfbd8155e56c165551af892d47846c92242ebfd70c11c61d7c7dfc457e51216b6ccabddd4eb5a3fe684eba7a69a306cc69767c8efe7bdc0eb19de1a7ddc5100
-SHA512 (SHA256SUMS) = 148292c9f362c98a01514904f28b8ad99d5d7caa1a5af795ab679462f84920170262d2ee355621d732dbb2518cb11869b02b481ba82d3e70066ea983fcb23a69
-SHA512 (SHA256SUMS.asc) = d58f6884a1115315ea7864d13ba6e2944f0ba95397861079e337bb3d9cbfe58da19a29d189cb41c59f8f3c04214ddbe350a7bd497dd17886f18cc081863fa304
+SHA512 (bitcoin-30.2.tar.gz) = 4fcdb70a016f9ad1b44539f19d61d4c9ce06d92f947be156f8d5de29026aa90a17cea8dcd0bd9bf2f7ad959a4b79d851de95a1c0d2ab87862e04c26cf89f493b
+SHA512 (SHA256SUMS) = 99df424cfe37197df15c3e12890ba0b3e9fa00d75f4466f36e220d5d9a361c472d140ce9e7e050181e2a41d39f1af6f0c8fe87e1db9bea7a2fc6000b228aed12
+SHA512 (SHA256SUMS.asc) = 1bb28324b7807eaf8bd828039954698cfdbb4ac79ae09a58f84f798ed9da1178ce57459fd7586e51ab514983531045b2a33a28361e4ba302c5527104d0474d53
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 13:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 13:11 [rpms/bitcoin-core] epel9: Revert to latest 30.2 Simone Caronni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox