Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libmce-glib
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
spiiroin
libmce-glib
Commits
708de564
Commit
708de564
authored
Nov 12, 2016
by
Slava Monich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libmce-glib] Version 1.0.2
parent
0eb9894a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
Makefile
Makefile
+1
-1
debian/changelog
debian/changelog
+7
-0
rpm/libmce-glib.spec
rpm/libmce-glib.spec
+2
-1
No files found.
Makefile
View file @
708de564
...
...
@@ -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)
...
...
debian/changelog
View file @
708de564
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
...
...
rpm/libmce-glib.spec
View file @
708de564
Name: libmce-glib
Version: 1.0.
1
Version: 1.0.
2
Release: 0
Summary: MCE client library
Group: Development/Libraries
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment