Hello community,

here is the log from the commit of package retext for openSUSE:Factory checked 
in at 2015-12-24 12:17:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-05 
18:02:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.retext.new/retext.changes       2015-12-24 
12:17:29.000000000 +0100
@@ -1,0 +2,26 @@
+Mon Dec 21 01:33:46 UTC 2015 - [email protected]
+
+- Update to version 5.3.0:
+  + Tabs are now reorderable.
+  + All colors used in editor and highlighter are now configurable
+    via the configuration file.
+  + Links referencing other source files are now opened in ReText
+    as new tabs.
+  + Code refactoring: some code moved to the new tab.py module,
+    and some old hacks dropped.
+  + The ReText logo is now installed to the data directory.
+  + Appstream metadata updated to a newer format.
+  + The desktop file no longer hardcodes the executable path.
+- Changes from version 5.2.0:
+  + ReText now tries to load the icon theme from system settings
+    if Qt cannot auto-detect it.
+  + Added a GUI option to change the editor font.
+  + Added appdata file for appstream.
+- Drop custom desktop file and use upstream bundled file.
+- Package appdata.
+- Add post(un) scriptlets for updating icon theme cache and
+  desktop database.
+- Project moved to github, update URL and source location
+  accordingly.
+
+-------------------------------------------------------------------

Old:
----
  ReText-5.1.0.tar.gz
  ReText-5.1.0.tar.gz.asc
  retext.desktop

New:
----
  5.3.0.tar.gz

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

Other differences:
------------------
++++++ retext.spec ++++++
--- /var/tmp/diff_new_pack.WLfPYG/_old  2015-12-24 12:17:30.000000000 +0100
+++ /var/tmp/diff_new_pack.WLfPYG/_new  2015-12-24 12:17:30.000000000 +0100
@@ -17,17 +17,16 @@
 
 
 Name:           retext
-Version:        5.1.0
+Version:        5.3.0
 Release:        0
 Summary:        Simple editor for Markdown and reStructuredText
 License:        GPL-3.0+
 Group:          Productivity/Editors/Other
-Url:            http://sourceforge.net/p/retext/home/ReText
-Source:         
http://downloads.sourceforge.net/retext/ReText-%{version}.tar.gz
-Source1:        %{name}.desktop
-Source2:        
http://downloads.sourceforge.net/retext/ReText-%{version}.tar.gz.asc
+Url:            https://github.com/retext-project/retext
+Source:         
https://github.com/retext-project/retext/archive/%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3
 BuildRequires:  python3-Markdown
 BuildRequires:  python3-Markups
@@ -51,8 +50,7 @@
 markup languages. It is written in Python using PyQt libraries.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
-%setup -q -n ReText-%{version}
+%setup
 dos2unix LICENSE_GPL
 
 %build
@@ -76,12 +74,19 @@
   rsvg-convert -h $i -w $i scalable/apps/%{name}.svg -o 
${i}x${i}/apps/%{name}.png
 done
 popd
-%{__cp} -r %{S:1} %{buildroot}%{_datadir}/applications/
 
-%suse_update_desktop_file %{name}
+%suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/me.mitya57.ReText.desktop
 
 %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_GPL
@@ -91,6 +96,8 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/%{name}/
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/*.desktop
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/*appdata.xml
 
 %changelog

++++++ ReText-5.1.0.tar.gz -> 5.3.0.tar.gz ++++++
++++ 18527 lines of diff (skipped)


Reply via email to