Skip to content
Commits on Source (3)
......@@ -102,10 +102,10 @@ ENDIF(NO_DEP_CHECK)
# Packager
SET(CPACK_PACKAGE_NAME "libbpp-qt")
SET(CPACK_PACKAGE_VENDOR "Bio++ Development Team")
SET(CPACK_PACKAGE_VERSION "2.4.0")
SET(CPACK_PACKAGE_VERSION "2.4.1")
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "4")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Bio++ Qt graphic library")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt")
SET(CPACK_RESOURCE_FILE_AUTHORS "${CMAKE_SOURCE_DIR}/AUTHORS.txt")
......
......@@ -38,7 +38,7 @@ PROJECT_NAME = bpp-qt
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 2.4.0
PROJECT_NUMBER = 2.4.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
......
......@@ -3,7 +3,7 @@
URL: https://github.com/BioPP/bpp-qt
Name: bpp-qt
Version: 2.4.0
Version: 2.4.1
Release: 1%{?dist}
License: CECILL-2.0
Vendor: The Bio++ Project
......@@ -174,6 +174,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/include/*
%changelog
* Wed Aug 15 2018 Julien Dutheil <julien.dutheil@univ-montp2.fr> 2.4.1-1
- Compatibility update gcc8
* Mon Feb 26 2018 Julien Dutheil <julien.dutheil@univ-montp2.fr> 2.4.0-1
- Removed dynamic exception specifications
- Port to Qt5
......
libbpp-qt (2.4.1-1) UNRELEASED; urgency=medium
* New upstream version
* Addresses: #897783
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Wed, 22 Aug 2018 08:41:33 +0200
libbpp-qt (2.4.0-1) unstable; urgency=medium
[ Andreas Tille ]
......
......@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 11~),
d-shlibs (>= 0.80),
qt5-qmake,
qtdeclarative5-dev,
libbpp-phyl-dev (>= 2.4.0)
libbpp-phyl-dev (>= 2.4.1)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/libbpp-qt
Vcs-Git: https://salsa.debian.org/med-team/libbpp-qt.git
......@@ -20,7 +20,7 @@ Architecture: any
Section: libdevel
Depends: libbpp-qt2 (= ${binary:Version}),
${misc:Depends},
libbpp-phyl-dev (>= 2.4.0),
libbpp-phyl-dev (>= 2.4.1),
qtdeclarative5-dev
Description: Bio++ Qt Graphic classes library development files
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
......
This diff is collapsed.