Compare commits

..

17 commits

Author SHA1 Message Date
Luya Tshimbalanga
72216be6bc Update to upstream 1.3.7
Resolves: rhbz#2512924
2026-08-11 08:41:13 -07:00
Fedora Release Engineering
c62f5e4469 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:24:13 +00:00
Luya Tshimbalanga
09b0f12638 Update to upstream 1.3.6 2026-07-14 17:19:17 -07:00
Luya Tshimbalanga
6e9bed5299 Update to 1.3.5 (#2486189) 2026-06-09 08:41:06 -07:00
Luya Tshimbalanga
23d951cb8b Upload source 2026-03-29 11:33:09 -07:00
Luya Tshimbalanga
fae7f5064b Update to 1.3.4 (rhbz#2452801) 2026-03-29 11:29:34 -07:00
Luya Tshimbalanga
5631a8dcd4 Upload new source 2026-02-28 10:50:09 -08:00
Luya Tshimbalanga
f2486c8240 Update to 1.3.3 (rhbz#2443564) 2026-02-28 10:42:31 -08:00
Luya Tshimbalanga
f74c393d40 Update to 1.3.2 (rhbz#2436551) 2026-02-03 16:04:17 -08:00
Fedora Release Engineering
9579ebb820 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:51:38 +00:00
Luya Tshimbalanga
0bd18f65d2 Update to 1.3.1 (rhbz#2424237) 2025-12-22 08:39:15 -08:00
Luya Tshimbalanga
53d0687aed Upload source 2025-12-13 00:49:03 -08:00
Luya Tshimbalanga
8b8640307c Update to 1.3.0 2025-12-13 00:43:14 -08:00
Luya Tshimbalanga
00cc2e5fb2 Update to 1.2.10 2025-12-07 10:07:22 -08:00
Luya Tshimbalanga
8b23116989 Update to 1.2.8
This update also modernize the spec file using forge format
2025-09-03 22:19:39 -07:00
Fedora Release Engineering
f725dcc1a1 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 21:02:12 +00:00
Luya Tshimbalanga
4ac0c985c1 Update to 1.2.7 (rhbz#2365399) 2025-05-11 10:10:28 -07:00
3 changed files with 14 additions and 3 deletions

3
.gitignore vendored
View file

@ -22,3 +22,6 @@
/xournalpp-1.3.2.tar.gz
/xournalpp-1.3.3.tar.gz
/xournalpp-1.3.4.tar.gz
/xournalpp-1.3.5.tar.gz
/xournalpp-1.3.6.tar.gz
/xournalpp-1.3.7.tar.gz

View file

@ -1 +1 @@
SHA512 (xournalpp-1.3.4.tar.gz) = bc2c925d084722d3418b3de0c0131518fa2dab1563acd6636ab3a2c5a358962e71feea339a248341f57cadf83733a1f0532f0993287da9d56eb9b0e5ab203578
SHA512 (xournalpp-1.3.7.tar.gz) = 119f11d9a6a22c616b104b559a56fa960047a898e016c22987d44fadcae5659896f7d7ecb110b86bd3bce8d5bdfb5b78849233e96bfa3905b6c750ce80ea3c5d

View file

@ -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.4
Version: 1.3.7
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