public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Aleksei Bavshin <alebastr@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/neovim-qt] f45: Update to 0.2.20
Date: Sat, 05 Sep 2026 20:39:43 GMT	[thread overview]
Message-ID: <178864078355.1.16193900271735532035.rpms-neovim-qt-2241204d24f2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/neovim-qt
Branch : f45
Commit : 2241204d24f207161c46c95e4c77c5aa6c6a0f3f
Author : Aleksei Bavshin <alebastr@fedoraproject.org>
Date   : 2026-09-02T22:16:17-07:00
Stats  : +23/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/neovim-qt/c/2241204d24f207161c46c95e4c77c5aa6c6a0f3f?branch=f45

Log:
Update to 0.2.20

---
diff --git a/neovim-qt-0.2.20-Raise-allowed-msgpack-version.patch b/neovim-qt-0.2.20-Raise-allowed-msgpack-version.patch
new file mode 100644
index 0000000..6078a32
--- /dev/null
+++ b/neovim-qt-0.2.20-Raise-allowed-msgpack-version.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3917a1c80..7fbc6e157 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -151,7 +151,7 @@ endif()
+ # msgpack
+ option(USE_SYSTEM_MSGPACK "Use system msgpack libraries " OFF)
+ if(USE_SYSTEM_MSGPACK)
+-	find_package(msgpack-c 6.0.0 REQUIRED)
++	find_package(msgpack-c 7.0.0 REQUIRED)
+ else()
+ 	add_subdirectory(third-party)
+ endif()

diff --git a/neovim-qt.spec b/neovim-qt.spec
index 25ad07e..61cc5f8 100644
--- a/neovim-qt.spec
+++ b/neovim-qt.spec
@@ -7,8 +7,8 @@
 %global test_compositor cage
 
 Name:           neovim-qt
-Version:        0.2.19
-Release:        4%{?dist}
+Version:        0.2.20
+Release:        1%{?dist}
 Summary:        Qt GUI for Neovim
 
 # src/gui/shellwidget/konsole_wcwidth.cpp: HPND-Markus-Kuhn
@@ -16,6 +16,8 @@ Summary:        Qt GUI for Neovim
 License:        ISC AND HPND-Markus-Kuhn
 URL:            https://github.com/equalsraf/neovim-qt
 Source:         %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+# equalsraf/neovim-qt#1193, equalsraf/neovim-qt#1194
+Patch:          neovim-qt-0.2.20-Raise-allowed-msgpack-version.patch
 
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -26,7 +28,7 @@ BuildRequires:  cmake(Qt6Network)
 BuildRequires:  cmake(Qt6SvgWidgets)
 BuildRequires:  cmake(Qt6Test)
 BuildRequires:  cmake(Qt6Widgets)
-BuildRequires:  cmake(msgpack)
+BuildRequires:  cmake(msgpack-c)
 BuildRequires:  neovim
 %if %{with tests}
 BuildRequires:  font(dejavusansmono)
@@ -58,7 +60,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/nvim-qt.desktop
 %if %{with tests}
 # UI component tests require running display server
 %global __ctest xwfb-run -c %{test_compositor} -- %{__ctest}
-%ctest -E tst_qsettings
+%ctest
 %endif
 
 %files
@@ -71,6 +73,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/nvim-qt.desktop
 %{_datadir}/nvim-qt/
 
 %changelog
+* Wed Sep 02 2026 Aleksei Bavshin <alebastr@fedoraproject.org> - 0.2.20-1
+- Update to 0.2.20
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.19-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 91ac5e1..bf06650 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (neovim-qt-0.2.19.tar.gz) = 97b03ecab3f9b6cb42f9bfb4c05b072ae9ea1708a86f3fe03698f55b3563fc2aeeeae3edc34b337af52b8138ddec03d6507ab1488a282611d18c7b564df250f9
+SHA512 (neovim-qt-0.2.20.tar.gz) = 783c603ccf1ec02aa138b1122a0c09bcd4793cd4ca0b2363fd6994c03e578e8a9d6315ab348c56fb64ce99bb866a89b53ad707f21a6b5cf9d0ad181e87a19c22

                 reply	other threads:[~2026-09-05 20:39 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=178864078355.1.16193900271735532035.rpms-neovim-qt-2241204d24f2@fedoraproject.org \
    --to=alebastr@fedoraproject.org \
    --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