Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gramps for openSUSE:Factory checked in at 2026-04-30 20:31:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gramps (Old) and /work/SRC/openSUSE:Factory/.gramps.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gramps" Thu Apr 30 20:31:52 2026 rev:61 rq:1350254 version:6.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/gramps/gramps.changes 2025-12-17 17:37:29.238470268 +0100 +++ /work/SRC/openSUSE:Factory/.gramps.new.30200/gramps.changes 2026-04-30 20:32:40.644396001 +0200 @@ -1,0 +2,45 @@ +Fri Apr 10 18:59:04 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 6.0.8: + + Fix `xgettext` format string warning. + + Fix `AttributeError` when `PersistentTreeView` is + `GtkBuilder`-created. + + Update DTD and RNG schemas. + + Fix Notpatronymic and Rawsurnames format code entry. + + Avoid duplicate calls to `update()` in Person view. + + Remove redundant methods on `PersonNotes` class. + + Fix signals in notes gramplet. + + Fix `ImageThumb` `savev()` passing strings instead of lists. + + Fix Serbian date modifiers. + + Fix incorrect person gender schema max. + + Update copyright year in Windows AIO. + + Various fixes to the Windows AIO build. + + Update GitHub upload-artifact action version to v6. + + Add `PyInstaller`-based Windows AIO workflow. + + Updated translations. +- Changes from version 6.0.7: + + Fix Irish plural forms. + + Update copyright dates. + + Add bulk change revs to ignore list for blame. + + Improvements of surname origin attributes + + Use the OCCU tag for Occupation events in the Gedcom export. + + Clean input data tool gives invalid lat/lon when not set. + + Fix invalid date when no date in data verify tool. + + Fix LT and LV language associations in Gedcom export. + + Update GitHub checkout action version to v6. + + Handle Stillbirth event correctly in Gedcom import. + + Handle Arabic comma when creating missing note. + + Remove some false positives from the data verify tool. + + Extend the CheckIntegrity tool to coalesce duplicate event role + names. + + Don't ignore calendar, modifier and quality in diff_dates. + + Catch IndexError in importxml. + + Bump mac versions & copyright dates. + + Reformat code using the latest stable version of black. + + Fix mypy errors. + + Fix code formatting. + + Updated translations. +- Add maps-Switch-to-geocode-glib-2.0.patch: Switch to + geocode-glib-2.0 + +------------------------------------------------------------------- Old: ---- gramps-6.0.6.tar.gz New: ---- _scmsync.obsinfo build.specials.obscpio gramps-6.0.8.tar.gz maps-Switch-to-geocode-glib-2.0.patch ----------(New B)---------- New: + Updated translations. - Add maps-Switch-to-geocode-glib-2.0.patch: Switch to geocode-glib-2.0 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gramps.spec ++++++ --- /var/tmp/diff_new_pack.1OooMq/_old 2026-04-30 20:32:43.020493409 +0200 +++ /var/tmp/diff_new_pack.1OooMq/_new 2026-04-30 20:32:43.032493901 +0200 @@ -20,7 +20,7 @@ %global __requires_exclude typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)|typelib\\(GConf\\) %define pythons python3 Name: gramps -Version: 6.0.6 +Version: 6.0.8 Release: 0 Summary: Genealogical Research Software License: GPL-2.0-or-later @@ -29,6 +29,8 @@ Source: https://github.com/gramps-project/gramps/archive/v%{version}/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE gramps-no-translations-check.patch boo#941490 [email protected] -- Do not warn on missing translations Patch0: gramps-no-translations-check.patch +# PATCH-FIX-UPSTREAM maps-Switch-to-geocode-glib-2.0.patch -- Switch to geocode-glib-2.0 +Patch1: maps-Switch-to-geocode-glib-2.0.patch BuildRequires: fdupes # Needed for typelib() - Requires. BuildRequires: gobject-introspection ++++++ _scmsync.obsinfo ++++++ mtime: 1777551386 commit: 438b1811248d072ab62f0610edeedbd6ec272fee77380c5cc2a3caede2344a32 url: https://src.opensuse.org/GNOME/gramps revision: factory ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-04-30 14:16:26.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild ++++++ gramps-6.0.6.tar.gz -> gramps-6.0.8.tar.gz ++++++ /work/SRC/openSUSE:Factory/gramps/gramps-6.0.6.tar.gz /work/SRC/openSUSE:Factory/.gramps.new.30200/gramps-6.0.8.tar.gz differ: char 12, line 1 ++++++ maps-Switch-to-geocode-glib-2.0.patch ++++++ Description: Switch to geocode-glib-2.0 The latest releases of Debian and Ubuntu no longer include gir1.2-geocodeglib-1.0. Therefore it is necessary for applications to transition to the latest version of geocode-glib. Author: Jeremy Bicha <[email protected]> Forwarded: https://gramps-project.org/bugs/view.php?id=13255 Last-Update: 2024-04-08 --- gramps/plugins/lib/maps/placeselection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: gramps-6.0.8/gramps/plugins/lib/maps/placeselection.py =================================================================== --- gramps-6.0.8.orig/gramps/plugins/lib/maps/placeselection.py +++ gramps-6.0.8/gramps/plugins/lib/maps/placeselection.py @@ -51,7 +51,7 @@ from .osmgps import OsmGps # # ------------------------------------------------------------------------- try: - gi.require_version("GeocodeGlib", "1.0") + gi.require_version("GeocodeGlib", "2.0") from gi.repository import GeocodeGlib GEOCODEGLIB = True Index: gramps-6.0.8/gramps/grampsapp.py =================================================================== --- gramps-6.0.8.orig/gramps/grampsapp.py +++ gramps-6.0.8/gramps/grampsapp.py @@ -457,7 +457,7 @@ def show_settings(): rcs_ver = _("not found") try: - gi.require_version("GeocodeGlib", "1.0") + gi.require_version("GeocodeGlib", "2.0") from gi.repository import GeocodeGlib geocodeglib_ver = str(GeocodeGlib._version)
