Compare commits

..

14 commits

Author SHA1 Message Date
Luya Tshimbalanga
e65d8115a6 Upload source 2026-05-18 17:05:59 -07:00
Luya Tshimbalanga
3b7044d42f Update to 1.3.4 (rhbz#2452801) 2026-03-29 11:34:53 -07:00
Fedora Release Engineering
3be8c30994 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2026-02-28 10:55:25 -08:00
Luya Tshimbalanga
6c4aa08b4c Update to 1.3.3 (rhbz#2443564) 2026-02-28 10:55:25 -08:00
Luya Tshimbalanga
f6fccb858a Upload new source 2026-02-28 10:55:25 -08:00
Fedora Release Engineering
f0446a9fba Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2026-02-28 10:55:25 -08:00
Luya Tshimbalanga
c87cdfac62 Update to 1.3.2 (rhbz#2436551) 2026-02-03 16:06:21 -08:00
Luya Tshimbalanga
1d25387b3e Update to 1.3.1 (rhbz#2424237) 2025-12-22 08:41:03 -08:00
Luya Tshimbalanga
07a147ae88 Update to 1.3.0 2025-12-15 17:05:07 -08:00
Fedora Release Engineering
43e39c917d Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-12-15 17:05:07 -08:00
Luya Tshimbalanga
3e6a535860 Upload source 2025-12-15 17:00:16 -08:00
Luya Tshimbalanga
6475e96ecd Update to 1.2.10 2025-12-07 10:08:57 -08:00
Luya Tshimbalanga
ee1d01fe41 Update to 1.2.8
This update also modernize the spec file using forge format
2025-09-03 22:21:59 -07:00
Luya Tshimbalanga
4dd252236c Update to 1.2.7 (rhbz#2365399) 2025-05-11 10:12:50 -07:00
3 changed files with 3 additions and 14 deletions

3
.gitignore vendored
View file

@ -22,6 +22,3 @@
/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.7.tar.gz) = 119f11d9a6a22c616b104b559a56fa960047a898e016c22987d44fadcae5659896f7d7ecb110b86bd3bce8d5bdfb5b78849233e96bfa3905b6c750ce80ea3c5d
SHA512 (xournalpp-1.3.4.tar.gz) = bc2c925d084722d3418b3de0c0131518fa2dab1563acd6636ab3a2c5a358962e71feea339a248341f57cadf83733a1f0532f0993287da9d56eb9b0e5ab203578

View file

@ -1,18 +1,11 @@
%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.7
Version: 1.3.4
Release: %autorelease
Summary: Handwriting note-taking software with PDF annotation support
License: GPL-2.0-or-later
@ -85,8 +78,7 @@ 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_QPDF=%{with qpdf}
-DENABLE_PROFILING=%{with profiling}
%cmake_build