From 706fd71e91d63039cc9cddf9ec025d53371aef78 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Oct 11 2010 02:43:05 +0000 Subject: - Version 3.2.4 -- the "Tententen" bug fix release. - * fix a crash on newer distro's after an export is finished - * styled notes cleanup and consistency improvement (nar web behaves - like the pdf/html output of reports) - * newlines in styled notes are written as newlines so users can make - simple lists - * many NarrativeWeb fixes - * gedcom output fixes - * non latin character fixes (mainly for windows) - * recursive filter fixes - * undo fixes - * many translation updates - - Thanks to all who participated. Looking at the Changelog file, I see - 120+ code/translation commits and another 35+ commits just for - translation updates. - - There were 17 distinct people who committed code. (My scripts don't - take into account checkins made on behalf of people without write - access to svn, sorry!) Thanks to everyone, but I personally want to - highlight the numerous contributions -- in alphabetical order -- by - Benny Malengier, Doug Blank, Espen Berg, Jérôme Rapinat, Mirko - Leonhäuser, Nick Hall, Peter Landgren, Rob Healey, and Serge Noiraud. --- diff --git a/gramps.spec b/gramps.spec index 03bc4ed..b97c79e 100644 --- a/gramps.spec +++ b/gramps.spec @@ -1,7 +1,7 @@ #global _beta 2 Name: gramps -Version: 3.2.3 -Release: 3%{?_beta:.beta%{_beta}}%{?dist} +Version: 3.2.4 +Release: 1%{?_beta:.beta%{_beta}}%{?dist} Summary: Genealogical Research and Analysis Management Programming System Group: Applications/Productivity @@ -63,7 +63,6 @@ gramps (Genealogical Research and Analysis Management Programming System) is a GNOME based genealogy program supporting a Python based plugin system. - %prep %setup -q @@ -71,7 +70,6 @@ based plugin system. %configure --enable-packager-mode make - %install rm -rf ${RPM_BUILD_ROOT} %makeinstall GNOME_DATADIR="${RPM_BUILD_ROOT}%{_datadir}" @@ -106,7 +104,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi - %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING FAQ NEWS TODO @@ -123,6 +120,31 @@ fi %{_mandir}/man1/%{name}.1.gz %changelog +* Sun Oct 10 2010 Jeffrey C. Ollie - 3.2.4-1 +- Version 3.2.4 -- the "Tententen" bug fix release. +- * fix a crash on newer distro's after an export is finished +- * styled notes cleanup and consistency improvement (nar web behaves +- like the pdf/html output of reports) +- * newlines in styled notes are written as newlines so users can make +- simple lists +- * many NarrativeWeb fixes +- * gedcom output fixes +- * non latin character fixes (mainly for windows) +- * recursive filter fixes +- * undo fixes +- * many translation updates +- +- Thanks to all who participated. Looking at the Changelog file, I see +- 120+ code/translation commits and another 35+ commits just for +- translation updates. +- +- There were 17 distinct people who committed code. (My scripts don't +- take into account checkins made on behalf of people without write +- access to svn, sorry!) Thanks to everyone, but I personally want to +- highlight the numerous contributions -- in alphabetical order -- by +- Benny Malengier, Doug Blank, Espen Berg, Jérôme Rapinat, Mirko +- Leonhäuser, Nick Hall, Peter Landgren, Rob Healey, and Serge Noiraud. + * Wed Aug 11 2010 David Malcolm - 3.2.3-3 - recompiling .py files against Python 2.7 (rhbz#623313)