aboutsummaryrefslogtreecommitdiff
path: root/ports/spdlog/CONTROL
diff options
context:
space:
mode:
authorRyan <ryan__mckenzie@hotmail.com>2021-03-31 14:27:55 -0700
committerGitHub <noreply@github.com>2021-03-31 14:27:55 -0700
commitf22705fd158e09d432cc23b36ed249ca99386718 (patch)
tree27e98a949ada2006598a708e77a732d2fb84a2ae /ports/spdlog/CONTROL
parent9c2aae721d75f028df37f411ff475712760e3242 (diff)
downloadvcpkg-f22705fd158e09d432cc23b36ed249ca99386718.tar.gz
vcpkg-f22705fd158e09d432cc23b36ed249ca99386718.zip
[spdlog] Update to 1.8.5 (#16870)
* remove featurebuild patch see: https://github.com/gabime/spdlog/commit/3d8f71c4d23fd2df08e4f6284155958b0df47b33 https://github.com/gabime/spdlog/commit/42c36f48ed8d5d64bd244b1097257f575569d472 * remove external fmt patch see: https://github.com/gabime/spdlog/blob/53e1c9ab112aa97062ba3df8fede91c3acd248d5/CMakeLists.txt#L183-L184 * remove target fixup branching see: https://github.com/gabime/spdlog/commit/4858d7e454e66d347024a074749535b91ccbeed9 * convert control file to manifest file * remove android build patch see: https://github.com/gabime/spdlog/commit/e86f450428fd5373ea72606b21a4055fb411abfd * update to 1.8.3 * remove redundant cleanup these folders don't exist in the build tree, and so they don't need to be cleaned up * update deprecated functions * remove empty folder * add version * report version using semantic versioning * correct version comment * update version file * fixup pkgconfig * update version file again * accomodate non-cmake users * update to 1.8.5 * update version files * remove 1.8.3 from version file
Diffstat (limited to 'ports/spdlog/CONTROL')
-rw-r--r--ports/spdlog/CONTROL10
1 files changed, 0 insertions, 10 deletions
diff --git a/ports/spdlog/CONTROL b/ports/spdlog/CONTROL
deleted file mode 100644
index 6110199ff..000000000
--- a/ports/spdlog/CONTROL
+++ /dev/null
@@ -1,10 +0,0 @@
-Source: spdlog
-Version: 1.8.0
-Port-Version: 3
-Homepage: https://github.com/gabime/spdlog
-Description: Very fast, header only, C++ logging library
-Build-Depends: fmt
-
-Feature: benchmark
-Description: Use google benchmark
-Build-Depends: benchmark