From 624bfa843d7ab971ee65ddf26a48629795ce49b4 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 18 Jul 2024 05:33:29 +0300 Subject: [PATCH] Version 1.1.40 --- Makefile | 2 +- debian/changelog | 8 ++++++++ rpm/libgbinder.spec | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 052ec4e..dc0f02c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 39 +VERSION_RELEASE = 40 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index e3b9455..041a12c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libgbinder (1.1.40) unstable; urgency=low + + * Make stability field of local object configurable + * Make more unit tests independent on system config + * Use UNDECLARED stability for NULL binders + + -- Slava Monich Thu, 18 Jul 2024 05:14:28 +0300 + libgbinder (1.1.39) unstable; urgency=low * Eliminate defects found by Coverity diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index b73d0ab..4a157fb 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.39 +Version: 1.1.40 Release: 0 Summary: Binder client library License: BSD @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(rpm) %define license_support %(pkg-config --exists 'rpm >= 4.11'; echo $?) # make_build macro appeared in rpm 4.12 -%{!?make_build: %define make_build make %{_smp_mflags}} +%{!?make_build:%define make_build make %{_smp_mflags}} Requires: glib2 >= %{glib_version} Requires: libglibutil >= %{libglibutil_version}