Skip to content

Commit 08a7d1e

Browse files
committed
releasing package snapd version 2.32.5
1 parent 75dfe70 commit 08a7d1e

File tree

6 files changed

+41
-3
lines changed

6 files changed

+41
-3
lines changed

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
pkgbase=snapd
77
pkgname=snapd-git
8-
pkgver=2.32.4
8+
pkgver=2.32.5
99
pkgrel=1
1010
arch=('i686' 'x86_64')
1111
url="https://github.com/snapcore/snapd"

packaging/fedora/snapd.spec

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
%endif
7171

7272
Name: snapd
73-
Version: 2.32.4
73+
Version: 2.32.5
7474
Release: 0%{?dist}
7575
Summary: A transactional software package manager
7676
Group: System Environment/Base
@@ -711,6 +711,15 @@ fi
711711

712712

713713
%changelog
714+
* Mon Apr 16 2018 Michael Vogt <[email protected]>
715+
- New upstream release 2.32.5
716+
- many: add "stop-mode: sig{term,hup,usr[12]}{,-all}" instead of
717+
conflating that with refresh-mode
718+
- overlord/snapstate: poll for up to 10s if a snap is unexpectedly
719+
not mounted in doMountSnap
720+
- daemon: support 'system' as nickname of the core snapchange it is
721+
possible to do:
722+
714723
* Wed Apr 11 2018 Michael Vogt <[email protected]>
715724
- New upstream release 2.32.4
716725
- cmd/snap: user session application autostart

packaging/opensuse-42.2/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Apr 16 11:41:48 UTC 2018 - [email protected]
3+
4+
- Update to upstream release 2.32.5
5+
16
-------------------------------------------------------------------
27
Wed Apr 11 16:30:45 UTC 2018 - [email protected]
38

packaging/opensuse-42.2/snapd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
%define systemd_services_list snapd.socket snapd.service
3434
Name: snapd
35-
Version: 2.32.3.2
35+
Version: 2.32.5
3636
Release: 0
3737
Summary: Tools enabling systems to work with .snap files
3838
License: GPL-3.0

packaging/ubuntu-14.04/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
snapd (2.32.5~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #1756173
4+
- many: add "stop-mode: sig{term,hup,usr[12]}{,-all}" instead of
5+
conflating that with refresh-mode
6+
- overlord/snapstate: poll for up to 10s if a snap is unexpectedly
7+
not mounted in doMountSnap
8+
- daemon: support 'system' as nickname of the core snapchange it is
9+
possible to do:
10+
11+
-- Michael Vogt <[email protected]> Mon, 16 Apr 2018 11:41:48 +0200
12+
113
snapd (2.32.4~14.04) trusty; urgency=medium
214

315
* New upstream release, LP: #1756173

packaging/ubuntu-16.04/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
snapd (2.32.5) xenial; urgency=medium
2+
3+
* New upstream release, LP: #1756173
4+
- many: add "stop-mode: sig{term,hup,usr[12]}{,-all}" instead of
5+
conflating that with refresh-mode
6+
- overlord/snapstate: poll for up to 10s if a snap is unexpectedly
7+
not mounted in doMountSnap
8+
- daemon: support 'system' as nickname of the core snapchange it is
9+
possible to do:
10+
11+
-- Michael Vogt <[email protected]> Mon, 16 Apr 2018 11:41:48 +0200
12+
113
snapd (2.32.4) xenial; urgency=medium
214

315
* New upstream release, LP: #1756173

0 commit comments

Comments
 (0)