From 0089aed0f0502407ee9b723f983f20fd15a11da598ec768ade3816535630deec Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 15 Apr 2016 12:45:24 +0000 Subject: [PATCH] Accepting request 387300 from home:badshah400:branches:Publishing (Sorry for the multiple sr's, having an awful day) - Update to version 0.6.0: - When building with QT5, add BuildRequires on pkgconfig(Qt5Concurrent) as this a necessary dependency this version onwards. - Set the cmake variable TeXworks_DIC_DIR to the proper installation location of myspell dicts in openSUSE to make texworks find them. OBS-URL: https://build.opensuse.org/request/show/387300 OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=15 --- release-0.4.6.tar.gz | 3 --- release-0.6.0.tar.gz | 3 +++ texworks.changes | 28 ++++++++++++++++++++++++++++ texworks.spec | 6 ++++-- 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 release-0.4.6.tar.gz create mode 100644 release-0.6.0.tar.gz diff --git a/release-0.4.6.tar.gz b/release-0.4.6.tar.gz deleted file mode 100644 index f5dbf00..0000000 --- a/release-0.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58650574c1e3234c38cddc3375f8043a83cc65075839030fc7089471af6a3bde -size 11271881 diff --git a/release-0.6.0.tar.gz b/release-0.6.0.tar.gz new file mode 100644 index 0000000..826d5b3 --- /dev/null +++ b/release-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb0dd76fe8870d0caa83f8f98743b44b6d5ce6e4df406e47eb6d0ffc2559f7b +size 11307312 diff --git a/texworks.changes b/texworks.changes index 39a8489..1716b75 100644 --- a/texworks.changes +++ b/texworks.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Apr 11 04:34:38 UTC 2016 - badshah400@gmail.com + +- Update to version 0.6.0: + + Complete redesign of the PDF previewer using QtPDF by Charlie + Sharpsteen + + Fast and responsive preview even at very high magnifications + + New page modes: continuous scrolling and two-column layout + + Text selection/copying from the PDF + + Go back to previous view after clicking on a link using + Alt+left arrow + + Fix disappearing spellcheck underline with some fonts/font + sizes in Qt 5 + + Update the width of the line number display when changing the + editor font + + Show a note in the "About Scripts" dialog for disabled script + languages + + Explicitly add a "Quit TeXworks" menu item to the global + menubar on Mac OS X + + Make Qt5 the default framework for building TeXworks + + Add support for Lua 5.3. +- When building with QT5, add BuildRequires on + pkgconfig(Qt5Concurrent) as this a necessary dependency this + version onwards. +- Set the cmake variable TeXworks_DIC_DIR to the proper + installation location of myspell dicts in openSUSE to make + texworks find them. + ------------------------------------------------------------------- Mon Apr 27 23:04:45 UTC 2015 - badshah400@gmail.com diff --git a/texworks.spec b/texworks.spec index a5535d0..18afb55 100644 --- a/texworks.spec +++ b/texworks.spec @@ -1,7 +1,7 @@ # # spec file for package texworks # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2007-09 by Jonathan Kew. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: texworks -Version: 0.4.6 +Version: 0.6.0 Release: 0 Summary: TeXshop-like TeX Editor License: GPL-2.0+ @@ -32,6 +32,7 @@ BuildRequires: hunspell-devel BuildRequires: libpoppler-devel >= 0.24 %if 0%{?suse_version} >= 1320 BuildRequires: libpoppler-qt5-devel >= 0.24 +BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Gui) @@ -108,6 +109,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\ -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=%{_lib} \\\ -DWITH_LUA=ON \\\ -DWITH_PYTHON=ON \\\ + -DTeXworks_DIC_DIR=%{_datadir}/myspell \\\ %if 0%{?suse_version} >= 1320 -DDESIRED_QT_VERSION="5" \\\ %else