Package Release Info

gramps-5.1.4-bp154.1.26

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gramps
gramps-lang

Change Logs

* Fri Oct 22 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 5.1.4:
  + Update copyright date.
  + Fix probably alive if death without date.
  + Place editor, copy and paste of lat and long text no longer
    auto-populating latitude and longitude fields.
  + Fix for crash when changing views if part of toolbar is not
    shown because of a small screen when changing views.
  + Fix bottombar always showing after restart, even when not
    wanted.
  + Always use filtered collation names. Store the Sqlite3
    collations in the __collations array to short-circuit
    re-creation.
  + Fix issue with German relation calculator fixed issue when more
    than 24 generations between the two people.
  + Fix libplaceview to avoid exception when mapservice is no
    longer present.
  + Fix References Gramplet for inadequate updates when other
    objects change.
  + Fix geofamily crash if a family has no father.
  + Home Person setting does not convey in a merge.
  + Fix CSV export of view to only put single CR character.
  + Add Media filter rule 'HasMedia' to list of media rules for
    editor.
  + Need to set locale.textdomain under linux. _build_popup_ui()
    ignores translated strings without locale.textdomain set.
  + Change category of 'MatchesEventFilter'.
  + Fix issue where separator between top and bottom bar of View
    creeps up.
  + Fix Locations Gramplet (Enclosed by) to properly display
    certain nested places when the smallest place has undated
    enclosure and larger places are dated.
  + Fix exportvcalendar error is "is not" with a literal (Python
    3.8 issue)
  + Handle not found when copying source from the citation tree.
  + Fix call to 'file' function, which doesn't exist in Python3.
  + Fix write_lock_file exception when USERNAME is missing.
  + Fix EditPlace so Tab key doesn't get stuck on Private icon.
  + Fix Tag report for places that have a hierarchy.
  + Fix exception when cancelling out of a db upgrade in GUI.
  + Icon file changes:
  - Install 128x128 and 256x256 application icons.
  - Install MIME type icons into the hicolor theme.
  - Remove gnome-mime- prefix from icon filenames.
  - Install application icons into correct directories.
  + Fix error in Birthday and Anniversary report. Fixes an error
    triggered when the first person_handle in the list has a death
    event, but no birth event and does not have family
    relationships. These conditions lead to the local variable
    short_name not being declared before it comes time to process
    death events.
  + Fix graphdoc to properly escape characters in ids for Graphviz.
  + Replace inspect.stack() with inspect.currentframe(). Works
    around https://bugs.python.org/issue12920 which causes every
    call to inspect.trace() to fail because __main__ is always the
    starting point.
  + Fix crash sorting on columns in Selectors with TreeModels.
  + Fix progress bar freeze due to changes in Gtk.
  + Fix svgdrawdoc for text containing XML invalid characters.
  + Updated translations.
- Refresh gramps-no-translations-check.patch with quilt.
* Tue Oct 13 2020 Sebastian Schubert <schubert.seb@gmail.com>
- Update to version 5.1.3:
  + Events View: “Main Participants” column does not show the full
    list of participants when expanded
  + mac/gramps.modules: Use current Gtk release instead of Gtk-3.14
  + mac/gramps.modules: Upgrade pymodules for Python 3.8
    compatibility
  + Fix XML export when ‘Group-as” name contains XML invalid chars
  + Fix NarWeb: Province place-type is not displayed
  + Fix ManagedWindow so that new windows don’t appear offscreen
    when system ‘screen’ sizes change in part time multi-monitor
    setups
  + Fix menus when db fails to open due to upgrade/downgrade etc.
  + Fix issue with attach source tool, results panel
  + Fix GEDCOM export; don’t include ADDR when address is missing
  + EditPlace: Allow Coordinates containing a comma instead of a
    period
  + NarrativeWeb: several fixes
  + Update all translations for changes from ‘Default’ to ‘Home’
    Person
  + Change GUI references to ‘Home Person’ instead of ‘Default
    Person’
  + Use event attribute types in the event reference editor
  + Fix Verify tool bug caused by bad change in GObject
    introspection
  + Fix RemoveUnused tool for crash caused by Gtk introspection bug
  + Fix import test for change cause by previous change which was:
    Fix GEDCOM import for bad source title when sources precede
    references
  + Fix GEDCOM import for bad source title when sources precede
    references
  + Fix some reports for CLI where warning message about Value not
    found
  + Fix Genealogy Tree reports for crash in CLI
  + Add uistate to tree views filter initialization
  + Fix some Python syntax errors that appear in v3.8.x
  + Suppress age = 0 days in events list. If the reference event
    date is equal to the event date, don’t show the age except if
    the date is estimated, calculated, etc.
  + Fix Dashboard Gramplets to update during db close when not
    shown
  + Fix Windows GUI mode startup for crash with some languages
  + Fix dbapi to support “Abandon Changes & Quit” feature
  + Fix GrampsType for comparison bug with empty string as one
    value
  + Fix Date Display so that it uses LC_TIME if defined
  + Fix StyledText so serialize will match for style list order
    changes
  + Try to fix exceptions on ManagedWindow close
  + Fix Mac SQLite3 locale bug when locale contains non-ascii
    characters
  + Fix issue when Person has Same date of birth and death; gives
    an error
  + Geography: add a popup for a bad tiles path
  + Fix GEDCOM export of estimated/calculated dates with modifers
  + Updated translations
* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Tue Jan 21 2020 Sebastian Schubert <schubert.seb@gmail.com>
- Update to version 5.1.2:
  + Narweb: several fixes
  + WEBCAL: several fixes
  + Update LDS Temple list
  + Make GuiDestinationOption Folder Icon start in users directory
  + Allow import file filter to accept case insensitive extensions
  + Fix db to warn/prevent opening newer schema versions
  + Fix Progen import dialog and progress meter for correct parent
    window
  + Fix Progen import to correctly handle AKA surnames
  + Fix ExportPkg so errors are not lost, and has progress bar for
    media
  + Fix Export Assistant so error messages get correct parent
    window
  + Fix GEDCOM import when family is missing; import created a
    missing note
  + Fix Dashboard for adding Gramplet crash in Slovenian
  + Update cs, ca, fr, uk, he, fi, hr, de, sv translation
  + Update date parsing for czech locale
  + Fix Spanish translation for dates
  + fix private proxy tagref support. Add missing code for event,
    repository, source, citation and place
  + [Tree doc Tex] fix "-" char on place name "-" can lead to
    confusion, generating text out of the box with PDF file format
  + [Tree doc Tex] fix typo on custom size
  + Fix duplicated "døde døde" Norwegion Translation for
    libnarrate
  + Fix up Event Editors Place display for bidi text with Gramps ID
  + Fix issues with RTL languages and LAT/LONG
  + Fix GEDCOM export to avoid translated GrampsType strings
  + Allow Tools with Notbook tabs to expand to fill the window
  + Limit Age Stats gramplet settings to appropriate values.
  + Fix the Preferences 'Age display precision' value getting lost
  + Fix Window family tree title for non-ASCII chars on Windows
  + Fix Preferences/Genealogical Symbols when only one font is
    present
  + Fix various Entry fields so Undo/Redo works
  + Fix tag colors on PedigreeView
  + Fix Gramps -v error when Gtk is not present
  + Fix for PedigreeView not reflecting changes to birthday or
    death
  + ODF DOC - Fix improper escaping in odt output for TOC/Bookmark
    etc.
  + Fix CLI parser to accept negative integers as valid
  + Fix Descendant Tree report for HandleError when no parents on
    family
  + Fix Reorder ID tool so subsequent db additions used next
    possible ID
  + Upgrade export VCalendar to v2.0, so can export all utf8
    characters
  + Fix Preferences so PageUp/PageDn doesn't stick on Dates tab
  + Graphs: Escape for name, dates and places in graph reports with
    XML illegal characters
  + Fix 'Go' menu direct object selection, goes to wrong place
* Sun Sep 15 2019 Sebastian Schubert <schubert.seb@gmail.com>
- Update to version 5.1.1:
  + Disable development warning message
  + Add options to sandclock in tree document generator
  + Using regex in the sidebar gives different result from previous
    gramps release
  + Fix odt output when db owner has XML unfriendly chars
  + Update README
  + Bump required Python version to 3.3
  + Add optional fontconfig package
  + Fix CLI crash when generating reports
  + Fix Statusbar HandleError on merge families
  + Fix missing tooltip translations in the Note editor toolbar
  + Fix bugs in withinarea filter rule
  + Avoid bad coordinates in the ref place
  + Avoid alphabetic characters in filter rules
  + Could not convert string to float by using withinarea filter
    rule
  + Difference between sidebar filter and filter rule
  + Fix Graph outputs for multiple page PDF Postscript
  + Fix to make Gtk 'action names' always valid
  + Fix missing menus/buttons when operating in non-English
    languages
  + Fix cursor position error in lat and long fields
  + Avoid all characters looking like a dash in 'Clean input data'
    tool
  + Mainz Style sheet weird looking
  + Fix bugs in relationship view
  + Set symbols for the active person
  + Set good symbols for marriage, baptism, cremation and burial
  + Reduce the size of the sexuality symbol
  + Fix exception when editing Note with italics/bold etc. in non
    English
  + Restore keybindings for gramplet bars
  + Fix bug in web connection menu launching incorrect web site
  + Fix translation problem when creating event filter
  + Error when checking option to add Quit to Taskbar
  + Make the narratives notes placement an optional
  + Updated translations.
- Drop gramps-5.1.0-remove_false_nonrelease_warning.patch: fixed
  upstream.
* Sun Aug 25 2019 Sebastian Schubert <schubert.seb@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 2019 Sebastian Schubert <schubert.seb@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.
* Fri Jan 18 2019 schubert.seb@gmail.com
- Recommend python3-PyICU on all systems, not only Leap 42.3. It is
  available and enhances gramps on all supported platforms.
* Sat Dec 22 2018 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to version 5.0.1, a maintenance release. Full changelog
  available at
  https://gramps-project.org/introduction-WP/2018/12/gramps-5-0-1-released/
* Mon Jul 30 2018 schubert.seb@gmail.com
- Add recommended packages for optional Gramps features:
  + ghostscript: used by Graphviz reports
  + python3-Pillow: crop images and image conversion
- Add suggested packages for common third-party addon dependencies:
  + typelib-1_0-GooCanvas-2_0: required by Graph View
  + python3-networkx, python3-pygraphviz: required by Network Chart
  + python3-numpy: used by PedigreeChart
* Sat Jul 28 2018 schubert.seb@gmail.com
- Update to version 5.0.0:
  + Various fixes and improvements.
  + Updated translations.
- Update gramps-no-translations-check.patch.
- Drop webcal.py.diff: merged upstream.
* Mon Jun 11 2018 bjorn.lie@gmail.com
- Add typelib(GConf) to global requires exclude: Avoid pulling in
  optional gconf typelib Requires.
Version: 4.2.8-bp150.2.4
* Wed Feb 28 2018 dimstar@opensuse.org
- Add python3-gobject-Gdk: missed dependency (boo#1082469).
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Sat Feb 10 2018 schubert.seb@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.
* Tue Aug 01 2017 schubert.seb@gmail.com
- Recommend python3-PyICU with openSUSE Leap 42.3.
* Tue Aug 01 2017 schubert.seb@gmail.com
- Updated to version 4.2.6:
  + The configparser is assuming the wrong enco.
  + Fix HasCitation rule in citation filter sidebar.
  + Fix use of regular expressions.
  + Date Editor had 'Type' and 'Quality' labels swapped.
  + Fix FamilyGroup Report.
  + Fix names not displayed in relationship graph.
  + Fix outdated Bugtracker link in reporting wizard.
  + Fix replacements in Ancestor tree.
  + Fix Default Browser Setting.
  + Fix linking place on OpenStreetMap view.
  + Fix Family Lines Report having unescaped characters.
  + Fix non-local character in DB name (Windows OS).
  + Fix checking for "event.string" in "treeview_keypress".
  + Fix invalid February 29th date in Julian dual-dated.
  + Fix Note on CIR when it is attached to a (preferred or
    alternative) name through the names dialog.
  + Improve time loading for person selector in census forms.
  + Fix incorrect SoundEx result.
  + Fix Error printing on ancestor tree graphical report.
  + Fix custom filter creation with 'Events occurring on a
    particular day of the week'.
  + Bug in the Name Editor / Group As.
  + Gramps CSV export of Places did not generate correct Title.
  + Add custom Family Relations not shown in the filter siderbar.
  + Fix non-textual value on Tag report.
  + Fix 'interface.dont-ask' config key ignored on Note edition.
  + Fix Reorder Relationships dialog.
  + Shrink size of Break Lock (and other QuestionDialogs).
  + Only selection of Active or Home person if commited.
  + Fix quick search exception when nothing in searched list.
  + Fix problem adding parents.
  + Fix bookmarks keybinding on Mac OS.
  + Fix failure to load default gramplets if GExiv2 is missing or
    too old.
  + Update API doc for place displayer.
  + Add datestrings to Turkish translation.
  + Updated translations.
* Sat Dec 17 2016 schubert.seb@gmail.com
- Updated to version 4.2.5:
  + The configparser is assuming the wrong encoding.
  + Sorting in family tab of narrated web report.
  + Silence remaining PyGIWarning.
  + Sorting of relationships in family tab of narrated web report.
  + Use latest valid date rather than today.
  + Modify endonym handling in place displayer.
  + Fix house number concatenation.
  + Allow merging of families with one or more parents in common.
  + Jump to Gramps ID functionality doesn't work.
  + Ability to search alternate place names when selecting place.
  + Fix clear map action on Geography.
  + Database repair tool always edit all source objects.
  + Database repair tool ignored some objects with tag.
  + "Enclosing" gramplet includes places outside valid date
    ranges.
  + Fix icon and tooltip in LDS editor.
  + CSV import fails.
  + Fix duplicated Gramps IDs on Gedcom import.
  + Unexpected error Preferences > Dates > Markup for invalid date
    format.
  + Fix Import Vcard, can create multiple surnames with all
    selected as 'Primary'.
  + Fix Gedcom import in some alternate languages; improper date
    parsing.
  + Export options 'Preview' buttons create hidden quickreport.
  + Alignment radio buttons in the style editor do not work.
  + Select Place search & Source/Citation hierarchy should NOT be
    expanded.
  + Tweak improvement on Tag editor.
  + Support for Windows Python3 pythonw.exe.
  + Wrong parsing Numeric date format for cs_CZ locale.
  + Fix Icelandic and German translations.
  + Fix Norwegian relationship calculator.
  + Update translations.
* Mon Sep 05 2016 schubert.seb@gmail.com
- Updated to version 4.2.4 (boo#1011888):
  + fixes for the PHON, FAX, EMAIL and WWW Gedcom tags to support
    Gedcom v5.5.1.
  + use more relative import.
  + Support for FTM and others Custom Gedcom Event Tags on import.
  + fix '_deeprelationshippath' filter rule.
  + Narrativeweb: some dates are incorrect in tar archive.
  + MacOS: Update graphviz to 2.38 and change to a binary launcher
    in app bundles.
  + Gramps crashes when closed while exporting.
  + Some events are not shown in familymaps page.
  + Remove old debug bloc on place selection.
  + Add GUI and CLI config option to allow easy setting.
  + Chinese characters are not rendered properly in pdf reports.
  + Support v5.5.1 OBJE/FORM/MEDI tag on embedded OBJE.
  + Sorting of Sources on gedcom.
  + Change "class xxx(object)" to "class xxx".
  + Use "with open" instead of "try: except:".
  + Change "raise NotImplemented" to "raise NotImplementedError()".
  + Add new argument to IsEnclosedByRule.
  + Narrativeweb: place title must agree the references.place-auto
    configuration.
  + Improvements on CSV file format support.
  + update Finnish holidays.
  + Some strings in tools and report dialogs will not translate.
  + Gedcom import improvements in media area to support v5.5.1 and
    FTM
  + Trailing whitespace.
  + Gedcom import of FTM .ged file containing _LINK tags not
    supported.
  + Change pycairo-python3 to pycairo.
  + pycairo for python2 is now py2cairo.
  + Remove pango modules from bundle, pango no longer uses them.
  + Gedcom import loses spaces in text fields from FTM.
  + Gedcom import of FTM file containing _PHOTO tags.
  + Missed self.photo initializer.
  + Attempting to select an "Available item" for the Book Report
    gives an error.
  + Fix for either valid or invalid FTM Gedcom.
  + Gedcom import of FTM file with OCCU record crashes import.
  + crash - 'NoneType' object has no attribute.
    'get_child_ref_list'
  + Family Page maps are non-functional in Narrative Web report.
  + Gedcom import loses spaces in text fields from FTM.
  + String not translated in geoplaces.
  + Descendant Report does not recognise auto. place title
    generation.
  + Translated text will not be printed in the program.
  + Geography: Attempting to print crashes (add parent to dialog).
  + GEDCOM doesn't accept CR as a line terminator.
  + Wrong Numeric date format for cs_CZ locale.
  + Narrativeweb: inconsistent & incomplete display of place
    hierarchy labels.
  + Narratedweb: surname listing errors for people with multiple
    partners.
  + In "Verify" people w/ death event w/o date are not thought
    dead.
  + While starting gramps, it fails to pop up "tips of the day".
  + GEDCOM import in CLI mode with .ged file containing ANSEL
    encoding tries to pop up gui.
  + fix merge conflict.
  + Use first matching name when generating place titles.
  + GEDCOM import with media files that have no path fails.
  + [Geography] Geoclose and mother handle.
  + place names empty if Gedcom ADDR record contains no street.
  + Tidy up place configuration options.
  + Use CSS to fade background colour in ValidatableMaskedEntry.
  + crash on GEDCOM import with empty _AKA lines.
  + Add inclusive option to IsEnclosedBy rule.
  + Saving/closing new person window with Alt-o does not find
    gender.
  + Fix to allow deferred translation of place type.
  + Include all place types in place report.
  + Allow place selection both individually and by filter on
    textual report.
  + Expand tree in selectors automatically.
  + Fix Encloses gramplet to display correct place references.
  + Update for appdata stuff.
  + UnboundLocalError on ODF doc backend.
  + Media Preview: wrong frame.
  + fix signals.
  + GEDCOM import PLAC:FORM in local mode doesn't work.
  + fix empty Place Alternate Names on import.
  + Merge unit test for PlaceCheck not working correctly.
  + GEDCOM import some Place Names & Titles are blank.
  + GEDCOM import PLAC or ADDR attached Notes etc. are lost.
  + Gramps not appearing in Gnome Software.
  + fix broken GEDCOM import PLAC:FORM handling.
  + Place Alt Names gets duplicated entries.
  + Multiple GEDCOM imports creates duplicate event IDs.
  + The place page in webreport is complete mess.
  + Gallery tab of Source view does not display .ods files.
  + Narrated Web report - Individual sort order not correct on the
    Surnames tab.
  + Specify required GtkSpell and GExiv2 version.
  + Narrated web report link to thumbnails is broken on certain
    pages.
  + Narrated Web report - Individual page sort order has changed.
  + Gramps reports that it can't find dictionaries.
  + Turns out it was really that enchant couldn't find its backend
    because an environment variable wasn't set.
  + Update translations.
- Updated gramps.appdata.xml path.
* Mon Apr 11 2016 schubert.seb@gmail.com
- Updated to version 4.2.3:
  + Creation of the "graphic calendar report" failed
  + Fix "TypeError: 'tuple' object does not support item assignment
  + Fix experienced an unexpected error
  + Unable to build narrated web site
  + [NarrativeWeb report] Places index and Media index are
    incorrectly sorted
  + Error when trying to create narrative report (residence event)
  + Fix filter set by default on selector, 'Show all' button
  + Detailed Ancestors Report has ? for locations when [private
    data is excluded]
  + Age in the event family view column is wrong.
  + Crash when dragging multiple media items to clipboard
  + vCal Export File format invalid
  + Error occurs for Complete Individual Report -- complete
    database
  + Narrated Web Site Report: places page is no longer sorted
    alphabetically
  + Narrative web: html elements emitted in different order
  + Narrative web: "errno: 1, operation is not permitted" when
    creating archive.
  + Narrative Web report further stops in error.
  + Fix multiple lines for firstname on gramps XML file via import
    or export
  + fix scrolling in persons view after typing some letters
  + Location on geography view could not convert string to float
  + setup.py: make typeout more accurate
  + Searching in people view when surnames are collapsed
  + Fix error when changing database in new locations gramplets
  + Error loading Participants add-on in French locale
  + Restores setting the stdout encoding to
    sys.getdefaultencoding() for Python3
  + Fix comment about getting the right encoding for stdout.
  + Date format does not match system.
  + Make US English a special-case locale, where en_GB is the
    default for english based locales
  + Enhance the Locations gramplet
  + New "Encloses" gramplet to the display places that the active
    place encloses
  + Individuals with incomplete names, not updated when name
    completed
  + Children gramplet in Family view does not get updated when a
    birth/death events are added to a child
  + Non-image media objects don't appear in the main window
    gallery.
  + Pressing tab stops at element in gui places
  + Double-clicking on a source in the citation gramplet causes
    exception
  + "Find text in record" filter crash
  + Fix vCard Export
  + Notes used in the "To Do" gramplet are found by the Remove
    Unused Objects tool
  + Unable to select Unicode
  + Cannot import gedcom generated by RootsMagic custom place
    details ignoring PlaceName()
  + Fix people sorted by surname view
  + Complete Report about person (whole database) - PDF - crash
  + Update for travis
  + Only consider the values of LC_ALL, LANG, and LANGUAGE, in that
    order, when choosing the default locale.
  + New Icelandic date and relationships handlers
  + Fix Finnish translation in keywords of desktop entry
  + Updated translations.
* Sat Jan 09 2016 rbos@opensuse.org
- Add webcal.py.diff: add webcal.py from master:
  - Providing much nicer webcalendar navigation.
  - Space cleanup, obsolete spaces at end of line removed.
* Sat Jan 09 2016 rbos@opensuse.org
- Updated to version 4.2.2:
  + "Show all" checkbox of "Select Family" window not unchecked
    when the filter is cleared.
  + Name of user defined filter is not shown.
  + ErrorDialog and GtkDialog mapped without a transient parent.
  + 'Find' is broken when used in the Family selector.
  + Fix default selection in selectors.
  + Comment currently-unused bogus wiki URL pointers.
  + Fix counter for filtered entries and indentation on
    TreeBaseModel.
  + Faulty headline in start up screen.
  + Check that gramplet is in notebook before setting tab label.
  + Fix creation of focus change events.
  + Interactivesearch gives "TypeError: unorderable types: str()
    < NoneType()".
  + Put tag selection list in alphabetical order.
  + Remove redundant code.
  + Fix delete error in undoable entry widget.
  + Fix deprecation warning.
  + Re-enable selection in MultiTreeView on a grab_broken event.
  + Add validation to gender field.
  + Unhandled AttributeError when db.get_tag_from_handle returns
    None.
  + ReferencedBySelectionProxy can forget some referenced tags.
  + Remove encoding on stdout and stderr.
  + Handle citation objects in glocale.trans_objclass.
  + Locality data in address was not imported.
  + Can not download new or updated add-ons:
  - Don't check SSL certs when fetching addons.
  - Catch urlopen TypeError when context arg isn't supported.
  - Fix undefined variable error.
  + ValueError: underlying buffer has been detached.
  + LaTeX backend crashes.
  + Geography: performance issue due to bad initialization and.
    performance issue when selecting the events or places views.
  + Narrated Web Site Report: html elements emitted in different
    order.
  + Unused *_init.jpg are created in the narrated website.
  + Some media files are not exported to the NAVWEB report.
  + Narrative web report: add author to citations.
  + TypeError: unorderable types: EventRef() < EventRef(),
    events list and family list are differents between two reports.
  + Permission denied: change mtime to origin instead of
    destination.
  + Thumbnails html file missing in the narrative web.
  + Narrativeweb: Place title based on current date not that of
    the event.
  + Webcal: make the month name clickable in the year overview
    page.
  + 'Narrative' word not translatable.
  + 'Unknown' spouse uses an harcoded string name on Simple
    Descendants textual report.
  + Father/mother's age attributes are not translated on reports.
  + Improve Russian date handler and unittests.
  + Mars month instead of Marzec on Polish locale (Date Editor).
  + Updated translations.
* Mon Oct 19 2015 schubert.seb@gmail.com
- Update to version 4.2.1:
  + Support for Retina and HiDPI Display, added 24px icons
  + Fix verification tool with "Estimate missing or inexact dates"
  + Fix missing link in hourglass graph report
  + Sort custom place types in editors
  + Allow Easter calculation with python3
  + Fix crash on Descendants-detailed report
  + FanChartDescendants View should at least have 2 generations
  + Allow hyphenated gramps-id in Graphviz reports
  + Complete Individual Report fails to run
  + Fix broken wiki help links
  + Set TextOption widget to expand vertically
  + Unused Object Dialog box too small
  + Short cut keys does not work in 'Change Event Types' dialog
  + Update some Tips of the day
  + Error when extracting place names
  + Custom filters for note text repaired
  + Fix Pedigreeview crash when selecting Compact view
  + Set "visable_window" in GtkEventBox to fix transparency
  + Faster scrolling:
  - cache database access for column values
  - cache do_get_path lookups
  - speed up load access on treeviews with no filters
  - new LRU size of 1k (was 250)
  - use cache in do_get_path from siblings
  + Avoid using person-centric date matching for places
  + Use place title as default name in GEDCOM import
  + Ensure place names are not empty after upgrade
  + Fix proxy to include all referenced place objects
  + Fix bug that prevented any addons being loaded onto the Mac
    version
  + Remove copy button from family tree manager
  + Consistency for name fields on Person Editor
  + Geography:
  - Place.set_name(name) requires a PlaceName()
  - Fix and improvements on place selection
  + Limit problems with existing selection in media reference editor
  + Stability fixes on Mac port
  + Mac port localization crash with non-standard locale (e.g.
    en_IT)
  + Fix color on history
  + Fix countries selector for holidays
  + Fix missing markups into textual reports
  + All sidebars with Types now show custom types in combo list
  + [New] Added Places to CSV import/export
  + Some fixes on installer (setup.py)
  + Various improvements on gen.plug.utils
  + Fix graph reports [in Greek locale]
  + New date handler for Hungarian locale
  + Updated translations.
- Update source URL path to github.
* Wed Aug 12 2015 dimstar@opensuse.org
- Add gramps-no-translations-check.patch: Disable gramps internal
  test if localization files are available. As gramps is properly
  packaged, we know where the translations are and don't want to
  alert a user with annoying popups (boo#941490).
* Mon Aug 03 2015 dimstar@opensuse.org
- Update to version 4.2.0:
  + New date and language fields on place name.
  + Review on GtkBuilder, fix some Gtk3 warnings and move from
    deprecated methods.
  + Change icons and buttons handling methods.
  + Enhanced Place Editor and new Place Name editor.
  + New widget: use own interactive-search.
  + Ability to import kml data into Geography views.
  + Enhancement for removing multiple selected items from Views
    (action group).
  + Add drag support on more Views, Selectors and Editors.
  + Add right-click "Copy all" to ListModel and all QuickTables.
  + Review Alternate Place handling and edition.
  + New 'Place' configuration keys set by user (settings).
  + New filter rule: is enclosed by.
  + Consistency on Privacy option for reports.
  + Consistency on "Name-format" options for reports.
  + Add DeferredFilter class (a subclass of GenericFilter).
  + New textual Report: Links on Notes.
  + Fix alphabetic index and toc bug in books.
  + Enhancements on Style Editor.
  + Enhancements on End Notes into textual reports.
  + Changes on Individuals complete textual report.
  + Changes on Ancestors Tree draw report: Include Siblings.
  + Add name-format option, and deferred translation on Records
    report.
  + Add deferred translation on Timeline draw report.
  + Enable attributes gramplet on Source and Citation Views.
  + New place locations gramplet.
  + Optimizations around index, Flat and TreeView models.
  + Enhanced samples files.
  + All importers return now an ImportInfo object.
  + Experimental gwplus (geneweb) import file format support.
  + Remove experimental HTML renderer view.
  + New test scripts.
  + New Date handler for Japanese.
  + Review on Slovenian and Czech Date Handlers.
  + Updated translations.
- Drop gramps-webkit3.0.patch: no longer applicable.
- Add python3 BuildRequires: follow upstreams port to python3.
- Drop python-webkitgtk, python-gtkspell and python-PyICU
  recommends: no longer valid after the port to python3.
- Add python3-bsddb3, python3-cairo  and python3-gobject
  Requires: new dependencies.
* Sat May 02 2015 zaitor@opensuse.org
- Update to version 4.1.3:
  + Fix db upgrade failure
  + GtkDialog mapped without a transient parent
  + [Gedcom]:
  - SUBN and SUBM record handling
  - Import/export round trip causes lost information
  - Entering a witness to an event such as marriage might be
    ignored
  - Gramps can't import estim. date period exported by itself
  - 1/4 and 1/2 ANSEL characters not supported on importing
    ANSEL
  - Importing file containing multibyte UTF-8 characters fails
  - Import fails for ANSI file under python 3
  - Failure importing ANSEL encoded gedcom file
  - Characters ignored on a Gedcom encoded ANSI (cp1252 West
    Europe, USA)
  - NameError in importer
  - Event address is lost on import, i.e. disconnected from
    event
  + Crash on geneweb export with python3
  + GuiColorOption missing avail-changed event handler
  + Bad generation of [timeline report] ODT files since 4.0.0
  + Fix bad handle in explanation note for unknown event
  + Fix spurious generation of empty 'Alternative Name' in
    place.merge()
  + Support creating directories in various scenarios
  + Attempting to add a bookmark causes an error
  + Long series of "unhandled exception" popup boxes while doing a
    check & repair
  + Crash when trying to link existing place as an enclosing place
    using P0001 number
  + HTML view fails to load
  + Relationship Graph crashes
  + Python3 needs new_subpixbuf not subpixbuf
  + Regression: running gramps from crontab fails
  + tag_map is not initialized
  + Some labels now fit better on citations sidebar filter
  + Event columns in web narrative are too narrow
  + Problem by start program (launcher)
  + Translation string missing in Not Related tool for help and
    close button
  + Date format month/year is not well reported at editing time [in
    Italian]
  + Fix unknown gender relationships handler for the french locale
  + Fix a handle type bug on sidebar filter
  + Tidy up About dialog
  + Cleanup on some man files
  + Convert some remaining unicode literals
  + Fix mac menubar setting
  + Enable python3 to run po/update_po.py
  + Updated translations.
* Mon Mar 09 2015 dimstar@opensuse.org
- 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.
* Wed Feb 04 2015 schubert.seb@gmail.com
- Add gramps-4.1.1-Glib-typo.patch: fix typo, which removes wrong
  automatic dependency; already applied upstream for 4.1.2.
- Remove comment about osm-gps-map because it is already detected.
* Thu Jan 15 2015 p.drouand@gmail.com
- Update to version 4.1.1
  + Fix custom place types in the place editor.
  + Allow place type combobox to receive focus.
  + Store custom place types in the metadata table.
  + Fix place type for places without a main location.
  + Fix bug adding parent places to a new place.
  + Prevent user creating a cycle in the place hierarchy.
  + Avoid infinite loop when place cycle encountered.
  + Prevent creation of a place cycle when merging.
  + Fix error when no place is selected.
  + Check that a place has been selected when saving.
  + Use the standard place selection widget to be consistent..
  + Add a new Top Level place through the Place Reference Editor.
  + Fix backlinks code in place report.
  + Backlinks for places can now also be places as well as events.
  + Fix check and repair tool for empty placerefs.
  + Update location utilities to work with proxies.
  + Place report does not run.
  + Update place details gramplet.
  + Locations are now displayed in a new separate gramplet.
  + Add check for empty handle in gramplets.
  + Check DB lock on the recent opened trees list.
  + Sidebarfilter gramplet does not fit well into People, Events or
    Media views.
  + Fix new event default type considering existing events with
  * default + role.
  + Rebuild secondary indexes after database upgrade.
  + Importing gedcom files containing multibyte UTF-8 characters
    fails.
  + Ahnentafel Report did not use Christening Date if no Birth
    Date.
  + [Narweb:] Missing webpage for media under some circumstances.
  + Fix narrated web report with gendex option enabled.
  + Tweak to "default" CSS choice for the narrated web report.
  + Invalid link for Merge citation Help button.
  + Fix 'todo' gramplet.
  + Fix path when using drag & drop to add media.
  + Limit the number of generations displayed in the ancestor
    gramplet.
  + Export of a subset of the tree failed.
  + Fix issues in python3, and bytes-string mismatch with ICU.
  + Fix url/uri handling with non-ascii characters under linux and
    mac.
  + Fix name format on graphical reports.
  + Fix name format on textual reports.
  + Better GUI support for embeded custom attributes list on media
    object.
  + Better keys for search under linux shells (.desktop file).
  + 'Unknown' person in detailed ancestor report can not be
    translated.
  + Translations don't show in many labels.
  + Ensure python text domain gets the right encoding.
  + Translate some punctuation marks.
  + Various fixes around Geography and osmgpsmap.
  + Allow gramplets to be displayed in the dashboard only.
  + Update FSF address.
  + Add Arabic-script, Islamic-date, Thai script, Married Name and
    more dates examples.
  + Fix on czech date handler for calculated and estimated dates.
  + Enhance Serbian date handler to handle Cyrillic dates.
  + Simplify Canadian Ash Wednesday holiday.
  + Re-enable Esperanto support (for non-Windows OS only) after a
    large review.
  + Updated translations.
- Remove python-gtk-devel Requires: no longer needed after the
  project moved to python-gobject.
- Add hicolor-icon-theme BuildRequires: do not own standard
  hicolor directories.
* Mon Jul 28 2014 dimstar@opensuse.org
- Add gramps-webkit3.0.patch: specify in the code that we require
  WebKit 3.0, not 'any' WebKit (bnc#887048).
- No longer filter typelib(OsmGpsMap) from automatic dependency
  scanner: we now have osm-gps-map 1.0.1 available.
* Tue Jul 22 2014 dimstar@opensuse.org
- Drop gnome-icon-theme (Build)Requires: no longer functional after
  the merging of the themes into Adwaita theme, which in turn is a
  dependency to GTK+ 3.0.
* Sun Jun 08 2014 rbrown@opensuse.org
- Fix source URL in spec