forked from pool/xournalpp
Accepting request 797942 from home:badshah400:branches:X11:Utilities
- Update to version 1.0.18: - No longer need to build translations independently after running make. OBS-URL: https://build.opensuse.org/request/show/797942 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=17
This commit is contained in:
parent
b16e426ea8
commit
11c2ad2b94
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bfd456205b75c86cba598e86c2ef6011871a30f6452221fe675680fd768db3a
|
||||
size 14885382
|
3
xournalpp-1.0.18.tar.gz
Normal file
3
xournalpp-1.0.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f13178f67fc5c4eed566a09a16cbee80655a6bb7ab4425b4bc3962e8b608c215
|
||||
size 14892343
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 15:47:33 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.0.18:
|
||||
* Fixed a crash occurring when recent file entries are invalid
|
||||
(gh#xournalpp/xournalpp#1730)
|
||||
* Fixed translations not being built correctly, causing
|
||||
packaging issues (gh#xournalpp/xournalpp#1596)
|
||||
* Fixed background PDF outlines not being saved in exported PDF
|
||||
(only available when compiled with Cairo 1.16 or newer)
|
||||
* Fixed a deadlock occurring when a second PDF with an outline
|
||||
is opened (gh#xournalpp/xournalpp#1582).
|
||||
* Fixed the settings file being written to when it is parsed
|
||||
(gh#xournalpp/xournalpp#1074)
|
||||
* Fixed dark mode icons not loading properly
|
||||
(gh#xournalpp/xournalpp#1767)
|
||||
* Added missing dark mode icons (gh#xournalpp/xournalpp#1765)
|
||||
* Fixed crash in Export As ... on some page range options
|
||||
(gh#xournalpp/xournalpp#1790)
|
||||
* Fixed crash caused by custom colors in toolbar being "too
|
||||
close" (gh#xournalpp/xournalpp#1659)
|
||||
- No longer need to build translations independently after
|
||||
running make.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 00:25:56 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xournalpp
|
||||
Version: 1.0.17
|
||||
Version: 1.0.18
|
||||
Release: 0
|
||||
Summary: Notetaking software designed around a tablet
|
||||
License: GPL-2.0-or-later
|
||||
@ -55,7 +55,6 @@ It supports pen input, e.g. Wacom tablets.
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake_build translations
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
Loading…
Reference in New Issue
Block a user