Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
LuK1337
626f673e8d
Update to 4.10.0 2026-08-02 11:49:00 +02:00
LuK1337
7b3122737c
Update to 4.9.5 2026-07-28 09:43:32 +02:00
Python Maint
d9be79b453 Rebuilt for Python 3.15.0b4 ABI change 2026-07-24 12:56:51 +02:00
Jitka Plesnikova
7c0dce3d64 Perl 5.44 rebuild 2026-07-23 17:34:56 +02:00
Python Maint
65d9493e21 Rebuilt for Python 3.15.0b4 ABI change 2026-07-22 10:15:43 +02:00
LuK1337
c92b4c02c2
Update to 4.9.4 2026-07-19 15:51:36 +02:00
Fedora Release Engineering
3345c1effa Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:45:30 +00:00
LuK1337
7b9ea9886c
Update to 4.9.3 2026-07-05 17:36:00 +02:00
LuK1337
0959b32972
Update to 4.9.2 2026-06-07 12:13:33 +02:00
Python Maint
0d98fd8362 Rebuilt for Python 3.15 2026-06-03 21:19:46 +02:00
LuK1337
f022dee127
Update to 4.9.1 2026-05-31 18:12:42 +02:00
3 changed files with 3 additions and 34 deletions

View file

@ -1,29 +0,0 @@
From 4ed73757d3a8702e5824a7fd3a8ad3686dcfc1ca Mon Sep 17 00:00:00 2001
From: LuK1337 <priv.luk@gmail.com>
Date: Sun, 29 Mar 2026 17:48:04 +0200
Subject: [PATCH] cmake: enable position independent code (PIE)
Fixes the following build error when compiling Fedora 45 RPM:
/usr/bin/ld.bfd: tests/unit/CMakeFiles/tests.dir/tests.cpp.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld.bfd: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status
See: https://cmake.org/cmake/help/latest/prop_tgt/POSITION_INDEPENDENT_CODE.html
https://cmake.org/cmake/help/latest/policy/CMP0083.html
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9e648a5ba2..479c20608b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,6 +28,7 @@ project(weechat C)
# CMake options
set(CMAKE_VERBOSE_MAKEFILE OFF)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}")
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_SKIP_RPATH ON)
# compiler options

View file

@ -1,2 +1,2 @@
SHA512 (weechat-4.9.0.tar.xz) = 3c2dec099637b4f71bb1e4f6821e41a8157d2fe7b24565d1d7fd3fd393e3e1e3152a77cf6fa9493f8562871d449653e06b1bda40cdeb12bc238854f5476f22cd
SHA512 (weechat-4.9.0.tar.xz.asc) = f41b438bd945a19e4267f09de824b41962e0258eba03b76907cba5b01cb07baef59373b17737a8a0ab8e6fc36849994b84f400f685b18fc2f12578c6c2952193
SHA512 (weechat-4.10.0.tar.xz) = bba7597bbc83ffe6a4bf59dfbdb03d622a1f0c023bc27f1d417610e2ab84dea7ca68e03b0a6de276464bc35e69ff8b733de3f965142938423db978a2abdf98ae
SHA512 (weechat-4.10.0.tar.xz.asc) = 8a8dd8e18e3a27c785b54c2ad573e494d1d49b9f98268e208e34767b4ef702c045c4723ddf03527c33088aa81778cddab02a9b8ded3c8fb33cdad72484b44717

View file

@ -1,7 +1,7 @@
%global __provides_exclude_from ^%{_libdir}/weechat/plugins/.*$
Name: weechat
Version: 4.9.0
Version: 4.10.0
Release: %autorelease
Summary: Portable, fast, light and extensible IRC client
Group: Applications/Communications
@ -12,8 +12,6 @@ Source: https://weechat.org/files/src/%{name}-%{version}.tar.xz
Source1: https://weechat.org/files/src/%{name}-%{version}.tar.xz.asc
Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8
Patch: https://github.com/weechat/weechat/commit/4ed73757d3a8702e5824a7fd3a8ad3686dcfc1ca.patch
BuildRequires: asciidoctor
BuildRequires: ca-certificates
BuildRequires: cjson-devel