Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2018-03-04 12:51:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gramps (Old)
 and      /work/SRC/openSUSE:Factory/.gramps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gramps"

Sun Mar  4 12:51:04 2018 rev:38 rq:581785 version:4.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/gramps/gramps.changes    2017-08-21 
11:38:15.491916949 +0200
+++ /work/SRC/openSUSE:Factory/.gramps.new/gramps.changes       2018-03-04 
12:51:07.810813281 +0100
@@ -1,0 +2,61 @@
+Wed Feb 28 19:23:14 UTC 2018 - dims...@opensuse.org
+
+- Add python3-gobject-Gdk: missed dependency (boo#1082469).
+
+-------------------------------------------------------------------
+Wed Feb 28 16:31:13 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Sat Feb 10 11:40:15 UTC 2018 - schubert....@gmail.com
+
+- Updated to version 4.2.8:
+  + Fix Geography views for bad 'dbstate.is_open()' test.
+- Changes from version 4.2.7:
+  + Fix Export View to CSV when Unicode characters are present.
+  + Fix several intl date displayers for missing parameter.
+  + DescendantTree report; fix crashes and Title spacing.
+  + Fix Book XML handler to deal with unusual characters in Book
+    name.
+  + Add support for new genealogy tree report category.
+  + Fix Media Preview Gramplet for closed db.
+  + Suport FTM 2017 Gedcom tags on import.
+  + Fix Person, Family Sidebar Filters to add custom Event types.
+  + Fix QuestionDialog display for html like characters in title.
+  + Fix FamilyRelationshpType _DATAMAP order to correspond with
+    values.
+  + Fix Gedcom import for illegal Gedcom Family Attributes.
+  + Fix Gedcom export for bad Hebrew Months.
+  + Change INSTALL to replace 'python' with 'python3 for script
+    invokes.
+  + Fix CSV importer for place event name using gramps_id.
+  + Fix Geography view 'Find' when db is closed.
+  + Fix interactive search for exception on click then down arrow.
+  + Create where_is utility to locate a binary in the standard
+    places.
+  + Fix relationship Graph so Unicode chars on Multiple pages
+    works.
+  + Update authors file.
+  + Fix Gedcom import for "1 MARR Y" issue.
+  + Fix Export Web Family Tree for errors on file write.
+  + Fix Citation Editor to Tab out of Confidence ComboBox.
+  + Reset the dependencies on the new meta-module.
+  + Use online modules.
+  + Consolidate Python2 and Python3 meta-modules.
+  + Use None as the foreground colour for untagged rows in list
+    views.
+  + Fix shading colour in relationship view for dark themes.
+  + Fix link colour for dark themes.
+  + Fix default foreground colour in list views for dark themes.
+  + Fix Undo; crashes due to race in Gtk.
+  + Gedcom import with OBJE/FORM URL on event.
+  + EOFError [Ran out of input] in Clipboard.
+  + Cannot drag & drop textual value via clipboard.
+  + Fix 'DbBsddbRead' object has no attribute
+    '_Callback__callback_map'.
+  + Reports - Narrated Web Site Failure.
+  + Fix link path in gramps-launcher compile instructions.
+  + Update translations.
+
+-------------------------------------------------------------------

Old:
----
  gramps-4.2.6.tar.gz

New:
----
  gramps-4.2.8.tar.gz

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

Other differences:
------------------
++++++ gramps.spec ++++++
--- /var/tmp/diff_new_pack.yoVeOt/_old  2018-03-04 12:51:09.562749436 +0100
+++ /var/tmp/diff_new_pack.yoVeOt/_new  2018-03-04 12:51:09.562749436 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gramps
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,38 +18,37 @@
 
 
 %global __requires_exclude typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)
-
 Name:           gramps
-Version:        4.2.6
+Version:        4.2.8
 Release:        0
 Summary:        Genealogical Research Software
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Other
-Url:            http://www.gramps-project.org/
+URL:            http://www.gramps-project.org/
 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
 Patch1:         webcal.py.diff
 BuildRequires:  fdupes
-BuildRequires:  intltool
-BuildRequires:  python3
 # Needed for typelib() - Requires.
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  intltool
+BuildRequires:  python3
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
 Requires:       python3-bsddb3
 Requires:       python3-cairo
 Requires:       python3-gobject >= 3.12.0
+Requires:       python3-gobject-Gdk
 Requires:       xdg-utils
 Recommends:     %{name}-lang
 Recommends:     graphviz
+BuildArch:      noarch
 %if 0%{?leap_version} == 420300
 Recommends:     python3-PyICU
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 
 %description
 Gramps gives you the ability to record the many details of an
@@ -58,6 +57,7 @@
 organized, searchable and as precise as you need it to be.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -67,7 +67,7 @@
 python3 setup.py build
 
 %install
-python3 setup.py install --root="%{buildroot}"
+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.
@@ -94,8 +94,8 @@
 %mime_database_postun
 
 %files
-%defattr (-,root,root)
-%doc AUTHORS COPYING FAQ LICENSE NEWS README
+%license COPYING
+%doc AUTHORS FAQ NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %dir %{_datadir}/metainfo

++++++ gramps-4.2.6.tar.gz -> gramps-4.2.8.tar.gz ++++++
/work/SRC/openSUSE:Factory/gramps/gramps-4.2.6.tar.gz 
/work/SRC/openSUSE:Factory/.gramps.new/gramps-4.2.8.tar.gz differ: char 13, 
line 1


Reply via email to