Skip to content

Commit

Permalink
Version 1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Oct 16, 2020
1 parent b54311d commit 027811e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 48
VERSION_RELEASE = 49

# 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 @@
libglibutil (1.0.49) unstable; urgency=low

* Added gutil_slice_free() macro

-- Slava Monich <slava.monich@jolla.com> Sat, 17 Oct 2020 01:01:25 +0300

libglibutil (1.0.48) unstable; urgency=low

* Make library executable on rpm based systems
Expand Down
5 changes: 2 additions & 3 deletions rpm/libglibutil.spec
@@ -1,8 +1,7 @@
Name: libglibutil
Version: 1.0.48
Version: 1.0.49
Release: 0
Summary: Library of glib utilities
Group: Development/Libraries
License: BSD
URL: https://git.sailfishos.org/mer-core/libglibutil
Source: %{name}-%{version}.tar.bz2
Expand All @@ -25,7 +24,7 @@ This package contains the development library for %{name}.
%setup -q

%build
make LIBDIR=%{_libdir} KEEP_SYMBOLS=1 release pkgconfig
make %{_smp_mflags} LIBDIR=%{_libdir} KEEP_SYMBOLS=1 release pkgconfig

%install
rm -rf %{buildroot}
Expand Down

0 comments on commit 027811e

Please sign in to comment.