diff --git a/.gitignore b/.gitignore index 0564bf5..f87a67b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ ugene-1.7.0.tar.gz /ugene-1.14.2.tar.gz /ugene-1.15.0.tar.gz /ugene-1.15.1.tar.gz +/ugene-1.16.0.tar.gz diff --git a/sources b/sources index 0b476bf..4b7dd43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7269c1f49cfdb5911ce7d8904b6c6af3 ugene-1.15.1.tar.gz +21ebee32a8af76312773ff9a0285ba1d ugene-1.16.0.tar.gz diff --git a/ugene.spec b/ugene.spec index 5b5f2b5..2345828 100644 --- a/ugene.spec +++ b/ugene.spec @@ -1,6 +1,6 @@ Name: ugene Summary: Integrated bioinformatics toolkit -Version: 1.15.1 +Version: 1.16.0 Release: 1%{?dist} #The entire source code is GPLv2+ except: #file src/libs_3rdparty/qtbindings_core/src/qtscriptconcurrent.h which is GPLv2 @@ -50,11 +50,16 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_libdir}/%{name}/ %{_datadir}/applications/* %{_datadir}/pixmaps/* +%{_datadir}/icons/* +%{_datadir}/mime/* %{_datadir}/%{name}/ %{_mandir}/man1/* %doc COPYRIGHT LICENSE LICENSE.3rd_party %changelog +* Wed Feb 25 2015 Yuliya Algaer - 1.16.0-1 +- New upstream version + * Wed Jan 14 2015 Yuliya Algaer - 1.15.1-1 - New upstream version