vcswatch reports that
this package seems to have a new changelog entry (version
3.8.2-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 62d2f85b7a9f76a088a8c003fd1d14c58cd9595c
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Fri Dec 13 16:56:30 2024 -0500
Update changelog
commit 6af3f54760510db1b27394f439ccaeff89540b80
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Fri Dec 13 16:37:52 2024 -0500
Update symbols file to drop symbols that had been accidentally
exported in earlier 3.8 versions which means they weren't used in Debian yet
Gbp-Dch: Full
commit 4a3302fbeef684145d2b13ca45aab1d024f836e6
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Fri Dec 13 16:20:00 2024 -0500
Revert "fix docs"
This reverts commit 5042f9f9f2e7fcc7906a796f29aecd9d50619f14.
commit ccb95305e87530c2031ed2ceeca1a0300ec9fdb5
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Fri Dec 13 16:19:52 2024 -0500
New upstream release
commit a10c26441b540ca4357f3239f8560af1b573aa3f
Merge: 12b4461 d45fbf1
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Fri Dec 13 16:19:52 2024 -0500
Update upstream source from tag 'upstream/3.8.2'
Update to upstream version '3.8.2'
with Debian dir 35ba4d436de22980a3d8a0d0e8269ba847c2f2d1
commit d45fbf15884d3d0c22c51dc31163e7599f0e0c63
Merge: cc092c5 8ef7805
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Fri Dec 13 16:19:45 2024 -0500
New upstream version 3.8.2
commit 8ef7805b1795c66af35bff2433612f98fd6947dc
Author: Carlos Garnacho <carlosg@gnome.org>
Date: Fri Dec 13 13:48:42 2024 +0100
Release 3.8.2
commit c5b4ed47d6e2a3db377dde68770715b0bfce0b1d
Merge: 8d3eadf ebb1c8a
Author: Carlos Garnacho <carlosg@gnome.org>
Date: Fri Dec 13 13:04:04 2024 +0000
Merge branch 'wip/backports-3.8' into 'tinysparql-3.8'
Backports for 3.8
See merge request https://gitlab.gnome.org/GNOME/tinysparql/-/merge_requests/748
commit ebb1c8af7aed4ff03d87977c4fe8d0ca06dcd0ff
Author: Carlos Garnacho <carlosg@gnome.org>
Date: Thu Dec 12 20:02:05 2024 +0100
docs: Use wrapper to gi-docgen
As we need to "fix" files generated by gi-docgen (namely, the devhelp2
and index.json files so they include our ontology keywords), do this as
a wrapper script, instead of late as a install script.
This allows us to use `install:` on the generated files like other
gi-docgen users, instead of relying on our own install script.
Related: https://gitlab.gnome.org/GNOME/tinysparql/-/issues/467
commit fb13f90cbd62dbff8d2244467ca6bf4f9c522e7c
Author: Carlos Garnacho <carlosg@gnome.org>
Date: Tue Dec 10 13:43:04 2024 +0100
ci: Integrate GNOME release-service template
Use the template, passing it the tarball as produced by the test-dist job.
This template will handle the uploading of tarballs on tag pipelines.
(cherry-picked from commit 11e85b8e063214291471a9d3f7dc54ea333414ef)
commit 22dd499ac106d37f553c8936bd35554e7632e602
Author: Carlos Garnacho <carlosg@gnome.org>
Date: Tue Dec 10 13:41:56 2024 +0100
ci: Add "test-dist" job
This job will generate the tarball and expose it as an artifact. Runs
in the "test" stage so we can ensure it does not break.
(cherry-picked from commit 1f1a47dee103d41a48fc75b9c2838be1f12a4cd5)
commit 492ee52833b8148e551b984d8764c1ee9b051beb
Author: Carlos Garnacho <carlosg@gnome.org>
Date: Tue Dec 10 13:41:14 2024 +0100
ci: Rename stage name
Rename the last step to "deploy", since we will maybe be deploying
more than the website.
(cherry-picked from commit d188acc140ea24e9f0c26cbead23ae37dc700809)
commit 4685bd68d0ab0378fbb52f03b67c937f0667a835
Author: Carlos Garnacho <carlosg@gnome.org>
Date: Tue Dec 10 15:51:00 2024 +0100
ci: Prefer gi-docgen from packages
If we are going to release tarballs, we may want --include-subprojects,
but we are not interested in shipping gi-docgen when we already ship
prebuilt docs. Prefer the one from packages, so that we can freely use
that toggle.
(cherry-picked from commit 60108635a18372547ec44fa150cc73cb50dc6c68)
commit 5402518a079496c9e60ed102afc446d4dcdbb079
Author: Carlos Garnacho <carlosg@gnome.org>
Date: Fri Nov 22 13:09:24 2024 +0100
build: Avoid exposing libtracker-http symbols in public library
The way the library was linked left these symbols exported in the
libtinysparql.so library. This is unintended, so change linking
in a way that visibility of those symbols is culled.
(cherry-picked from commit 5a690ec732e6c156bb11daef970babee9d7ff6ec)
commit 12b4461e84eb5b07d51e6d92abdbb5400857a9bd
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Thu Dec 12 10:47:03 2024 -0500
Add missing Depends: libtracker-sparql-3.0-dev to libtinysparql-dev
To fix this error when buildling localsearch:
/usr/include/tinysparql-3.0/tinysparql.h:26:10:
fatal error: tracker-version-generated.h: No such file or directory
26 | #include "tracker-version-generated.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
commit 08035ded24823f44c680f091660fcd885b37684d
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Wed Dec 11 19:53:46 2024 -0500
Update debian/upstream/metadata