Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2018-12-04 20:54:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and      /work/SRC/openSUSE:Factory/.tea.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tea"

Tue Dec  4 20:54:28 2018 rev:6 rq:653127 version:47.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tea/tea.changes  2018-07-03 23:36:05.964258688 
+0200
+++ /work/SRC/openSUSE:Factory/.tea.new.19453/tea.changes       2018-12-04 
20:54:31.364839971 +0100
@@ -1,0 +2,20 @@
+Fri Nov 30 17:46:42 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 47.0.1 (changes since 45.0.0):
+  * Meson support.
+  * Tune::Common:: Syntax highlighting enabled - turn on/off syntax
+    hl globally (useful for large documents on slow machines).
+  * Tune :: Logmemo font settings.
+  * Profile saves logmemo and GUI font settings.
+  * QuaZip fixes.
+  * --m TEA command line option to enable multiply instance mode.
+  * Prg menu:: Run programme, Build programme, Clean programme.
+  * "Nav - Toggle header/source" moved to IDE menu.
+  * logmemo is scriptable again.
+  * Objective C support (hl, header/source switch).
+  * "search in files" results window close automatically with TEA.
+  * main windows destructor FIX //using deleteLater().
+  * Build fixes on Qt4 and for BSDs and macOS.
+- Switch to building with CMake.
+
+-------------------------------------------------------------------

Old:
----
  tea-45.0.0.tar.bz2

New:
----
  tea-47.0.1.tar.bz2

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

Other differences:
------------------
++++++ tea.spec ++++++
--- /var/tmp/diff_new_pack.tPP8lZ/_old  2018-12-04 20:54:31.740839552 +0100
+++ /var/tmp/diff_new_pack.tPP8lZ/_new  2018-12-04 20:54:31.744839548 +0100
@@ -12,12 +12,12 @@
 # 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:           tea
-Version:        45.0.0
+Version:        47.0.1
 Release:        0
 Summary:        Qt-based text editor with image viewer
 License:        GPL-3.0-or-later
@@ -26,6 +26,7 @@
 Source:         http://semiletov.org/%{name}/dloads/%{name}-%{version}.tar.bz2
 Source1:        org.semiletov.tea.desktop
 Source2:        org.semiletov.tea.appdata.xml
+BuildRequires:  cmake
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -48,16 +49,16 @@
 
 %prep
 %setup -q
-cp -f %{SOURCE1} org.semiletov.tea.desktop
-cp -f %{SOURCE2} org.semiletov.tea.appdata.xml
-sed -i '/^INSTALLS += /s/ desktop//' src.pro
+cp -a %{SOURCE1} org.semiletov.tea.desktop
+cp -a %{SOURCE2} org.semiletov.tea.appdata.xml
+sed -i '/DESTINATION share\/applications/d' CMakeLists.txt
 
 %build
-%qmake5 PREFIX=%{_prefix}
-make %{?_smp_mflags} V=1
+%cmake
+%make_jobs
 
 %install
-%qmake5_install
+%cmake_install
 
 install -Dpm 0644 org.semiletov.tea.desktop 
%{buildroot}%{_datadir}/applications/org.semiletov.tea.desktop
 install -Dpm 0644 icons/%{name}-icon-v3-01.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
@@ -78,11 +79,7 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS ChangeLog NEWS* README TODO
 %{_bindir}/%{name}
 %{_datadir}/applications/org.semiletov.tea.desktop

++++++ tea-45.0.0.tar.bz2 -> tea-47.0.1.tar.bz2 ++++++
++++ 27953 lines of diff (skipped)


Reply via email to