opkbuild 3.0.0-beta7 released

About
=====

opkbuild is a distribution build system – a set of tools for building
software packages.  From source packages it builds binary packages for
use with the opkg package manager:

    https://code.google.com/p/opkg/

Currently one format of source package is supported by opkbuild:
ProteanOS Source Package Format 2.0:

    http://specs.proteanos.com/spf-2.0/

opkbuild is similar in function to the development library and utilities
of dpkg, the Debian package manager:

    https://packages.debian.org/sid/dpkg-dev
    https://anonscm.debian.org/gitweb/?p=dpkg/dpkg.git;a=tree;f=scripts

Here is the Web page for opkbuild:

    http://www.proteanos.com/dev/opkbuild/

Downloading
===========

Source archives are available in gzip, bzip2, or xz compression from the
ProteanOS files site by HTTP or FTP:

    http://files.proteanos.com/pub/opkbuild/3.0.0-beta7/
    ftp://files.proteanos.com/pub/opkbuild/3.0.0-beta7/

Here are the MD5 checksums:

    5c7b7532c08d07b6603af5f235ed236a  opkbuild-3.0.0-beta7.tar.bz2
    2563a4a782cf60ddcfbf32ccd1e96219  opkbuild-3.0.0-beta7.tar.gz
    d888b5c7f36705f558d4cd17220c40de  opkbuild-3.0.0-beta7.tar.xz

Here are the SHA-256 checksums:

    c7789eb39c6c74c642f2eee0f2a6015761a296317bea83f544f79a900a35611b  opkbuild-3.0.0-beta7.tar.bz2
    60228027fcd1ab6ed2547376afc6c8080a9993a9b7cd0338a8d5e40357f952e0  opkbuild-3.0.0-beta7.tar.gz
    299a4f98f1faee2a6d7fd7412322ed31aeb3ae934adb8bf350d140d9627c2a45  opkbuild-3.0.0-beta7.tar.xz

The sources are maintained in a Git repository:

    http://git.proteanos.com/opkbuild/opkbuild.git/
    git://git.proteanos.com/opkbuild/opkbuild.git/

This release is marked by the "opkbuild-3.0.0-beta7" tag.

NEWS for Version 3.0.0-beta7
============================

Changes in this release:

  * parse_dep() now correctly parses the "<<" version relation operator.
    Previously, a version restriction like "(<< 1.21.1-12)" would be
    parsed into a relationship of " <" and version of "<1.21.1-12",
    resulting for example in the generation of a few uninstallable
    packages on ProteanOS.

-- 
Patrick "P. J." McDermott
  http://www.pehjota.net/
Lead Developer, ProteanOS
  http://www.proteanos.com/