From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. fb50fbb2b4e08194db20f0f7bfd0ce415786b18a Date: Sat, 26 Nov 2016 14:16:00 +0000 Message-ID: <20161126141601.36EB51078E80@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6909304837750138455==" List-Id: --===============6909304837750138455== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via fb50fbb2b4e08194db20f0f7bfd0ce415786b18a (commit) via bddb443a5442d374147176439a07f21f775fbf0e (commit) from 659ef6bffcd217994842073ef051a6aaf9141083 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fb50fbb2b4e08194db20f0f7bfd0ce415786b18a Author: Michael Tremer Date: Sat Nov 26 15:15:09 2016 +0100 libarchive: Update to 3.2.2 =20 Signed-off-by: Michael Tremer commit bddb443a5442d374147176439a07f21f775fbf0e Author: Michael Tremer Date: Sat Nov 26 14:41:09 2016 +0100 libsolv: Update to 0.6.24 =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: libarchive/libarchive.nm | 32 ++++++++++++++++++++++++-------- libsolv/libsolv.nm | 15 +++++++-------- 2 files changed, 31 insertions(+), 16 deletions(-) Difference in files: diff --git a/libarchive/libarchive.nm b/libarchive/libarchive.nm index 65eff96..6df6206 100644 --- a/libarchive/libarchive.nm +++ b/libarchive/libarchive.nm @@ -4,19 +4,20 @@ ############################################################################= ### =20 name =3D libarchive -version =3D 3.1.2 +version =3D 3.2.2 release =3D 1 =20 groups =3D System/Libraries url =3D http://www.libarchive.org/ license =3D BSD -summary =3D A library for handling streaming archive formats. +summary =3D A library for handling streaming archive formats =20 description - Libarchive is a programming library that can create and read several differ= ent - streaming archive formats, including most popular tar variants, several cpio - formats, and both BSD and GNU ar variants. It can also write shar archives = and - read ISO9660 CDROM images and ZIP archives. + Libarchive is a programming library that can create and read several + different streaming archive formats, including most popular tar + variants, several cpio formats, and both BSD and GNU ar variants. + It can also write shar archives and read ISO9660 CDROM images and ZIP + archives. end =20 source_dl =3D http://www.libarchive.org/downloads/ @@ -26,18 +27,33 @@ build bison bzip2-devel e2fsprogs-devel + expat-devel libacl-devel libattr-devel - libxml2-devel + lzo-devel + nettle-devel openssl-devel xz-devel zlib-devel end =20 configure_options +=3D \ + --enable-acl \ + --enable-xattr \ --disable-static \ --disable-bsdtar \ - --disable-bsdcpio + --disable-bsdcpio \ + --with-bzip2 \ + --with-expat \ + --with-lzo2 \ + --with-nettle \ + --with-zlib \ + --without-lzmadec + + test + # Fails immediately with SEGV + make check || : + end =20 install_cmds rm -rfv %{BUILDROOT}/usr/share/man/man5/{cpio,mtree,tar}.5 diff --git a/libsolv/libsolv.nm b/libsolv/libsolv.nm index a415620..1841203 100644 --- a/libsolv/libsolv.nm +++ b/libsolv/libsolv.nm @@ -4,38 +4,37 @@ ############################################################################= ### =20 name =3D libsolv -version =3D 0.4.1 -git_ver =3D bcedc98 -release =3D 2.git%{git_ver} +version =3D 0.6.24 +release =3D 1 =20 maintainer =3D Michael Tremer groups =3D System/Libraries url =3D https://github.com/openSUSE/libsolv license =3D BSD -summary =3D A library for solving package dependencies. +summary =3D A library for solving package dependencies =20 description A library for solving package dependencies by using a SAT resolver written in C++. end =20 -thisapp =3D %{name}-%{git_ver} -sources =3D %{thisapp}.tar.xz +source_dl =3D https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz= #/ =20 build requires gcc-c++ cmake >=3D 2.8.4-2 expat-devel + gettext-devel + xz-devel zlib-devel end =20 - DIR_APP =3D %{DIR_SRC}/%{name} - build mkdir build cd build && %{cmake} .. \ -DCMAKE_BUILD_TYPE=3DRelWithDebInfo \ + -DENABLE_LZMA_COMPRESSION=3D1 \ -DENABLE_PERL=3D0 \ -DENABLE_PYTHON=3D0 \ -DENABLE_RUBY=3D0 \ hooks/post-receive -- IPFire 3.x development tree --===============6909304837750138455==--