public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/weechat] epel10.2: Update to 4.9.1
@ 2026-05-31 17:11 LuK1337
  0 siblings, 0 replies; only message in thread
From: LuK1337 @ 2026-05-31 17:11 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/weechat
Branch : epel10.2
Commit : f022dee1272f7fb8be8ae9866445039ab227778e
Author : LuK1337 <priv.luk@gmail.com>
Date   : 2026-05-31T18:12:42+02:00
Stats  : +3/-34 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/weechat/c/f022dee1272f7fb8be8ae9866445039ab227778e?branch=epel10.2

Log:
Update to 4.9.1

---
diff --git a/4ed73757d3a8702e5824a7fd3a8ad3686dcfc1ca.patch b/4ed73757d3a8702e5824a7fd3a8ad3686dcfc1ca.patch
deleted file mode 100644
index 3913282..0000000
--- a/4ed73757d3a8702e5824a7fd3a8ad3686dcfc1ca.patch
+++ /dev/null
@@ -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

diff --git a/sources b/sources
index b342af3..6b6d1e0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (weechat-4.9.0.tar.xz) = 3c2dec099637b4f71bb1e4f6821e41a8157d2fe7b24565d1d7fd3fd393e3e1e3152a77cf6fa9493f8562871d449653e06b1bda40cdeb12bc238854f5476f22cd
-SHA512 (weechat-4.9.0.tar.xz.asc) = f41b438bd945a19e4267f09de824b41962e0258eba03b76907cba5b01cb07baef59373b17737a8a0ab8e6fc36849994b84f400f685b18fc2f12578c6c2952193
+SHA512 (weechat-4.9.1.tar.xz) = 3f773cfab52205162cef13f6f43336d88231cadd1a856b5aea3cf7395761aa7c701e8cecfae1d2d7997f77dff651c2d44e0a55cfd78f74b2d4629ce4a05d5489
+SHA512 (weechat-4.9.1.tar.xz.asc) = 9087b3caaa6b94ae81c92bb0464b7552ac6b3735d1987cdc1590400ef42384e295685e630662173103c3d2ce4c2b288f2b02c8ae76005f2fa41e9cd2252bdb16

diff --git a/weechat.spec b/weechat.spec
index 0459f77..4e8288e 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -1,7 +1,7 @@
 %global __provides_exclude_from ^%{_libdir}/weechat/plugins/.*$
 
 Name:      weechat
-Version:   4.9.0
+Version:   4.9.1
 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

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

only message in thread, other threads:[~2026-05-31 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 17:11 [rpms/weechat] epel10.2: Update to 4.9.1 LuK1337

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