bicatali 14/06/10 20:35:54 Added: libdynd-0.6.2-out-of-git-versioning.patch Log: Version bump (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.1 dev-libs/libdynd/files/libdynd-0.6.2-out-of-git-versioning.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdynd/files/libdynd-0.6.2-out-of-git-versioning.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdynd/files/libdynd-0.6.2-out-of-git-versioning.patch?rev=1.1&content-type=text/plain Index: libdynd-0.6.2-out-of-git-versioning.patch =================================================================== --- CMakeLists.txt.orig 2014-05-01 20:43:13.000000000 +0400 +++ CMakeLists.txt 2014-05-12 13:56:55.000000000 +0400 @@ -112,9 +112,9 @@ endif() # Get the git revision -include(GetGitRevisionDescriptionDyND) -get_git_head_revision("${CMAKE_CURRENT_SOURCE_DIR}" GIT_REFSPEC DYND_GIT_SHA1) -git_describe("${CMAKE_CURRENT_SOURCE_DIR}" DYND_VERSION_STRING --dirty --always --match "v*") +SET(DYND_GIT_SHA1 "@DYND_GIT_SHA1@") +SET(DYND_VERSION_STRING "@DYND_VERSION@") + message(STATUS "DyND version: ${DYND_VERSION_STRING}") configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/src/dynd/git_version.cpp.in"