commit tea for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2020-10-05 19:36:51

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new.4249 (New)


Package is "tea"

Mon Oct  5 19:36:51 2020 rev:11 rq:839226 version:50.1.0

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2020-09-29 19:04:25.617964708 
+0200
+++ /work/SRC/openSUSE:Factory/.tea.new.4249/tea.changes2020-10-05 
19:36:56.629424030 +0200
@@ -1,0 +2,10 @@
+Thu Oct  1 16:53:18 UTC 2020 - Alexei Sorokin 
+
+- Update to version 50.1.0:
+  * Now the following features are disabled by default when
+building with CMake and Meson: QML, Aspell, Poppler, ddjvuapi.
+  * Add Functions - Analysis - UNITAZ sorting length.
+  * Add Functions - Filter - Filter by repetitions.
+  * Add Functions - Sort - Sort by length.
+
+---

Old:

  tea-qt-50.0.4.tar.gz

New:

  tea-qt-50.1.0.tar.gz



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.alZooE/_old  2020-10-05 19:36:58.733426085 +0200
+++ /var/tmp/diff_new_pack.alZooE/_new  2020-10-05 19:36:58.733426085 +0200
@@ -17,11 +17,10 @@
 
 
 Name:   tea
-Version:50.0.4
+Version:50.1.0
 Release:0
 Summary:Qt-based text editor with image viewer
 License:GPL-3.0-or-later
-Group:  Productivity/Text/Editors
 URL:http://semiletov.org/tea
 Source: 
https://github.com/psemiletov/tea-qt/archive/%{version}.tar.gz#/%{name}-qt-%{version}.tar.gz
 Source1:org.semiletov.tea.desktop
@@ -54,7 +53,12 @@
 sed -i '/DESTINATION share\/applications/d' CMakeLists.txt
 
 %build
-%cmake
+%cmake \
+  -DUSE_ASPELL=ON  \
+  -DUSE_PRINTER=ON \
+  -DUSE_PDF=ON \
+  -DUSE_DJVU=ON\
+  -DUSE_QML=ON
 %cmake_build
 
 %install

++ tea-qt-50.0.4.tar.gz -> tea-qt-50.1.0.tar.gz ++
 3458 lines of diff (skipped)




commit tea for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2020-09-29 19:04:20

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new.4249 (New)


Package is "tea"

Tue Sep 29 19:04:20 2020 rev:10 rq:838398 version:50.0.4

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2019-12-09 21:34:56.670104742 
+0100
+++ /work/SRC/openSUSE:Factory/.tea.new.4249/tea.changes2020-09-29 
19:04:25.617964708 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 16:46:20 UTC 2020 - Dirk Mueller 
+
+- update to 50.0.4:
+  * single application mode - fixed. 
+
+---

Old:

  tea-qt-50.0.3.tar.gz

New:

  tea-qt-50.0.4.tar.gz



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.Eggk5x/_old  2020-09-29 19:04:26.201965418 +0200
+++ /var/tmp/diff_new_pack.Eggk5x/_new  2020-09-29 19:04:26.205965423 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tea
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   tea
-Version:50.0.3
+Version:50.0.4
 Release:0
 Summary:Qt-based text editor with image viewer
 License:GPL-3.0-or-later

++ tea-qt-50.0.3.tar.gz -> tea-qt-50.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tea-qt-50.0.3/CMakeLists.txt 
new/tea-qt-50.0.4/CMakeLists.txt
--- old/tea-qt-50.0.3/CMakeLists.txt2019-12-06 18:39:16.0 +0100
+++ new/tea-qt-50.0.4/CMakeLists.txt2019-12-10 14:07:17.0 +0100
@@ -7,7 +7,7 @@
 
 
 set(PROJECT "tea-qt")
-project ($PROJECT VERSION 50.0.3)
+project ($PROJECT VERSION 50.0.4)
 
add_definitions(-DVERSION_NUMBER="\\"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}\\"")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tea-qt-50.0.3/ChangeLog new/tea-qt-50.0.4/ChangeLog
--- old/tea-qt-50.0.3/ChangeLog 2019-12-06 18:39:16.0 +0100
+++ new/tea-qt-50.0.4/ChangeLog 2019-12-10 14:07:17.0 +0100
@@ -1,5 +1,9 @@
 //it's lazy updated file, so the real ChangeLog is the activity on github
 
++ os2:: single application mode
+* so2:: tea-qmake.pro is destined to Qt5 now
+* single application mode - fixed on UNIX/Win
+
 * fixes cmake file for install icons and desktop file
 * OS/2 fix
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tea-qt-50.0.3/NEWS new/tea-qt-50.0.4/NEWS
--- old/tea-qt-50.0.3/NEWS  2019-12-06 18:39:16.0 +0100
+++ new/tea-qt-50.0.4/NEWS  2019-12-10 14:07:17.0 +0100
@@ -1,17 +1,13 @@
 =NEWS ABOUT TEA
-TEA 50.0.0, november 2019
+TEA 50.0.4, december 2019
 ---
 
-   VISIBLE
+HELLO WORLD
 
-   Meet the new, alternative Docked interface. Switch between two UI's using 
Tune::Interface::UI Mode - Classic/Docked. With the Docked one, you can move 
FIF and Logmemo freely inside or outside the main window.
-   Another new option is Tune::Interface::UI Language list, which come instead 
of the removed "Override locale" option.  
-   All those options requires to restart TEA to be applied.
+All plaforms:: single application mode - fixed.
 
-   UNDER THE HOOD
+OS/2::  single application mode - works. qmake project is for Qt5 now.
 
-   Some parts of TEA now work faster due to iterator-based cycles optimization.
-   The Windows-specific module (with the local server) for the "single 
application" mode has been removed, now TEA uses shared memory based module for 
all systems excepting OS/2. So QtNetwork dependency has been dropped.
 
 TEA RELEASE URL
 
@@ -19,11 +15,6 @@
 https://github.com/psemiletov/tea-qt/releases
The traditional good old almost hand-made tarballs from semiletov.org and 
tea.ourproject.org were be sacrificed to the unification and modern frameworks.
 
-   OTHER CHANGES/FIXES
-
-* cmake's make dist creates tarball with dirname as at github, i.e. 
tea-qt-
-* code cleanup after cppcheck advices
-
 
 
Stay tuned.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tea-qt-50.0.3/NEWS-RU new/tea-qt-50.0.4/NEWS-RU
--- old/tea-qt-50.0.3/NEWS-RU   2019-12-06 18:39:16.0 +0100
+++ new/tea-qt-50.0.4/NEWS-RU   2019-12-10 14:07:17.0 +0100
@@ -1,19 +1,12 @@
 =НОВОСТИ ПРО ТИА
-ТИА 50.0.0, ноябрь 2019
+ТИА 50.0.4, декабрь 2019
 ---
-  
-   ЗРИМОЕ
-
-   

commit tea for openSUSE:Factory

2019-12-09 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2019-12-09 21:34:47

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new.4691 (New)


Package is "tea"

Mon Dec  9 21:34:47 2019 rev:9 rq:755059 version:50.0.3

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2019-09-25 08:44:51.638251782 
+0200
+++ /work/SRC/openSUSE:Factory/.tea.new.4691/tea.changes2019-12-09 
21:34:56.670104742 +0100
@@ -1,0 +2,12 @@
+Sat Dec  7 17:33:43 UTC 2019 - Alexei Sorokin 
+
+- Update to version 50.0.3 (changes since 48.0.0):
+  * Drop the QtNetwork requirement.
+  * A new, alternative Docked interface.
+  * Add a Tune::Interface::UI Language list, which comes instead of
+the removed "Override locale" option.
+  * Some parts of TEA now work faster due to iterator-based cycles
+optimisation.
+- Drop openSUSE Leap 42.3 support.
+
+---

Old:

  tea-48.0.0.tar.bz2

New:

  tea-qt-50.0.3.tar.gz



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.4e3Hma/_old  2019-12-09 21:34:57.498104416 +0100
+++ /var/tmp/diff_new_pack.4e3Hma/_new  2019-12-09 21:34:57.518104408 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tea
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   tea
-Version:48.0.0
+Version:50.0.3
 Release:0
 Summary:Qt-based text editor with image viewer
 License:GPL-3.0-or-later
 Group:  Productivity/Text/Editors
-Url:http://semiletov.org/tea
-Source: http://semiletov.org/%{name}/dloads/%{name}-%{version}.tar.bz2
+URL:http://semiletov.org/tea
+Source: 
https://github.com/psemiletov/tea-qt/archive/%{version}.tar.gz#/%{name}-qt-%{version}.tar.gz
 Source1:org.semiletov.tea.desktop
 Source2:org.semiletov.tea.appdata.xml
 BuildRequires:  cmake
@@ -32,7 +32,6 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5Qml)
 BuildRequires:  pkgconfig(Qt5Quick)
@@ -48,7 +47,7 @@
 (aspell/hunspell), and syntax highlighting for a number of languages.
 
 %prep
-%setup -q
+%setup -q -n tea-qt-%{version}
 
 cp -a %{SOURCE1} org.semiletov.tea.desktop
 cp -a %{SOURCE2} org.semiletov.tea.appdata.xml
@@ -56,7 +55,7 @@
 
 %build
 %cmake
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
@@ -65,16 +64,6 @@
 install -Dpm 0644 icons/%{name}-icon-v3-01.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 install -Dpm 0644 org.semiletov.tea.appdata.xml 
%{buildroot}%{_datadir}/metainfo/org.semiletov.tea.appdata.xml
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
 %license COPYING
 %doc AUTHORS ChangeLog NEWS* README TODO




commit tea for openSUSE:Factory

2019-09-25 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2019-09-25 08:44:50

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new.7948 (New)


Package is "tea"

Wed Sep 25 08:44:50 2019 rev:8 rq:732918 version:48.0.0

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2019-05-05 21:22:36.393471237 
+0200
+++ /work/SRC/openSUSE:Factory/.tea.new.7948/tea.changes2019-09-25 
08:44:51.638251782 +0200
@@ -1,0 +2,8 @@
+Tue Sep 24 09:15:32 UTC 2019 - Alexei Sorokin 
+
+- Update to version 48.0.0:
+  * Fix Moon calendar.
+  * Various fixes.
+  * Preparation of sources to the upcoming Qt 6.
+
+---

Old:

  tea-47.1.0.tar.bz2

New:

  tea-48.0.0.tar.bz2



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.XNfA1h/_old  2019-09-25 08:44:52.330251690 +0200
+++ /var/tmp/diff_new_pack.XNfA1h/_new  2019-09-25 08:44:52.330251690 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   tea
-Version:47.1.0
+Version:48.0.0
 Release:0
 Summary:Qt-based text editor with image viewer
 License:GPL-3.0-or-later
@@ -49,6 +49,7 @@
 
 %prep
 %setup -q
+
 cp -a %{SOURCE1} org.semiletov.tea.desktop
 cp -a %{SOURCE2} org.semiletov.tea.appdata.xml
 sed -i '/DESTINATION share\/applications/d' CMakeLists.txt

++ tea-47.1.0.tar.bz2 -> tea-48.0.0.tar.bz2 ++
 6356 lines of diff (skipped)




commit tea for openSUSE:Factory

2019-05-05 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2019-05-05 21:22:34

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new.5148 (New)


Package is "tea"

Sun May  5 21:22:34 2019 rev:7 rq:700867 version:47.1.0

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2018-12-04 20:54:31.364839971 
+0100
+++ /work/SRC/openSUSE:Factory/.tea.new.5148/tea.changes2019-05-05 
21:22:36.393471237 +0200
@@ -1,0 +2,7 @@
+Sun May  5 12:39:56 UTC 2019 - Alexei Sorokin 
+
+- Update to version 47.1.0:
+  * Bug fixes.
+- Install the AppStream file to metainfo/ unconditionally.
+
+---

Old:

  tea-47.0.1.tar.bz2

New:

  tea-47.1.0.tar.bz2



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.0ZAJcQ/_old  2019-05-05 21:22:37.237473536 +0200
+++ /var/tmp/diff_new_pack.0ZAJcQ/_new  2019-05-05 21:22:37.241473547 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tea
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +17,7 @@
 
 
 Name:   tea
-Version:47.0.1
+Version:47.1.0
 Release:0
 Summary:Qt-based text editor with image viewer
 License:GPL-3.0-or-later
@@ -62,11 +62,7 @@
 
 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
-%if 0%{?suse_version} >= 1500
 install -Dpm 0644 org.semiletov.tea.appdata.xml 
%{buildroot}%{_datadir}/metainfo/org.semiletov.tea.appdata.xml
-%else
-install -Dpm 0644 org.semiletov.tea.appdata.xml 
%{buildroot}%{_datadir}/appdata/org.semiletov.tea.appdata.xml
-%endif
 
 %if 0%{?suse_version} < 1500
 %post
@@ -84,12 +80,7 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/org.semiletov.tea.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*.*
-%if 0%{?suse_version} >= 1500
 %dir %{_datadir}/metainfo/
 %{_datadir}/metainfo/org.semiletov.tea.appdata.xml
-%else
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/org.semiletov.tea.appdata.xml
-%endif
 
 %changelog

++ tea-47.0.1.tar.bz2 -> tea-47.1.0.tar.bz2 ++
 10890 lines of diff (skipped)




commit tea for openSUSE:Factory

2018-12-04 Thread root
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)




commit tea for openSUSE:Factory

2018-07-03 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2018-07-03 23:35:23

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new (New)


Package is "tea"

Tue Jul  3 23:35:23 2018 rev:5 rq:620464 version:45.0.0

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2018-03-24 16:16:34.068928693 
+0100
+++ /work/SRC/openSUSE:Factory/.tea.new/tea.changes 2018-07-03 
23:36:05.964258688 +0200
@@ -1,0 +2,10 @@
+Tue Jul  3 13:01:18 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 45.0.0:
+  * Recent list and bookmarks now save the word wrap settings.
+  * "Sum by last column" can now evaluate expressions and knows
+comments.
+  * It is now possible to use a joystick to move cursor keys
+(this feature can be enabled via Tune - Common).
+
+---

Old:

  tea-44.1.1.tar.bz2

New:

  tea-45.0.0.tar.bz2



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.NnYmYb/_old  2018-07-03 23:36:06.544257860 +0200
+++ /var/tmp/diff_new_pack.NnYmYb/_new  2018-07-03 23:36:06.548257854 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   tea
-Version:44.1.1
+Version:45.0.0
 Release:0
 Summary:Qt-based text editor with image viewer
 License:GPL-3.0-or-later

++ tea-44.1.1.tar.bz2 -> tea-45.0.0.tar.bz2 ++
 12258 lines of diff (skipped)




commit tea for openSUSE:Factory

2018-03-24 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2018-03-24 16:16:15

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new (New)


Package is "tea"

Sat Mar 24 16:16:15 2018 rev:4 rq:590577 version:44.1.1

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2017-11-19 11:12:29.840967472 
+0100
+++ /work/SRC/openSUSE:Factory/.tea.new/tea.changes 2018-03-24 
16:16:34.068928693 +0100
@@ -1,0 +2,13 @@
+Fri Mar 23 07:45:29 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 44.1.1:
+  * Fix the desktop file and icon stuff.
+  * Add an ability to build tea without QML using the new option: 
+qmake "CONFIG+=noqml"
+That slightly reduces the memory footprint and is useful for
+some purposes.
+- AppStream file standard updates.
+- Rename the .desktop file to org.semiletov.tea.desktop to comply
+  with freedesktop.org standards.
+
+---

Old:

  tea-44.1.0.tar.bz2
  tea.appdata.xml
  tea.desktop

New:

  org.semiletov.tea.appdata.xml
  org.semiletov.tea.desktop
  tea-44.1.1.tar.bz2



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.ZW4k0z/_old  2018-03-24 16:16:34.876899568 +0100
+++ /var/tmp/diff_new_pack.ZW4k0z/_new  2018-03-24 16:16:34.884899279 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tea
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,15 +17,15 @@
 
 
 Name:   tea
-Version:44.1.0
+Version:44.1.1
 Release:0
 Summary:Qt-based text editor with image viewer
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Text/Editors
 Url:http://semiletov.org/tea
 Source: http://semiletov.org/%{name}/dloads/%{name}-%{version}.tar.bz2
-Source1:%{name}.desktop
-Source2:%{name}.appdata.xml
+Source1:org.semiletov.tea.desktop
+Source2:org.semiletov.tea.appdata.xml
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -48,8 +48,9 @@
 
 %prep
 %setup -q
-cp -f %{SOURCE1} %{name}.desktop
-cp -f %{SOURCE2} %{name}.appdata.xml
+cp -f %{SOURCE1} org.semiletov.tea.desktop
+cp -f %{SOURCE2} org.semiletov.tea.appdata.xml
+sed -i '/^INSTALLS += /s/ desktop//' src.pro
 
 %build
 %qmake5 PREFIX=%{_prefix}
@@ -58,15 +59,15 @@
 %install
 %qmake5_install
 
-install -Dpm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+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
-%if 0%{?suse_version} > 1320
-install -Dpm 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
+%if 0%{?suse_version} >= 1500
+install -Dpm 0644 org.semiletov.tea.appdata.xml 
%{buildroot}%{_datadir}/metainfo/org.semiletov.tea.appdata.xml
 %else
-install -Dpm 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+install -Dpm 0644 org.semiletov.tea.appdata.xml 
%{buildroot}%{_datadir}/appdata/org.semiletov.tea.appdata.xml
 %endif
 
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -77,16 +78,21 @@
 %endif
 
 %files
-%doc AUTHORS ChangeLog COPYING NEWS* README TODO
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS ChangeLog NEWS* README TODO
 %{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}*.png
-%if 0%{?suse_version} > 1320
+%{_datadir}/applications/org.semiletov.tea.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}*.*
+%if 0%{?suse_version} >= 1500
 %dir %{_datadir}/metainfo/
-%{_datadir}/metainfo/%{name}.appdata.xml
+%{_datadir}/metainfo/org.semiletov.tea.appdata.xml
 %else
 %dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/appdata/org.semiletov.tea.appdata.xml
 %endif
 
 %changelog

++ org.semiletov.tea.appdata.xml ++



  org.semiletov.tea
  CC0-1.0
  GPL-3.0-or-later
  TEA
  Powerful text editor in Qt
  

  TEA is a Qt-based text editor for UNIX-like systems. With an
  ultimate small size TEA provides you hundreds of functions.

  

  org.semiletov.tea.desktop

  http://semiletov.org/tea
  Peter Semiletov

  
tea
  

++ org.semiletov.tea.desktop ++

commit tea for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2017-11-19 11:12:22

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new (New)


Package is "tea"

Sun Nov 19 11:12:22 2017 rev:3 rq:542728 version:44.1.0

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2017-09-26 21:17:41.702790977 
+0200
+++ /work/SRC/openSUSE:Factory/.tea.new/tea.changes 2017-11-19 
11:12:29.840967472 +0100
@@ -1,0 +2,7 @@
+Sat Nov 18 00:00:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 44.1.0:
+  * User loaded external fonts, causes a segfault on Qt 5.6.
+- Restore usage of /usr/share/metainfo/, zypper checks there now.
+
+---

Old:

  tea-44.0.0.tar.bz2

New:

  tea-44.1.0.tar.bz2



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.tzUyik/_old  2017-11-19 11:12:33.636829071 +0100
+++ /var/tmp/diff_new_pack.tzUyik/_new  2017-11-19 11:12:33.640828925 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   tea
-Version:44.0.0
+Version:44.1.0
 Release:0
 Summary:Qt-based text editor with image viewer
 License:GPL-3.0+
@@ -60,8 +60,13 @@
 
 install -Dpm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 install -Dpm 0644 icons/%{name}-icon-v3-01.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+%if 0%{?suse_version} > 1320
+install -Dpm 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
+%else
 install -Dpm 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+%endif
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -69,14 +74,19 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS* README TODO
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}*.png
+%if 0%{?suse_version} > 1320
+%dir %{_datadir}/metainfo/
+%{_datadir}/metainfo/%{name}.appdata.xml
+%else
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
+%endif
 
 %changelog

++ tea-44.0.0.tar.bz2 -> tea-44.1.0.tar.bz2 ++
 4195 lines of diff (skipped)




commit tea for openSUSE:Factory

2017-09-26 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2017-09-26 21:16:35

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new (New)


Package is "tea"

Tue Sep 26 21:16:35 2017 rev:2 rq:528755 version:44.0.0

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2017-06-28 10:36:12.088097985 
+0200
+++ /work/SRC/openSUSE:Factory/.tea.new/tea.changes 2017-09-26 
21:17:41.702790977 +0200
@@ -1,0 +2,7 @@
+Tue Sep 26 09:16:35 UTC 2017 - tchva...@suse.com
+
+- Drop aspell-devel dependency as the package can decide between
+  hunspell and aspell and we try to reduce aspell exposage wrt
+  fate#323578
+
+---



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.mxBUFm/_old  2017-09-26 21:17:42.474682455 +0200
+++ /var/tmp/diff_new_pack.mxBUFm/_new  2017-09-26 21:17:42.474682455 +0200
@@ -26,7 +26,6 @@
 Source: http://semiletov.org/%{name}/dloads/%{name}-%{version}.tar.bz2
 Source1:%{name}.desktop
 Source2:%{name}.appdata.xml
-BuildRequires:  aspell-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files




commit tea for openSUSE:Factory

2017-06-28 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2017-06-28 10:36:00

Comparing /work/SRC/openSUSE:Factory/tea (Old)
 and  /work/SRC/openSUSE:Factory/.tea.new (New)


Package is "tea"

Wed Jun 28 10:36:00 2017 rev:1 rq:498552 version:44.0.0

Changes:

New Changes file:

--- /dev/null   2017-06-22 07:57:20.067658250 +0200
+++ /work/SRC/openSUSE:Factory/.tea.new/tea.changes 2017-06-28 
10:36:12.088097985 +0200
@@ -0,0 +1,627 @@
+---
+Fri May 26 13:47:06 UTC 2017 - jeng...@inai.de
+
+- Update description.
+
+---
+Mon May 22 09:19:20 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 44.0.0:
+  * Remove the trailing "bin" from the installation PREFIX format.
+I.e., the default PREFIX was: "/usr/local/bin", now it is
+"/usr/local", and the qmake-project file adds "bin" internally.
+  * Install a tea.desktop file to $$PREFIX/share/applications.
+tea.desktop allows file managers to show TEA on the "Open with"
+context menu.
+  * Add a block selection mode (see the Edit section at the Manual).
+Due to TEA architecture vertical selections are almost obsolete
+and can be used just for Cut/Copy/Paste, you cannot use the
+text processing functions with them.
+  * cliptpl.txt file can be used to format clipboard pieces
+captured at the storage file (See the Manual about the storage
+files).
+  * Add a "Fm - Multi-rename" menu with several functions for
+flexibly renaming the selected files.
+There are: "Zero pad file names", "Delete N first chars at file
+names", "Replace in file names", "Apply template".
+  * The "Functions - Math" menu has two new items,
+"deg min sec > dec degrees" and "dec degrees > deg min sec" to
+convert geographical coordinates between formats.
+  * Big changes to the single-application mode, i.e. when TEA is
+being ran from the command line, it opens all files at tabs,
+not in the multiple instances (TEA windows).
+Previously this mode worked well with KDE only.
+- A tiny improvement for tea.desktop.
+- Install the metainfo file to /usr/share/appdata/ unconditionally
+  as de-facto that's the only place openSUSE tools check.
+- Build with Qt5 unconditionally.
+
+---
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 43.1.0:
+  * Fixes for the manuals.
+  * Fix a segfault (43.0.0 affected) on exit.
+  * Add some new options.
+  * Update a Russian translation.
+
+---
+Sat Sep 10 11:21:52 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 43.0.0:
+  * Files format support.
++ With the optional use of libpoppler-qt5 and libdjvulibre, TEA
+  now can open PDF and DJVU, as the text (if file contains it).
+  By default such functionality is disabled. To enable it, use
+  qmake parameters: qmake "CONFIG+=usepoppler CONFIG+=usedjvu".
++ The build-in image viewer now supports GIF animation.
+  * GUI changes. 
++ The "Tune" preferences pages have been placed into the
+  scrollable area, so TEA becomes more usable with a smaller
+  display resolution or window size.
++ The text cursor is now bold and static, without blinking.
+  Tune it at "Tune - Interface".
++ Some options are moved from one page to the other.
++ "Instr" menu - renamed to "Tools" and moved to "Functions".
++ Some new built-in GUI themes and palettes have been added.
+  The GUI themes engine now can load icon sets, but there are
+  no new icons currently.
++ Hardcoded hotkeys Alt-S, Alt-E have been removed.
++ "Tune - Common - Use Left Alt + WASD as additional cursor keys"
+  enables the additional cursor keys. E, C - PageUp/Down. The
+  same keys with Left Super - to select the text.
+  * New functions and options.
++ "Functions - Repeat last" - calls the last used menu item.
++ "Functions - Tools - Scale image" - scales the image (which
+  filename is under cursor or selected at the text) with
+  parameters. You can quickly resize the image and save it with
+  the different name without all those many windows and
+  confirmations, just by one command.
++ "Tune - Images" now has the EXIF-orientation related options.
+  In a few words - TEA can handle EXIF-orientation and apply
+  the orientation when converting.
++ "Functions - Text - Compress" - removes all whitespaces from
+   the selection.
++ "Functions - Sort - Flip a list with separator",
+  "Sort case sensitively, with separator" - sorts the separated
+  words within the string, i.e. you can