From b16e426ea86779d2a2c436a0531e2546e713db8fa2b0edcc3875dcaed212f28d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 19 Feb 2020 08:59:48 +0000 Subject: [PATCH] Accepting request 776164 from home:badshah400:branches:X11:Utilities - Update to version 1.0.17: - Fixed arrow tip scaling: now scales with thickness instead of length (gh#xournalpp/xournalpp#967). - Changed coordinate draw direction. - Fixed audio playback failures not showing error messages to the user (gh#xournalpp/xournalpp#1573). - Fixed text tool bold shortcut not working when capslock is enabled (gh#xournalpp/xournalpp#1583). - Fixed sidebar preview context menu "Move Page Up" and "Move Page Down" buttons not being disabled on the first and last page, respectively (gh#xournalpp/xournalpp#1637). - Fixed Enter keypress on the "Goto Page" (Ctrl-G) dialog not changing the page (gh#xournalpp/xournalpp#975). - Fixed missing Xournal++ icon errors on most of the dialog windows (gh#xournalpp/xournalpp#1667). - Build translations during make stage. - Use %cmake_build instead of obsolete %make_jobs. OBS-URL: https://build.opensuse.org/request/show/776164 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=15 --- xournalpp-1.0.16.tar.gz | 3 --- xournalpp-1.0.17.tar.gz | 3 +++ xournalpp.changes | 21 +++++++++++++++++++++ xournalpp.spec | 8 ++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 xournalpp-1.0.16.tar.gz create mode 100644 xournalpp-1.0.17.tar.gz diff --git a/xournalpp-1.0.16.tar.gz b/xournalpp-1.0.16.tar.gz deleted file mode 100644 index b639fa3..0000000 --- a/xournalpp-1.0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef42abfd237390aafdcc94bd231645576b8f398fd452caeb8068cb5428dc8f93 -size 14938799 diff --git a/xournalpp-1.0.17.tar.gz b/xournalpp-1.0.17.tar.gz new file mode 100644 index 0000000..bc0426c --- /dev/null +++ b/xournalpp-1.0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfd456205b75c86cba598e86c2ef6011871a30f6452221fe675680fd768db3a +size 14885382 diff --git a/xournalpp.changes b/xournalpp.changes index 2de0a19..07c71ad 100644 --- a/xournalpp.changes +++ b/xournalpp.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Feb 19 00:25:56 UTC 2020 - Atri Bhattacharya + +- Update to version 1.0.17: + - Fixed arrow tip scaling: now scales with thickness instead of + length (gh#xournalpp/xournalpp#967). + - Changed coordinate draw direction. + - Fixed audio playback failures not showing error messages to + the user (gh#xournalpp/xournalpp#1573). + - Fixed text tool bold shortcut not working when capslock is + enabled (gh#xournalpp/xournalpp#1583). + - Fixed sidebar preview context menu "Move Page Up" and "Move + Page Down" buttons not being disabled on the first and last + page, respectively (gh#xournalpp/xournalpp#1637). + - Fixed Enter keypress on the "Goto Page" (Ctrl-G) dialog not + changing the page (gh#xournalpp/xournalpp#975). + - Fixed missing Xournal++ icon errors on most of the dialog + windows (gh#xournalpp/xournalpp#1667). +- Build translations during make stage. +- Use %cmake_build instead of obsolete %make_jobs. + ------------------------------------------------------------------- Tue Dec 17 11:39:57 UTC 2019 - Atri Bhattacharya diff --git a/xournalpp.spec b/xournalpp.spec index 4ac21f4..02144ec 100644 --- a/xournalpp.spec +++ b/xournalpp.spec @@ -1,7 +1,7 @@ # # spec file for package xournalpp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: xournalpp -Version: 1.0.16 +Version: 1.0.17 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 +URL: https://github.com/xournalpp/xournalpp Source0: https://github.com/xournalpp/xournalpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM xournalpp-fix-desktop-categories.patch badshah400@gmail.com -- Fix desktop categories with additional keywords to prevent "No sufficient Category definition" error from brp-desktop. Patch0: xournalpp-fix-desktop-categories.patch @@ -55,7 +55,7 @@ It supports pen input, e.g. Wacom tablets. %build %cmake -%make_jobs +%cmake_build translations %install %cmake_install