commit gramps for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gramps for openSUSE:Factory checked in at 2024-02-29 21:50:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gramps (Old) and /work/SRC/openSUSE:Factory/.gramps.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gramps" Thu Feb 29 21:50:07 2024 rev:52 rq:1153140 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gramps/gramps.changes 2024-02-09 23:52:55.064256444 +0100 +++ /work/SRC/openSUSE:Factory/.gramps.new.1770/gramps.changes 2024-02-29 21:50:27.478214512 +0100 @@ -1,0 +2,19 @@ +Thu Feb 29 09:05:48 UTC 2024 - jun wang <jgwang@suse.com> + +- Update to version 5.2.0 + * Updated translations: ca, cs, da, de, de_AT, en_GB, es, fr, + hr, hu, id, it, nb, nl, pl, sk, sl, sv, tr, uk, zh_CN. + * Update development status to production. + * Remove the Trove classifier + "Natural Language :: German(Austrian)". + * Emit a "plugins-reloaded" signal when a new addon is + installed. This ensures that the user interface will be + updated to include the new addon. Fixes #13021. + * Fix Windows AIO build. + * Update GitHub actions to latest versions. Some actions are + deprecated. + * Package Gramps 5.2.0-rc1 on macOS. +- Update gramps-no-translations-check.patch because of source + code changes + +------------------------------------------------------------------- Old: ---- gramps-5.1.6.tar.gz New: ---- gramps-5.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gramps.spec ++++++ --- /var/tmp/diff_new_pack.TF3Wrc/_old 2024-02-29 21:50:28.458250641 +0100 +++ /var/tmp/diff_new_pack.TF3Wrc/_new 2024-02-29 21:50:28.458250641 +0100 @@ -19,7 +19,7 @@ %global __requires_exclude typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)|typelib\\(GConf\\) Name: gramps -Version: 5.1.6 +Version: 5.2.0 Release: 0 Summary: Genealogical Research Software License: GPL-2.0-or-later @@ -34,6 +34,7 @@ BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: python3 +BuildRequires: python3-setuptools # We need the %%mime_database_* macros BuildRequires: shared-mime-info BuildRequires: update-desktop-files @@ -72,13 +73,12 @@ python3 setup.py install --root=%{buildroot} # fix resource-path containing buildroot information echo -n %{_datadir} > %{buildroot}%{python3_sitelib}/gramps/gen/utils/resource-path -# Application Registry is obsolete since GNOME 2.8. -rm -r %{buildroot}%{_datadir}/mime-info # We package those files as package docs... rm -r %{buildroot}%{_datadir}/doc/%{name}/ -%suse_update_desktop_file -r %{name} Office Database +%suse_update_desktop_file -r %{buildroot}%{_datadir}/applications/org.gramps_project.Gramps.desktop Office Database %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_datadir} +%fdupes %{buildroot}%{python3_sitelib}/%{name}/ %post %desktop_database_post @@ -96,10 +96,10 @@ %{_bindir}/%{name} %{_datadir}/%{name}/ %dir %{_datadir}/metainfo -%{_datadir}/applications/%{name}.desktop +%{_datadir}/applications/org.gramps_project.Gramps.desktop %{_datadir}/icons/hicolor/*/*/ -%{_datadir}/metainfo/%{name}.appdata.xml -%{_datadir}/mime/packages/%{name}.xml +%{_datadir}/metainfo/org.gramps_project.Gramps.appdata.xml +%{_datadir}/mime/packages/org.gramps_project.Gramps.xml %{python3_sitelib}/%{name}/ %{python3_sitelib}/%{name}-%{version}-*.egg-info %{_mandir}/man1/%{name}.1%{?ext_man} ++++++ gramps-5.1.6.tar.gz -> gramps-5.2.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/gramps/gramps-5.1.6.tar.gz /work/SRC/openSUSE:Factory/.gramps.new.1770/gramps-5.2.0.tar.gz differ: char 12, line 1 ++++++ gramps-no-translations-check.patch ++++++ --- /var/tmp/diff_new_pack.TF3Wrc/_old 2024-02-29 21:50:28.494251969 +0100 +++ /var/tmp/diff_new_pack.TF3Wrc/_new 2024-02-29 21:50:28.498252116 +0100 @@ -1,15 +1,13 @@ -Index: gramps-5.1.4/gramps/gui/grampsgui.py -=================================================================== ---- gramps-5.1.4.orig/gramps/gui/grampsgui.py -+++ gramps-5.1.4/gramps/gui/grampsgui.py -@@ -613,7 +613,8 @@ class Gramps: - self._vm = ViewManager(app, dbstate, - config.get("interface.view-categories")) +diff -auNr gramps-5.2.0-orig/gramps/gui/grampsgui.py gramps-5.2.0/gramps/gui/grampsgui.py +--- gramps-5.2.0-orig/gramps/gui/grampsgui.py 2024-02-29 15:24:39.051875696 +0800 ++++ gramps-5.2.0/gramps/gui/grampsgui.py 2024-02-29 15:25:28.485647876 +0800 +@@ -573,7 +573,7 @@ + dbstate = DbState() + self._vm = ViewManager(app, dbstate, config.get("interface.view-categories")) -- if (lin() -+ # Disabled, as gramps/gettext fails to report correctly when bundle-lang packages are used (boo#941490) -+ if (False and lin() - and glocale.lang != 'C' - and not gettext.find(GTK_GETTEXT_DOMAIN)): +- if lin() and glocale.lang != "C" and not gettext.find(GTK_GETTEXT_DOMAIN): ++ if (False and lin() and glocale.lang != "C" and not gettext.find(GTK_GETTEXT_DOMAIN)): _display_gtk_gettext_message(parent=self._vm.window) + + _display_translator_message(parent=self._vm.window)
participants (1)
-
Source-Sync