Hello community,

here is the log from the commit of package retext for openSUSE:Factory checked 
in at 2016-05-17 17:16:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/retext (Old)
 and      /work/SRC/openSUSE:Factory/.retext.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "retext"

Changes:
--------
--- /work/SRC/openSUSE:Factory/retext/retext.changes    2015-12-24 
12:17:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.retext.new/retext.changes       2016-05-17 
17:16:35.000000000 +0200
@@ -1,0 +2,23 @@
+Sat May 14 14:12:40 UTC 2016 - [email protected]
+
+- Update to version 6.0.0
+  * The live preview now automatically scrolls to match its 
+    sition with the editor (only for Markdown).
+  * Markup conversion is now performed in a background process, 
+    proving responsiveness of the editor.
+  * Images can now be copied and pasted into ReText (contributed by 
+    Bart Clephas).
+  * Added a button to quickly close the search bar.
+  * Added basic CSS styling for tables.
+  * Replaced the tags box with the new “Formatting” box for 
+    Markdown (contributed by Donato Marrazzo).
+  * Hitting return twice now ends the Markdown list.
+  * ReText now depends on version 2.0 or higher of pymarkups.
+  * The QtWebKit dependency is now optional (though still 
+    recommended).
+- Spec file cleanups
+  * Update dependencies
+  * Use pretty name for source archive
+  * Disable testsuite as it requires connection to Xserver
+
+-------------------------------------------------------------------

Old:
----
  5.3.0.tar.gz

New:
----
  retext-6.0.0.tar.gz

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

Other differences:
------------------
++++++ retext.spec ++++++
--- /var/tmp/diff_new_pack.isZKNf/_old  2016-05-17 17:16:36.000000000 +0200
+++ /var/tmp/diff_new_pack.isZKNf/_new  2016-05-17 17:16:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package retext
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,34 @@
 
 
 Name:           retext
-Version:        5.3.0
+Version:        6.0.0
 Release:        0
 Summary:        Simple editor for Markdown and reStructuredText
 License:        GPL-3.0+
-Group:          Productivity/Editors/Other
+Group:          Productivity/Text/Editors
 Url:            https://github.com/retext-project/retext
-Source:         
https://github.com/retext-project/retext/archive/%{version}.tar.gz
+Source:         
https://github.com/retext-project/retext/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3
 BuildRequires:  python3-Markdown
-BuildRequires:  python3-Markups
+BuildRequires:  python3-Markups >= 2.0
 BuildRequires:  python3-devel
 BuildRequires:  python3-docutils
 BuildRequires:  python3-qt5
 BuildRequires:  rsvg-view
 BuildRequires:  update-desktop-files
 Requires:       python3-Markdown
-Requires:       python3-Markups
+Requires:       python3-Markups >= 2.0
 Requires:       python3-docutils
 Requires:       python3-pyenchant
 Requires:       python3-qt5
 Recommends:     python3-Pygments
+Requires(post): hicolor-icon-theme
+Requires(post): update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): update-desktop-files
 Provides:       ReText = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -50,23 +54,20 @@
 markup languages. It is written in Python using PyQt libraries.
 
 %prep
-%setup
+%setup -q
 dos2unix LICENSE_GPL
 
 %build
 python3 setup.py build
 
-%check
-python3 setup.py test
-
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
 
-%{__mkdir} -pv %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
-%{__mkdir} -pv %{buildroot}%{_datadir}/%{name}/
-%{__mkdir} -pv %{buildroot}%{_datadir}/applications/
+mkdir -pv %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
+mkdir -pv %{buildroot}%{_datadir}/%{name}/
+mkdir -pv %{buildroot}%{_datadir}/applications/
 
-%{__cp} -r icons/*.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
+cp -r icons/*.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
 ICONSIZE="16 22 32 48 64 128 256"
 pushd %{buildroot}%{_datadir}/icons/hicolor/
 for i in $ICONSIZE; do


Reply via email to