Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.14
  • Loading branch information
monich committed Aug 6, 2019
1 parent 334e7d9 commit 92fab23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libgsupplicant (1.0.14) unstable; urgency=low

* Plugged GSupplicant reference leak

-- Slava Monich <slava.monich@jolla.com> Tue, 06 Aug 2019 14:44:00 +0300

libgsupplicant (1.0.13) unstable; urgency=low

* Clear only blobs that are being set
Expand Down
9 changes: 6 additions & 3 deletions 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

Expand Down

0 comments on commit 92fab23

Please sign in to comment.