Skip to content

Commit

Permalink
[libmce-glib] Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Nov 12, 2016
1 parent 0eb9894 commit 708de56
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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 = 1
VERSION_RELEASE = 2

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
libmce-glib (1.0.2) unstable; urgency=low

* Added mce_display_remove_handlers
* Added mce_tklock object

-- Slava Monich <slava.monich@jolla.com> Sat, 12 Nov 2016 13:26:09 +0300

libmce-glib (1.0.1) unstable; urgency=low

* Pull mce headers from mce-dev
Expand Down
3 changes: 2 additions & 1 deletion rpm/libmce-glib.spec
@@ -1,5 +1,5 @@
Name: libmce-glib
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: MCE client library
Group: Development/Libraries
Expand All @@ -9,6 +9,7 @@ Source: %{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libglibutil)
BuildRequires: pkgconfig(mce)
Requires: libglibutil >= 1.0.5
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand Down

0 comments on commit 708de56

Please sign in to comment.