diff --git a/dsoftbus.spec b/dsoftbus.spec index d4b77863fb2851a91a5c25d7d8b78b45c521d2d8..38e8d9a5be7664c5f8471cbf47fbe52fea4a86aa 100644 --- a/dsoftbus.spec +++ b/dsoftbus.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} %global source_dsoftbus_standard dsoftbus_standard -%global release_dsoftbus_standard v3.1.2-release +%global release_dsoftbus_standard v3.1.2.2-release %global source_embedded_ipc embedded-ipc -%global release_embedded_ipc v1.0.0-release +%global release_embedded_ipc v1.0.1-release %global source_commonlibrary_c_utils commonlibrary_c_utils %global source_security_device_auth security_device_auth %global source_security_huks security_huks @@ -14,7 +14,7 @@ Name: dsoftbus Version: 1.0.0 -Release: 5 +Release: 6 Summary: openEuler embedded softbus capability support License: Apache License 2.0 Url: https://openeuler.gitee.io/yocto-meta-openeuler/features/distributed_softbus.html @@ -199,6 +199,9 @@ ${dsoftbus_build_dir}/third_party/bounds_checking_function/include/*.h \ /data/data %changelog +* Fri Dec 30 2022 liheavy - 1.0.0-6 +- update version of dsoftbus_standard and embedded-ipc + * Mon Dec 19 2022 beiling.xie - 1.0.0-5 - The dependency path of the third-party is optimized diff --git a/dsoftbus_standard-v3.1.2-release.tar.gz b/dsoftbus_standard-v3.1.2-release.tar.gz deleted file mode 100644 index 7ab7050da5e35472a821544f156876faf5ad02de..0000000000000000000000000000000000000000 Binary files a/dsoftbus_standard-v3.1.2-release.tar.gz and /dev/null differ diff --git a/dsoftbus_standard-v3.1.2.2-release.tar.gz b/dsoftbus_standard-v3.1.2.2-release.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a5e99a2417ec87cc84b42187be0df29e14177633 Binary files /dev/null and b/dsoftbus_standard-v3.1.2.2-release.tar.gz differ diff --git a/embedded-ipc-v1.0.0-release.tar.gz b/embedded-ipc-v1.0.0-release.tar.gz deleted file mode 100644 index 292f76b5e50ff61aa764cf3066986c704686f8d0..0000000000000000000000000000000000000000 Binary files a/embedded-ipc-v1.0.0-release.tar.gz and /dev/null differ diff --git a/embedded-ipc-v1.0.1-release.tar.gz b/embedded-ipc-v1.0.1-release.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6aee72a109526fd1c6678062d378aca36b841105 Binary files /dev/null and b/embedded-ipc-v1.0.1-release.tar.gz differ