Version 1.0.55

This commit is contained in:
Slava Monich 2021-05-23 03:36:01 +03:00
parent b4d1bf7c1c
commit 7321c8e782
3 changed files with 13 additions and 2 deletions

View File

@ -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)

9
debian/changelog vendored
View File

@ -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 <slava.monich@jolla.com> Sun, 23 May 2021 03:33:58 +0300
libglibutil (1.0.54) unstable; urgency=low
* Added GUtilRange type

View File

@ -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