diff --git a/tea-38.0.0-qmake_prefix.patch b/tea-38.0.0-qmake_prefix.patch deleted file mode 100644 index d9ce4f0..0000000 --- a/tea-38.0.0-qmake_prefix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tea-38.0.0/src.pro.orig 2014-10-16 13:14:29.306156624 +0200 -+++ tea-38.0.0/src.pro 2014-10-16 13:14:40.474157214 +0200 -@@ -17,7 +17,7 @@ - USE_DEBUG = false - - --PREFIX = /usr/local/bin -+PREFIX = /usr/bin - - - contains (USE_PRINTER,true) diff --git a/tea-62.0.2-desktop-mimetype-remove_trailing_space.patch b/tea-62.0.2-desktop-mimetype-remove_trailing_space.patch deleted file mode 100644 index ce133e8..0000000 --- a/tea-62.0.2-desktop-mimetype-remove_trailing_space.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tea-qt-62.0.2/desktop/tea.desktop.orig 2023-09-14 21:06:41.068839572 +0200 -+++ tea-qt-62.0.2/desktop/tea.desktop 2023-09-14 21:06:48.883847594 +0200 -@@ -6,7 +6,7 @@ - Exec=tea %F - Categories=Utility;TextEditor; - StartupNotify=false --MimeType=text/plain;application/epub+zip;application/fb2;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.oasis.opendocument.text;application/rtf;application/x-tex; -+MimeType=text/plain;application/epub+zip;application/fb2;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.oasis.opendocument.text;application/rtf;application/x-tex; - NoDisplay=false - Version=1.1 - Keywords=text editor;text;editor; diff --git a/tea-qt-62.0.2-qt6-add-qt5compat.patch b/tea-qt-62.0.2-qt6-add-qt5compat.patch deleted file mode 100644 index 2037be6..0000000 --- a/tea-qt-62.0.2-qt6-add-qt5compat.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- tea-qt-62.0.2/tea-qmake.pro.orig 2023-04-02 16:31:42.122846378 +0200 -+++ tea-qt-62.0.2/tea-qmake.pro 2023-04-02 16:33:44.855183686 +0200 -@@ -184,6 +184,7 @@ - greaterThan(QT_MAJOR_VERSION, 4) { - QT += widgets - QT += printsupport -+ QT += core5compat - - noprinter{ - QT -= printsupport diff --git a/tea.spec b/tea.spec index 9e25d1e..47a6dec 100644 --- a/tea.spec +++ b/tea.spec @@ -1,5 +1,5 @@ Name: tea -Version: 62.4.0 +Version: 63.0.2 Release: 1mamba Summary: A powerful and easy-to-use Qt-based editor with many useful features for HTML, Docbook, and LaTeX editing Group: Graphical Desktop/Applications/Development @@ -8,9 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://tea.ourproject.org/ Source: https://github.com/psemiletov/tea-qt.git/%{version}/tea-qt-%{version}.tar.bz2 -Patch0: tea-38.0.0-qmake_prefix.patch -Patch1: tea-qt-62.0.2-qt6-add-qt5compat.patch -Patch2: tea-62.0.2-desktop-mimetype-remove_trailing_space.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -19,7 +16,6 @@ BuildRequires: libgcc BuildRequires: libglvnd-devel BuildRequires: libhunspell-devel BuildRequires: libstdc++6-devel -BuildRequires: libz-devel BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END @@ -31,9 +27,6 @@ It features a small footprint, a tabbed layout engine, support for multiple enco %prep %setup -q -n tea-qt-%{version} -#%patch0 -p1 -#%patch 1 -p1 -%patch 2 -p1 %build %{_qt5_qmake} PREFIX=%{_bindir} @@ -55,6 +48,9 @@ It features a small footprint, a tabbed layout engine, support for multiple enco %doc AUTHORS COPYING %changelog +* Thu May 16 2024 Automatic Build System 63.0.2-1mamba +- automatic version update by autodist + * Sun Mar 10 2024 Automatic Build System 62.4.0-1mamba - automatic version update by autodist