Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2015-03-11 09:58:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gramps (Old)
 and      /work/SRC/openSUSE:Factory/.gramps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gramps"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gramps/gramps.changes    2015-02-05 
11:01:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gramps.new/gramps.changes       2015-03-11 
09:58:49.000000000 +0100
@@ -1,0 +2,88 @@
+Mon Mar  9 11:16:50 UTC 2015 - [email protected]
+
+- Update to version 4.1.2:
+  + Error converting python2 utf-8 strings to python3 str when
+    loading data from database.
+  + Removing a parent place from a place leaves a dangling
+    reference.
+  + Error during checking the database.
+  + Stubborn blank space in database won’t be removed, fix removing
+    rows in flat list views.
+  + Database upgrade fails if default media path is not set.
+  + Error converting database after upgrade to Gramps 4.1.1.
+  + Error in a single place within the places section.
+  + Entries from the add-or-choose selector of
+    Place/Source/Media/Note cannot be dragged.
+  + Enclosing places tab should work like other similar tabs, new
+    place reference editor.
+  + Association editor refuses dropped persons.
+  + Error on opening twice an object from clipboard.
+  + Incorrect spacing in export assistant file chooser.
+  + New Event types are saved as a disordered list.
+  + Always display main participants.
+  + Place titles can now be generated on-the-fly by a place
+    displayer, default is still to use the place title field.
+  + GEDCOM import of embedded notes attached to media does not
+    work.
+  + Crash on Ancestry.com .ged import; consistent.
+  + Errors handling owner/submitter information in GEDCOM files.
+    Only import researcher from GEDCOM or XML if the family tree
+    was originally empty.
+  + GEDCOM export does not export media attached to citations.
+  + The fanchart view crashes if max generation is set to 1 away.
+  + Sidebar Filters do not match placetypes in new placeview, two
+    new filter rules (HasTitle, HasData).
+  + Fix bug when family has no parents.
+  + Fix bad handle in explanation note for unknown event.
+  + Some labels now fit better on citations sidebar filter.
+  + Views in Geography should not always use the last option set by
+    the user.
+  + Request for keyboard-controlled zoom on Geography view.
+  + Error geography view – Displaying main menu.
+  + Configure screen needs a file selector to select directory for
+    “offline mode” files.
+  + Filter panel on geography view displays improperly.
+  + Detailed descendant report crashes, bibliography (citations).
+  + Can’t disable box shadow in SVG descendant tree.
+  + Descendant tree graphical report, syntax error in svg output.
+  + Regression: Complete Individual report has
+    partially-untranslated output.
+  + Events Page in Narrative Report not working.
+  + Gramps freeze after defining a report style with German cm
+    values.
+  + Various problems with docgen.TextDoc.add_media_object.
+  + Report event attribute name is not translated.
+  + Records Gramplet uses wrong text.
+  + Closing detached gramplet causes python to crash.
+  + Cannot reduce size of gramplets detached from a gramplet bar.
+  + Gramplets don’t fill window when detached from dashboard.
+  + ImageMetadata doesn’t show metadata.
+  + typo on GLib call, used by an addon only.
+  + Fix error setting gramplet tab label.
+  + Check for active person in session log gramplet.
+  + Spurious spaces in CLI List Family Trees, tab delimited output.
+  + Print statements changed to assemble the whole line before
+    output.
+  + Gtk3 warning and custom undoableentry widget, (bgo#644927).
+  + Warnings: deprecated Gtk properties and errors loading theme
+    icon.
+  + Fix: database manager dialog is inconsistent for older gtk+3
+    versions.
+  + Warnings: deprecated Gtk properties and errors loading theme
+    icon.
+  + Fix: Error loading theme icon ‘gtk-apply’.
+  + gramps fails to start with gtk+-3.13.3.
+  + Places in data.gramps are not in the new Place hierarchy.
+  + Upgrade the version of some dependencies for Mac OS and
+    Windows OS.
+  + Keywords entry in gramps.desktop does not work.
+  + ‘Available Gramps Updates for Addons’ window not on top.
+  + Some text not translatable in context menu fancharts.
+  + Fix for Unit test.
+  + Updated translations.
+- Drop gramps-4.1.1-Glib-typo.patch: fixed upstream.
+- Move .desktop file to Office;Database category: it certainly is
+  a stretch, but Education;Science is no longer valid and
+  Science;Humanities is not officially registered.
+
+-------------------------------------------------------------------

Old:
----
  gramps-4.1.1-Glib-typo.patch
  gramps-4.1.1.tar.gz

New:
----
  gramps-4.1.2.tar.gz

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

Other differences:
------------------
++++++ gramps.spec ++++++
--- /var/tmp/diff_new_pack.H62C55/_old  2015-03-11 09:58:50.000000000 +0100
+++ /var/tmp/diff_new_pack.H62C55/_new  2015-03-11 09:58:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gramps
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,9 +20,8 @@
 %global __requires_exclude typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)
 
 Name:           gramps
-Version:        4.1.1
+Version:        4.1.2
 Release:        0
-# FIXME: missing recommends because of missing packages: python-exiv2
 Summary:        Genealogical Research Software
 License:        GPL-2.0+
 Group:          Productivity/Other
@@ -30,8 +29,6 @@
 Source:         
http://downloads.sourceforge.net/project/gramps/Stable/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gramps-webkit3.0.patch [email protected] -- Specify 
that we need WebKit 3.0
 Patch0:         gramps-webkit3.0.patch
-# PATCH-FIX-UPSTREAM gramps-4.1.1-Glib-typo.patch #8169 [email protected] -- 
Fix typo; removes wrong automatic dependency; already applied upstream for 4.1.2
-Patch1:         gramps-4.1.1-Glib-typo.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # Needed for typelib() - Requires.
@@ -59,7 +56,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 python setup.py build
@@ -75,7 +71,7 @@
 mv %{buildroot}%{_datadir}/icons/gramps.png 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps
 # We package those files as package docs...
 rm -r %{buildroot}%{_datadir}/doc/%{name}/
-%suse_update_desktop_file -r -G "Genealogical Research" %{name} Education 
Science
+%suse_update_desktop_file -r %{name} Office Database
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 

++++++ gramps-4.1.1.tar.gz -> gramps-4.1.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/gramps/gramps-4.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.gramps.new/gramps-4.1.2.tar.gz differ: char 5, line 
1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to