Version 1.1.40

This commit is contained in:
Slava Monich
2024-07-18 05:33:29 +03:00
parent 6d71a0649c
commit 624bfa843d
3 changed files with 11 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
VERSION_MAJOR = 1 VERSION_MAJOR = 1
VERSION_MINOR = 1 VERSION_MINOR = 1
VERSION_RELEASE = 39 VERSION_RELEASE = 40
# Version for pkg-config # Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

8
debian/changelog vendored
View File

@@ -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 <slava@monich.com> Thu, 18 Jul 2024 05:14:28 +0300
libgbinder (1.1.39) unstable; urgency=low libgbinder (1.1.39) unstable; urgency=low
* Eliminate defects found by Coverity * Eliminate defects found by Coverity

View File

@@ -1,6 +1,6 @@
Name: libgbinder Name: libgbinder
Version: 1.1.39 Version: 1.1.40
Release: 0 Release: 0
Summary: Binder client library Summary: Binder client library
License: BSD License: BSD
@@ -21,7 +21,7 @@ BuildRequires: pkgconfig(rpm)
%define license_support %(pkg-config --exists 'rpm >= 4.11'; echo $?) %define license_support %(pkg-config --exists 'rpm >= 4.11'; echo $?)
# make_build macro appeared in rpm 4.12 # 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: glib2 >= %{glib_version}
Requires: libglibutil >= %{libglibutil_version} Requires: libglibutil >= %{libglibutil_version}