From f2d8374b2cb8ccb0309e2f3079e74bb2358d50bffd31418c59d37fce15d9f574 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 17 Apr 2018 08:13:54 +0000 Subject: [PATCH 1/2] Accepting request 597341 from home:seb95passionlinux:branches:editors - Update to version 1.6.2 * Issue #315: Worked around slow load of QPrinter constructor in Fedora 27 by lazy loading the printer settings only when needed for printing or print preview rather than during application startup. * Fixed line break tokenizing to not include paragraph breaks. OBS-URL: https://build.opensuse.org/request/show/597341 OBS-URL: https://build.opensuse.org/package/show/editors/ghostwriter?expand=0&rev=30 --- ghostwriter-1.6.1.tar.gz | 3 --- ghostwriter-1.6.2.tar.gz | 3 +++ ghostwriter.changes | 10 ++++++++++ ghostwriter.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ghostwriter-1.6.1.tar.gz create mode 100644 ghostwriter-1.6.2.tar.gz diff --git a/ghostwriter-1.6.1.tar.gz b/ghostwriter-1.6.1.tar.gz deleted file mode 100644 index 264fafb..0000000 --- a/ghostwriter-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f0475c6ece06e2519acea939fdcb8d32919c4709208dac7a089000ac4776cbb -size 677531 diff --git a/ghostwriter-1.6.2.tar.gz b/ghostwriter-1.6.2.tar.gz new file mode 100644 index 0000000..20e91eb --- /dev/null +++ b/ghostwriter-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea5a1b2b2ebd79c2814ff32c4b9d3bdc983f8260566fc7a1c9795da592d97c0 +size 678181 diff --git a/ghostwriter.changes b/ghostwriter.changes index ef59c9e..9970e5b 100644 --- a/ghostwriter.changes +++ b/ghostwriter.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 16 17:05:07 UTC 2018 - seb95.scou@gmail.com + +- Update to version 1.6.2 + * Issue #315: Worked around slow load of QPrinter constructor + in Fedora 27 by lazy loading the printer settings only when + needed for printing or print preview rather than during + application startup. + * Fixed line break tokenizing to not include paragraph breaks. + ------------------------------------------------------------------- Mon Apr 9 15:17:14 UTC 2018 - seb95.scou@gmail.com diff --git a/ghostwriter.spec b/ghostwriter.spec index b7447e7..bfd937a 100644 --- a/ghostwriter.spec +++ b/ghostwriter.spec @@ -17,7 +17,7 @@ Name: ghostwriter -Version: 1.6.1 +Version: 1.6.2 Release: 0 Summary: A distraction-free Markdown editor License: GPL-3.0-or-later From b76e1adff2a02bb9a121d945e5ae90007c05d19505ba822a2a3349da5d364bc9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 17 Apr 2018 08:15:43 +0000 Subject: [PATCH 2/2] * Issue #315: Worked around slow load of QPrinter constructor in Fedora 27 by lazy loading the printer settings only when needed for printing or print preview rather than during application startup. * Fixed line break tokenizing to not include paragraph breaks. OBS-URL: https://build.opensuse.org/package/show/editors/ghostwriter?expand=0&rev=31 --- ghostwriter.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ghostwriter.changes b/ghostwriter.changes index 9970e5b..6520b1e 100644 --- a/ghostwriter.changes +++ b/ghostwriter.changes @@ -2,11 +2,11 @@ Mon Apr 16 17:05:07 UTC 2018 - seb95.scou@gmail.com - Update to version 1.6.2 - * Issue #315: Worked around slow load of QPrinter constructor - in Fedora 27 by lazy loading the printer settings only when - needed for printing or print preview rather than during - application startup. - * Fixed line break tokenizing to not include paragraph breaks. + * Issue #315: Worked around slow load of QPrinter constructor in + Fedora 27 by lazy loading the printer settings only when needed + for printing or print preview rather than during application + startup. + * Fixed line break tokenizing to not include paragraph breaks. ------------------------------------------------------------------- Mon Apr 9 15:17:14 UTC 2018 - seb95.scou@gmail.com