From bd174474526d0f496a1a9d7a76c0b4dc363d72c4 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 26 Sep 2019 13:56:54 +0200 Subject: [PATCH 1/4] rebuild (qt5) --- ugene.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ugene.spec b/ugene.spec index 7d6e6d4..cd474d0 100644 --- a/ugene.spec +++ b/ugene.spec @@ -1,7 +1,7 @@ Name: ugene Summary: Integrated bioinformatics toolkit Version: 1.31.1 -Release: 5%{?dist} +Release: 6%{?dist} #The entire source code is GPLv2+ except: #file src/libs_3rdparty/qtbindings_core/src/qtscriptconcurrent.h which is GPLv2 #files in src/plugins_3rdparty/script_debuger/src/qtscriptdebug/ which are GPLv2 @@ -77,6 +77,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_mandir}/man1/* %changelog +* Thu Sep 26 2019 Jan Grulich - 1.31.1-6 +- rebuild (qt5) + * Mon Jun 17 2019 Jan Grulich - 1.31.1-5 - rebuild (qt5) From 3b0b2964f3386263e5c59061546c9cc23cbb6904 Mon Sep 17 00:00:00 2001 From: Yuliya Algaer Date: Sun, 6 Oct 2019 00:33:26 +0700 Subject: [PATCH 2/4] Update to 33.0 --- ugene.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ugene.spec b/ugene.spec index cd474d0..f5eb006 100644 --- a/ugene.spec +++ b/ugene.spec @@ -1,14 +1,14 @@ Name: ugene Summary: Integrated bioinformatics toolkit -Version: 1.31.1 -Release: 6%{?dist} +Version: 33.0 +Release: 1%{?dist} #The entire source code is GPLv2+ except: #file src/libs_3rdparty/qtbindings_core/src/qtscriptconcurrent.h which is GPLv2 #files in src/plugins_3rdparty/script_debuger/src/qtscriptdebug/ which are GPLv2 License: GPLv2+ and GPLv2 URL: http://ugene.net Source0: http://ugene.net/downloads/%{name}-%{version}.tar.gz -Patch0: ugene-1.31.0.patch +#Patch0: ugene-1.31.0.patch BuildRequires: desktop-file-utils BuildRequires: mesa-libGLU-devel @@ -22,6 +22,9 @@ BuildRequires: qt5-qttools-devel BuildRequires: qt5-qtwebchannel-devel BuildRequires: qt5-qtwebkit-devel BuildRequires: qt5-qtxmlpatterns-devel +BuildRequires: qt5-qtwebengine-devel +BuildRequires: qt5-websockets-devel +BuildRequires: qt5-qtwebchannel BuildRequires: zlib-devel BuildConflicts: qt-devel @@ -42,7 +45,7 @@ is a designer for custom bioinformatics workflows. %prep %setup -q -%patch0 -p1 -b .qt510 +#%patch0 -p1 -b .qt510 %build %{qmake_qt5} -r \ @@ -77,8 +80,8 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_mandir}/man1/* %changelog -* Thu Sep 26 2019 Jan Grulich - 1.31.1-6 -- rebuild (qt5) +* Sat Oct 06 2019 Yuliya Algader - 33.0-1 +- new release * Mon Jun 17 2019 Jan Grulich - 1.31.1-5 - rebuild (qt5) From 69b922ef323d5b8c16bafa05b209e82dd2307d77 Mon Sep 17 00:00:00 2001 From: Yuliya Algaer Date: Sun, 6 Oct 2019 00:39:53 +0700 Subject: [PATCH 3/4] Update to 33.0 --- .gitignore | 1 + sources | 2 +- ugene.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e49cefa..865ec36 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ugene-1.*.tar.gz +/ugene-33.0.tar.gz diff --git a/sources b/sources index bb75018..5622a2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ugene-1.31.1.tar.gz) = dc4cea8a90432de9b58c4b9e1cfbb01c8e1d65c83889df56323385b2639ab1d248cad13b63a7f6c8d91ba2c12f091580f0893f6af1d32392a043fd25cf6c4954 +SHA512 (ugene-33.0.tar.gz) = 5e02a1845d7626c1287002a25bfa1551234fc94312963aef2981bdfe70af1959d5b1c4289af0138dfa9ba44846454ba2d4d9cd96f029bac1ab262ed2bc583d87 diff --git a/ugene.spec b/ugene.spec index f5eb006..cd65792 100644 --- a/ugene.spec +++ b/ugene.spec @@ -1,7 +1,7 @@ Name: ugene Summary: Integrated bioinformatics toolkit Version: 33.0 -Release: 1%{?dist} +Release: 2%{?dist} #The entire source code is GPLv2+ except: #file src/libs_3rdparty/qtbindings_core/src/qtscriptconcurrent.h which is GPLv2 #files in src/plugins_3rdparty/script_debuger/src/qtscriptdebug/ which are GPLv2 @@ -80,7 +80,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_mandir}/man1/* %changelog -* Sat Oct 06 2019 Yuliya Algader - 33.0-1 +* Sat Oct 06 2019 Yuliya Algader - 33.0-2 - new release * Mon Jun 17 2019 Jan Grulich - 1.31.1-5 From 6ecb91ddb55906de2c9631f439bd2bfa12dfa253 Mon Sep 17 00:00:00 2001 From: Yuliya Algaer Date: Sat, 19 Oct 2019 15:13:02 +0700 Subject: [PATCH 4/4] Update to 33.0 --- ugene.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ugene.spec b/ugene.spec index cd65792..c088560 100644 --- a/ugene.spec +++ b/ugene.spec @@ -1,7 +1,7 @@ Name: ugene Summary: Integrated bioinformatics toolkit Version: 33.0 -Release: 2%{?dist} +Release: 3%{?dist} #The entire source code is GPLv2+ except: #file src/libs_3rdparty/qtbindings_core/src/qtscriptconcurrent.h which is GPLv2 #files in src/plugins_3rdparty/script_debuger/src/qtscriptdebug/ which are GPLv2 @@ -23,7 +23,7 @@ BuildRequires: qt5-qtwebchannel-devel BuildRequires: qt5-qtwebkit-devel BuildRequires: qt5-qtxmlpatterns-devel BuildRequires: qt5-qtwebengine-devel -BuildRequires: qt5-websockets-devel +BuildRequires: qt5-qtwebsockets-devel BuildRequires: qt5-qtwebchannel BuildRequires: zlib-devel @@ -80,7 +80,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_mandir}/man1/* %changelog -* Sat Oct 06 2019 Yuliya Algader - 33.0-2 +* Sat Oct 19 2019 Yuliya Algader - 33.0-3 - new release * Mon Jun 17 2019 Jan Grulich - 1.31.1-5