diff options
author | hyunho <hhstark.kang@samsung.com> | 2020-11-06 17:01:00 +0900 |
---|---|---|
committer | hyunho <hhstark.kang@samsung.com> | 2020-11-06 17:01:00 +0900 |
commit | 411a8b06498efd6b1b1e4bbfb08e7aa1620b9366 (patch) | |
tree | 0a4df49a3dd86c6d70bff05ada17b28c758e49aa | |
parent | 2397f8f058b2dd759135246c1c63718018bfeac8 (diff) | |
download | notification-411a8b06498efd6b1b1e4bbfb08e7aa1620b9366.tar.gz notification-411a8b06498efd6b1b1e4bbfb08e7aa1620b9366.tar.bz2 notification-411a8b06498efd6b1b1e4bbfb08e7aa1620b9366.zip |
Release version 0.5.84submit/tizen_6.0/20201110.082847submit/tizen_6.0/20201110.063352submit/tizen_6.0/20201110.022443submit/tizen/20201110.082801submit/tizen/20201106.081618accepted/tizen/unified/20201111.124726accepted/tizen/unified/20201110.125037accepted/tizen/6.0/unified/20201111.064839
Changes:
- Replace strerror with strerror_r
Change-Id: Iaafe3f45451485ca064edd1c7e0b5560176ddb1e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
-rw-r--r-- | packaging/notification.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/notification.spec b/packaging/notification.spec index 650fc7f..8b6cff7 100644 --- a/packaging/notification.spec +++ b/packaging/notification.spec @@ -1,7 +1,7 @@ %bcond_with wayland Name: notification Summary: Notification library -Version: 0.5.83 +Version: 0.5.84 Release: 1 Group: Applications/Core Applications License: Apache-2.0 |