public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Luya Tshimbalanga <luya@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xournalpp] epel9: Update to upstream 1.3.6
Date: Wed, 15 Jul 2026 01:15:43 GMT	[thread overview]
Message-ID: <178407814314.1.13979123067730297262.rpms-xournalpp-46cb8282241c@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-15  1:15 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=178407814314.1.13979123067730297262.rpms-xournalpp-46cb8282241c@fedoraproject.org \
    --to=luya@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