SHA256
1
0
forked from pool/xournalpp

10 Commits

Author SHA256 Message Date
509e32cdc9 Accepting request 1302800 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1302800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xournalpp?expand=0&rev=28
2025-09-05 19:43:06 +00:00
96fddc4464 * Update to version 1.2.8.
* Drop xournalpp-return.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=57
2025-09-04 18:12:33 +00:00
787869feaf Accepting request 1276801 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1276801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xournalpp?expand=0&rev=27
2025-05-12 14:51:58 +00:00
Martin Pluskal
8ec6776cec Update to version 1.2.7.
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=55
2025-05-12 10:27:54 +00:00
27e74c0c72 Accepting request 1247283 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1247283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xournalpp?expand=0&rev=26
2025-02-20 15:40:44 +00:00
Martin Pluskal
7623d94658 Update to version 1.2.6
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=53
2025-02-20 08:16:14 +00:00
fee6c44f17 Accepting request 1233413 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1233413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xournalpp?expand=0&rev=25
2024-12-26 11:24:45 +00:00
4628ddfe80 Update to version 1.2.5
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=51
2024-12-26 04:10:42 +00:00
71c4520b95 Accepting request 1218827 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1218827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xournalpp?expand=0&rev=24
2024-10-28 14:26:40 +00:00
dee658bcd8 - Update to version 1.2.4.
- Drop BuildRequires: update-desktop-files since suse_update_desktop_file macro is no longer used.

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=49
2024-10-28 14:10:30 +00:00
5 changed files with 65 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8817abd1794760c2a3be3a35e56a5588a51e517bc591384fa321994d50e14e7c
size 16708613

3
xournalpp-1.2.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f42d81e9509d4bd2d4c2cb2c54049c8518381aa9500c0671febd6c518010e0a7
size 16874174

View File

@@ -1,10 +0,0 @@
--- xournalpp-1.2.0-orig/src/core/pdf/popplerapi/PopplerGlibPage.cpp 2023-07-29 23:28:24.000000000 +0200
+++ xournalpp-1.2.0/src/core/pdf/popplerapi/PopplerGlibPage.cpp 2023-08-02 17:13:44.165492360 +0200
@@ -109,6 +109,7 @@
return POPPLER_SELECTION_GLYPH;
default:
g_assert(false && "unimplemented");
+ return POPPLER_SELECTION_WORD; // never reached
}
}

View File

@@ -1,3 +1,63 @@
-------------------------------------------------------------------
Tue Sep 2 15:08:41 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.2.8:
* Improved the behavior of selection tools.
* Fixed various visual artifacts.
* Fixed some behavior of Mouse+Keyboard combo devices.
* Fixed filename extension stripping.
* Fixed CLI using relative paths.
* Fixed various crashes.
* Made using GtkSourceView and Plugins proper CMake options.
* Updated translations.
- Drop xournalpp-return.patch: fixed upstream.
-------------------------------------------------------------------
Sun May 11 06:57:35 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.2.7:
* Improved error logs (gh#xournalpp/xournalpp#6319).
* Fixed some undefined behaviours that may have caused crashes
(gh#xournalpp/xournalpp#6326).
* Fixed some memory leaks (gh#xournalpp/xournalpp#6356).
* Ensured timers are cancelled on exit
(gh#xournalpp/xournalpp#6351).
* Fixed handling of linebreaks in latex tool
(gh#xournalpp/xournalpp#6374).
* Linux: forward crash signals to system handler after emergency
save (gh#xournalpp/xournalpp#6392).
* Fixed wrong glyph spacing in texts using small fonts
(gh#xournalpp/xournalpp#6393).
* Fixed rasterization of Tex elements on PDF/SVG export or
printing (gh#xournalpp/xournalpp#6395).
* Updated translations.
-------------------------------------------------------------------
Thu Feb 20 03:55:50 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.2.6:
* Fixed compass outline drawing.
* Exposed selected text to the windowing system.
-------------------------------------------------------------------
Sun Dec 22 11:14:03 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.2.5:
* Fixed regressions when exporting to PDF.
* Fixed crash when importing some SVG files.
* Have geometry tools appear in the middle of the view.
* Updated translations.
-------------------------------------------------------------------
Fri Oct 25 06:40:26 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.2.4:
* Fixed various dark/light theme inconsistencies.
* Improved edge panning for large selections.
* Fixed various crashes, freezes and memory leaks.
- Drop BuildRequires: update-desktop-files since
%suse_update_desktop_file macro is no longer used.
-------------------------------------------------------------------
Sat Mar 2 10:01:43 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xournalpp
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,18 @@
Name: xournalpp
Version: 1.2.3
Version: 1.2.8
Release: 0
Summary: Notetaking software designed around a tablet
License: GPL-2.0-or-later
Group: Productivity/Office/Other
URL: https://github.com/xournalpp/xournalpp
Source0: https://github.com/xournalpp/xournalpp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM xournalpp-return.patch -- Fix control reaches end of non-void function
Patch0: xournalpp-return.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: texlive-latex-bin
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0)