From 25573683eeea1bfed4a1e45e85bc957f91dde665 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 16 May 2021 04:31:23 +0300 Subject: [PATCH] Version 1.0.22 --- LICENSE | 2 +- Makefile | 3 ++- debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/copyright | 2 +- rpm/libgsupplicant.spec | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index b3522aa..b57eab1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2015-2020 Jolla Ltd. +Copyright (C) 2015-2021 Jolla Ltd. You may use this file under the terms of BSD license as follows: diff --git a/Makefile b/Makefile index dc2f107..dde40a8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 21 +VERSION_RELEASE = 22 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) @@ -140,6 +140,7 @@ $(GEN_FILES): | $(GEN_DIR) $(PKGCONFIG): | $(BUILD_DIR) $(DEBUG_OBJS): | $(DEBUG_BUILD_DIR) $(RELEASE_OBJS): | $(RELEASE_BUILD_DIR) +$(SRC:%.c=$(SRC_DIR)/%.c): | $(GEN_FILES) # # Rules diff --git a/debian/changelog b/debian/changelog index 3e6e63d..61637ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.22) unstable; urgency=low + + * Use gutil_memdup() instead of g_memdup() + + -- Slava Monich Sun, 16 May 2021 04:30:12 +0300 + libgsupplicant (1.0.21) unstable; urgency=low * Make library executable on RPM based systems diff --git a/debian/control b/debian/control index 78cb3e7..c7e3afa 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,17 @@ Source: libgsupplicant Section: libs Priority: optional Maintainer: Slava Monich -Build-Depends: debhelper (>= 8.1.3), libglib2.0-dev (>= 2.0), libglibutil-dev (>= 1.0.21) +Build-Depends: debhelper (>= 8.1.3), libglib2.0-dev (>= 2.0), libglibutil-dev (>= 1.0.52) Standards-Version: 3.8.4 Package: libgsupplicant Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, libglibutil (>= 1.0.52) Description: Client library for wpa_supplicant Package: libgsupplicant-dev Section: libdevel Architecture: any -Depends: libgsupplicant (= ${binary:Version}), libglibutil-dev (>= 1.0.21), ${misc:Depends} +Depends: libgsupplicant (= ${binary:Version}), libglibutil-dev (>= 1.0.52) Description: Development files for libgsupplicant diff --git a/debian/copyright b/debian/copyright index b3522aa..b57eab1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Copyright (C) 2015-2020 Jolla Ltd. +Copyright (C) 2015-2021 Jolla Ltd. You may use this file under the terms of BSD license as follows: diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index a531755..f5d57d4 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.21 +Version: 1.0.22 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries