cvsdist fa7a79d
Name: gnucash
bd49a41
Summary: Finance management application
cd8133c
Version: 4.2
38fb458
URL: http://gnucash.org/
ee1f295
Release: 3%{?dist}
17da55e
License: GPLv2+
1815a8c
Source: https://downloads.sourceforge.net/sourceforge/gnucash/gnucash-%{version}.tar.bz2
c52622e
Patch0: gnucash-gcc11.patch
96413ef
2974ae6
# upstream git fixes
2974ae6
74271eb
# https://bugzilla.redhat.com/show_bug.cgi?id=1563466
74271eb
ExcludeArch: ppc64 s390x
c17846b
80d43dc
BuildRequires: gcc >= 8, gcc-c++, cmake >= 3.10
a27223c
BuildRequires: perl-generators, perl-podlators
3e48a1b
BuildRequires: libxml2 >= 2.9.4, libxslt-devel, zlib-devel
3e48a1b
BuildRequires: gtk3 >= 3.22.30, glib2 >= 2.56.1
80d43dc
BuildRequires: libofx-devel >= 0.9.12, aqbanking-devel >= 5.7.0, gwenhywfar-gui-gtk3-devel >= 4.20
afebe9b
%if 0%{?fedora} >= 32 || 0%{?rhel} > 8
afebe9b
BuildRequires: guile22-devel
afebe9b
%global guilever 2.2
afebe9b
%else
afebe9b
BuildRequires: guile-devel
afebe9b
%global guilever 2.0
afebe9b
%endif
afebe9b
BuildRequires: swig >= 3.0.12
80d43dc
BuildRequires: desktop-file-utils, gettext >= 0.9.6
80d43dc
BuildRequires: libdbi-devel >= 0.8.3, libdbi-dbd-mysql, libdbi-dbd-pgsql, libdbi-dbd-sqlite
Richard Hughes af4a4fa
BuildRequires: libappstream-glib
3e48a1b
BuildRequires: libsecret-devel >= 0.18
3e48a1b
BuildRequires: boost-devel >= 1.67.0
3e48a1b
BuildRequires: gtest-devel >= 1.8.0, gmock-devel >= 1.8.0
3e48a1b
BuildRequires: webkitgtk4-devel >= 2.14.1
3e48a1b
BuildRequires: python3-devel >= 3.6
Bill Nottingham 918e2e9
1f6d0d0
Requires: gnucash-docs >= %{version}
Bill Nottingham 191049a
Requires: dconf
a2cad95
Requires: perl(Finance::Quote)
Peter Oliver 5c5a1ef
Recommends: libdbi-dbd-sqlite
Peter Oliver 5c5a1ef
Suggests: libdbi-dbd-mysql
Peter Oliver 5c5a1ef
Suggests: libdbi-dbd-pgsql
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
31719f2
%autosetup -p1
c17846b
cvsdist fa7a79d
%build
a27223c
# thanks gcc8
a27223c
%global optflags %{optflags} -Wno-parentheses
1064a2c
%cmake -D WITH_PYTHON=ON .
4fb0dc7
%cmake_build
cvsdist fa7a79d
cvsdist fa7a79d
%install
4fb0dc7
%cmake_install
6bdfdf5
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
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 \
3e48a1b
	$RPM_BUILD_ROOT/%{_bindir}/gnc-fq-update \
afebe9b
	$RPM_BUILD_ROOT/%{_datadir}/guile/site/%{guilever}/tests
38fb458
afebe9b
find $RPM_BUILD_ROOT/%{_libdir} -name *.la -delete
38fb458
e1ad2a6
%check
e1ad2a6
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnucash.desktop
1adc497
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/gnucash.appdata.xml
e1ad2a6
cvsdist fa7a79d
%files -f %{name}.lang
1c126e6
%docdir %{_datadir}/doc/gnucash
1c126e6
%doc %{_datadir}/doc/gnucash/*
1c126e6
%license LICENSE
05288c1
%dir %{_sysconfdir}/gnucash
cvsdist fa7a79d
%{_bindir}/*
cvsdist fa7a79d
%{_libdir}/*
cvsdist fa7a79d
%exclude /usr/lib/debug
Bill Nottingham 1c9e5d3
%{_datadir}/glib-2.0/schemas/*
cvsdist fa7a79d
%{_datadir}/gnucash
afebe9b
%{_datadir}/guile/site/%{guilever}/gnucash
1adc497
%{_datadir}/metainfo/*
cvsdist fa7a79d
%{_datadir}/applications/*
c369723
%{_datadir}/icons/hicolor/*/apps/*
cvsdist fa7a79d
%{_mandir}/man*/*
38fb458
%config(noreplace) %{_sysconfdir}/gnucash/*
cvsdist fa7a79d
cvsdist fa7a79d
%changelog
ee1f295
* Wed Oct 28 2020 Jeff Law <law@redhat.com> - 4.2-3
ee1f295
- Fix volatile issue exposed by gcc-11
ee1f295
c52622e
* Wed Oct 14 2020 Jeff Law <law@redhat.com> - 4.2-2
c52622e
- Fix misleading indentation warning from gcc-11
c52622e
cd8133c
* Sun Oct 11 2020 Bill Nottingham <notting@splat.cc> - 4.2-1
cd8133c
- update to 4.2
cd8133c
afebe9b
* Mon Sep 14 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 4.1-3
afebe9b
- Build with guile 2.2
afebe9b
80d43dc
* Thu Aug 06 2020 Stefan Bluhm <stefan.bluhm@clacee.eu> 4.1-2
80d43dc
- Updated "Source" to https.
80d43dc
- Updated requirements.
80d43dc
- Removed ktoblzcheck-devel requirement.
80d43dc
d620871
* Mon Jul 27 2020 Bill Nottingham <notting@splat.cc> - 4.1-1
d620871
- update to 4.1
d620871
6ed2dd9
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-2
6ed2dd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6ed2dd9
848e23f
* Mon Jun 29 2020 Bill Nottingham <notting@splat.cc> - 4.0-1
3e48a1b
- update to 4.0
3e48a1b
afebe9b
* Fri Jun  5 2020 Peter Oliver <rpm@mavit.org.uk> - 3.10-5
Peter Oliver 5c5a1ef
- Add weak dependencies on optional storage providers.
Peter Oliver 5c5a1ef
edf83b9
* Thu Jun 04 2020 Jonathan Wakely <jwakely@redhat.com> - 3.10-4
edf83b9
- Rebuilt and patched for Boost 1.73
edf83b9
edd4fec
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.10-3
edd4fec
- Rebuilt for Python 3.9
edd4fec
ffbb4b6
* Sun May 17 2020 Pete Walter <pwalter@fedoraproject.org> - 3.10-2
ffbb4b6
- Rebuild for ICU 67
ffbb4b6
20d519d
* Mon Apr 13 2020 Bill Nottingham <notting@splat.cc> - 3.10-1
20d519d
- update to 3.10
20d519d
429dfe1
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-3
429dfe1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
429dfe1
95a1c1c
* Tue Jan 21 2020 Rex Dieter <rdieter@fedoraproject.org> - 3.8-2
95a1c1c
- rebuild (aqbanking)
95a1c1c
e2cc432
* Tue Jan 21 2020 Kalev Lember <klember@redhat.com> - 3.8-1
e2cc432
- Update to 3.8
e2cc432
30534e5
* Fri Jan 17 2020 Jeff Law <law@redhat.com> - 3.7-3
30534e5
- Rename one instance of struct _iterate to struct __iterate to
30534e5
  avoid ODR problems with LTO
30534e5
b0e3b87
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 3.7-2
b0e3b87
- Rebuild for ICU 65
b0e3b87
1b04ce2
* Mon Sep  9 2019 Bill Nottingham <notting@splat.cc> - 3.7-1
1b04ce2
- update to 3.7
1b04ce2
4e3f43b
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.6-3
4e3f43b
- Rebuilt for Python 3.8
4e3f43b
6a2dd4e
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-2
6a2dd4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6a2dd4e
9e37578
* Fri Jul  5 2019 Bill Nottingham <notting@splat.cc> - 3.6-1
9e37578
- update to 3.6
9e37578
61083c2
* Fri May  3 2019 Bill Nottingham <notting@splat.cc> - 3.5-3
61083c2
- add (another) upstream patch for https://bugzilla.redhat.com/show_bug.cgi?id=1698706
61083c2
7df6e1f
* Mon Apr 15 2019 Bill Nottingham <notting@splat.cc> - 3.5-2
7df6e1f
- add upstream patch for https://bugzilla.redhat.com/show_bug.cgi?id=1698706
7df6e1f
d71ab41
* Tue Apr  2 2019 Bill Nottingham <notting@splat.cc> - 3.5-1
d71ab41
- update to 3.5
d71ab41
1064a2c
* Wed Feb 20 2019 Bill Nottingham <notting@splat.cc> - 3.4-4
1064a2c
- reenable (and apply patch for) python bindings
1064a2c
2e018e8
* Sun Feb 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4-3
2e018e8
- Backport strncpy overflow-warning fix.
2e018e8
63b7849
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-2
63b7849
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
63b7849
5158db0
* Tue Jan  8 2019 Bill Nottingham <notting@splat.cc> - 3.4-1
5158db0
- update to 3.4
5158db0
31719f2
* Thu Dec 06 2018 Kalev Lember <klember@redhat.com> - 3.3-2
31719f2
- Fix gnucash to show up in appstream metadata (#1656631)
31719f2
e11f90b
* Mon Oct  1 2018 Bill Nottingham <notting@splat.cc> - 3.3-1
e11f90b
- update to 3.3
e11f90b
3159094
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-3
3159094
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
3159094
c687fe8
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 3.2-2
c687fe8
- Rebuild for ICU 62
c687fe8
906cd93
* Sun Jul 01 2018 Bill Nottingham <notting@splat.cc> - 3.2-1
906cd93
- update to 3.2
906cd93
a31abbc
* Tue May 15 2018 Pete Walter <pwalter@fedoraproject.org> - 3.1-4
a31abbc
- Rebuild for ICU 61.1
a31abbc
5693cbb
* Mon Apr 30 2018 Bill Nottingham <notting@splat.cc> - 3.1-3
5693cbb
- rebuild with respun tarball
5693cbb
0757c3d
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 3.1-2
0757c3d
- Rebuild for ICU 61.1
0757c3d
faa939b
* Mon Apr 30 2018 Bill Nottingham <notting@splat.cc> - 3.1-1
faa939b
- update to 3.1
faa939b
1c126e6
* Tue Apr 03 2018 Bill Nottingham <notting@splat.cc> - 3.0-1
1c126e6
- update to 3.0
1c126e6
95641e7
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.19-3
95641e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
95641e7
3b70732
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.6.19-2
3b70732
- Remove obsolete scriptlets
3b70732
57c7117
* Mon Dec 18 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.6.19-1
57c7117
- 2.6.19
57c7117
97e6203
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 2.6.18-3
97e6203
- Rebuild for ICU 60.1
97e6203
eae1480
* Thu Oct 26 2017 Vít Ondruch <vondruch@redhat.com> - 2.6.18-2
eae1480
- Drop the explicit dependnecy on rubypick.
eae1480
f97db47
* Tue Sep 26 2017 Bill Nottingham <notting@splat.cc> - 2.6.18-1
f97db47
- update to 2.6.18
f97db47
21b8cd9
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.17-4
21b8cd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
21b8cd9
8a42146
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.17-3
8a42146
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8a42146
6bdfdf5
* Mon Jul 10 2017 Bill Nottingham <notting@splat.cc> - 2.6.17-2
6bdfdf5
- bundle webkitgtk (#1375812)
6bdfdf5
ddf10c5
* Mon Jul  3 2017 Bill Nottingham <notting@splat.cc> - 2.6.17-1
ddf10c5
- update to 2.6.17
ddf10c5
34d22dd
* Tue Apr 11 2017 Bill Nottingham <notting@splat.cc> - 2.6.16-1
34d22dd
- update to 2.6.16
34d22dd
8db576d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.15-2
8db576d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8db576d
6c1af27
* Sun Dec 18 2016 Bill Nottingham <notting@splat.cc> - 2.6.15-1
6c1af27
- update to 2.6.15
6c1af27
654a8a5
* Fri Nov 04 2016 Bill Nottingham <notting@splat.cc> - 2.6.14-1
654a8a5
- update to 2.6.14
654a8a5
7ab0911
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.13-2
7ab0911
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
7ab0911
16ec8d9
* Thu Jul  7 2016 Bill Nottingham <notting@splat.cc> - 2.6.13-1
16ec8d9
- update to 2.6.13
16ec8d9
d5d7e88
* Sat Jun  4 2016 Bill Nottingham <notting@splat.cc> - 2.6.12-2
d5d7e88
- add upstream fix for price editor crash (#1334089, #1337078, #1342719)
d5d7e88
42ae0cd
* Tue Apr 19 2016 Bill Nottingham <notting@splat.cc> - 2.6.12-1
42ae0cd
- update to 2.6.12 (#1321562)
42ae0cd
db66571
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.11-2
db66571
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
db66571
889539b
* Tue Jan 12 2016 Bill Nottingham <notting@splat.cc> - 2.6.11-1
889539b
- update to 2.6.11 (#1297771)
889539b
2bac33b
* Sun Dec 27 2015 Bill Nottingham <notting@splat.cc> - 2.6.10-1
2bac33b
- update to 2.6.10 (#1293505, #1178516)
2bac33b
ebe6182
* Wed Oct  7 2015 Bill Nottingham <notting@splat.cc> - 2.6.9-1
ebe6182
- update to 2.6.9
ebe6182
7be43a0
* Tue Oct  6 2015 Bill Nottingham <notting@splat.cc> - 2.6.8-1
7be43a0
- update to 2.6.8 (#1266794)
7be43a0
7f0f62d
* Mon Jun 29 2015 Bill Nottingham <notting@splat.cc> - 2.6.7-1
7f0f62d
- update to 2.6.7 (#1236432)
7f0f62d
5ad9a2d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.6-3
5ad9a2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5ad9a2d
23283a4
* Tue Mar 31 2015 Bill Nottingham <notting@splat.cc> - 2.6.6-1
23283a4
- update to 2.6.6 (#1207447)
23283a4
Richard Hughes af4a4fa
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 2.6.5-2
Richard Hughes af4a4fa
- Use better AppData screenshots
Richard Hughes af4a4fa
b3e426b
* Thu Jan  8 2015 Bill Nottingham <notting@splat.cc> - 2.6.5-1
b3e426b
- update to 2.6.5 (#1176892) which fixes guile cache issues (#1151870) and charts (#1157203)
b3e426b
05a1379
* Tue Sep 30 2014 Bill Nottingham <notting@splat.cc> - 2.6.4-1
dd7395a
- update to 2.6.4 (#1147844, #1123943, #1116500)
05a1379
ada7655
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-3
ada7655
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ada7655
a031c8d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-2
a031c8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a031c8d
Bill Nottingham 2bf8267
* Thu Apr  3 2014 Bill Nottingham <notting@splat.cc> - 2.6.3-1
Bill Nottingham 2bf8267
- update to 2.6.3 (#1082288)
Bill Nottingham 2bf8267
Bill Nottingham 0e69596
* Mon Mar 10 2014 Bill Nottingham <notting@splat.cc> - 2.6.2-1
Bill Nottingham 0e69596
- update to 2.6.2 (#1071911)
Bill Nottingham 0e69596
Bill Nottingham 191049a
* Mon Jan 27 2014 Bill Nottingham <notting@redhat.com> - 2.6.1-1
Bill Nottingham 191049a
- update to 2.6.1 (#1057990)
Bill Nottingham 191049a
- add dconf requires (#1058218)
Bill Nottingham 191049a
Bill Nottingham faafec9
* Tue Jan 21 2014 Bill Nottingham <notting@redhat.com> - 2.6.0-3
Bill Nottingham 191049a
- fix %%postun (#1056721)
Bill Nottingham faafec9
- rebuild for libdbi
Bill Nottingham faafec9
Bill Nottingham 4efe90b
* Fri Jan 17 2014 Bill Nottingham <notting@redhat.com> - 2.6.0-2
Bill Nottingham 4efe90b
- package upstream appdata file
Bill Nottingham 4efe90b
Bill Nottingham 1c9e5d3
* Thu Jan 16 2014 Bill Nottingham <notting@redhat.com> - 2.6.0-1
Bill Nottingham 1c9e5d3
- update to 2.6.0
Bill Nottingham 1c9e5d3
Bill Nottingham ff77f57
* Mon Sep 23 2013 Bill Nottingham <notting@redhat.com> - 2.4.13-5
Bill Nottingham ff77f57
- rebuild against new libofx
Bill Nottingham ff77f57
Bill Nottingham a00f15b
* Tue Sep  3 2013 Bill Nottingham <notting@redhat.com> - 2.4.13-4
Bill Nottingham a00f15b
- add appstream metadata from upstream git head
Bill Nottingham a00f15b
9d31277
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.13-3
9d31277
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9d31277
610d829
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.4.13-2
610d829
- Perl 5.18 rebuild
610d829
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 6c02e8c
* Tue Jul 10 2012 Bill Nottingham <notting@redhat.com> - 2.4.10-2
Bill Nottingham 6c02e8c
- rebuild for ofx ABI bump
Bill Nottingham 6c02e8c
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)
9f3ae2b
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
9f3ae2b
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>
9f3ae2b
- rebuilt
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jul 05 2000 Preston Brown <pbrown@redhat.com>
cvsdist fa7a79d
- adopted for Powertools 7.0