diff --git a/release-0.6.3.tar.gz b/release-0.6.3.tar.gz deleted file mode 100644 index 2e47215..0000000 --- a/release-0.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4695539b9666935d2c467cc618c7d79c174e2ec728e31f72df8534862a5c290 -size 12082640 diff --git a/texworks-0.6.5.tar.gz b/texworks-0.6.5.tar.gz new file mode 100644 index 0000000..fdc571d --- /dev/null +++ b/texworks-0.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e124e009703b847bbd835f7dfa0c4f0338983de1b84bd4d992b626c2a1b95343 +size 12140935 diff --git a/texworks.changes b/texworks.changes index 15e38e8..7c3b018 100644 --- a/texworks.changes +++ b/texworks.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Fri Mar 27 08:48:46 UTC 2020 - Atri Bhattacharya + +- Update to version 0.6.5: + * Fix text selection handling when moving the mouse. + * Fix auto-reloading of TeX documents that were changed outside + TeXworks. + * Updated translations. +- Changes from version 0.6.4: + * Add shortcut (Ctrl+Shift+J) to invoke SyncTeX at the cursor + position. + * Make shortcuts for autocompletion configurable. + * Make "Auto-Follow Focus" configurable in the preferences. + * Make editor line spacing customizable. + * Make console output accessible by keyboard; among other thigs, + this makes the console work with screen readers. + * Migrate to a more powerful regular expressions engine (e.g. + for finding and replacing). + * Fix opening empty files. + * Fix the highlighting of TeX commands that include non-ASCII + characters. + * Fix the auto-closing of PDFs with the associated TeXs. + * Fix the PDF display on high-dpi screens like Retina displays. + * Properly handle "&" for recent files menu. + * Fix syntax highlighting in the "New from template" dialog. + * Sort interface locales alphabetically in the preferences. + * Don't show invalid PDF page sizes in the meta data dock. + * Properly show the PDF file size in the meta data dock even for + locked or invalid files. + * Fix the conversion of Lua tables in Lua scripts. + * Fix the installation of icons on *nix platforms. + * Update libraries for pre-built binaries. + * Modernize and restructure the code to improve quality, + stability, maintainability, and the possibilities for future + enhancements. + * Improve unit tests and add automated testing on Windows; this + ensures better code quality across all supported operating + systems. + * Discontinue Qt4 support. + * Updated translations. +- Rename source tarball to %{name}-%{version}.tar.gz. +- Adapt to changed location of icons: + * Add BuildRequires: hicolor-icon-theme. + * Update file list with new icon directory. +- Minor cleanups with spec-cleaner. + ------------------------------------------------------------------- Tue Mar 19 15:12:11 UTC 2019 - Atri B diff --git a/texworks.spec b/texworks.spec index c161a0a..4fa09f4 100644 --- a/texworks.spec +++ b/texworks.spec @@ -1,7 +1,7 @@ # # spec file for package texworks # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2007-09 by Jonathan Kew. # # All modifications and additions to the file contributed by third parties @@ -13,25 +13,27 @@ # 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: texworks -Version: 0.6.3 +Version: 0.6.5 Release: 0 Summary: TeXshop-like TeX Editor License: GPL-2.0-or-later Group: Productivity/Publishing/TeX/Frontends -Url: http://www.tug.org/texworks/ -Source0: https://github.com/TeXworks/texworks/archive/release-%{version}.tar.gz +URL: https://www.tug.org/texworks/ +Source0: https://github.com/TeXworks/texworks/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: dbus-1-devel BuildRequires: desktop-file-utils +BuildRequires: hicolor-icon-theme BuildRequires: hunspell-devel BuildRequires: libpoppler-devel >= 0.24 BuildRequires: libpoppler-qt5-devel >= 0.24 BuildRequires: lua-devel +BuildRequires: pkgconfig BuildRequires: python3-devel BuildRequires: texlive-tex-bin BuildRequires: update-desktop-files @@ -49,7 +51,6 @@ Requires: dbus-1 Requires: hunspell Requires: poppler-tools Requires: texlive-latex -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The TeXworks project is a simple TeX front-end program (working @@ -90,7 +91,6 @@ This package adds lua scripting abitilies to TeXworks. -DWITH_LUA=ON \ -DWITH_PYTHON=ON \ -DTeXworks_DIC_DIR=%{_datadir}/myspell \ - -DDESIRED_QT_VERSION="5" \ -DTeXworks_PLUGIN_DIR=%{_libdir}/%{name} %cmake_build @@ -112,7 +112,7 @@ done %{_datadir}/metainfo/texworks.appdata.xml %{_bindir}/texworks %{_datadir}/applications/texworks.desktop -%{_datadir}/pixmaps/*.png +%{_datadir}/icons/hicolor/*/apps/*.png %{_mandir}/man1/texworks.1%{?ext_man} %files plugin-python