Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591300 - dev-libs/bglibs-2.04 version bump
Summary: dev-libs/bglibs-2.04 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 670694 678928
  Show dependency tree
 
Reported: 2016-08-15 07:48 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2019-05-28 15:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-08-15 07:48:20 UTC
-------------------------------------------------------------------------------
Changes in version 2.03

- Reverted libbg-cli back to static linkage (for now) to fix problem
  with cli-generate generated code.

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 2.02

- Fixed header include path in cli-generate.

- Rewrote iobuf and str number formatting using fmt.

- Added missing selftest.c file to the dist tarball (oops).

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 2.01

- Fixed uint##.h headers.

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
-------------------------------------------------------------------------------
Changes in version 2.00

- Flattened out the installed headers and libraries.
  NOTE: This means this package is not backwards compatible.

- Added dns library (modified from public domain djbdns-1.05)

- Added wildcard handling and substitution to bg-installer.

- Added reversed IPv4 formatting functions (from Jorge Valdes).

- Added str_end* and str_case_end* functions, parallel to str_start* and
  str_case_start* but for suffixes.

- Added the ability to use arbitrary format functions in fmt_multi.

- Added support for enumerate and itemize in cli-generate.

- Added surfrand_uniform function, protected against bias.

Development of this version has been sponsored by FutureQuest, Inc.
ossi@FutureQuest.net  http://www.FutureQuest.net/
Comment 1 Larry the Git Cow gentoo-dev 2019-05-04 20:46:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c3f002bafeeb657b26c04533abc9a0b907d22d

commit a3c3f002bafeeb657b26c04533abc9a0b907d22d
Merge: 0dddf64fd5f b0c61664c43
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: 2019-05-04 20:45:33 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2019-05-04 20:46:23 +0000

    Merge remote-tracking branch 'github/pr/11890'
    
    Fixes: https://bugs.gentoo.org/591300
    Fixes: https://github.com/gentoo/gentoo/pull/11890
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

 dev-libs/bglibs/Manifest           |  1 +
 dev-libs/bglibs/bglibs-2.04.ebuild | 72 ++++++++++++++++++++++++++++++++++++++
 profiles/package.mask              |  4 +++
 3 files changed, 77 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c61664c4398a9423ccc6512210ab10ed69186a

commit b0c61664c4398a9423ccc6512210ab10ed69186a
Author:     Stefan Strogin <stefan.strogin@gmail.com>
AuthorDate: 2019-05-04 03:02:54 +0000
Commit:     Stefan Strogin <stefan.strogin@gmail.com>
CommitDate: 2019-05-04 18:25:43 +0000

    dev-libs/bglibs: bump version to 2.04
    
    - Change SLOT to "0/2". The soname also changed from libbg.so.1 to
    libbg.so.2.
    - Add USE=doc. Do not install *.tex files, generate a pdf instead.
    - EAPI=7.
    - Mask the new version for revdeps testing.
    
    Closes: https://bugs.gentoo.org/591300
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>

 dev-libs/bglibs/Manifest           |  1 +
 dev-libs/bglibs/bglibs-2.04.ebuild | 72 ++++++++++++++++++++++++++++++++++++++
 profiles/package.mask              |  4 +++
 3 files changed, 77 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2019-05-28 15:37:22 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5795dc59852247bbd621a93690abc99ba8060015

commit 5795dc59852247bbd621a93690abc99ba8060015
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-05-28 15:07:31 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-05-28 15:36:39 +0000

    package.mask: unmask dev-libs/bglibs with revdeps
    
    Bug: https://bugs.gentoo.org/591300
    Bug: https://bugs.gentoo.org/670694
    Bug: https://bugs.gentoo.org/685238
    Bug: https://bugs.gentoo.org/347479
    Bug: https://bugs.gentoo.org/678928
    Bug: https://bugs.gentoo.org/685294
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 profiles/package.mask | 25 -------------------------
 1 file changed, 25 deletions(-)