From 92fab23251c6897889f29889c4ab1655b58d5db2 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Tue, 6 Aug 2019 14:46:41 +0300 Subject: [PATCH] Version 1.0.14 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgsupplicant.spec | 9 ++++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b0823b5..824726f 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 13 +VERSION_RELEASE = 14 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 918bd4e..d19b45e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.14) unstable; urgency=low + + * Plugged GSupplicant reference leak + + -- Slava Monich Tue, 06 Aug 2019 14:44:00 +0300 + libgsupplicant (1.0.13) unstable; urgency=low * Clear only blobs that are being set diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 5568dd6..7116764 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,15 +1,18 @@ Name: libgsupplicant -Version: 1.0.13 +Version: 1.0.14 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries License: BSD URL: https://git.merproject.org/mer-core/libgsupplicant Source: %{name}-%{version}.tar.bz2 + +%define libglibutil_version 1.0.21 + BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(libglibutil) >= 1.0.21 -Requires: libglibutil >= 1.0.21 +BuildRequires: pkgconfig(libglibutil) >= %{libglibutil_version} +Requires: libglibutil >= %{libglibutil_version} Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig