diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2018-05-16 10:25:18 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@ubuntu.com> | 2018-05-16 10:25:18 +0200 |
| commit | 4f6f8255327742798cb58c328f38f5eaace2ecd6 (patch) | |
| tree | 204823ad8d74016758b502a327c161d7e8f6b597 | |
| parent | b42bda44d42158fb415f0eee60b7ac9cadbdad80 (diff) | |
releasing package snapd version 2.32.92.32.9
| -rw-r--r-- | packaging/arch/PKGBUILD | 2 | ||||
| -rw-r--r-- | packaging/fedora/snapd.spec | 7 | ||||
| -rw-r--r-- | packaging/opensuse-42.2/snapd.changes | 5 | ||||
| -rw-r--r-- | packaging/opensuse-42.2/snapd.spec | 2 | ||||
| -rw-r--r-- | packaging/ubuntu-14.04/changelog | 8 | ||||
| -rw-r--r-- | packaging/ubuntu-16.04/changelog | 8 |
6 files changed, 29 insertions, 3 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index dbf2cada4c..bd8b4904fb 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=snapd pkgname=snapd-git -pkgver=2.32.8 +pkgver=2.32.9 pkgrel=1 arch=('i686' 'x86_64') url="https://github.com/snapcore/snapd" diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index 7344aaa562..4fc979212f 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -70,7 +70,7 @@ %endif Name: snapd -Version: 2.32.8 +Version: 2.32.9 Release: 0%{?dist} Summary: A transactional software package manager Group: System Environment/Base @@ -712,6 +712,11 @@ fi %changelog +* Tue May 16 2018 Michael Vogt <mvo@ubuntu.com> +- New upstream release 2.32.9 + - tests: run all spread tests inside GCE + - tests: build spread in the autopkgtests with a more recent go + * Fri May 11 2018 Michael Vogt <mvo@ubuntu.com> - New upstream release 2.32.8 - snapd.core-fixup.sh: add workaround for corrupted uboot.env diff --git a/packaging/opensuse-42.2/snapd.changes b/packaging/opensuse-42.2/snapd.changes index 05b802b18d..1414eb3b6d 100644 --- a/packaging/opensuse-42.2/snapd.changes +++ b/packaging/opensuse-42.2/snapd.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed May 16 10:20:08 UTC 2018 - mvo@fastmail.fm + +- Update to upstream release 2.32.9 + +------------------------------------------------------------------- Fri May 11 14:36:16 UTC 2018 - mvo@fastmail.fm - Update to upstream release 2.32.8 diff --git a/packaging/opensuse-42.2/snapd.spec b/packaging/opensuse-42.2/snapd.spec index d6c965d6cc..cbe26efe7c 100644 --- a/packaging/opensuse-42.2/snapd.spec +++ b/packaging/opensuse-42.2/snapd.spec @@ -32,7 +32,7 @@ %define systemd_services_list snapd.socket snapd.service Name: snapd -Version: 2.32.8 +Version: 2.32.9 Release: 0 Summary: Tools enabling systems to work with .snap files License: GPL-3.0 diff --git a/packaging/ubuntu-14.04/changelog b/packaging/ubuntu-14.04/changelog index 2da5d51000..83a80719a4 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -1,3 +1,11 @@ +snapd (2.32.9~14.04) trusty; urgency=medium + + * New upstream release, LP: #1767833 + - tests: run all spread tests inside GCE + - tests: build spread in the autopkgtests with a more recent go + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 May 2018 10:20:08 +0200 + snapd (2.32.8~14.04) trusty; urgency=medium * New upstream release, LP: #1767833 diff --git a/packaging/ubuntu-16.04/changelog b/packaging/ubuntu-16.04/changelog index d9a06c0234..07ed0901d0 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -1,3 +1,11 @@ +snapd (2.32.9) xenial; urgency=medium + + * New upstream release, LP: #1767833 + - tests: run all spread tests inside GCE + - tests: build spread in the autopkgtests with a more recent go + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 16 May 2018 10:20:08 +0200 + snapd (2.32.8) xenial; urgency=medium * New upstream release, LP: #1767833 |
