From fa5f23d46e309b8e9662cb1e1c22b6c76afd4a6f8e320c9aff5e82bc396c3192 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 4 Jun 2018 09:16:18 +0000 Subject: [PATCH] Accepting request 613898 from home:iznogood:branches: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. OBS-URL: https://build.opensuse.org/request/show/613898 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/grisbi?expand=0&rev=23 --- grisbi-1.0.2.tar.bz2 | 3 --- grisbi-1.0.4.tar.bz2 | 3 +++ grisbi.changes | 24 ++++++++++++++++++++++++ grisbi.spec | 15 +++++---------- 4 files changed, 32 insertions(+), 13 deletions(-) delete mode 100644 grisbi-1.0.2.tar.bz2 create mode 100644 grisbi-1.0.4.tar.bz2 diff --git a/grisbi-1.0.2.tar.bz2 b/grisbi-1.0.2.tar.bz2 deleted file mode 100644 index 28b87df..0000000 --- a/grisbi-1.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5ab794ab1b04141402ae50cdc2d37cfaf245ace422812b3193f9548605061d4 -size 6956892 diff --git a/grisbi-1.0.4.tar.bz2 b/grisbi-1.0.4.tar.bz2 new file mode 100644 index 0000000..0d10ea3 --- /dev/null +++ b/grisbi-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dd95a09da6a4be204c71b95acc0b7ed0f8559af8d87d0a2dffd213378e02e6 +size 6965398 diff --git a/grisbi.changes b/grisbi.changes index 6b9b605..fc8d2fb 100644 --- a/grisbi.changes +++ b/grisbi.changes @@ -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 diff --git a/grisbi.spec b/grisbi.spec index fa8ffd7..04f7316 100644 --- a/grisbi.spec +++ b/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