public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xournalpp] epel9: Update to upstream 1.3.6
@ 2026-07-15 1:15 Luya Tshimbalanga
0 siblings, 0 replies; only message in thread
From: Luya Tshimbalanga @ 2026-07-15 1:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xournalpp
Branch : epel9
Commit : 46cb8282241c86f93c783d32495e23eeac6c6e3d
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date : 2026-07-14T18:15:20-07:00
Stats : +13/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xournalpp/c/46cb8282241c86f93c783d32495e23eeac6c6e3d?branch=epel9
Log:
Update to upstream 1.3.6
---
diff --git a/.gitignore b/.gitignore
index 4831843..6059c29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
/xournalpp-1.3.3.tar.gz
/xournalpp-1.3.4.tar.gz
/xournalpp-1.3.5.tar.gz
+/xournalpp-1.3.6.tar.gz
diff --git a/sources b/sources
index c94c393..bf8ddfc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xournalpp-1.3.5.tar.gz) = 0906cbf40ec9b12493c1b021ca3dd7fa123934b4cd97a36a78960d3af38fbec25b8097a9d9a1610e392132caeac40e34065b87b769872f93afa999b08ac8724d
+SHA512 (xournalpp-1.3.6.tar.gz) = 8530920b197343a80607e44759bf46f3deb274781de0509e30e49a9728896e3d96e7749f0e7025fdabb4be3969146d26ede215583ac1fb67043d73476fd00d89
diff --git a/xournalpp.spec b/xournalpp.spec
index 008a28f..36ae9df 100644
--- a/xournalpp.spec
+++ b/xournalpp.spec
@@ -1,13 +1,21 @@
%global cppunit 1
%global gtest 1
%global profiling 1
+
+# qpdf is not available with the required version on RHEL ≤ 9
+%if 0%{?rhel} && 0%{?rhel} <= 9
+%global qpdf 0
+%else
+%global qpdf 1
+%endif
+
%global forgeurl https://github.com/xournalpp/xournalpp
Name: xournalpp
-Version: 1.3.5
+Version: 1.3.6
Release: %autorelease
Summary: Handwriting note-taking software with PDF annotation support
-License: GPL-2.0-or-later
+License: GPL-2.0-or-later
%forgemeta
URL: %{forgeurl}
Source: %{forgesource}
@@ -73,7 +81,7 @@ The %{name}-ui package contains a graphical user interface for %{name}.
-DCMAKE_BUILD_TYPE="Release" \
-DDISTRO_CODENAME="Fedora Linux" \
-DENABLE_GTEST=%{gtest} \
- -DENABLE_QPDF=OFF \
+ -DENABLE_QPDF=%{qpdf} \
-DENABLE_PROFILING=%{profiling}
%cmake_build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 1:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 1:15 [rpms/xournalpp] epel9: Update to upstream 1.3.6 Luya Tshimbalanga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox