From 11086de41363d27091220f24f21ea50754b186d970c60f1b41bebaa140a07439 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 28 Aug 2023 15:01:16 +0000 Subject: [PATCH] Accepting request 1105969 from home:badshah400:branches:X11:Utilities Update to version 1.2.1. OBS-URL: https://build.opensuse.org/request/show/1105969 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=43 --- xournalpp-1.2.0.tar.gz | 3 --- xournalpp-1.2.1.tar.gz | 3 +++ xournalpp.changes | 14 ++++++++++++++ xournalpp.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 xournalpp-1.2.0.tar.gz create mode 100644 xournalpp-1.2.1.tar.gz diff --git a/xournalpp-1.2.0.tar.gz b/xournalpp-1.2.0.tar.gz deleted file mode 100644 index ef1b8f5..0000000 --- a/xournalpp-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39e6e9b9c9eee44170a81e05c152e31a83d6a42ac7f8eebf7eea6b752a446377 -size 16699028 diff --git a/xournalpp-1.2.1.tar.gz b/xournalpp-1.2.1.tar.gz new file mode 100644 index 0000000..166b09c --- /dev/null +++ b/xournalpp-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f445337d80bbf7ae6a8a5e74975d0a3b84cb546ddcefd7e6448e157801ae9e8 +size 16702391 diff --git a/xournalpp.changes b/xournalpp.changes index a2c224a..92e8b22 100644 --- a/xournalpp.changes +++ b/xournalpp.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Aug 25 23:42:54 UTC 2023 - Atri Bhattacharya + +- Update to version 1.2.1: + * Added a default toolbar so that the app does not start without + toolbar on new installations + * Fixed some crashes and various issues with the crash log + handling + * Added options to the command line and preferences to disable + the audio system used for audio recording + * The official release builds are now all built with + gtksourceview styling for the LaTeX tool and in "RelWithDeb" + mode. Thus failing asserts do not result in a crash anymore. + ------------------------------------------------------------------- Wed Aug 2 06:11:10 UTC 2023 - thod_@gmx.de diff --git a/xournalpp.spec b/xournalpp.spec index c71b528..b147999 100644 --- a/xournalpp.spec +++ b/xournalpp.spec @@ -17,7 +17,7 @@ Name: xournalpp -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Notetaking software designed around a tablet License: GPL-2.0-or-later @@ -35,6 +35,7 @@ BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtksourceview-4) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libzip) @@ -43,7 +44,6 @@ BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(portaudiocpp) BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig(gtksourceview-4) Recommends: webp-pixbuf-loader Recommends: tex(scontents.tex) Recommends: tex(standalone.tex)