[ubuntu/bionic-proposed] snapcraft 2.40+18.04.1 (Accepted)

Sergio Schvezov sergio.schvezov at ubuntu.com
Thu Mar 22 01:42:16 UTC 2018


snapcraft (2.40+18.04.1) bionic; urgency=medium

  [ Sergio Schvezov ]
  * elf: better debug messages (#1950)
  * elf: clear execstack by default (#1945)
  * repo: silence deb caching when fetching packages (#1949)
  * meta: make sure adapter does not propagate (#1955)
  * store: stringify message for StoreDeltaApplicationError (#1962)
  * python plugin: find setup.py when source-subdir is used (#1975)
  * ci: switch to stable lxd and unconfined containers (#1978)
  * project_loader: improve the logic to install patchelf as a build tool (#1967)
  * demos: avoid use of the wrapper for java-hello-world (#1968)
  * lifecycle: when priming dependencies need to be primed (#1977)
  * pluginhandler: simplify logic when elf patching is required (#1979)
  * pluginhandler: add option to disable patchelf for a part (#1987)
  * schema: add keep-execstack (#1986)
  * elf: remove dead code (#2000)
  * core: initial support for bases (#1993) (Closes: #1659)
  * docker: export SNAP_ARCH into the environment (#1994)
  * tests: add SNAPCRAFT_KEEP_DATA_PATH for integration (#1996)
  * errros: add a specific error when running commands from plugins (#2004)
  * pluginhandler: special case go patchelf failures for classic confinement (#2005)
  * many: use packaging logic to get patchelf (#2006)
  * project_loader: fix the host to base compatibility check (#2009)
  * pluginhandler: only do elf checking and patching for type app (#2012)
  * demos: use realpath in command entry for java-hello-world (#2016)
  * many: optimize retrieval of the linker version (#2017)
  * tests: minor fixes to autopkgtests (#2018)
  * elf: avoid duplicating rpath entries (#2019)
  * New upstream release (LP: #1756939)

  [ Leo Arias ]
  * tests: split the plugins tests in the same directory (#1944)
  * tests: move test files out of the snapcraft dir (#1948)
  * extractors: replace desktop file ids with paths (#1879)
  * extractors: add support for common-id  (#1960) (Closes: #1954)
  * tests: remove ProjectOptions dependency from the integration suite (#1965)
  * tests: remove dependency of internal repo from integration suite (#1971)
    (Closes: #1973)
  * tests: remove the internal os_release dependency (#1981) (Closes: #1952)
  * tests: remove _options dependency from integration suite (#1972)
    (Closes: #1953)
  * tests: update store tests user (#1984)
  * tests: document arm testing setup (#1985)

  [ Kyle Fazzari ]
  * catkin plugin: extract Wstool into its own module (#1927)
  * elf: remove all un-primed libs from soname cache (#1980)
  * catkin plugin: support recursive rosinstall files (#1934) (Closes: #1714)
  * elf: only set rpaths to libs of the same arch (#1988)
  * elf: don't parse elf more than necessary (#1989)
  * catkin plugin: replace python calls in all profile.d scripts (#2007)
  * docs: add execstack to HACKING.md's list of deb deps (#2015)
  * integration tests: snap tests shouldn't be arch-specific (#2014)

  [ Gustavo Silva ]
  * cli: add version command (#1746)

  [ John Lenton ]
  * schema: improve the snap name's validator (#1957)
  * snap: actually plug the completer in. (#1956)
  * tests: adapt store tests with new snap name registration error messages
    (#1964)

  [ Christian Dywan ]
  * project_loader: handle invalid unicode chars (#1941)
  * lxd: initialize remote lazily (#1916)

  [ Celso Providelo ]
  * store: support for more granular store permissions (#1958)

  [ James Henstridge ]
  * elf: only consider regular files as possible ELF binaries (#1976)
  * elf: only patch elf files that aren't referenced by DT_NEEDED (#1959)

Date: Mon, 19 Mar 2018 12:40:43 +0000
Changed-By: Sergio Schvezov <sergio.schvezov at ubuntu.com>
Maintainer: Snapcraft Team <snapcraft at lists.snapcraft.io>
https://launchpad.net/ubuntu/+source/snapcraft/2.40+18.04.1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 19 Mar 2018 12:40:43 +0000
Source: snapcraft
Binary: snapcraft snapcraft-parser snapcraft-examples
Architecture: source
Version: 2.40+18.04.1
Distribution: bionic
Urgency: medium
Maintainer: Snapcraft Team <snapcraft at lists.snapcraft.io>
Changed-By: Sergio Schvezov <sergio.schvezov at ubuntu.com>
Description:
 snapcraft  - easily craft snaps
 snapcraft-examples - examples and demos for snapcraft
 snapcraft-parser - cloud parser for shared snapcraft parts.
Closes: 1659 1714 1952 1953 1954 1973
Launchpad-Bugs-Fixed: 1756939
Changes:
 snapcraft (2.40+18.04.1) bionic; urgency=medium
 .
   [ Sergio Schvezov ]
   * elf: better debug messages (#1950)
   * elf: clear execstack by default (#1945)
   * repo: silence deb caching when fetching packages (#1949)
   * meta: make sure adapter does not propagate (#1955)
   * store: stringify message for StoreDeltaApplicationError (#1962)
   * python plugin: find setup.py when source-subdir is used (#1975)
   * ci: switch to stable lxd and unconfined containers (#1978)
   * project_loader: improve the logic to install patchelf as a build tool (#1967)
   * demos: avoid use of the wrapper for java-hello-world (#1968)
   * lifecycle: when priming dependencies need to be primed (#1977)
   * pluginhandler: simplify logic when elf patching is required (#1979)
   * pluginhandler: add option to disable patchelf for a part (#1987)
   * schema: add keep-execstack (#1986)
   * elf: remove dead code (#2000)
   * core: initial support for bases (#1993) (Closes: #1659)
   * docker: export SNAP_ARCH into the environment (#1994)
   * tests: add SNAPCRAFT_KEEP_DATA_PATH for integration (#1996)
   * errros: add a specific error when running commands from plugins (#2004)
   * pluginhandler: special case go patchelf failures for classic confinement (#2005)
   * many: use packaging logic to get patchelf (#2006)
   * project_loader: fix the host to base compatibility check (#2009)
   * pluginhandler: only do elf checking and patching for type app (#2012)
   * demos: use realpath in command entry for java-hello-world (#2016)
   * many: optimize retrieval of the linker version (#2017)
   * tests: minor fixes to autopkgtests (#2018)
   * elf: avoid duplicating rpath entries (#2019)
   * New upstream release (LP: #1756939)
 .
   [ Leo Arias ]
   * tests: split the plugins tests in the same directory (#1944)
   * tests: move test files out of the snapcraft dir (#1948)
   * extractors: replace desktop file ids with paths (#1879)
   * extractors: add support for common-id  (#1960) (Closes: #1954)
   * tests: remove ProjectOptions dependency from the integration suite (#1965)
   * tests: remove dependency of internal repo from integration suite (#1971)
     (Closes: #1973)
   * tests: remove the internal os_release dependency (#1981) (Closes: #1952)
   * tests: remove _options dependency from integration suite (#1972)
     (Closes: #1953)
   * tests: update store tests user (#1984)
   * tests: document arm testing setup (#1985)
 .
   [ Kyle Fazzari ]
   * catkin plugin: extract Wstool into its own module (#1927)
   * elf: remove all un-primed libs from soname cache (#1980)
   * catkin plugin: support recursive rosinstall files (#1934) (Closes: #1714)
   * elf: only set rpaths to libs of the same arch (#1988)
   * elf: don't parse elf more than necessary (#1989)
   * catkin plugin: replace python calls in all profile.d scripts (#2007)
   * docs: add execstack to HACKING.md's list of deb deps (#2015)
   * integration tests: snap tests shouldn't be arch-specific (#2014)
 .
   [ Gustavo Silva ]
   * cli: add version command (#1746)
 .
   [ John Lenton ]
   * schema: improve the snap name's validator (#1957)
   * snap: actually plug the completer in. (#1956)
   * tests: adapt store tests with new snap name registration error messages
     (#1964)
 .
   [ Christian Dywan ]
   * project_loader: handle invalid unicode chars (#1941)
   * lxd: initialize remote lazily (#1916)
 .
   [ Celso Providelo ]
   * store: support for more granular store permissions (#1958)
 .
   [ James Henstridge ]
   * elf: only consider regular files as possible ELF binaries (#1976)
   * elf: only patch elf files that aren't referenced by DT_NEEDED (#1959)
Checksums-Sha1:
 5b1cb328d3777e0c72acaa096918eb0254d0c82b 2609 snapcraft_2.40+18.04.1.dsc
 b39e7cc20cd7a7f09c5ebc795be8cb49e75547a4 631420 snapcraft_2.40+18.04.1.tar.xz
 c1e87815ae5e5d03a46316edc57a58574249cafc 10024 snapcraft_2.40+18.04.1_source.buildinfo
Checksums-Sha256:
 534aa26f7d0ae556d73203686e397b457c75f698b9f0bac2f77d7e81f4bc3ab7 2609 snapcraft_2.40+18.04.1.dsc
 9d0922cbb6378b3e01ec2e5edd918bd0f4c396426aabb23f03bee5ee9784b8e8 631420 snapcraft_2.40+18.04.1.tar.xz
 a10a4eeca9217c9a97c2afba5138748416882aca834323018c5dc298bf99fca2 10024 snapcraft_2.40+18.04.1_source.buildinfo
Files:
 5fbf4bf74ed5891eed96f7cd85150732 2609 utils extra snapcraft_2.40+18.04.1.dsc
 40b145c391bc6662fe11bf5f00d55a5f 631420 utils extra snapcraft_2.40+18.04.1.tar.xz
 7ea4b371c7d2a5e4013cea2b18001b29 10024 utils extra snapcraft_2.40+18.04.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJaswmxAAoJEHExyTIBLn0lGQcP/iO8t75v18iy1IrQeaZ1vafe
oincK9tVjF7Csdq7QS+x/u0ZyXyqKN46x09DuRl7AsScti81nKZQhiqDYHf87c0Y
70dbwVmJPkPl8+uafu4/IXS6SqV+LHAOhzU8L6wSF7ewfx1kqH2hiypyPysqStKo
lVf7jWTQ+6scGlUK2Zy49X0qNreL7blOVTqWtQZeXGXF7QTWdlkKumi2tte1syyo
1PvJMsggwclajSwx4hj1AgSGksiMFNzTK2MMoZPGjnk57+nLymg40Chvnouv8eV8
amywOrbrLnrqE4xxsOND+757CVaTVpAC1XEbmWty3GsM1zyE3Wr13vtm9baUnjA2
jNQ5XSzXyjrZMcRsucUQLbLMOHZHykG05OPBTzTXBHIx/1oTC9UH41/rPZo1a3jl
D0Ccw3zR0W37UO4royvdYCdKqM/NwuIeugtmt5X5JKjvAUVCDelO38Ax7/iAk5QY
qQz6vpgm/x4pERsE5jnL92TUb4I3EB+VAOLQlJ/Ij0snj+A6h+K87kk9nXK29eum
0B/lAJ4uppq7l2afsyK84uccJwnyjH1Uska5TCV3vy0y1yXn1BY8uRBMhStpyMQU
0InZJ+WWu9/SSfvwWonHvFqk7uJqKjUNHsN68OGPV1MR0XfZ+A+zMT0QGVyQGkDY
3N+2plsZYG5eljmn9PzH
=8Hy/
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list