Hello community,

here is the log from the commit of package retext for openSUSE:Factory checked 
in at 2020-05-26 17:20:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/retext (Old)
 and      /work/SRC/openSUSE:Factory/.retext.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "retext"

Tue May 26 17:20:46 2020 rev:20 rq:808235 version:7.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/retext/retext.changes    2020-02-21 
16:41:47.913965978 +0100
+++ /work/SRC/openSUSE:Factory/.retext.new.2738/retext.changes  2020-05-26 
17:20:47.836165314 +0200
@@ -1,0 +2,70 @@
+Fri May 22 12:19:39 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 7.10
+  General improvements:
+  * New files are now opened in new tabs by default, not new
+    windows.
+  * Preferences dialog improvements: it now uses tabs.
+  * Return key now automatically continues quote blocks and
+    ordered lists
+  * It is now possible to close the current tab with Ctrl+W
+  * Ctrl+wheel on editor now increases/decreases font size.
+    Ctrl+wheel in preview zooms in/out.
+  * Alt+Up/Down arrow now moves the current line up/down.
+  * Added “Jump to Line” feature, with Ctrl+G shortcut.
+  * Table mode improvements.
+  * “Paste Image” moved to a separate action, with Ctrl+Shift+V
+    shortcut.
+  * Added “Insert table” dialog.
+  * Clicking a link to nonexistent file now prompts the user to
+    create it.
+  * Added a menu action to insert images from filesystem.
+  New options added:
+  * `relativeLineNumbers` — count line numbers as relative to
+    the current line.
+  * `documentStatsEnabled` — show text statistics in the lower
+    left corner of the editor.
+  * `rightMarginWrap` — soft-wrap text at user specified margin
+    line.
+  * `paperSize` — set the default paper size for print or PDF
+    export.
+  * `recentDocumentsCount` — number of recent files to show in
+    the menu.
+  * `windowTitleFullPath` — show full path in window title
+  * `defaultPreviewState` — mode for new tabs: `editor`,
+    `normal-preview` or `live-preview`.
+  * `wideCursor` — make cursor as wide as characters.
+  Bugs fixed:
+  * Limit max-width of images to 100%.
+  * setup.py now installs retext.svg icon.
+  * Autofill current filename for PDF export and Save As dialogs.
+  * Make sure search result does not overlap with stats/info
+    areas.
+  * Made the Markdown include extension working.
+  * Fixed handling multi-line rows in reStructuredText tables in
+    table mode.
+  * Ctrl+F now focuses the search field, not closes the search
+    bar. To close the search bar, now the Escape key can be used.
+  * Ensure that cursor is visible after resizes.
+  * Only check whether .css file exists on initial page load.
+  * Try to load libGL.so.1 before creating QApplication.
+  * Fix printing with dark themes.
+  * Make the WebKit renderer use disk cache.
+  * AppData file improvements.
+  * Files reloading no longer triggers tab change.
+  * Implemented PDF export for the WebEngine renderer.
+  * Make the highlighter not break the pymdownx.highlight
+    extension.
+  * WebEngine renderer broken with new Qt versions.
+  * Include the stylesheet in exported HTML.
+  * Display `*` in tab title when document is modified and
+    unsaved.
+  * Enable HiDPI icons.
+  * Updated Chinese (China), Czech, Danish, Dutch, Finnish,
+    German, Italian, Korean, Portuguese (Brazil),  Portuguese
+    (European), Russian, Serbian, Spanish, Swedish and Ukrainian
+    translations
+
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  retext-7.0.4.tar.gz

New:
----
  retext-7.1.0.tar.gz

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

Other differences:
------------------
++++++ retext.spec ++++++
--- /var/tmp/diff_new_pack.U4AgVr/_old  2020-05-26 17:20:48.364166450 +0200
+++ /var/tmp/diff_new_pack.U4AgVr/_new  2020-05-26 17:20:48.364166450 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           retext
-Version:        7.0.4
+Version:        7.1.0
 Release:        0
 Summary:        Simple editor for Markdown and reStructuredText
 License:        GPL-3.0-or-later
@@ -33,6 +33,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-docutils
 BuildRequires:  python3-qt5
+BuildRequires:  python3-setuptools
 %if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200
 BuildRequires:  rsvg-convert
 %else
@@ -44,13 +45,8 @@
 Requires:       python3-docutils
 Requires:       python3-pyenchant
 Requires:       python3-qt5
-Requires(post): hicolor-icon-theme
-Requires(post): update-desktop-files
-Requires(postun): hicolor-icon-theme
-Requires(postun): update-desktop-files
 Recommends:     python3-Pygments
 Provides:       ReText = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -58,8 +54,10 @@
 markup languages. It is written in Python using PyQt libraries.
 
 %prep
-%setup -q
+%autosetup
 dos2unix LICENSE_GPL
+# remove shebang
+sed -i '/^#!/d' ReText/__main__.py ReText/converterprocess.py
 
 %build
 python3 setup.py build
@@ -84,16 +82,7 @@
 
 %fdupes %{buildroot}%{_prefix}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
-%defattr(-,root,root)
 %doc changelog.md README.md configuration.md
 %license LICENSE_GPL
 %{_bindir}/%{name}

++++++ retext-7.0.4.tar.gz -> retext-7.1.0.tar.gz ++++++
++++ 29275 lines of diff (skipped)


Reply via email to