Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zander Brown
libhandy
Commits
7dd596fe
Commit
7dd596fe
authored
Jul 18, 2018
by
Guido Gunther
💤
Browse files
Bump version to 0.0.2
parent
aadbef6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/packaging/rpm/libhandy.spec
View file @
7dd596fe
%global _vpath_srcdir %{name}
Name: libhandy
Version: 0.0.
1
Version: 0.0.
2
Release: 1%{?dist}
Summary: A library full of GTK+ widgets for mobile phones
...
...
debian/changelog
View file @
7dd596fe
libhandy (0.0.2) experimental; urgency=medium
[ Guido Günther ]
* Use source.puri.sm instead of code.puri.sm.
* Add AUTHORS file
* gitlab-ci: Build on Debian buster using provided build-deps.
* arrows: test object construction
* Multiple gtk-doc fixes
* docs: Abort on warnings.
* DialerButton: free letters
[ Adrien Plazas ]
* dialer: Make the grid visible and forbid show all.
* example: Drop usage of show_all()
* dialer: Add column-spacing and row-spacing props.
* example: Change the grid's spacing and minimum size request.
* flatpak: Allow access to the dconf config dir.
* Replace phone-dial-symbolic by call-start-symbolic.
* column: Fix height for width request.
-- Guido Günther <agx@sigxcpu.org> Wed, 18 Jul 2018 13:12:10 +0200
libhandy (0.0.1) experimental; urgency=medium
[ Guido Günther ]
...
...
meson.build
View file @
7dd596fe
project
(
'libhandy'
,
'c'
,
version
:
'0.0.
1
'
,
version
:
'0.0.
2
'
,
license
:
'LGPL-2.1+'
,
meson_version
:
'>= 0.40.1'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
,
'c_std=gnu11'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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