public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: 2.9.0
@ 2026-07-20 18:59 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-20 18:59 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:59 [rpms/vym] epel10: 2.9.0 Gwyn Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox