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] rawhide: Update to upstream 1.3.6
Date: Wed, 15 Jul 2026 00:19:23 GMT	[thread overview]
Message-ID: <178407476340.1.2424408802007274241.rpms-xournalpp-09b0f126389c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xournalpp
Branch : rawhide
Commit : 09b0f126389c1d91075b24f0a5b08981613a77cd
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date   : 2026-07-14T17:19:17-07:00
Stats  : +12/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/xournalpp/c/09b0f126389c1d91075b24f0a5b08981613a77cd?branch=rawhide

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 7516510..2071c61 100644
--- a/xournalpp.spec
+++ b/xournalpp.spec
@@ -1,11 +1,18 @@
 %bcond cppunit  1
 %bcond gtest 1
 %bcond profiling 1
+
+# qpdf is not available with the required version on RHEL ≤ 9
+%if 0%{?rhel} && 0%{?rhel} <= 9
+%bcond qpdf 0
+%else
 %bcond 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
@@ -78,7 +85,8 @@ This package contains user interface resources for %{name}.
     -DCMAKE_BUILD_TYPE="Release" \
     -DDISTRO_CODENAME="Fedora Linux" \
     -DENABLE_GTEST=%{with gtest} \
-    -DENABLE_PROFILING=%{with profiling}
+    -DENABLE_PROFILING=%{with profiling} \
+    -DENABLE_QPDF=%{with qpdf}
 
 %cmake_build
 

                 reply	other threads:[~2026-07-15  0:19 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=178407476340.1.2424408802007274241.rpms-xournalpp-09b0f126389c@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