Version 1.1.40
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
8
debian/changelog
vendored
@@ -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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user