diff --git a/aws-c-common.changes b/aws-c-common.changes index b1a8619..b41e070 100644 --- a/aws-c-common.changes +++ b/aws-c-common.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 30 11:31:28 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 0.11.0 + * A bunch of CMake fixes by @graebm in (#1178) +- from version 0.10.9 + * Fix heap overflow on uri parsing by @TingDaoK in (#1185) +- Remove workaround to move cmake files to correct installation path + ------------------------------------------------------------------- Mon Jan 27 15:38:06 UTC 2025 - John Paul Adrian Glaubitz diff --git a/aws-c-common.spec b/aws-c-common.spec index fe82b4d..e7c5b79 100644 --- a/aws-c-common.spec +++ b/aws-c-common.spec @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 1 Name: aws-c-common -Version: 0.10.8 +Version: 0.11.0 Release: 0 Summary: Core C99 package for AWS SDK for C License: Apache-2.0 @@ -73,12 +73,6 @@ export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/build %install %cmake_install -# Move cmake files to correct installation path -mkdir -p %{buildroot}%{_libdir}/cmake/aws-c-common -mv %{buildroot}%{_libdir}/aws-c-common/cmake/* %{buildroot}%{_libdir}/cmake/aws-c-common/ -mv %{buildroot}%{_libdir}/cmake/Aws* %{buildroot}%{_libdir}/cmake/aws-c-common/ -rm -rf %{buildroot}%{_libdir}/aws-c-common - %ldconfig_scriptlets -n lib%{name}%{library_soversion} %files -n lib%{name}%{library_soversion} diff --git a/v0.10.8.tar.gz b/v0.10.8.tar.gz deleted file mode 100644 index ce82093..0000000 --- a/v0.10.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb7ce3cf22aac2c70a7676cd8ceeea785bb6ee2e4fea7d6cfb225a12fdc62775 -size 610074 diff --git a/v0.11.0.tar.gz b/v0.11.0.tar.gz new file mode 100644 index 0000000..5447807 --- /dev/null +++ b/v0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88115d6f3e4f79d8b2544ed8a95d8a9699985aed38aeb4779d7c9fffde1fee58 +size 609940