2 Commits

Author SHA256 Message Date
c8c29a001a Accepting request 1323143 from GNOME:Apps
- Update to version 6.0.6
  * Update translations.
  * Added Weblate translation for Nepali.
  * Relationship Calculator:
    + Re-written for Russian language. Fixes #12743, #14019.
    + Fixed incorrect handling of return value of get_birth_parents() method.
    + Add tests to improve coverage of step, in-law and plural cases.
    + Fix error. Fixes #13996.
  * Fix order of LDS ordinances. Fixes #11651.
  * Fix “Latter-day Saints” name. Issue #11651.
  * Add missing “Initiatory” LDS ordinance. Fixes #4949.
  * Preserve order in find_children.
  * Update geocode-glib DLL reference in setup.py script. MSYS2 now provides a
    libsoup3-based geocode-glib binary. Fixes #14018.
  * Update GPL2+ license text.
  * Update COPYING to the latest text.
  * Ignore mypy error when setting sqlite3.paramstyle.
- Update to version 6.0.5
  * Update translations.
  * Added Weblate translations for Georgian and Latvian.
  * Add Irish (ga) to the list of supported languages.
  * Update Catalan relationship calculator.
  * Fix MatchesPersonFilter. Fixes #13947.
  * Suppress file not found error if not available at end of gpkg import. Fixes
    #12311.
  * Fix typos in the Welcome gramplet.
- Update to version 6.0.4
  * Update translations.
  * Added Weblate translation for Bashkir.
  * Fix regex matches in filter match method.
  * Fix the problem of mixed filter types.
  * Add context to translatable “Name:” labels in Glade files. Fixes #12527.
  * Fix format character in the MatchesPersonFilter event rule. Fixes #13909,
    #13923.
  * Fix file not found when we don’t want sources in narrated web report. Fixes
    #13875.
  * Fix note attached to citation in narrated web report. Fixes #13852.
  * Apply event place filters to the place not the event. Fixes #13797.
  * Added new fieldtype 48 to support Pro-Gen version 3.5.
  * Normalize gzip mtime for reproducible builds.
  * Fix regression in relationship path between people filter. (forwarded request 1321848 from jaimeMF)

OBS-URL: https://build.opensuse.org/request/show/1323143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gramps?expand=0&rev=60
2025-12-17 16:33:09 +00:00
21a5b1540b - Update to version 6.0.6
* Update translations.
  * Added Weblate translation for Nepali.
  * Relationship Calculator:
    + Re-written for Russian language. Fixes #12743, #14019.
    + Fixed incorrect handling of return value of get_birth_parents() method.
    + Add tests to improve coverage of step, in-law and plural cases.
    + Fix error. Fixes #13996.
  * Fix order of LDS ordinances. Fixes #11651.
  * Fix “Latter-day Saints” name. Issue #11651.
  * Add missing “Initiatory” LDS ordinance. Fixes #4949.
  * Preserve order in find_children.
  * Update geocode-glib DLL reference in setup.py script. MSYS2 now provides a
    libsoup3-based geocode-glib binary. Fixes #14018.
  * Update GPL2+ license text.
  * Update COPYING to the latest text.
  * Ignore mypy error when setting sqlite3.paramstyle.
- Update to version 6.0.5
  * Update translations.
  * Added Weblate translations for Georgian and Latvian.
  * Add Irish (ga) to the list of supported languages.
  * Update Catalan relationship calculator.
  * Fix MatchesPersonFilter. Fixes #13947.
  * Suppress file not found error if not available at end of gpkg import. Fixes
    #12311.
  * Fix typos in the Welcome gramplet.
- Update to version 6.0.4
  * Update translations.
  * Added Weblate translation for Bashkir.
  * Fix regex matches in filter match method.
  * Fix the problem of mixed filter types.
  * Add context to translatable “Name:” labels in Glade files. Fixes #12527.
  * Fix format character in the MatchesPersonFilter event rule. Fixes #13909,
    #13923.
  * Fix file not found when we don’t want sources in narrated web report. Fixes
    #13875.
  * Fix note attached to citation in narrated web report. Fixes #13852.
  * Apply event place filters to the place not the event. Fixes #13797.
  * Added new fieldtype 48 to support Pro-Gen version 3.5.
  * Normalize gzip mtime for reproducible builds.
  * Fix regression in relationship path between people filter.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gramps?expand=0&rev=122
2025-12-16 15:31:15 +00:00
4 changed files with 50 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee74447e6d767928435129b546637706b0cba65d6221672bc5ef1a4e275666be
size 22177300

3
gramps-6.0.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1812a9b02e69dc49a9cdbc1b628f0af6c34115f5134d66f02e36f3fe75b2b77
size 22850391

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Tue Dec 9 22:24:05 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to version 6.0.6
* Update translations.
* Added Weblate translation for Nepali.
* Relationship Calculator:
+ Re-written for Russian language. Fixes #12743, #14019.
+ Fixed incorrect handling of return value of get_birth_parents() method.
+ Add tests to improve coverage of step, in-law and plural cases.
+ Fix error. Fixes #13996.
* Fix order of LDS ordinances. Fixes #11651.
* Fix “Latter-day Saints” name. Issue #11651.
* Add missing “Initiatory” LDS ordinance. Fixes #4949.
* Preserve order in find_children.
* Update geocode-glib DLL reference in setup.py script. MSYS2 now provides a
libsoup3-based geocode-glib binary. Fixes #14018.
* Update GPL2+ license text.
* Update COPYING to the latest text.
* Ignore mypy error when setting sqlite3.paramstyle.
- Update to version 6.0.5
* Update translations.
* Added Weblate translations for Georgian and Latvian.
* Add Irish (ga) to the list of supported languages.
* Update Catalan relationship calculator.
* Fix MatchesPersonFilter. Fixes #13947.
* Suppress file not found error if not available at end of gpkg import. Fixes
#12311.
* Fix typos in the Welcome gramplet.
- Update to version 6.0.4
* Update translations.
* Added Weblate translation for Bashkir.
* Fix regex matches in filter match method.
* Fix the problem of mixed filter types.
* Add context to translatable “Name:” labels in Glade files. Fixes #12527.
* Fix format character in the MatchesPersonFilter event rule. Fixes #13909,
#13923.
* Fix file not found when we dont want sources in narrated web report. Fixes
#13875.
* Fix note attached to citation in narrated web report. Fixes #13852.
* Apply event place filters to the place not the event. Fixes #13797.
* Added new fieldtype 48 to support Pro-Gen version 3.5.
* Normalize gzip mtime for reproducible builds.
* Fix regression in relationship path between people filter.
-------------------------------------------------------------------
Mon Jul 14 20:39:08 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gramps
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
%global __requires_exclude typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)|typelib\\(GConf\\)
%define pythons python3
Name: gramps
Version: 6.0.3
Version: 6.0.6
Release: 0
Summary: Genealogical Research Software
License: GPL-2.0-or-later