Skip to content

Commit

Permalink
Update version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrd committed Nov 2, 2020
1 parent ae1faa0 commit 3801864
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('sessiond', 'c', version : 'v0.2.0', meson_version : '>=0.47.0')
project('sessiond', 'c', version : 'v0.3.0', meson_version : '>=0.47.0')

deps = [
dependency('gio-2.0'),
Expand Down
8 changes: 6 additions & 2 deletions spec/sessiond-0.2.0.spec → spec/sessiond-0.3.0.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Name: sessiond
Version: 0.2.0
Version: 0.3.0
Release: 1%{?dist}
Summary: Standalone X11 session manager for logind

License: GPLv3+
URL: https://github.com/jcrd/sessiond
Source0: https://github.com/jcrd/sessiond/archive/v0.2.0.tar.gz
Source0: https://github.com/jcrd/sessiond/archive/v0.3.0.tar.gz

BuildRequires: meson
BuildRequires: gcc
Expand Down Expand Up @@ -57,6 +57,7 @@ cd python-sessiond
/usr/lib/systemd/user/sessiond.service
/usr/lib/systemd/user/user-shutdown.target
/usr/lib/systemd/user/user-sleep.target
/usr/lib/systemd/user/user-sleep-finished.target
%{_mandir}/man1/sessionctl.1.gz
%{_mandir}/man1/sessiond-inhibit.1.gz
%{_mandir}/man1/sessiond.1.gz
Expand All @@ -70,6 +71,9 @@ cd python-sessiond
%{python3_sitelib}/__pycache__/%{name}.*

%changelog
* Sun Nov 1 2020 James Reed <[email protected]> - 0.3.0-1
- Release v0.3.0

* Wed Jun 17 2020 James Reed <[email protected]> - 0.2.0-1
- Release v0.2.0

Expand Down

0 comments on commit 3801864

Please sign in to comment.