Accepting request 613923 from GNOME:Apps
- Update to version 1.0.4: + Fix a bug when the scheduled transaction is executed automatically once. + Fix bugsreports link. + Adding a new option for futures dates. - Changes from version 1.0.3: + Fix display bug of bet_tab when load a new account file. + Fix bug in forecasts when decimal_point is comma "," and thousands_separator is dot ".". + Fix display split transactions in budgetary lines view. + Partial correction of bug "creating duplicate transactions when categories are not used". + Fix warning when date is NULL in bet_tab.c. + Fix a warning when displaying reconciled transactions. + Added all scheduled transactions of the month if conf.execute_scheduled_of_month = TRUE. + Fix display bug of the last scheduled transaction of the period. - Drop libofx-devel BuildRequires, already in place as pkgconfig(). - Do minor spec-cleaning. (forwarded request 613898 from iznogood) OBS-URL: https://build.opensuse.org/request/show/613923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grisbi?expand=0&rev=16
This commit is contained in:
commit
3447eb9dfd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5ab794ab1b04141402ae50cdc2d37cfaf245ace422812b3193f9548605061d4
|
||||
size 6956892
|
3
grisbi-1.0.4.tar.bz2
Normal file
3
grisbi-1.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6dd95a09da6a4be204c71b95acc0b7ed0f8559af8d87d0a2dffd213378e02e6
|
||||
size 6965398
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 07:04:11 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.0.4:
|
||||
+ Fix a bug when the scheduled transaction is executed
|
||||
automatically once.
|
||||
+ Fix bugsreports link.
|
||||
+ Adding a new option for futures dates.
|
||||
- Changes from version 1.0.3:
|
||||
+ Fix display bug of bet_tab when load a new account file.
|
||||
+ Fix bug in forecasts when decimal_point is comma "," and
|
||||
thousands_separator is dot ".".
|
||||
+ Fix display split transactions in budgetary lines view.
|
||||
+ Partial correction of bug "creating duplicate transactions when
|
||||
categories are not used".
|
||||
+ Fix warning when date is NULL in bet_tab.c.
|
||||
+ Fix a warning when displaying reconciled transactions.
|
||||
+ Added all scheduled transactions of the month if
|
||||
conf.execute_scheduled_of_month = TRUE.
|
||||
+ Fix display bug of the last scheduled transaction of the
|
||||
period.
|
||||
- Drop libofx-devel BuildRequires, already in place as pkgconfig().
|
||||
- Do minor spec-cleaning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 9 19:04:08 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
15
grisbi.spec
15
grisbi.spec
@ -18,18 +18,17 @@
|
||||
|
||||
|
||||
Name: grisbi
|
||||
Version: 1.0.2
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: Personal Accounting Application
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Office/Finance
|
||||
Url: http://www.grisbi.org
|
||||
URL: http://www.grisbi.org
|
||||
Source: http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/1.0.x/%{name}-%{version}.tar.bz2
|
||||
# Needed for make check
|
||||
#BuildRequires: cunit-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libofx-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
@ -37,7 +36,6 @@ BuildRequires: pkgconfig(libgoffice-0.8)
|
||||
BuildRequires: pkgconfig(libofx)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Grisbi is a personal accounting application, aiming at providing the most
|
||||
@ -67,12 +65,9 @@ rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
|
||||
#%%check
|
||||
#make check
|
||||
|
||||
%clean
|
||||
%{?buildroot:rm -rf %{buildroot}}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_bindir}/grisbi
|
||||
%doc %{_mandir}/man1/grisbi.1%{?ext_man}
|
||||
%{_datadir}/applications/grisbi.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user