Commit 890fa115 authored by Julien Y. Dutheil's avatar Julien Y. Dutheil
Browse files

New upstream version 0.6.1

parent 67019a0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -93,10 +93,10 @@ ENDIF(NO_DEP_CHECK)
# Packager
SET(CPACK_PACKAGE_NAME "bppphyview")
SET(CPACK_PACKAGE_VENDOR "Bio++ Development Team")
SET(CPACK_PACKAGE_VERSION "0.6.0")
SET(CPACK_PACKAGE_VERSION "0.6.1")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "6")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Bio++ Phylogenetic Viewer")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt")
SET(CPACK_RESOURCE_FILE_AUTHORS "${CMAKE_SOURCE_DIR}/AUTHORS.txt")
+3 −3
Original line number Diff line number Diff line
@@ -1038,15 +1038,15 @@ void PhyView::exit()
void PhyView::aboutBpp()
{
  QMessageBox msgBox;
  msgBox.setText("Bio++ 2.4.0.");
  msgBox.setInformativeText("bpp-core 2.4.0\nbpp-seq 2.4.0.\nbpp-phyl 2.4.0.\nbpp-qt 2.4.0");
  msgBox.setText("Bio++ 2.4.1.");
  msgBox.setInformativeText("bpp-core 2.4.1\nbpp-seq 2.4.1.\nbpp-phyl 2.4.1.\nbpp-qt 2.4.1");
  msgBox.exec();
}

void PhyView::about()
{
  QMessageBox msgBox;
  msgBox.setText("This is Bio++ Phylogenetic Viewer version 0.6.0.");
  msgBox.setText("This is Bio++ Phylogenetic Viewer version 0.6.1.");
  msgBox.setInformativeText("Julien Dutheil <dutheil@evolbio.mpg.de>.");
  msgBox.exec();
}
+12 −10
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
URL: https://github.com/BioPP/bppphyview

Name: bppphyview
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
License: CECILL-2.0
Vendor: The Bio++ Project
@@ -11,9 +11,9 @@ Source: %{name}-%{version}.tar.gz
Summary: Bio++ Phylogenetic Viewer
Group: Productivity/Scientific/Other

Requires: libbpp-phyl12 = 2.4.0
Requires: libbpp-core4 = 2.4.0
Requires: libbpp-qt2 = 2.4.0
Requires: libbpp-phyl12 = 2.4.1
Requires: libbpp-core4 = 2.4.1
Requires: libbpp-qt2 = 2.4.1

%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version}
Requires: libqt5core5 >= 5.0.0
@@ -47,12 +47,12 @@ BuildRoot: %{_builddir}/%{name}-root
BuildRequires: cmake >= 2.8.11
BuildRequires: gcc-c++ >= 4.7.0
BuildRequires: groff
BuildRequires: libbpp-core4 = 2.4.0
BuildRequires: libbpp-core-devel = 2.4.0
BuildRequires: libbpp-phyl12 = 2.4.0
BuildRequires: libbpp-phyl-devel = 2.4.0
BuildRequires: libbpp-qt2 = 2.4.0
BuildRequires: libbpp-qt-devel = 2.4.0
BuildRequires: libbpp-core4 = 2.4.1
BuildRequires: libbpp-core-devel = 2.4.1
BuildRequires: libbpp-phyl12 = 2.4.1
BuildRequires: libbpp-phyl-devel = 2.4.1
BuildRequires: libbpp-qt2 = 2.4.1
BuildRequires: libbpp-qt-devel = 2.4.1

%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version}
BuildRequires: qt >= 5.0.0
@@ -132,6 +132,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/man/man1/phyview.1*

%changelog
* Wed Aug 15 2018 Julien Dutheil <julien.dutheil@univ-montp2.fr> 0.6.1-1
- Compatibility update with Bio++ 2.4.1.
* Mon Mar 12 2018 Julien Dutheil <julien.dutheil@univ-montp2.fr> 0.6.0-1
- Compatibility update with Bio++ 2.4.0.
- More options in branch lengths panel.