Tuesday, June 01, 2021

Re: [MAINTAINER UPDATE] devel/sord -> 0.16.8

On Mon, May 31, 2021 at 11:06:43PM +0200, Jeremie Courreges-Anglas wrote:
> On Sun, May 30 2021, Dimitri Karamazov <deserter666@danwin1210.me> wrote:
> > Simple for devel/sord to 0.16.8
> >
> > Changelog:https://drobilla.net/category/sord/
> >
> > No dynamic export changes
>
> This...
>
> > External reference changes:
> > added:
> > fwrite
> >
> > removed:
> > fprintf
> >
> > PLT removed:
> > sord_contains
> > sord_inserter_new
> > sord_iter_get_node
> > sord_new_uri
> > sord_node_copy
> > sord_node_get_string
> > sord_num_quads
> > sord_search
> > sord_write_iter
> >
> means that you don't need to bump the shared lib major version. Unless
> you know that an incompatible change has been introduced and can't be
> spotted by /usr/src/lib/check_sym.

There are no incompatible changes. Guess I'll just keep the dynamic
exports in check next time for any major bump. Thought any removal
of exports/references should coincide with a major bump and addition
to same with minor bump but I was mistaken.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/sord/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 24 May 2021 20:27:30 -0000 1.1.1.1
+++ Makefile 30 May 2021 15:48:31 -0000
@@ -2,9 +2,9 @@

COMMENT= lightweight C library for storing RDF data in memory

-DISTNAME= sord-0.16.4
+DISTNAME= sord-0.16.8

-SHARED_LIBS= sord-0 0.0 # 0.16
+SHARED_LIBS= sord-0 0.1 # 0.16

CATEGORIES= devel

Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/sord/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 24 May 2021 20:27:30 -0000 1.1.1.1
+++ distinfo 30 May 2021 15:48:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (sord-0.16.4.tar.bz2) = sVmY9OetlYIBNGAJR31mlukO5dPpr/JefpvgdDcmkNc=
-SIZE (sord-0.16.4.tar.bz2) = 510920
+SHA256 (sord-0.16.8.tar.bz2) = fCidLqq/gvpqwhkQfOYy1wRnLc+5ZuGn/wu8TOk/XhQ=
+SIZE (sord-0.16.8.tar.bz2) = 525038

No comments:

Post a Comment