2534b0e
#global		_beta 2
cvsextras d719e70
Name:           gramps
ffffd8e
Version:        4.1.3
5289932
Release:        2%{?_beta:.beta%{_beta}}%{?dist}
e0e318e
Summary:        Genealogical Research and Analysis Management Programming System
cvsextras d719e70
cvsextras d719e70
Group:          Applications/Productivity
a6debf5
License:        GPLv2+
250a87c
URL:            http://gramps-project.org/
43a3d1c
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?_beta:-0beta%{_beta}}.tar.gz
d9bf6dd
Source1:	resource-path
cvsextras d719e70
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
78542c5
BuildArch:	noarch
cvsextras d719e70
08b09c1
#Patch0:         0001-Fix-ukrainian-relationship-plugin.patch
bf06b3e
#Patch1:         0002-Fix-run-time-error.patch
Bastien Nocera 3b00304
pcompton 5216feb
BuildRequires:  desktop-file-utils
pcompton 5216feb
BuildRequires:  gettext
180a262
BuildRequires:	perl(XML::Parser)
Bastien Nocera 347c9e4
BuildRequires:  python3-devel
Bastien Nocera 3b00304
BuildRequires:  python3-gobject
c6df9ee
BuildRequires:  intltool
3962afe
BuildRequires:	gnome-doc-utils
Bastien Nocera 3b00304
BuildRequires:	python3-setuptools
Richard Hughes 2e6f1c0
BuildRequires:  libappstream-glib
cvsextras d719e70
df52aac
Requires: %{name}-common = %{version}-%{release}
df52aac
Bastien Nocera 3b00304
Requires:       python3
Bastien Nocera 3b00304
Requires:       python3-gobject
Bastien Nocera 3b00304
Requires:       gtk3
Bastien Nocera 3b00304
Requires:       pango
Bastien Nocera 3b00304
Requires:       librsvg2
Bastien Nocera 3b00304
Requires:       xdg-utils
cvsextras d719e70
Requires:       rcs
513a086
Requires:	graphviz
c190f24
Requires:	osm-gps-map-gobject
Bastien Nocera 3b00304
Requires:       python3-pyicu
48e6e4e
Requires:	gtkspell3
Bastien Nocera 3b00304
Requires:	libgexiv2
Bastien Nocera 3b00304
Requires:       python3-bsddb3
053e67b
9905e9f
Requires:	gnu-free-serif-fonts
9905e9f
Requires:	gnu-free-mono-fonts
9905e9f
Requires:	gnu-free-fonts-common
9905e9f
Requires:	gnu-free-sans-fonts
9905e9f
cvsextras d719e70
%description
cvsextras d719e70
gramps (Genealogical Research and Analysis Management Programming
cvsextras d719e70
System) is a GNOME based genealogy program supporting a Python
cvsextras d719e70
based plugin system.
cvsextras d719e70
df52aac
df52aac
%package common
df52aac
Summary: Gramps common modules
df52aac
Group: Applications/Productivity
df52aac
df52aac
%description common
df52aac
Common modules for the Gramps Genealogy application.
df52aac
df52aac
df52aac
%package webapp
df52aac
Summary: Gramps web interface
df52aac
Group: Applications/Productivity
df52aac
Requires: %{name}-common = %{version}-%{release}
Jiri Kastner 3cf45df
Requires: python-django
df52aac
df52aac
%description webapp
df52aac
Web interface for the Gramps Genealogy application.
df52aac
df52aac
cvsextras d719e70
%prep
cvsextras d719e70
%setup -q
cvsextras d719e70
08b09c1
#%patch0 -p1
bf06b3e
#%patch1 -p1
48e6e4e
cvsextras d719e70
%build
Bastien Nocera 3b00304
%{__python3} setup.py build
Bastien Nocera 3b00304
%{__python3} setup.py --server build
cvsextras d719e70
cvsextras d719e70
%install
cvsextras d719e70
rm -rf ${RPM_BUILD_ROOT}
Bastien Nocera 3b00304
%{__python3} setup.py install --skip-build --root ${RPM_BUILD_ROOT}
Bastien Nocera 3b00304
%{__python3} setup.py install --server --skip-build --root ${RPM_BUILD_ROOT}
df52aac
d9bf6dd
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/locale
d9bf6dd
cp -pr build/mo/* ${RPM_BUILD_ROOT}%{_datadir}/locale/
3962afe
#Remove duplicate doc
3962afe
rm -f ${RPM_BUILD_ROOT}%{_datadir}/%{name}/COPYING
3962afe
d9bf6dd
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/mime/packages
d9bf6dd
cp -p build/data/gramps.xml ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/
d9bf6dd
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/application-registry
d9bf6dd
cp -p data/gramps.applications ${RPM_BUILD_ROOT}%{_datadir}/application-registry/
Richard Hughes 213dbcd
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/appdata/
Richard Hughes 213dbcd
cp -p build/data/gramps.appdata.xml ${RPM_BUILD_ROOT}%{_datadir}/appdata/
d9bf6dd
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
d9bf6dd
cp -p build/data/man/gramps.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/gramps.1.gz
d9bf6dd
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
d9bf6dd
cp -p images/gramps.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
d9bf6dd
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/gramps/
d9bf6dd
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/icons/
d9bf6dd
3962afe
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/
3962afe
cp -p $RPM_BUILD_ROOT%{_datadir}/%{name}/images/%{name}.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/
3962afe
Bastien Nocera 3b00304
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{python3_sitelib}/gramps/gen/utils/resource-path
d9bf6dd
Richard Hughes 2e6f1c0
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/gramps.appdata.xml \
Richard Hughes 2e6f1c0
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gramps/a.png \
Richard Hughes 2e6f1c0
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gramps/b.png \
Richard Hughes 2e6f1c0
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gramps/c.png \
Richard Hughes 2e6f1c0
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gramps/d.png 
Richard Hughes 2e6f1c0
cvsextras d719e70
%find_lang %{name}
cvsextras d719e70
d08c87e
desktop-file-install --delete-original  \
cvsextras d719e70
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications   	\
d9bf6dd
  build/data/%{name}.desktop
cvsextras d719e70
cvsextras d719e70
%clean
cvsextras d719e70
rm -rf ${RPM_BUILD_ROOT}
cvsextras d719e70
cvsextras d719e70
%post
e2d764c
update-desktop-database &> /dev/null ||:
3962afe
touch --no-create %{_datadir}/icons/hicolor || :
Rex Dieter 7d3abe7
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
fe83604
cvsextras d719e70
%postun
fe83604
update-desktop-database &> /dev/null ||:
Rex Dieter 7d3abe7
if [ $1 -eq 0 ]; then
3962afe
touch --no-create %{_datadir}/icons/hicolor || :
Rex Dieter 7d3abe7
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 7d3abe7
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
Rex Dieter 7d3abe7
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
7c3d031
fi
cvsextras d719e70
Rex Dieter 7d3abe7
%posttrans
Rex Dieter 7d3abe7
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 7d3abe7
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
Rex Dieter 7d3abe7
cvsextras d719e70
%files -f %{name}.lang
cvsextras d719e70
%defattr(-,root,root,-)
bf06b3e
%doc AUTHORS COPYING FAQ NEWS TODO example/
78542c5
%{_bindir}/%{name}
3962afe
%{_datadir}/%{name}/
Richard Hughes 213dbcd
%{_datadir}/appdata/gramps.appdata.xml
d08c87e
%{_datadir}/applications/%{name}.desktop
b902ab8
%{_datadir}/application-registry/%{name}.applications
b902ab8
%{_datadir}/mime/packages/%{name}.xml
b902ab8
%{_datadir}/mime-info/*
3962afe
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
d9bf6dd
#%{_datadir}/icons/gnome/48x48/mimetypes/*.png
d9bf6dd
#%{_datadir}/icons/gnome/scalable/mimetypes/*.svg
8c17c3e
%{_datadir}/pixmaps/%{name}.png
0ff3f13
%{_mandir}/man1/%{name}.1.gz
Bastien Nocera 3b00304
%{python3_sitelib}/gramps*egg-info
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/__init*
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/grampsapp*
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/gui
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/test
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/version*
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/__pycache__
df52aac
df52aac
%files common
5289932
%{python3_sitelib}/gramps/
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/cli
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/gen
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/plugins
df52aac
df52aac
%files webapp
df52aac
%defattr(-,root,root,-)
Bastien Nocera 3b00304
%{python3_sitelib}/gramps/webapp
cvsextras d719e70
cvsextras d719e70
%changelog
5289932
* Mon Oct 26 2015 Jon Ciesla <limburgher@gmail.com> - 4.1.3-2
5289932
- Own gramps Python module directory, BZ 1275033.
5289932
ffffd8e
* Fri May 08 2015 Jon Ciesla <limburgher@gmail.com> - 4.1.3-1
ffffd8e
- 4.1.3
ffffd8e
Richard Hughes 2e6f1c0
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 4.1.2-2
Richard Hughes 2e6f1c0
- Use better AppData screenshots
Richard Hughes 2e6f1c0
bf06b3e
* Wed Mar 04 2015 Jon Ciesla <limburgher@gmail.com> - 4.1.2-1
bf06b3e
- Upstream maintenance release.
bf06b3e
- Include examples per Paul Franklin.
bf06b3e
08b09c1
* Mon Nov 03 2014 Jon Ciesla <limburgher@gmail.com> - 4.1.1-1
08b09c1
- Upstream maintenance release.
08b09c1
Rex Dieter 7d3abe7
* Thu Oct 02 2014 Rex Dieter <rdieter@fedoraproject.org> 4.1.0-4
Rex Dieter 7d3abe7
- update/fix icon/mime scriptlets, deps
Rex Dieter 7d3abe7
Richard Hughes 213dbcd
* Fri Sep 19 2014 Richard Hughes <richard@hughsie.com> 4.1.0-3
Richard Hughes 213dbcd
- Actually install the AppData file
Richard Hughes 213dbcd
08b09c1
* Wed Jul 16 2014 Bastien Nocera <bnocera@redhat.com> 4.1.0-2
Bastien Nocera 3b00304
- Update run-time dependencies for GTK+ 3.x
Bastien Nocera 3b00304
- Switch to Python 3
Bastien Nocera 3b00304
Jiri Kastner 3cf45df
* Mon Jun 23 2014 Jiri Kastner <jkastner at redhat dot com> - 4.1.0-1
Jiri Kastner 3cf45df
- update to 4.1.0
Jiri Kastner 3cf45df
4ab49af
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.3-2
4ab49af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4ab49af
41bfb97
* Tue Jan 28 2014 Jon Ciesla <limburgher@gmail.com> - 4.0.3-1
41bfb97
- Upstream maintenance release.
41bfb97
0df827d
* Wed Nov 13 2013 Jon Ciesla <limburgher@gmail.com> - 4.0.2-1
0df827d
- Latest upstream, BZ 1029930.
0df827d
- 6807 patch upstreamed.
0df827d
c190f24
* Fri Aug 23 2013 Jon Ciesla <limburgher@gmail.com> - 4.0.1-6
c190f24
- Migrate from python-osmgpsmap to osm-gps-map-gobject
c190f24
- and pygobject3, BZ 1000058.
c190f24
0b897fb
* Tue Aug 20 2013 Jon Ciesla <limburgher@gmail.com> - 4.0.1-5
0b897fb
- Change webapp Requires to python-django14.
0b897fb
df52aac
* Tue Aug 13 2013 Jon Ciesla <limburgher@gmail.com> - 4.0.1-4
df52aac
- Ship webapp as subpackage, BZ 983418.
df52aac
4f02b57
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.1-3
4f02b57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4f02b57
4b0d939
* Mon Jul 08 2013 Jon Ciesla <limburgher@gmail.com> - 4.0.1-1
48e6e4e
- Add gtkspell3 dependency, BZ 983064
48e6e4e
- Add libgexiv2-python2 dependency, BZ 983071
48e6e4e
- Patch for AttributeError, BZ 982250.
48e6e4e
48e6e4e
* Mon Jul 08 2013 Jon Ciesla <limburgher@gmail.com> - 4.0.1-1
4b0d939
- 4.0.1.
4b0d939
d9bf6dd
* Thu May 30 2013 Jon Ciesla <limburgher@gmail.com> - 4.0.0-1
d9bf6dd
- 4.0.0.
d9bf6dd
9bb266b
* Thu May 30 2013 Jon Ciesla <limburgher@gmail.com> - 3.4.5-2
9bb266b
- Add Requires for pyicu.
9bb266b
f4f1c1f
* Thu May 30 2013 Jon Ciesla <limburgher@gmail.com> - 3.4.5-1
f4f1c1f
- The .We have also developed a tomato which can eject itself when
f4f1c1f
- an accident is imminent., a maintenance and bug fix release.
f4f1c1f
- The important change:
f4f1c1f
-  Problem after upgrading to 3.4.4 from 3.3.1
f4f1c1f
-
f4f1c1f
- Other changes are on reports:
f4f1c1f
-
f4f1c1f
-  Ability to keep custom filename on output
f4f1c1f
-  Book report: Sub reports forget/overwrite their settings when
f4f1c1f
-  trying to re-configure them
f4f1c1f
-  End of Line Report options window . changing Output Format cause
f4f1c1f
-  change active tab to .report options.
f4f1c1f
-  Various updated translations: de, es, fr, nb, nl, pl, sk
f4f1c1f
bc619e4
* Tue Mar 26 2013 Jon Ciesla <limburgher@gmail.com> - 3.4.3-1
bc619e4
- Version 3.4.3 has been released, the ““Whenever life gets you down, Mrs.
bc619e4
- Brown”“, a maintenance (“bug fix”) release.
bc619e4
- * Sorting of names, places etc. uses the International Components for
bc619e4
- * Unicode (ICU) libraries which resolves many bugs particularly on MS
bc619e4
- * Windows, and ensures that sorting is the same for all platforms.
bc619e4
- * Addon checking and download works again.
bc619e4
- * A large number of fixes to Narrative Web. In particular, media objects attached to events and sources are now output.
bc619e4
- * Many other bug fixes.
bc619e4
- * Various updated translations: da, de, es, fr, it, nb, nl, pt_BR, pt_PT, sv, uk.
bc619e4
d08c87e
* Tue Feb 12 2013 Jon Ciesla <limburgher@gmail.com> - 3.4.2-3
d08c87e
- Drop desktop vendor tag.
d08c87e
68b18a2
* Sun Nov 18 2012 Robert Scheck <robert@fedoraproject.org> - 3.4.2-2
4962a80
- Version 3.4.2 -- The "We're all individuals!" bug fix release.
68b18a2
- * Some fixes on NarrativeWeb and book reports
4962a80
- * Improvement on database path interface and user's preferences
68b18a2
- * Consistency on Name display and regex support
68b18a2
- * Some platform-specific fixes for Windows system environment
68b18a2
- * Better support for media links on Gedcom file format
68b18a2
- * Fix possible incorrect family relations on Gedcom file format
68b18a2
- * Various fixes on citation records
68b18a2
- * Fix and improve places handling on Geography views
68b18a2
- * Fix on command line arguments
68b18a2
- * Consistency on PDF file format
68b18a2
- * New language: Greek
68b18a2
- * Various updated translations
68b18a2
- Corrected bogus historical date information in %%changelog entries
68b18a2
c0a21f7
* Mon Sep 03 2012 Robert Scheck <robert@fedoraproject.org> - 3.4.1-1
c0a21f7
- Version 3.4.1 -- The "A tiger? In Africa?!" bug fix release.
c0a21f7
- * Error in export to xml of family order in 3.4.0, now fixed
c0a21f7
- * Bug fixes
c0a21f7
- * Translation updates
c0a21f7
68b18a2
* Sat Aug 04 2012 Jon Ciesla <limburgher@gmail.com> - 3.4.0-1
589c41f
- Version 3.4.0 -- The "always look on the bright side of life" feature release.
589c41f
- * Lots of changes and bug fixes to every part of Gramps, including XML
589c41f
-   import/export, image handling, gedom handling, Gramplets, date handling,
589c41f
-   citations, reports, more!
589c41f
- * Some platform-specific fixes (Windows, OSX, Linux)
589c41f
- * What's new (and what to do before you upgrade):  http://goo.gl/K3RDV
589c41f
- * Roadmap:  http://goo.gl/GJhjH
589c41f
- * Many translation updates
589c41f
4e54427
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-2
4e54427
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4e54427
b0b3b82
* Mon May 21 2012 Jeffrey Ollie <jeff@ocjtech.us> - 3.3.2-1
b0b3b82
- Version 3.3.2 -- "The Knights who say 'Ni'" bug fix release.
b0b3b82
- * Expressive error when trying to load familytree with downgraded Berkeley db
b0b3b82
- * Fix in the image offset calculation (MediaRef Editor)
b0b3b82
- * Improved focus and bug fixes on Editors
b0b3b82
- * Enhancements on ODT file format
b0b3b82
- * Improved synchronization on gramplets
b0b3b82
- * Export, filtering and database log improvements
b0b3b82
- * Call of living proxy is more accurate when using NarrativeWeb report
b0b3b82
- * Fixes on Check and Repair, Sort Events and Clipboard tools
b0b3b82
- * Fix automate version
b0b3b82
- * Fixes on PedigreeView (database state and mouse events)
b0b3b82
- * Various fixes and improvements on merge code
b0b3b82
- * Minor fixes on report interface and output
b0b3b82
- * Various fixes on Narrative and Web Calendar reports
b0b3b82
- * Minor issues on Gedcom handling
b0b3b82
- * Cleanup
b0b3b82
- * Add Japanese holidays (reports)
b0b3b82
- * Add a Relationship calculator for Catalan
b0b3b82
- * More than 50 bug fixes and improvements
b0b3b82
- * Translations update : ca, cs, de, es, fr, hr, hu, it, nb, nl, nn, pl, sv, zh 
b0b3b82
fc67e38
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
fc67e38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fc67e38
43a3d1c
* Mon Oct  3 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.3.1-1
43a3d1c
- Version 3.3.1 -- "The Tenth Anniversary Edition" bug fix release.
43a3d1c
-
43a3d1c
-     translation updates:  ca, cs, de, fr, hr, it, nb, nl, pl, pt_br, sk, sl, sv, uk, zh_cn
43a3d1c
-     new languages in this release:  ja (Japanese), vi (Vietnamese)
43a3d1c
-     36 bugs closed since v3.3.0:  http://www.gramps-project.org/bugs/roadmap_page.php?version_id=27
43a3d1c
-     79 translation commits since v3.3.0
43a3d1c
-     189 code commits since v3.3.0
43a3d1c
-     ten years since v0.1.1 was first released:  http://www.gramps-project.org/wiki/index.php?title=Previous_releases
43a3d1c
-     "Thank you!" to Donald Allingham, The Gramps Developers, translators, and our every day users
43a3d1c
250a87c
* Fri Sep  9 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.3.0-1
250a87c
- Update to 3.3.0
250a87c
- Drop conditionals for building on old versions of Fedora
7e78173
-
7e78173
- Version 3.3.0 -- the "Prelude to the next version" new feature
7e78173
- release.  Note this version contains many new features, including:
7e78173
-
7e78173
- * many translation updates: Chinese, Croatian, Czech, Dutch, French,
7e78173
-   German, Italian, Irish, Norwegian, Polish, Portuguese, Russian,
7e78173
-   Serbian, Slovenian, Swedish, Ukrainian, and more!
7e78173
- * new "person name" dialog and workflow with better (or new!) support
7e78173
-   for nickname, complicated multiple surnames, patronymic as surname,
7e78173
-   family nickname, and name format preferences
7e78173
- * gramplet bottombar and sidebar per view, with new gramplets such as
7e78173
-   details view and image metadata viewer/editor
7e78173
- * ability to tag objects; this is the next version of what used to be
7e78173
-   called "markers" in previous versions of Gramps
7e78173
- * geography view now uses osm-gps-map
7e78173
- * new locality field in the place editor; hierarchy is now: Country,
7e78173
-   State, County, City, Locality, Street
7e78173
- * automatic check and upgrade of plugins on startup
7e78173
- * improved merge support of objects
7e78173
- * better descendant/ancestor tree reports
7e78173
- * undo/redo on entry fields (CTRL+Z, CTRL+SHIFT+Z)
7e78173
- * backup option in the exporter
7e78173
- * exporter based on filters with preview
7e78173
- * many more changes; see
7e78173
-   http://www.gramps-project.org/wiki/index.php?title=Gramps_3.3_Wiki_Manual_-_What%27s_new%3F
250a87c
0cf41ab
* Mon May  2 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.6-1
0cf41ab
- Version 3.2.6 -- the "So far, so good." bug fix release.
0cf41ab
- * fix memory leaks
0cf41ab
- * fix corrupted reports
0cf41ab
- * fix crash in cramplets
0cf41ab
- * fix gedcom import and export
0cf41ab
- * import speed improvements
0cf41ab
- * NarrativeWeb fixes
0cf41ab
- * prevent corrupting databases
0cf41ab
- * many translation updates
0cf41ab
- * other changes; see the changelog and the 3.2.6 roadmap: http://www.gramps-project.org/bugs/roadmap_page.php?version_id=23
0cf41ab
b80f99b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.5-3
b80f99b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b80f99b
d064a79
* Mon Jan 24 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.5-2
d064a79
- Removed dependencies on ImageMagik and python-reportlab
d064a79
- Added dependency on python-enchant
d064a79
eb4f92b
* Thu Nov 18 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.5-1
eb4f92b
- Version 3.2.5 -- the "I intend to live forever" bug fix release.
eb4f92b
-
eb4f92b
- Highlights of fixes in this release include:
eb4f92b
-
eb4f92b
- * fix Gramps so it again runs with Python 2.5
eb4f92b
- * write all notes and sources to gedcom files
eb4f92b
- * cli fixes
eb4f92b
- * GeneWeb and LegacyGedcom fixes
eb4f92b
- * NarrativeWeb fixes
eb4f92b
- * memory leak fixes
eb4f92b
- * various other small fixes
eb4f92b
- * many translation updates
eb4f92b
063e1bc
* Tue Oct 12 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.4-2
063e1bc
- Due to a missing .css file, we've chosen to re-release Gramps 3.2.4.
063e1bc
- This will only affect those who use NarrativeWeb.
063e1bc
706fd71
* Sun Oct 10 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.4-1
706fd71
- Version 3.2.4 -- the "Tententen" bug fix release.
706fd71
- * fix a crash on newer distro's after an export is finished
706fd71
- * styled notes cleanup and consistency improvement (nar web behaves
706fd71
-   like the pdf/html output of reports)
706fd71
- * newlines in styled notes are written as newlines so users can make
706fd71
-   simple lists
706fd71
- * many NarrativeWeb fixes
706fd71
- * gedcom output fixes
706fd71
- * non latin character fixes (mainly for windows)
706fd71
- * recursive filter fixes
706fd71
- * undo fixes
706fd71
- * many translation updates
706fd71
-
706fd71
- Thanks to all who participated.  Looking at the Changelog file, I see
706fd71
- 120+ code/translation commits and another 35+ commits just for
706fd71
- translation updates.
706fd71
-
706fd71
- There were 17 distinct people who committed code.  (My scripts don't
706fd71
- take into account checkins made on behalf of people without write
706fd71
- access to svn, sorry!)  Thanks to everyone, but I personally want to
706fd71
- highlight the numerous contributions -- in alphabetical order -- by
706fd71
- Benny Malengier, Doug Blank, Espen Berg, Jérôme Rapinat, Mirko
706fd71
- Leonhäuser, Nick Hall, Peter Landgren, Rob Healey, and Serge Noiraud.
706fd71
79c3e0c
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 3.2.3-3
79c3e0c
- recompiling .py files against Python 2.7 (rhbz#623313)
79c3e0c
35240e0
* Wed Aug 11 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.3-2
35240e0
- Rebuild for Python 2.7
35240e0
87c8657
* Mon May 17 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.3-1%{?dist}
87c8657
- Version 3.2.3 -- the "I used to eat there. Really good noodles." release.
87c8657
- * Bug fixes:
87c8657
- -> several GLADE fixes
87c8657
- -> several GEDCOM fixes (both export and import)
87c8657
- -> several crash fixes
87c8657
- -> encoding fix (Windows only)
87c8657
- -> privacy/living fixes
87c8657
- -> updates to NarrativeWeb and the css stylsheets
87c8657
- * Translation updates: bg, ca, de, es, fr, he, nb, nl, pl, sk, sv
87c8657
cabd501
* Sun Apr 25 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.2-1
cabd501
- Version 3.2.2 -- the "Mea navis aëricumbens anguillis abundat" release.
cabd501
- * This release is a quick fix to a problem introduced by NarrativeWeb
cabd501
- in the previous release.
cabd501
- * Also includes a few small fixes and translation updates to hr and it.
cabd501
- * See the release notes from the 3.2.1 release for the full list of
cabd501
- changes and translation updates.
cabd501
4484b01
* Thu Apr 22 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.1-1
4484b01
- Version 3.2.1 -- the "One of those men is my father" release.
4484b01
- * Many bug fixes:
4484b01
- -> fixed missing icons
4484b01
- -> load/reload plugins must unload old plugins
4484b01
- -> import/export fixes (date ranges, underscore, latitude/longitude)
4484b01
- -> narrative web crash fixes and many updates, html notes, css updates
4484b01
- -> geoview fixes and updates
4484b01
- -> unicode error in soundex
4484b01
- -> fixed crash on data entry
4484b01
- * Translation updates: bg, ca, de, es, fr, he, hr, it, nb, nl, sk, sv
4484b01
2534b0e
* Sat Apr  3 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.0-1
2534b0e
- Update to final release
2534b0e
375b42c
* Fri Mar 12 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.2.0-0.1.beta2
375b42c
- Update to 3.2.0 beta 2
375b42c
1dbef31
* Wed Dec  9 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.1.3-1
1dbef31
- Update to 3.1.3
1dbef31
fef48d6
* Fri Aug 21 2009 Warren Togami <wtogami@redhat.com> - 3.1.2-1
fef48d6
- 3.1.2
fef48d6
22e012f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-4
22e012f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
22e012f
9905e9f
* Fri Mar 27 2009 Warren Togami <wtogami@redhat.com> - 3.1.1-3
9905e9f
- frefont -> gnu-free* automatic detected for Fedora 11+
9905e9f
  Turns out gramps used them during PDF chart generation.
9905e9f
ab6787e
* Tue Mar 24 2009 Warren Togami <wtogami@redhat.com> - 3.1.1-2
ab6787e
- freefont was split into multiple packages gnu-free-*, however it seems that 
ab6787e
  gramps works fine without any of them?  Remove freefont req to fix broken
ab6787e
  dep for now.
ab6787e
89a9d92
* Tue Mar 10 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.1.1-1
89a9d92
- Version 3.1.1 -- the "Spam, bacon, sausage and spam" release:
89a9d92
- * The release of 3.1.1 is primarily to fix a crash bug that needed to be addressed immediately:
89a9d92
- * -> bug #2792, crash with the message "need more than 6 values to unpack"
89a9d92
- * Several other small fixes snuck into the release over the last 2 days between 3.1.0 and 3.1.1:
89a9d92
- * -> add a warning when installing from .tar.gz
89a9d92
- * -> bug #2121 - graphviz reports were generated off-page
89a9d92
- * -> various gramplet fixes
89a9d92
- * -> several text typo fixes and translation updates (de, fr)
89a9d92
- * -> bug #2772 - name display format
89a9d92
- * -> bug #2789 - fix for HTTP 404 in NarrativeWeb due to bad relative path
89a9d92
47e1193
* Sat Mar  7 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.1.0-1
47e1193
- Update to 3.1.0
47e1193
039d48e
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.4-2
039d48e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
039d48e
49e91a9
* Sun Dec  7 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.0.4-1
49e91a9
- Update to 3.0.4
49e91a9
ca947d2
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.0.3-1
ca947d2
- Rebuild for Python 2.6
ca947d2
c6df9ee
* Thu Nov 20 2008 Russell Harrison <rharrison@fedoraproject.org> - 3.0.3-0
c6df9ee
- Update to 3.0.3.
c6df9ee
- Changed build arguments to "--enable-packager-mode" from "--disable-schemas-install --disable-scrollkeeper --disable-mime-install".
c6df9ee
- Removed scrollkeeper commands and dependencies.
c6df9ee
- Removed GCONF schema commands as schema files are no longer created by the build. pre and preun sections are no longer needed.
c6df9ee
- Help files are now stored on the gramps wiki instead of created durring the build.
c6df9ee
- Changed gnome-python2 dependency to gnome-python2-gnome for F10 and above per bug #460006
c6df9ee
- Included a patch to allow gramps to work with BerkeleyDB 4.7 in F10
c6df9ee
f7053d3
* Mon Jan 14 2008 Brian Pepple <bpepple@fedoraproject.org> - 2.2.10-1
f7053d3
- Update to 2.2.10.
f7053d3
7c3d031
* Sun Oct 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.9-1
7c3d031
- Update to 2.2.9.
7c3d031
- Update gtk icon scriptlet.
7c3d031
a6debf5
* Sun Aug  5 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.8-5
a6debf5
- Update license tag.
a6debf5
301da56
* Sun Jun 10 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.8-4
301da56
- Drop requires on yelp.
301da56
0a65f42
* Sat Jun  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.8-3
0a65f42
- Remove depreciated desktop file categories, and add category on gtk.
0a65f42
23d8385
* Sat Jun  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.8-2
23d8385
- Add requires on yelp. (#243399)
23d8385
f5e272d
* Mon May 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.8-1
f5e272d
- Update to 2.2.8.
f5e272d
5e5e7bc
* Fri May 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.7-1
5e5e7bc
- Update to 2.2.7.
5e5e7bc
1da4286
* Mon Jan 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.6-1
1da4286
- Update to 2.2.6.
1da4286
31b3a70
* Sun Jan 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 2.2.5-1
31b3a70
- Update to 2.2.5.
31b3a70
053e67b
* Wed Dec 27 2006 Brian Pepple <bpepple@fedoraproject.org> - 2.2.4-3
053e67b
- Add requires on gnome-python2-gtkspell & freefont.
053e67b
8c17c3e
* Tue Dec 26 2006 Brian Pepple <bpepple@fedoraproject.org> - 2.2.4-2
8c17c3e
- Add gramp.png to files.
8c17c3e
eb949a7
* Tue Dec 26 2006 Brian Pepple <bpepple@fedoraproject.org> - 2.2.4-1
eb949a7
- Update to 2.2.4.
eb949a7
ff5fdce
* Fri Dec  8 2006 Brian Pepple <bpepple@fedoraproject.org> - 2.2.3-2
ff5fdce
- Rebuild against new python.
ff5fdce
46b03f4
* Mon Nov 27 2006 Brian Pepple <bpepple@fedoraproject.org> - 2.2.3-1
46b03f4
- Update to 2.2.3.
46b03f4
- Add scalable mimetype icons to files section.
46b03f4
3962afe
* Sat Nov  4 2006 Brian Pepple <bpepple@fedoraproject.org> - 2.2.2-1
3962afe
- Update to 2.2.2.
3962afe
- Add scriptlet for gtk+ icon cache.
3962afe
- Disable scrollkeeper & mime-install in configure.
3962afe
- Simplify files since we are no longer ghosting *.pyo files.
3962afe
- Drop X-Fedora desktop category.
3962afe
- Add BR on gnome-doc-utils.
3962afe
e02400c
* Wed Sep  6 2006 Brian Pepple <bpepple@fedoraproject.org> - 2.0.11-5
e02400c
- Don't ghost *.pyo files.
e02400c
180a262
* Sat Sep  2 2006 Brian Pepple <bpepple@fedoraproject.org> - 2.0.11-4
180a262
- Rebuild for FC6.
180a262
- Remove requires on python, it's no longer needed.
180a262
- Use --disable-schemas-install to config.
180a262
- Add BR for perl(XML::Parser).
180a262
0ff3f13
* Mon May  1 2006 Brian Pepple <bdpepple@ameritech.net> - 2.0.11-3
0ff3f13
- Update to 2.0.11.
0ff3f13
- Drop INSTALL, README & ChangeLog documentation.
0ff3f13
- Ghost .pyo files.
0ff3f13
fe83604
* Sat Mar 11 2006 Brian Pepple <bdpepple@ameritech.net> - 2.0.10-3
fe83604
- Remove Utility category from desktop file.
fe83604
- Update scriptlets.
fe83604
22b415d
* Tue Feb 28 2006 Brian Pepple <bdpepple@ameritech.net> - 2.0.10-2
22b415d
- Update to 2.0.10.
22b415d
c900265
* Thu Feb 16 2006 Brian Pepple <bdpepple@ameritech.net> - 2.0.9-6
c900265
- Remove unnecessary BR (gnome-python2-gnomevfs, pygtk2, gnome-python2, GConf2). 
c900265
6a4f365
* Mon Feb 13 2006 Brian Pepple <bdpepple@ameritech.net> - 2.0.9-5
6a4f365
- rebuilt for new gcc4.1 snapshot and glibc changes
6a4f365
e2d764c
* Sat Jan 28 2006 Brian Pepple <bdpepple@ameritech.net> - 2.0.9-4
e2d764c
- Add require for shared-mime-info.
e2d764c
- Remove mime.cache.
e2d764c
- Use python-abi.
e2d764c
cd87612
* Wed Dec 14 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.9-3
cd87612
- Add requires for gnome-python2-gnomeprint.
cd87612
78542c5
* Tue Dec 13 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.9-2
78542c5
- Make noarch. (#170974)
78542c5
- Update to 2.0.9.
78542c5
df069ad
* Wed Sep  7 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.8-2
df069ad
- Update to 2.0.8.
df069ad
63c096b
* Wed Aug 17 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.6-3
63c096b
- Specify ver for python-reportlab.
63c096b
513a086
* Mon Aug 15 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.6-2
513a086
- Update to 2.0.6.
513a086
- Bump minimum ver for python.
513a086
- Add requires for python-reportlab & graphviz for reports.
513a086
6ac64d2
* Wed Jul  6 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.5-1
6ac64d2
- Update to 2.0.5.
6ac64d2
deca8f8
* Wed Jun 29 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.4-1
deca8f8
- Update to 2.0.4.
deca8f8
e0e318e
* Sat Jun 18 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.3-1
e0e318e
- Update to 2.0.3.
e0e318e
- Add dist tag.
e0e318e
b902ab8
* Sat May 21 2005 Brian Pepple <bdpepple@ameritech.net> - 2.0.0-1
b902ab8
- Update to 2.0.0.
b902ab8
- Add mime info.
b902ab8
- Use more macros.
b902ab8
68b18a2
* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
656197e
- rebuilt
656197e
pcompton fceed84
* Sun Feb 06 2005 Phillip Compton 
pcompton fceed84
- 1.0.10.
pcompton fceed84
pcompton 5216feb
* Sun Nov 28 2004 Phillip Compton 
pcompton 5216feb
- Version bump.
pcompton 5216feb
pcompton 5216feb
* Sat Nov 13 2004 Phillip Compton 
pcompton 5216feb
- Spec cleanup.
pcompton 5216feb
pcompton 5216feb
* Sat Nov 06 2004 Phillip Compton 
pcompton 5216feb
- 1.0.8.
pcompton 5216feb
cvsextras 9edc680
* Wed Aug 18 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:1.0.7-0.fdr.1
cvsextras 9edc680
- Update to 1.0.7.
cvsextras 9edc680
cvsextras d719e70
* Sat Jul 31 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:1.0.5-0.fdr.1
cvsextras d719e70
- Update to 1.0.5.
cvsextras d719e70
cvsextras d719e70
* Wed Jul 21 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:1.0.4-0.fdr.1
cvsextras d719e70
- Update to 1.0.4.
cvsextras d719e70
cvsextras d719e70
* Thu Apr 22 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:1.0.3-0.fdr.1
cvsextras d719e70
- Update to 1.0.3.
cvsextras d719e70
cvsextras d719e70
* Tue Apr 20 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:1.0.2-0.fdr.2
cvsextras d719e70
- Dropped unneccessary BuildReqs.
cvsextras d719e70
- Removed Requires(foo,bar) notation.
cvsextras d719e70
cvsextras d719e70
* Tue Apr 13 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:1.0.2-0.fdr.1
cvsextras d719e70
- Update to 1.0.2.
cvsextras d719e70
- Using upstream desktop entry.
cvsextras d719e70
cvsextras d719e70
* Sat Feb 28 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:1.0.1.0-0.fdr.1
cvsextras d719e70
- Update to 1.0.1.
cvsextras d719e70
cvsextras d719e70
* Mon Jan 12 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.98.0-0.fdr.1
cvsextras d719e70
- Update to 0.98.0.
cvsextras d719e70
cvsextras d719e70
* Sat Nov 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.95-0.fdr.5
cvsextras d719e70
- dropped smp_mflags.
cvsextras d719e70
cvsextras d719e70
* Fri Nov 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.95-0.fdr.4
cvsextras d719e70
- Req gnome-python2.
cvsextras d719e70
cvsextras d719e70
* Mon Nov 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.95-0.fdr.3
cvsextras d719e70
- BuildReq gnome-python2.
cvsextras d719e70
cvsextras d719e70
* Mon Nov 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.95-0.fdr.2
cvsextras d719e70
- Modifications to desktop entry.
cvsextras d719e70
- Reqs ImageMagick and rcs.
cvsextras d719e70
cvsextras d719e70
* Fri Oct 10 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.95-0.fdr.1
cvsextras d719e70
- Initial RPM release.