Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2019-08-28 18:34:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gramps (Old)
 and      /work/SRC/openSUSE:Factory/.gramps.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gramps"

Wed Aug 28 18:34:49 2019 rev:43 rq:726446 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gramps/gramps.changes    2019-02-20 
14:12:21.858918776 +0100
+++ /work/SRC/openSUSE:Factory/.gramps.new.7948/gramps.changes  2019-08-28 
18:34:54.477289696 +0200
@@ -1,0 +2,21 @@
+Sun Aug 25 06:19:50 UTC 2019 - Sebastian Schubert <schubert....@gmail.com>
+
+- Add gramps-5.1.0-remove_false_nonrelease_warning.patch: Remove
+  false non-release warning that upstream forgot to remove in
+  5.1.0:
+  https://gramps-project.org/bugs/view.php?id=11274
+  Here, the simple fix of
+  https://github.com/gramps-project/gramps/pull/876#issuecomment-524582815
+  is applied. Likely not required in newer versions:
+  https://github.com/gramps-project/gramps/pull/872
+
+-------------------------------------------------------------------
+Thu Aug 22 07:30:23 UTC 2019 - Sebastian Schubert <schubert....@gmail.com>
+
+- Update to version 5.1.0, a maintenance release. Full changelog
+  available at
+  https://github.com/gramps-project/gramps/releases/tag/v5.1.0
+- Add comment about currently missing optional python3-fontconfig
+  dependency.
+
+-------------------------------------------------------------------

Old:
----
  gramps-5.0.1.tar.gz

New:
----
  gramps-5.1.0-remove_false_nonrelease_warning.patch
  gramps-5.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gramps.spec ++++++
--- /var/tmp/diff_new_pack.agaxYB/_old  2019-08-28 18:34:56.669289314 +0200
+++ /var/tmp/diff_new_pack.agaxYB/_new  2019-08-28 18:34:56.669289314 +0200
@@ -13,13 +13,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global __requires_exclude 
typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)|typelib\\(GConf\\)
 Name:           gramps
-Version:        5.0.1
+Version:        5.1.0
 Release:        0
 Summary:        Genealogical Research Software
 License:        GPL-2.0-or-later
@@ -28,6 +28,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 
dims...@opensuse.org -- Do not warn on missing translations
 Patch0:         gramps-no-translations-check.patch
+# PATCH-FIX-UPSTREAM gramps-5.1.0-remove_false_nonrelease_warning.patch 
gramps-bug#11274 schubert....@gmail.com -- Remove false non-release warning
+Patch1:         gramps-5.1.0-remove_false_nonrelease_warning.patch
 BuildRequires:  fdupes
 # Needed for typelib() - Requires.
 BuildRequires:  gobject-introspection
@@ -47,6 +49,8 @@
 Recommends:     ghostscript
 Recommends:     python3-Pillow
 Recommends:     python3-PyICU
+# python3-fontconfig is required for the Genealogical Symbols option; 
currently no package available
+#Recommends:     python3-fontconfig
 Suggests:       python3-networkx
 Suggests:       python3-pygraphviz
 Suggests:       python3-numpy
@@ -64,6 +68,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 python3 setup.py build

++++++ gramps-5.1.0-remove_false_nonrelease_warning.patch ++++++
--- gramps-5.1.0_orig/gramps/gui/grampsgui.py   2019-08-25 07:55:51.438443839 
+0200
+++ gramps-5.1.0/gramps/gui/grampsgui.py        2019-08-25 07:57:09.600932670 
+0200
@@ -618,7 +618,7 @@
                 and not gettext.find(GTK_GETTEXT_DOMAIN)):
             _display_gtk_gettext_message(parent=self._vm.window)
 
-        _display_welcome_message(parent=self._vm.window)
+        #_display_welcome_message(parent=self._vm.window)
 
         _display_translator_message(parent=self._vm.window)
 
++++++ gramps-5.0.1.tar.gz -> gramps-5.1.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/gramps/gramps-5.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.gramps.new.7948/gramps-5.1.0.tar.gz differ: char 
13, line 1

++++++ gramps-no-translations-check.patch ++++++
--- /var/tmp/diff_new_pack.agaxYB/_old  2019-08-28 18:34:56.697289309 +0200
+++ /var/tmp/diff_new_pack.agaxYB/_new  2019-08-28 18:34:56.697289309 +0200
@@ -1,7 +1,7 @@
---- gramps-5.0.0_orig/gramps/gui/grampsgui.py  2018-07-24 16:07:47.000000000 
+0200
-+++ gramps-5.0.0/gramps/gui/grampsgui.py       2018-07-28 10:14:23.804797101 
+0200
-@@ -251,7 +251,8 @@
-         self._vm = ViewManager(dbstate,
+--- gramps-5.1.0_orig/gramps/gui/grampsgui.py  2019-08-22 09:17:54.101297170 
+0200
++++ gramps-5.1.0/gramps/gui/grampsgui.py       2019-08-22 09:19:48.686880378 
+0200
+@@ -613,7 +613,8 @@
+         self._vm = ViewManager(app, dbstate,
                                 config.get("interface.view-categories"))
  
 -        if (lin()


Reply via email to