Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2017-07-28 09:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and      /work/SRC/openSUSE:Factory/.highlight.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "highlight"

Fri Jul 28 09:45:10 2017 rev:13 rq:512709 version:3.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/highlight/highlight.changes      2017-06-23 
09:15:08.157809070 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2017-07-28 
09:45:30.666278808 +0200
@@ -1,0 +2,18 @@
+Wed Jul 26 22:46:18 UTC 2017 - [email protected]
+
+- Update to version 3.39:
+  * Add syntax for Docker and Elixir.
+  * Improve HTML, Julia, Kotlin and Smalltalk syntax definitions.
+  * GUI: Add "Paste, Convert and Copy" button.
+
+-------------------------------------------------------------------
+Sun Jul 23 08:19:51 UTC 2017 - [email protected]
+
+- Fix rpmlint warnings:
+  * Convert some files to Unix end-of-line format using dos2unix.
+  * Shorten subpackage summaries.
+  * Add conditional in order not to call desktop_database_post(un)
+    macros on Tumbleweed, as it's now handled by RPM filetriggers.
+- Move Qt build dependency to gui subpackage.
+
+-------------------------------------------------------------------
@@ -127 +145 @@
-Thu Aug 11 16:14:10 UTC 2016 - [email protected]
+Thu Aug 11 16:14:10 UTC 2016 - [email protected]
@@ -132 +150 @@
-Thu Aug 11 09:08:32 UTC 2016 - [email protected]
+Thu Aug 11 09:08:32 UTC 2016 - [email protected]
@@ -146 +164 @@
-Mon Aug  1 10:58:12 UTC 2016 - [email protected]
+Mon Aug  1 10:58:12 UTC 2016 - [email protected]
@@ -155 +173 @@
-Wed Jul  6 17:14:06 UTC 2016 - [email protected]
+Wed Jul  6 17:14:06 UTC 2016 - [email protected]
@@ -174 +192 @@
-Tue May 24 18:59:48 UTC 2016 - [email protected]
+Tue May 24 18:59:48 UTC 2016 - [email protected]
@@ -186 +204 @@
-Mon Mar 21 21:57:47 UTC 2016 - [email protected]
+Mon Mar 21 21:57:47 UTC 2016 - [email protected]
@@ -191 +209 @@
-Sat Mar 12 10:13:57 UTC 2016 - [email protected]
+Sat Mar 12 10:13:57 UTC 2016 - [email protected]
@@ -231 +249 @@
-Sun Dec 27 13:10:23 UTC 2015 - [email protected]
+Sun Dec 27 13:10:23 UTC 2015 - [email protected]
@@ -245 +263 @@
-Fri Nov  6 21:33:02 UTC 2015 - [email protected]
+Fri Nov  6 21:33:02 UTC 2015 - [email protected]
@@ -262 +280 @@
-Thu Sep 17 17:17:42 UTC 2015 - [email protected]
+Thu Sep 17 17:17:42 UTC 2015 - [email protected]
@@ -272 +290 @@
-Wed May 27 21:55:02 UTC 2015 - [email protected]
+Wed May 27 21:55:02 UTC 2015 - [email protected]
@@ -287 +305 @@
-Sun Feb  1 18:09:19 UTC 2015 - [email protected]
+Sun Feb  1 18:09:19 UTC 2015 - [email protected]

Old:
----
  highlight-3.38.tar.bz2
  highlight-3.38.tar.bz2.asc

New:
----
  highlight-3.39.tar.bz2
  highlight-3.39.tar.bz2.asc

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

Other differences:
------------------
++++++ highlight.spec ++++++
--- /var/tmp/diff_new_pack.xnHLD2/_old  2017-07-28 09:45:32.673996019 +0200
+++ /var/tmp/diff_new_pack.xnHLD2/_new  2017-07-28 09:45:32.677995456 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           highlight
-Version:        3.38
+Version:        3.39
 Release:        0
 Summary:        Universal Source Code to Formatted Text Converter
 License:        GPL-3.0+
@@ -35,12 +35,9 @@
 %else
 BuildRequires:  boost-devel
 %endif
+BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
-BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  lua-devel
-BuildRequires:  update-desktop-files
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,15 +49,21 @@
 It is easily possible to create new language definitions and colour themes.
 
 %package gui
-Summary:        Universal Source Code to Formatted Text Converter -- Graphical 
Interface
+Summary:        Graphical Interface for %{name}
 Group:          Development/Tools/Other
+BuildRequires:  libqt5-qtbase-devel
+BuildRequires:  update-desktop-files
+%if 0%{suse_version} < 1330
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
+%endif
 Requires:       %{name} = %{version}
 
 %description gui
 This package provides graphical interface for %{name}.
 
 %package gui-lang
-Summary:        Universal Source Code to Formatted Text Converter -- GUI 
Translations
+Summary:        Translations for %{name}-gui
 Group:          System/Localization
 Requires:       %{name}-gui = %{version}
 Provides:       %{name}-gui-lang-all = %{version}
@@ -75,6 +78,7 @@
 %setup -q
 %patch0 -p1
 %patch1
+dos2unix examples/pandoc/*
 
 %build
 make OPTFLAGS="%{optflags}" %{?_smp_mflags}
@@ -85,11 +89,13 @@
 %suse_update_desktop_file -G "Text converter" -r %{name} Utility TextEditor
 %find_lang %{name} --with-qt
 
+%if 0%{suse_version} < 1330
 %post gui
 %desktop_database_post
 
 %postun gui
 %desktop_database_postun
+%endif
 
 %files
 %defattr(-,root,root,-)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xnHLD2/_old  2017-07-28 09:45:32.721989260 +0200
+++ /var/tmp/diff_new_pack.xnHLD2/_new  2017-07-28 09:45:32.721989260 +0200
@@ -1,6 +1,6 @@
 <services>
   <service name="set_version" mode="disabled">
-    <param name="version">3.38</param>
+    <param name="version">3.39</param>
   </service>
   <service name="download_files" mode="disabled">
     <param name="changesgenerate">enable</param>

++++++ highlight-3.38.tar.bz2 -> highlight-3.39.tar.bz2 ++++++
++++ 3004 lines of diff (skipped)



Reply via email to