bb882f0
%define schemas /etc/gconf/schemas/apps_gnucash_dialog_business_common.schemas /etc/gconf/schemas/apps_gnucash_dialog_commodities.schemas /etc/gconf/schemas/apps_gnucash_dialog_common.schemas /etc/gconf/schemas/apps_gnucash_dialog_hbci.schemas /etc/gconf/schemas/apps_gnucash_dialog_prices.schemas /etc/gconf/schemas/apps_gnucash_dialog_print_checks.schemas /etc/gconf/schemas/apps_gnucash_dialog_reconcile.schemas /etc/gconf/schemas/apps_gnucash_dialog_scheduled_transctions.schemas /etc/gconf/schemas/apps_gnucash_dialog_totd.schemas /etc/gconf/schemas/apps_gnucash_general.schemas /etc/gconf/schemas/apps_gnucash_history.schemas /etc/gconf/schemas/apps_gnucash_import_generic_matcher.schemas /etc/gconf/schemas/apps_gnucash_import_qif.schemas /etc/gconf/schemas/apps_gnucash_warnings.schemas /etc/gconf/schemas/apps_gnucash_window_pages_account_tree.schemas /etc/gconf/schemas/apps_gnucash_window_pages_register.schemas 
d56e9f3
cvsdist fa7a79d
Name: gnucash
bd49a41
Summary: Finance management application
Bill Nottingham bb41c63
Version: 2.4.13
38fb458
URL: http://gnucash.org/
Bill Nottingham 3da6d2d
Release: 1%{?dist}
17da55e
License: GPLv2+
cvsdist fa7a79d
Group: Applications/Productivity
Bill Nottingham 5c78057
Source: http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-%{version}.tar.bz2
b9aebf5
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
bb882f0
BuildRequires: webkitgtk-devel, libxml2 >= 2.5.10, zlib-devel
Bill Nottingham 09314bb
BuildRequires: libgsf-devel >= 1.12.2, goffice-devel < 0.9, swig
Bill Nottingham 7709ab4
BuildRequires: libglade2-devel >= 2.4, libgnomeui-devel >= 2.4
Bill Nottingham c68cfcc
BuildRequires: libofx-devel, aqbanking-devel, guile-devel < 5:2.0
8e9ef02
BuildRequires: desktop-file-utils, texinfo
Bill Nottingham 918e2e9
BuildRequires: gettext, libtool, intltool
bb882f0
BuildRequires: python-devel, libdbi-devel
Bill Nottingham e5a5a47
BuildRequires: libtool-ltdl-devel, GConf2-devel
Bill Nottingham dd82c07
BuildRequires: ktoblzcheck-devel
Bill Nottingham bb41c63
BuildRequires: slib >= 3a1-5
99cda9c
Patch0: gnucash-quiet.patch
Bill Nottingham 918e2e9
54d0a54
Requires: gnucash-docs >= 2.2.0
Bill Nottingham bb41c63
Requires: slib >= 3a1-5
a2cad95
Requires: perl(Finance::Quote)
Bill Nottingham c76d18a
%if 0%{?fedora} <= 14 && 0%{?rhel} <= 6
Bill Nottingham c76d18a
# for HBCI setup wizard
Bill Nottingham c76d18a
Requires: qbanking
Bill Nottingham c76d18a
%endif
d56e9f3
Requires(pre): GConf2
3ca5387
Requires(post): /sbin/ldconfig, GConf2
3ca5387
Requires(preun): GConf2
3ca5387
Requires(postun): /sbin/ldconfig
983fba9
Obsoletes: gnucash-backend-postgres
cvsdist fa7a79d
cvsdist fa7a79d
%description
cvsdist fa7a79d
GnuCash is a personal finance manager. A check-book like register GUI
cvsdist fa7a79d
allows you to enter and track bank accounts, stocks, income and even
cvsdist fa7a79d
currency trades. The interface is designed to be simple and easy to
cvsdist fa7a79d
use, but is backed with double-entry accounting principles to ensure
cvsdist fa7a79d
balanced books.
cvsdist fa7a79d
cvsdist fa7a79d
%prep
3ca5387
%setup -q
99cda9c
%patch0 -p1
f08159c
find src/quotes -name "*.in" -exec sed -i "s|use lib '@-PERLINCL-@';||g" {} \;
cvsdist fa7a79d
cvsdist fa7a79d
%build
Bill Nottingham 07da3cc
sed -i 's|get_python_lib(0|get_python_lib(1|g' configure
bb882f0
%configure  --enable-error-on-warning=no \
cvsdist fa7a79d
	--enable-ofx \
Bill Nottingham d86f104
	--enable-aqbanking \
bb882f0
	--with-html-engine=webkit \
bb882f0
	--enable-locale-specific-tax \
bb882f0
	--enable-dbi \
Bill Nottingham 37c882f
 	--disable-static \
Bill Nottingham 37c882f
	--enable-python-bindings
Bill Nottingham 37c882f
91d2ae8
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
91d2ae8
#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
91d2ae8
#sed -i 's|^link_all_deplibs=no|link_all_deplibs=unknown|g' libtool
91d2ae8
a2cad95
make
cvsdist fa7a79d
cvsdist fa7a79d
%install
cvsdist e6b73bb
rm -rf $RPM_BUILD_ROOT
cvsdist e6b73bb
a2cad95
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist fa7a79d
cvsdist fa7a79d
%find_lang %{name}
cvsdist fa7a79d
cvsdist fa7a79d
# vfolder desktop file install stuff
cvsdist fa7a79d
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications/
cvsdist fa7a79d
desktop-file-install --vendor gnome --delete-original \
38fb458
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
38fb458
	$RPM_BUILD_ROOT%{_datadir}/applications/gnucash.desktop
cvsdist fa7a79d
f08159c
mv $RPM_BUILD_ROOT/%{_libdir}/lib* $RPM_BUILD_ROOT/%{_libdir}/gnucash
f08159c
b3749a8
rm -rf $RPM_BUILD_ROOT/%{_infodir} \
38fb458
	$RPM_BUILD_ROOT/%{_includedir} \
38fb458
	$RPM_BUILD_ROOT/%{_datadir}/aclocal \
38fb458
	$RPM_BUILD_ROOT/%{_libdir}/lib*.a \
38fb458
	$RPM_BUILD_ROOT/%{_libdir}/gnucash/lib*.a \
Bill Nottingham 3fed632
	$RPM_BUILD_ROOT/%{_bindir}/gnc-test-env \
Bill Nottingham 3fed632
	$RPM_BUILD_ROOT/%{_bindir}/gnc-fq-update
38fb458
f08159c
find $RPM_BUILD_ROOT/%{_libdir} -name *.la -exec rm -f {} \;
38fb458
Bill Nottingham d86f104
rm -rf $RPM_BUILD_ROOT/etc/gconf/gconf.xml.defaults
Bill Nottingham d86f104
cvsdist fa7a79d
%clean
cvsdist fa7a79d
rm -rf $RPM_BUILD_ROOT
cvsdist fa7a79d
d56e9f3
%pre
d56e9f3
if [ "$1" -gt 1 ]; then
d56e9f3
	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
d56e9f3
	gconftool-2 --makefile-uninstall-rule %{schemas} >/dev/null || :
d56e9f3
fi
d56e9f3
cvsdist fa7a79d
%post
bb4da7a
export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
d56e9f3
gconftool-2 --makefile-install-rule %{schemas} >/dev/null || :
c369723
touch --no-create %{_datadir}/icons/hicolor || :
c369723
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
c369723
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
c369723
fi
bb4da7a
d56e9f3
%preun
d56e9f3
if [ "$1" -eq 0 ]; then
d56e9f3
	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
d56e9f3
	gconftool-2 --makefile-uninstall-rule %{schemas} >/dev/null || :
d56e9f3
fi
d56e9f3
c369723
%postun
c369723
touch --no-create %{_datadir}/icons/hicolor || :
c369723
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
c369723
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
c369723
fi
c369723
cvsdist fa7a79d
cvsdist fa7a79d
%files -f %{name}.lang
a2cad95
%defattr(-,root,root)
bb4da7a
%{_sysconfdir}/gconf/schemas/*
05288c1
%dir %{_sysconfdir}/gnucash
cvsdist fa7a79d
%{_bindir}/*
cvsdist fa7a79d
%{_libexecdir}/gnucash
cvsdist fa7a79d
%{_libdir}/*
cvsdist fa7a79d
%exclude /usr/lib/debug
cvsdist fa7a79d
%{_datadir}/gnucash
cvsdist fa7a79d
%{_datadir}/applications/*
c369723
%{_datadir}/icons/hicolor/*/apps/*
cvsdist fa7a79d
%{_mandir}/man*/*
Bill Nottingham 07da3cc
%{python_sitearch}/gnucash
38fb458
%config(noreplace) %{_sysconfdir}/gnucash/*
bb882f0
%doc AUTHORS COPYING ChangeLog* HACKING NEWS README
bb882f0
%doc doc/README.german doc/README.francais doc/README.OFX doc/README.HBCI
cvsdist fa7a79d
cvsdist fa7a79d
%changelog
Bill Nottingham bb41c63
* Tue Apr 23 2013 Bill Nottingham <notting@redhat.com> - 2.4.13-1
Bill Nottingham bb41c63
- update to 2.4.13
Bill Nottingham bb41c63
5763b0e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-3
5763b0e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5763b0e
4cbb7cf
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-2
4cbb7cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4cbb7cf
Bill Nottingham 7a06742
* Fri Jul 13 2012 Bill Nottingham <notting@redhat.com> - 2.4.11-1
Bill Nottingham 7a06742
- update to 2.4.11
Bill Nottingham 7a06742
Bill Nottingham 422f41f
* Thu Jun 21 2012 Bill Nottingham <notting@redhat.com> - 2.4.10-4
Bill Nottingham 99f2c6a
- fix tips (#828573)
Bill Nottingham 99f2c6a
Bill Nottingham 38c16fd
* Sat Jun 16 2012 Bill Nottingham <notting@redhat.com> - 2.4.10-2
Bill Nottingham 38c16fd
- Add potential fix for invoice crasher (#824189, #831882, b.g.o 677004)
Bill Nottingham 38c16fd
Bill Nottingham 2ad8d36
* Wed Feb 29 2012 Bill Nottingham <notting@redhat.com> - 2.4.10-1
Bill Nottingham 2ad8d36
- update to 2.4.10
Bill Nottingham 2ad8d36
- enable ktobzlcheck support (#783849)
Bill Nottingham 2ad8d36
Bill Nottingham 7922f8c
* Thu Jan 19 2012 Bill Nottingham <notting@redhat.com> - 2.4.9-1
Bill Nottingham 7922f8c
- update to 2.4.9
Bill Nottingham 7922f8c
58dc200
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.8-2
58dc200
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
58dc200
Bill Nottingham a877ac1
* Tue Oct 25 2011 Bill Nottingham <notting@redhat.com> - 2.4.8-1
Bill Nottingham a877ac1
- update to 2.4.8
Bill Nottingham a877ac1
Bill Nottingham 42bd8f3
* Fri Oct 14 2011 Bill Nottingham <notting@redhat.com> - 2.4.7-4
Bill Nottingham 42bd8f3
- update the last fix (#703249, #742202, #744310)
Bill Nottingham 42bd8f3
Bill Nottingham ef1facd
* Tue Oct 11 2011 Bill Nottingham <notting@redhat.com> - 2.4.7-3
Bill Nottingham ef1facd
- when scanning modules, don't unload them (#703249, #742202, #744310)
Bill Nottingham ef1facd
Bill Nottingham e630a4b
* Tue Aug  9 2011 Bill Nottingham <notting@redhat.com> - 2.4.7-2
Bill Nottingham e630a4b
- fix python bindings on 64bit (#729454)
Bill Nottingham e630a4b
Bill Nottingham 05bc84e
* Wed Jul  6 2011 Bill Nottingham <notting@redhat.com> - 2.4.7-1
Bill Nottingham 05bc84e
- update to 2.4.7 (#712268)
Bill Nottingham 05bc84e
Bill Nottingham 85afc29
* Mon Jun 13 2011 Bill Nottingham <notting@redhat.com> - 2.4.5-4
Bill Nottingham 85afc29
- re-enable python bindings (#712621)
Bill Nottingham 85afc29
Bill Nottingham 918e2e9
* Fri May 13 2011 Bill Nottingham <notting@redhat.com> - 2.4.5-3
Bill Nottingham 918e2e9
- fix it to at least compile with guile-2.0 (does not work yet) (#704527)
Bill Nottingham 918e2e9
	
Bill Nottingham 7858b29
* Thu May  5 2011 Bill Nottingham <notting@redhat.com> - 2.4.5-2
Bill Nottingham 7858b29
- fix tips (#702391)
Bill Nottingham 7858b29
Bill Nottingham 6a74259
* Tue Apr 19 2011 Bill Nottingham <notting@redhat.com> - 2.4.5-1
Bill Nottingham 6a74259
- update to 2.4.5
Bill Nottingham 6a74259
Bill Nottingham c7f7a76
* Fri Mar 18 2011 Bill Nottingham <notting@redhat.com> - 2.4.4-2
Bill Nottingham c7f7a76
- fix configure.ac to correctly use WEBKIT_LIBS from pkg-config (#670001, <q3aiml@gmail.com>)
Bill Nottingham c7f7a76
Bill Nottingham 0e246e3
* Wed Mar 16 2011 Bill Nottingham <notting@redhat.com> - 2.4.4-1
Bill Nottingham 0e246e3
- update to 2.4.4
Bill Nottingham 0e246e3
Bill Nottingham c784523
* Thu Mar  3 2011 Bill Nottingham <notting@redhat.com> - 2.4.3-1
Bill Nottingham c784523
- update to 2.4.3
Bill Nottingham c784523
Bill Nottingham d86f104
* Fri Feb 11 2011 Bill Nottingham <notting@redhat.com> - 2.4.2-1
Bill Nottingham d86f104
- update to 2.4.2
Bill Nottingham d86f104
8f3e6b4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-4
8f3e6b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8f3e6b4
Bill Nottingham 3fed632
* Mon Jan 17 2011 Bill Nottingham <notting@redhat.com> - 2.4.0-3
Bill Nottingham 3fed632
- don't ship gnc-fq-update; updates should be handled by normal packaging
Bill Nottingham 3fed632
Bill Nottingham bf832ab
* Wed Jan 12 2011 Bill Nottingham <notting@redhat.com> - 2.4.0-2
Bill Nottingham bf832ab
- remove 'this is a development version' warning
Bill Nottingham bf832ab
Bill Nottingham 531992d
* Mon Jan  3 2011 Bill Nottingham <notting@redhat.com> - 2.4.0-1
Bill Nottingham c7e8b4a
- update to 2.4.0
Bill Nottingham c7e8b4a
Bill Nottingham c53c057
* Thu Oct 21 2010 Bill Nottingham <notting@redhat.com>
Bill Nottingham c53c057
- don't ship gnc-test-env (#644933, CVE-2010-3999)
Bill Nottingham c53c057
Bill Nottingham 7498732
* Mon Aug 23 2010 Bill Nottingham <notting@redhat.com> - 2.3.15-1
Bill Nottingham 7498732
- update to 2.3.15
Bill Nottingham 7498732
- include upstream patch for config migration (#571621)
Bill Nottingham 7498732
2c729ee
* Tue Jul  6 2010 Bill Nottingham <notting@redhat.com> - 2.3.13-2
2c729ee
- rebuild against newer webkitgtk
2c729ee
992c43d
* Thu Jun  3 2010 Bill Nottingham <notting@redhat.com> - 2.3.13-1
992c43d
- update to 2.3.13
992c43d
50472f8
* Tue May 18 2010 Bill Nottingham <notting@redhat.com> - 2.3.12-3
50472f8
- fix finding of dbi drivers (#593090)
50472f8
91d2ae8
* Fri Apr 30 2010 Bill Nottingham <notting@redhat.com> - 2.3.12-2
02728f9
- update to 2.3.12
02728f9
a4fad2d
* Fri Mar 19 2010 Bill Nottingham <notting@redhat.com> - 2.3.11-1
a4fad2d
- update to 2.3.11
a4fad2d
eb597c0
* Wed Feb 24 2010 Bill Nottingham <notting@redhat.com> - 2.3.10-2
eb597c0
- rebuild against new goffice
eb597c0
d8f3f6b
* Thu Feb 18 2010 Bill Nottingham <notting@redhat.com> - 2.3.10-1
d8f3f6b
- update to 2.3.10
d8f3f6b
ff93ba0
* Mon Feb 15 2010 Bill Nottingham <notting@redhat.com> - 2.3.9-1
ff93ba0
- update to 2.3.9
ff93ba0
910df68
* Thu Jan 21 2010 Bill Nottingham <notting@redhat.com> - 2.3.8-2
910df68
- Rebuild against latest aqbanking
910df68
b0da97a
* Thu Dec 10 2009 Bill Nottingham <notting@redhat.com> - 2.3.8-1
b0da97a
- update to 2.3.8
b0da97a
bb882f0
* Tue Dec  1 2009 Bill Nottingham <notting@redhat.com> - 2.3.7-1
bb882f0
- Update to development version.
9e99e8a
- Fix accelerators (#533019, #541915)
d1d669f
4e06d0b
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.2.9-3
4e06d0b
- Use lzma compressed upstream tarball.
4e06d0b
500df12
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.9-2
500df12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
500df12
d03f8cc
* Thu Mar  5 2009 Bill Nottingham <notting@redhat.com> - 2.2.9-1
d03f8cc
- update to 2.2.9
d03f8cc
6b8e811
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.8-3
6b8e811
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6b8e811
0a82bd8
* Mon Dec 22 2008 Bill Nottingham <notting@redhat.com> - 2.2.8-2
0a82bd8
- fix crash resulting from earlier crash fix (#474511, <jik@kamens.brookline.ma.us>)
0a82bd8
a44e9d3
* Tue Dec 16 2008 Bill Nottingham <notting@redhat.com> - 2.2.8-1
a44e9d3
- update to 2.2.8
a44e9d3
99cda9c
* Fri Dec  5 2008 Bill Nottingham <notting@redhat.com> - 2.2.7-2
99cda9c
- fix crash with glib-2.19 (#474511, <jik@kamens.brookline.ma.us>)
99cda9c
2adf85b
* Tue Sep 30 2008 Bill Nottingham <notting@redhat.com> - 2.2.7-1
2adf85b
- update to 2.2.7
2adf85b
 
e4ef0e6
* Tue Sep  9 2008 Bill Nottingham <notting@redhat.com> - 2.2.6-2
e4ef0e6
- rebuild against new aqbanking
e4ef0e6
673125e
* Fri Aug  1 2008 Bill Nottingham <notting@redhat.com> - 2.2.6-1
673125e
- update to 2.2.6
673125e
1bfc843
* Tue Apr 29 2008 Bill Nottingham <notting@redhat.com> - 2.2.5-1
1bfc843
- update to 2.2.5
1bfc843
6751324
* Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> - 2.2.4-1
6751324
- update to 2.2.4
6751324
3be1d67
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.3-3
3be1d67
- Autorebuild for GCC 4.3
3be1d67
079e767
* Fri Jan 25 2008 Bill Nottingham <notting@redhat.com> - 2.2.3-2
079e767
- rebuild against new goffice
079e767
c369723
* Tue Jan  8 2008 Bill Nottingham <notting@redhat.com> - 2.2.3-1
c369723
- update to 2.2.3
c369723
3aee149
* Tue Dec 18 2007 Bill Nottingham <notting@redhat.com> - 2.2.2-1
3aee149
- update to 2.2.2
3aee149
f08159c
* Thu Oct 25 2007 Bill Nottingham <notting@redhat.com> - 2.2.1-4
f08159c
- multilib fixes (#341331, #357161, #246382)
f08159c
d14d6da
* Wed Oct 10 2007 Bill Nottingham <notting@redhat.com> - 2.2.1-3
d14d6da
- silence binreloc warning
d14d6da
7f5ac59
* Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 2.2.1-2
7f5ac59
- fix build
a5b181f
56b3764
* Tue Aug 21 2007 Bill Nottingham <notting@redhat.com> - 2.2.1-1
56b3764
- update to 2.2.1
56b3764
17da55e
* Fri Aug  3 2007 Bill Nottingham <notting@redhat.com>
17da55e
- tweak license tag
17da55e
a3902d3
* Mon Jul 23 2007 Bill Nottingham <notting@redhat.com> - 2.2.0-2
a3902d3
- fix icon (#248492)
a3902d3
54d0a54
* Mon Jul 16 2007 Bill Nottingham <notting@redhat.com> - 2.2.0-1
54d0a54
- update to 2.2.0
54d0a54
28cf00b
* Mon Jul  2 2007 Bill Nottingham <notting@redhat.com> - 2.1.5-1
28cf00b
- update to 2.1.5
28cf00b
8e9ef02
* Mon Jun 25 2007 Bill Nottingham <notting@redhat.com> - 2.1.4-1
8e9ef02
- update to RC version 2.1.4
8e9ef02
  - switch to using goffice04, and stock gtkhtml3
8e9ef02
  - no more g-wrap or libtool-ltdl - use swig
8e9ef02
5ab6b46
* Tue Mar 13 2007 Bill Nottingham <notting@redhat.com> - 2.0.5-3
cc613e8
- require gtkhtml38 include file to pull in the proper gtkhtml version
5ab6b46
- fix build when libofx and ofx tools are separate
cc613e8
dfec6f3
* Mon Feb 19 2007 Bill Nottingham <notting@redhat.com> - 2.0.5-1
dfec6f3
- update to 2.0.5
dfec6f3
- fixes: CVE-2007-0007 (#223233)
dfec6f3
3ca5387
* Tue Feb 13 2007 Bill Nottingham <notting@redhat.com> - 2.0.4-5
3ca5387
- split off docs package
3ca5387
a2cad95
* Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> - 2.0.4-4
a2cad95
- fix perl requirement noise
a2cad95
- fix libgsf-gnome buildreq
a2cad95
- fix %%post
a2cad95
- better rpath fixing
a2cad95
1b7495b
* Thu Jan 11 2007 Bill Nottingham <notting@redhat.com> - 2.0.4-3
38fb458
- build against separate goffice
38fb458
- various spec cleanups
1b7495b
- fix gconf scriplets
38fb458
38fb458
* Mon Jan  8 2007 Bill Nottingham <notting@redhat.com> - 2.0.4-1
38fb458
- update to 2.0.4
38fb458
0d3812c
* Wed Oct 11 2006 Bill Nottingham <notting@redhat.com> - 2.0.2-1
0d3812c
- update to 2.0.2
0d3812c
- update docs to 2.0.1
0d3812c
e2c32e2
* Mon Aug 28 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-6
e2c32e2
- rebuild against new libofx
e2c32e2
7a69aeb
* Sat Aug 26 2006 Karsten Hopp <karsten@redhat.com> - 2.0.1-5
7a69aeb
- buildrequire intltool which was previously pulled in by scrollkeeper but
7a69aeb
  dropped this requirement because of bz #203606
7a69aeb
dea81b4
* Tue Aug 22 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-4
99ad79b
- require perl-Crypt-SSLeay (#203050)
dea81b4
0e71a76
* Fri Aug 11 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-3
0e71a76
- require yelp (#202266)
0e71a76
08a27f4
* Tue Aug  8 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-2
08a27f4
- fix schema list
08a27f4
af33f85
* Tue Aug  1 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-1
af33f85
- update to 2.0.1
af33f85
0c4e9b5
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.0-2.1
0c4e9b5
- rebuild
0c4e9b5
29c09de
* Tue Jul 11 2006 Bill Nottingham <notting@redhat.com> - 2.0.0-2
29c09de
- rebuild against new aqbanking
29c09de
8762646
* Mon Jul 10 2006 Bill Nottingham <notting@redhat.com> - 2.0.0-1
8762646
- update to 2.0.0. Woo.
8762646
1d5580c
* Mon Jun 19 2006 Bill Nottingham <notting@redhat.com> - 1.9.8-1
1d5580c
- update to 1.9.8
1d5580c
e64e7e2
* Tue Jun  6 2006 Bill Nottingham <notting@redhat.com> - 1.9.7-1
e64e7e2
- update to 1.9.7
e64e7e2
- use official docs tarball, not svn snapshot
e64e7e2
4e83cfc
* Thu May 25 2006 Bill Nottingham <notting@redhat.com> - 1.9.6-2
4e83cfc
- update docs to latest svn (gets rid of extraneous configure check
4e83cfc
  for db185)
4e83cfc
3789b7b
* Wed May 17 2006 Bill Nottingham <notting@redhat.com> - 1.9.6-1
3789b7b
- update to 1.9.6
3789b7b
6886275
* Tue May  9 2006 Bill Nottingham <notting@redhat.com> - 1.9.5-3
01b0b09
- rebuild against new guile (<mlichvar@redhat.com>)
6886275
- silence warnings
baf1b6f
f4dddd8
* Mon Apr 17 2006 Bill Nottingham <notting@redhat.com> - 1.9.5-1
f4dddd8
- update to 1.9.5
f4dddd8
1e052bc
* Thu Apr  6 2006 Bill Nottingham <notting@redhat.com> - 1.9.4-1
1e052bc
- update to 1.9.4
1e052bc
3b26d87
* Tue Apr  4 2006 Bill Nottingham <notting@redhat.com> - 1.9.3-2
3b26d87
- fix conflict with qof (#187267)
3b26d87
bb4da7a
* Mon Mar 27 2006 Bill Nottingham <notting@redhat.com> - 1.9.3-1
bb4da7a
- update to 1.9.x
bb4da7a
a3ddc53
* Mon Feb 20 2006 Bill Nottingham <notting@redhat.com> - 1.8.12-3
a3ddc53
- rebuild against g-wrap-1.9.6
a3ddc53
9a0eed1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.8.12-2.2
9a0eed1
- bump again for double-long bug on ppc(64)
9a0eed1
3ae74a7
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8.12-2.1
3ae74a7
- rebuilt for new gcc4.1 snapshot and glibc changes
3ae74a7
2a63c74
* Fri Jan 13 2006 Bill Nottingham <notting@redhat.com> 1.8.12-2
0022dff
- disable postgres backend (#177646)
0022dff
033e3b6
* Thu Dec 22 2005 Bill Nottingham <notting@redhat.com> 1.8.12-1
033e3b6
- update to 1.8.12
033e3b6
46d14ce
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
46d14ce
- rebuilt
46d14ce
df8b249
* Fri Sep  9 2005 Bill Nottingham <notting@redhat.com> 1.8.11-4
df8b249
- with new slib, umb-scheme is no longer needed. Switch requirement.
df8b249
e34f069
* Tue Apr 12 2005 Bill Nottingham <notting@redhat.com> 1.8.11-3
b7e857e
- require umb-scheme explicitly (#151465)
e34f069
- rebuild against new postgresql
3f27c75
- use full path to icon (#154587)
b7e857e
8af5cfa
* Mon Mar  7 2005 Bill Nottingham <notting@redhat.com> 1.8.11-2
8af5cfa
- rebuild against bonobo-less Guppi, gtkhtml
8af5cfa
b3749a8
* Wed Feb  9 2005 Bill Nottingham <notting@redhat.com> 1.8.11-1
b3749a8
- update to 1.8.11
b3749a8
- update docs to 1.8.5
b3749a8
- remove info file (#123444)
b3749a8
cvsdist d781f0f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d781f0f
- rebuilt
cvsdist d781f0f
cvsdist aa64d85
* Tue Apr 13 2004 Bill Nottingham <notting@redhat.com> 1.8.9-1
cvsdist aa64d85
- update to 1.8.9
cvsdist aa64d85
cvsdist e6b73bb
* Sat Mar 20 2004 Bill Nottingham <notting@redhat.com> 1.8.8-5
cvsdist e6b73bb
- reinstate libtool helper files (#118495)
cvsdist e6b73bb
cvsdist e6b73bb
* Fri Mar 12 2004 Bill Nottingham <notting@redhat.com> 1.8.8-4
cvsdist e6b73bb
- rebuild against separate libofx/openhbci
cvsdist e6b73bb
cvsdist e6b73bb
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e6b73bb
- rebuilt
cvsdist e6b73bb
cvsdist e6b73bb
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e6b73bb
- rebuilt
cvsdist e6b73bb
cvsdist e6b73bb
* Tue Dec 23 2003 Bill Nottingham <notting@redhat.com>
cvsdist e6b73bb
- add a 64-bit patch from mandrake
cvsdist e6b73bb
cvsdist f64fc61
* Wed Dec  3 2003 Bill Nottingham <notting@redhat.com> 1.8.8-2
cvsdist f64fc61
- rebuild
cvsdist f64fc61
cvsdist ff06399
* Tue Dec  2 2003 Bill Nottingham <notting@redhat.com> 1.8.8-1
cvsdist ff06399
- update to 1.8.8
cvsdist ff06399
cvsdist e288449
* Tue Sep 23 2003 Bill Nottingham <notting@redhat.com> 1.8.7-1
cvsdist e288449
- update to 1.8.7
cvsdist e288449
- fix docs build
cvsdist e288449
cvsdist e288449
* Wed Aug 20 2003 Bill Nottingham <notting@redhat.com> 1.8.5-1
cvsdist e288449
- update to 1.8.5
cvsdist e288449
cvsdist e288449
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist e288449
- rebuilt
cvsdist e288449
cvsdist e288449
* Wed May 28 2003 Bill Nottingham <notting@redhat.com> 1.8.4-1
cvsdist e288449
- update to 1.8.4
cvsdist e288449
cvsdist e288449
* Mon May 19 2003 Bill Nottingham <notting@redhat.com> 1.8.3-1
cvsdist e288449
- update to 1.8.3
cvsdist e288449
cvsdist e288449
* Mon Mar 24 2003 Bill Nottingham <notting@redhat.com> 1.8.2-1
cvsdist e288449
- update to 1.8.2
cvsdist e288449
cvsdist e288449
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 1.8.1-4
cvsdist e288449
- Build requires openjade-devel (new openjade sub-package).
cvsdist e288449
- Rebuild against new OpenSP.
cvsdist e288449
cvsdist fa7a79d
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist fa7a79d
- debuginfo rebuild
cvsdist fa7a79d
cvsdist fa7a79d
* Sun Feb 23 2003 Bill Nottingham <notting@redhat.com> 1.8.1-2
cvsdist fa7a79d
- fix crash on hiding accounts (#84931, patch from upstream)
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 1.8.1-1
cvsdist fa7a79d
- update to 1.8.1
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Feb  5 2003 Bill Nottingham <notting@redhat.com> 1.8.0-3
cvsdist fa7a79d
- fix desktop entry (#82804)
cvsdist fa7a79d
- add startup-notification
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Feb  4 2003 Bill Nottingham <notting@redhat.com> 1.8.0-1
cvsdist fa7a79d
- 1.8.0
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jan 28 2003 Bill Nottingham <notting@redhat.com> 1.7.8-3
cvsdist fa7a79d
- rebuild everywhere
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- rebuilt
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jan 21 2003 Bill Nottingham <notting@redhat.com> 1.7.8-1
cvsdist fa7a79d
- 1.7.8
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 1.7.7-1
cvsdist fa7a79d
- update to 1.7.7
cvsdist fa7a79d
- add libofx, openhbci support
cvsdist fa7a79d
cvsdist fa7a79d
* Fri Dec  6 2002 Tim Waugh <twaugh@redhat.com> 1.7.5-3
cvsdist fa7a79d
- Fix desktop file (bug #69422).
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Dec  4 2002 Bill Nottingham <notting@redhat.com> 1.7.5-2
cvsdist fa7a79d
- fix omf file ref to buildroot
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Dec  3 2002 Bill Nottingham <notting@redhat.com> 1.7.5-1
cvsdist fa7a79d
- update to 1.7.5-1, split off postgres backend
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Nov 18 2002 Bill Nottingham <notting@redhat.com> 1.6.8-3
cvsdist fa7a79d
- guile is everywhere, build everywhere
cvsdist fa7a79d
- except hammer (postgres)
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Nov 11 2002 Tim Powers <timp@redhat.com> 1.6.8-2
cvsdist fa7a79d
- rebuild against guile-1.4
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Nov  7 2002 Bill Nottingham <notting@redhat.com> 1.6.8-1
cvsdist fa7a79d
- update to 1.6.8-1
cvsdist fa7a79d
- stop using db1
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com>
cvsdist fa7a79d
- build against new gtkhtml
cvsdist fa7a79d
cvsdist fa7a79d
* Sat Aug 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist fa7a79d
- bzip2 source
cvsdist fa7a79d
cvsdist fa7a79d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- automated rebuild
cvsdist fa7a79d
cvsdist fa7a79d
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- automated rebuild
cvsdist fa7a79d
cvsdist fa7a79d
* Thu May 16 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- autoconf fun
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Apr  8 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- rebuild in new environment against fixed guile, g-wrap
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- rebuild in new environment
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Mar 11 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.6
cvsdist fa7a79d
cvsdist fa7a79d
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- rebuild
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Dec 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.5
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Oct  1 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.4
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Sep 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.3
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.2
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Aug  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- add patch to fix triple imports of prices from 1.4 files
cvsdist fa7a79d
  (<dave@krondo.com>)
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Jul 19 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- tweak buildprereqs
cvsdist fa7a79d
cvsdist fa7a79d
* Sun Jul  8 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.1
cvsdist fa7a79d
- fix info dir (#47646)
cvsdist fa7a79d
- fix library dependencies
cvsdist fa7a79d
cvsdist fa7a79d
* Fri Jun 29 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- don't own %%{_infodir}/dir
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jun 27 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- add info dir entry
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Jun 18 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.0, merge in stuff from included spec file
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Feb  5 2001 Adrian Havill <havill@redhat.com>
cvsdist fa7a79d
- added Japanese locale
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Jan 11 2001 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- exclude ia64
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Dec  6 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- updated to 1.4.9
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Oct 23 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- update to 1.4.8
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Sep 13 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- update to 1.4.6
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- rebuilt against libpng-1.0.8
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Jul 31 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- updated to 1.4.3, bugfix release
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jul 25 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- ExcludeArch alpha
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist fa7a79d
- rebuilt
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- fixed defattr for the stuff in /usr/bin
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jul 12 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- update to 1.4.2
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jul 11 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- rebuilt 
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jul 05 2000 Preston Brown <pbrown@redhat.com>
cvsdist fa7a79d
- adopted for Powertools 7.0