[med-svn] [Git][med-team/bppphyview][master] 3 commits: New upstream version 0.6.1

Julien Y. Dutheil gitlab at salsa.debian.org
Mon Aug 27 08:00:45 BST 2018


Julien Y. Dutheil pushed to branch master at Debian Med / bppphyview


Commits:
890fa115 by Julien Y. Dutheil at 2018-08-27T06:56:51Z
New upstream version 0.6.1
- - - - -
557379fe by Julien Y. Dutheil at 2018-08-27T06:56:51Z
Update upstream source from tag 'upstream/0.6.1'

Update to upstream version '0.6.1'
with Debian dir 954143223d1d66a063b26a5a663b4055add0e901
- - - - -
f7bab19d by Julien Y. Dutheil at 2018-08-27T07:00:31Z
Version 0.6.1.

- - - - -


5 changed files:

- CMakeLists.txt
- bppPhyView/PhyView.cpp
- bppphyview.spec
- debian/changelog
- debian/control


Changes:

=====================================
CMakeLists.txt
=====================================
@@ -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")


=====================================
bppPhyView/PhyView.cpp
=====================================
@@ -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 at evolbio.mpg.de>.");
   msgBox.exec();
 }


=====================================
bppphyview.spec
=====================================
@@ -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 at univ-montp2.fr> 0.6.1-1
+- Compatibility update with Bio++ 2.4.1.
 * Mon Mar 12 2018 Julien Dutheil <julien.dutheil at univ-montp2.fr> 0.6.0-1
 - Compatibility update with Bio++ 2.4.0.
 - More options in branch lengths panel.


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bppphyview (0.6.1-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+  * Compatibility with Bio++ 2.4.1. 
+
+ -- Julien Dutheil <julien.dutheil at univ-montp2.fr>  Mon, 27 Aug 2018 08:57:24 +0200
+
 bppphyview (0.6.0-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11~),
                cmake,
                qt5-qmake,
                qtdeclarative5-dev,
-               libbpp-qt-dev (>= 2.4.0)
+               libbpp-qt-dev (>= 2.4.1)
 Standards-Version: 4.1.4
 Vcs-Browser: https://salsa.debian.org/med-team/bppphyview
 Vcs-Git: https://salsa.debian.org/med-team/bppphyview.git



View it on GitLab: https://salsa.debian.org/med-team/bppphyview/compare/85d0469d006a02050d4542e1ec8e5b66c6962f15...f7bab19d712c0e048f8237a31dd176fb313d841d

-- 
View it on GitLab: https://salsa.debian.org/med-team/bppphyview/compare/85d0469d006a02050d4542e1ec8e5b66c6962f15...f7bab19d712c0e048f8237a31dd176fb313d841d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180827/e607ab5b/attachment-0001.html>


More information about the debian-med-commit mailing list