Version 1.0.55
This commit is contained in:
parent
b4d1bf7c1c
commit
7321c8e782
2
Makefile
2
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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue