Hello community,

here is the log from the commit of package texworks for openSUSE:Factory 
checked in at 2020-03-27 21:57:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texworks (Old)
 and      /work/SRC/openSUSE:Factory/.texworks.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texworks"

Fri Mar 27 21:57:56 2020 rev:22 rq:788933 version:0.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/texworks/texworks.changes        2019-03-21 
09:52:54.798795138 +0100
+++ /work/SRC/openSUSE:Factory/.texworks.new.3160/texworks.changes      
2020-03-27 21:58:38.178839480 +0100
@@ -1,0 +2,46 @@
+Fri Mar 27 08:48:46 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  release-0.6.3.tar.gz

New:
----
  texworks-0.6.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texworks.spec ++++++
--- /var/tmp/diff_new_pack.lTbLYG/_old  2020-03-27 21:58:40.122840611 +0100
+++ /var/tmp/diff_new_pack.lTbLYG/_new  2020-03-27 21:58:40.174840641 +0100
@@ -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:       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 @@
        -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 @@
 %{_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


Reply via email to