Accepting request 607010 from GNOME:Apps

(forwarded request 603934 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/607010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=73
This commit is contained in:
2018-06-08 21:12:23 +00:00
committed by Git OBS Bridge
parent 998603c009
commit 4cb8de613f
4 changed files with 38 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c754476a5b80a97abacaeadac64fefc5a68fcfec15967908dbe3c9f7370dbb9
size 13366724

3
gnucash-3.1-1.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1ef66cec3b8b74b7b8bfe791ff12456796a69cc004427e8d9205b6872bdd261
size 13374530

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu May 3 01:19:03 UTC 2018 - luc14n0@linuxmail.org
- Update to version 3.1:
+ Bugs fixed: bgo#118391, bgo#769686, bgo#772776, bgo#782144,
bgo#792105, go#793461 , bgo#794767, bgo#794916, bgo#794936,
bgo#794941, bgo#794953, bgo#794990, bgo#794994, bgo#795031,
bgo#795039, bgo#795040, bgo#795049, bgo#795064, bgo#795068,
bgo#795080, bgo#795082, bgo#795101, bgo#795142, bgo#795155,
bgo#795347, bgo#795377, bgo#795389, bgo#795405, bgo#795446,
bgo#795471.
+ Other fixes:
- Fix crash when loading sql book with posted transactions;
- html-font: add default font family;
- Several improvements to the Transaction and GST reports;
- csv-impport: Allow empty amount fields;
- Remove the set transient parent setting for Reconcile window;
- Prevent throw in gnc-pricedb;
- If there are no prices in the db, critical errors are
flagged.
+ Updated translations.
- Fix redundancy in python3-gnucash subpackage description.
-------------------------------------------------------------------
Thu Apr 19 22:15:22 UTC 2018 - luc14n0@linuxmail.org
- Add gwengui-gtk3 pkgconfig module BuildRequires: make use of our
package again instead of the one bundled with GnuCash now that we
supply it.
-------------------------------------------------------------------
Wed Apr 4 00:52:58 UTC 2018 - luc14n0@linuxmail.org

View File

@@ -18,13 +18,13 @@
%define __builder ninja
Name: gnucash
Version: 3.0
Version: 3.1
Release: 0
Summary: Personal Finance Manager
License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception
Group: Productivity/Office/Finance
URL: http://www.gnucash.org/
Source: https://github.com/Gnucash/gnucash/releases/download/%{version}/%{name}-%{version}.tar.bz2
Source: https://github.com/Gnucash/gnucash/releases/download/%{version}/%{name}-%{version}-1.tar.bz2
Source1: %{name}-rpmlintrc
## Cpan-warning patch must always be applied.
# PATCH-FIX-UPSTREAM gnucash-cpan-warning.patch -- Add a warning about the danger of using gnc-fq-update to update the perl modules used by GnuCash.
@@ -58,6 +58,7 @@ BuildRequires: pkgconfig(gnome-keyring-1) >= 0.6
BuildRequires: pkgconfig(gobject-2.0) >= 2.40
BuildRequires: pkgconfig(gthread-2.0) >= 2.40
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0
BuildRequires: pkgconfig(gwengui-gtk3)
BuildRequires: pkgconfig(gwenhywfar) >= 3.99.20
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(icu-uc)
@@ -98,8 +99,8 @@ Group: Development/Libraries/Python
Requires: %{name} = %{version}
%description -n python3-gnucash
This package provides the Python bindings for development of GnuCash,
a personal finance manager, in Python 3.
This package provides the Python 3 bindings for development of GnuCash,
a personal finance manager.
%package devel
Summary: Development files for GnuCash