From 3e785222071ced905b782f97006b178c4c09597e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 3 Sep 2020 19:43:41 -0400 Subject: [PATCH] yaml-cpp: Note possibility of ABI breakage without soname bumps --- srcpkgs/yaml-cpp/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/yaml-cpp/template b/srcpkgs/yaml-cpp/template index fbb9fdc093c..4f0339ee980 100644 --- a/srcpkgs/yaml-cpp/template +++ b/srcpkgs/yaml-cpp/template @@ -1,5 +1,7 @@ # Template file for 'yaml-cpp' pkgname=yaml-cpp +# yaml-cpp may break ABI even without changing the soname; when +# updating, test dependants to determine if revbumps are needed version=0.6.3 revision=1 wrksrc="${pkgname}-${pkgname}-${version}"