From 7321c8e782bbe5a679446d9df03d7c22abe8e73b Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 23 May 2021 03:36:01 +0300 Subject: [PATCH] Version 1.0.55 --- Makefile | 2 +- debian/changelog | 9 +++++++++ rpm/libglibutil.spec | 4 +++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f4a5343..1947290 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 54 +VERSION_RELEASE = 55 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 65679e0..5ee5a32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libglibutil (1.0.55) unstable; urgency=low + + * Added gutil_log_dump() + * Added gutil_range_init_with_bytes() + * Added gutil_range_has_prefix() + * Added gutil_range_skip_prefix() + + -- Slava Monich Sun, 23 May 2021 03:33:58 +0300 + libglibutil (1.0.54) unstable; urgency=low * Added GUtilRange type diff --git a/rpm/libglibutil.spec b/rpm/libglibutil.spec index daebeb5..faa7f25 100644 --- a/rpm/libglibutil.spec +++ b/rpm/libglibutil.spec @@ -1,10 +1,12 @@ Name: libglibutil -Version: 1.0.54 + +Version: 1.0.55 Release: 0 Summary: Library of glib utilities License: BSD URL: https://git.sailfishos.org/mer-core/libglibutil Source: %{name}-%{version}.tar.bz2 + BuildRequires: pkgconfig(glib-2.0) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig