Skip to content

Commit 3801864

Browse files
committed
Update version to v0.3.0
1 parent ae1faa0 commit 3801864

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('sessiond', 'c', version : 'v0.2.0', meson_version : '>=0.47.0')
1+
project('sessiond', 'c', version : 'v0.3.0', meson_version : '>=0.47.0')
22

33
deps = [
44
dependency('gio-2.0'),

spec/sessiond-0.2.0.spec spec/sessiond-0.3.0.spec

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Name: sessiond
2-
Version: 0.2.0
2+
Version: 0.3.0
33
Release: 1%{?dist}
44
Summary: Standalone X11 session manager for logind
55

66
License: GPLv3+
77
URL: https://github.com/jcrd/sessiond
8-
Source0: https://github.com/jcrd/sessiond/archive/v0.2.0.tar.gz
8+
Source0: https://github.com/jcrd/sessiond/archive/v0.3.0.tar.gz
99

1010
BuildRequires: meson
1111
BuildRequires: gcc
@@ -57,6 +57,7 @@ cd python-sessiond
5757
/usr/lib/systemd/user/sessiond.service
5858
/usr/lib/systemd/user/user-shutdown.target
5959
/usr/lib/systemd/user/user-sleep.target
60+
/usr/lib/systemd/user/user-sleep-finished.target
6061
%{_mandir}/man1/sessionctl.1.gz
6162
%{_mandir}/man1/sessiond-inhibit.1.gz
6263
%{_mandir}/man1/sessiond.1.gz
@@ -70,6 +71,9 @@ cd python-sessiond
7071
%{python3_sitelib}/__pycache__/%{name}.*
7172

7273
%changelog
74+
* Sun Nov 1 2020 James Reed <[email protected]> - 0.3.0-1
75+
- Release v0.3.0
76+
7377
* Wed Jun 17 2020 James Reed <[email protected]> - 0.2.0-1
7478
- Release v0.2.0
7579

0 commit comments

Comments
 (0)