Hello community, here is the log from the commit of package xournalpp for openSUSE:Leap:15.2 checked in at 2020-02-19 18:45:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/xournalpp (Old) and /work/SRC/openSUSE:Leap:15.2/.xournalpp.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xournalpp" Wed Feb 19 18:45:36 2020 rev:4 rq:775676 version:1.0.16 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/xournalpp/xournalpp.changes 2020-01-15 16:31:36.220860939 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.xournalpp.new.26092/xournalpp.changes 2020-02-19 18:45:38.942710636 +0100 @@ -1,0 +2,55 @@ +Tue Dec 17 11:39:57 UTC 2019 - Atri Bhattacharya <[email protected]> + +- Update to version 1.0.16: + * Fixed currently editing textboxes not exporting to PDF. + * Fixed line tool breaking when snap-to-grid is disabled. +- Changes from version 1.0.15 and 1.0.14: + * Fixed an issue where copying and pasting strokes would crash + the program. + * Text field bugfixes + * Latex tool enhancements + * Image tool bugfixes + * Misc quality-of-life enhancements + * New experimental floating toolbox + * Improved input handling, bugfixes + * Updated preferences window + * Fixed some crashing issues + * Refactoring and other non-user visible changes + * Other misc features and bugfixes +- Add xournalpp-fix-desktop-categories.patch: Fix desktop + categories with additional keywords to prevent "No sufficient + Category definition" error from brp-desktop. + +------------------------------------------------------------------- +Sat Jun 15 07:21:15 UTC 2019 - [email protected] + +- Update to version 1.0.12 + * Added new experimental input system that should fix a lot of + issues related to input handling (can be enabled from + Preferences > Input System). + * Added experimental stroke filter (can be enabled in + Preferences > Drawing Area) to allow selections using drawing + tool + * Added ability to double click on selected objects (e.g. text + fields and LaTeX) to begin editing them (only available with + the new input system enabled) + * Fixed some issues with selections + * Fixed some issues involving autosaving + * Improved LaTeX editor experience, as well as bug fixes + * Fixed text editor copying and pasting to the wrong clipboard + * Fixed many zoom issues while in presentation mode + * Fixed some other miscellaneous issues + +- Use package name in the tarball + +------------------------------------------------------------------- +Wed Apr 17 08:44:56 UTC 2019 - Atri Bhattacharya <[email protected]> + +- Update to version 1.0.10: + * Support for a new, future file format. + * Lots of bug fixes and improvements. +- Drop xournalpp-fix-horizontal-space.patch: incorporated + upstream. +- New BuildRequires: pkgconfig(libzip). + +------------------------------------------------------------------- Old: ---- 1.0.8.tar.gz xournalpp-fix-horizontal-space.patch New: ---- xournalpp-1.0.16.tar.gz xournalpp-fix-desktop-categories.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xournalpp.spec ++++++ --- /var/tmp/diff_new_pack.7Jb4sd/_old 2020-02-19 18:45:40.194713171 +0100 +++ /var/tmp/diff_new_pack.7Jb4sd/_new 2020-02-19 18:45:40.230713244 +0100 @@ -12,20 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: xournalpp -Version: 1.0.8 +Version: 1.0.16 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/%{version}.tar.gz -# PATCH-FIX-UPSTREAM xournalpp-fix-horizontal-space.patch gh#xournalpp/xournalpp#906 [email protected] -- Fix adding horizontal space to document view from preferences; patch taken from upstream commit -Patch0: xournalpp-fix-horizontal-space.patch +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 [email protected] -- Fix desktop categories with additional keywords to prevent "No sufficient Category definition" error from brp-desktop. +Patch0: xournalpp-fix-desktop-categories.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -36,6 +36,7 @@ BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libzip) BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(portaudiocpp) BuildRequires: pkgconfig(sndfile) @@ -71,15 +72,16 @@ %doc AUTHORS README.md %{_bindir}/xournal-thumbnailer %{_bindir}/xournalpp -%{_datadir}/applications/xournalpp.desktop +%{_datadir}/applications/*.xournalpp.desktop %{_datadir}/icons/hicolor/scalable/mimetypes/*.svg %{_datadir}/mime/packages/*.xml +%dir %{_datadir}/metainfo +%{_datadir}/metainfo/*.appdata.xml %dir %{_datadir}/mimelnk %dir %{_datadir}/mimelnk/application %{_datadir}/mimelnk/application/*.desktop %{_datadir}/xournalpp/ %{_datadir}/icons/hicolor/*/apps/* -%{_bindir}/xopp-recording.sh %dir %{_datadir}/thumbnailers %{_datadir}/thumbnailers/*.thumbnailer ++++++ xournalpp-fix-desktop-categories.patch ++++++ Index: xournalpp-1.99.20190821.ccc9dbc6/desktop/com.github.xournalpp.xournalpp.desktop =================================================================== --- xournalpp-1.99.20190821.ccc9dbc6.orig/desktop/com.github.xournalpp.xournalpp.desktop +++ xournalpp-1.99.20190821.ccc9dbc6/desktop/com.github.xournalpp.xournalpp.desktop @@ -24,4 +24,4 @@ Terminal=false StartupNotify=true MimeType=application/x-xoj;application/x-xojpp;application/x-xopp;application/x-xopt;application/pdf; Icon=com.github.xournalpp.xournalpp -Categories=Office;GNOME;GTK; +Categories=Graphics;2DGraphics;GTK;GNOME;
