public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gwyn Ciesla <gwync@protonmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: 2.9.0
Date: Mon, 20 Jul 2026 18:59:45 GMT [thread overview]
Message-ID: <178457398522.1.1150555416184058789.rpms-vym-528f33ffb51b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vym
Branch : epel10
Commit : 528f33ffb51bfea609ebf5437c5047f5cce1344d
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2023-03-30T14:36:29-05:00
Stats : +14/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/vym/c/528f33ffb51bfea609ebf5437c5047f5cce1344d?branch=epel10
Log:
2.9.0
---
diff --git a/.gitignore b/.gitignore
index 32b5077..0946580 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,4 @@ vym-1.12.7.tar.bz2
/vym-2.7.562.tar.bz2
/vym-2.8.0.tar.gz
/vym-2.8.8.tar.gz
+/vym-2.9.0.tar.gz
diff --git a/sources b/sources
index 5d8072c..db94c21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vym-2.8.8.tar.gz) = 8eed583edcad505e9694685566eff29d22dfca6e851fd964f801cfd66acb702e0340f5b13a4a0e0c19893215f7d11f2319fd18f9f1afa6314ddb50d7f13453dc
+SHA512 (vym-2.9.0.tar.gz) = b9cf714952b7a2c2d65f8790bc5a0b9fa62755d5bdf8552c37254e3274ad3573ec3b7b9bb70b1a00acfd50889afd13bf7427446c2eec3362bf9c38b3a2713052
diff --git a/vym.spec b/vym.spec
index 0902adc..d092f5b 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,8 +1,8 @@
%global __requires_exclude .*BugzillaClient.*
Name: vym
-Version: 2.8.8
-Release: 6%{?dist}
+Version: 2.9.0
+Release: 1%{?dist}
Summary: View your mind
License: GPL-2.0-or-later
@@ -18,9 +18,9 @@ Source6: vym-logo-new-32.png
Source7: vym-logo-new-48.png
Source8: vym-logo-new-256.png
-BuildRequires: make
+BuildRequires: make cmake
BuildRequires: qt5-qtbase-devel qt5-qtsvg-devel libXext-devel desktop-file-utils
-BuildRequires: qt5-qtscript-devel
+BuildRequires: qt5-qtscript-devel qt5-linguist
%{?filter_setup:
%filter_from_requires /^perl(BugzillaClient)$/d
@@ -44,13 +44,13 @@ to organize tasks, to get an overview over complex contexts.
%global docval %{_docdir}
-%{qmake_qt5} DOCDIR="%{?docval}" PREFIX=%{_prefix} DATADIR=%{_datadir}/vym CMAKE_INSTALL_PREFIX=%{_datadir}
-
-%{__make} %{?_smp_mflags}
+%cmake -DCMAKE_INSTALL_DATAROOTDIR:PATH=share/vym
+%cmake_build
%install
-%{__make} install INSTALL_ROOT=%{buildroot} COPY="%{__cp} -p -f"
+mkdir -p %{buildroot}%{_datadir}/vym
+%cmake_install
%{__mkdir} -p %{buildroot}%{_datadir}/applications/
@@ -82,6 +82,7 @@ desktop-file-install \
install -m a+rx,u+w -d %{buildroot}%{_datadir}/mime/packages
install -p -m a+r,u+w %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/vym.xml
+
%files
%license LICENSE.txt
%doc README.md demos/* doc/*
@@ -98,6 +99,9 @@ install -p -m a+r,u+w %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/vym.xml
%changelog
+* Fri Mar 24 2023 Gwyn Ciesla <gwync@protonmail.com> - 2.9.0-1
+- 2.9.0
+
* Fri Mar 03 2023 Gwyn Ciesla <gwync@protonmail.com> - 2.8.8-6
- migrated to SPDX license
reply other threads:[~2026-07-20 18:59 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=178457398522.1.1150555416184058789.rpms-vym-528f33ffb51b@fedoraproject.org \
--to=gwync@protonmail.com \
--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