#4 Updated source url and requirements
Closed 3 years ago by notting. Opened 3 years ago by sbluhm.
Unknown source epel8  into  epel8

file modified
+11 -7
@@ -2,7 +2,7 @@

  Summary: Finance management application

  Version: 4.1

  URL: http://gnucash.org/

- Release: 1%{?dist}

+ Release: 2%{?dist}

  License: GPLv2+

  Source: http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-%{version}.tar.bz2

  
@@ -11,15 +11,14 @@

  # https://bugzilla.redhat.com/show_bug.cgi?id=1563466

  ExcludeArch: ppc64 s390x

  

- BuildRequires: gcc, gcc-c++, cmake >= 3.10

+ BuildRequires: gcc >= 8, gcc-c++, cmake >= 3.10

  BuildRequires: perl-generators, perl-podlators

  BuildRequires: libxml2 >= 2.9.4, libxslt-devel, zlib-devel

  BuildRequires: gtk3 >= 3.22.30, glib2 >= 2.56.1

- BuildRequires: libofx-devel, aqbanking-devel, gwenhywfar-gui-gtk3-devel

- BuildRequires: guile-devel >= 5:2.0.14, swig >= 3.0.12

- BuildRequires: desktop-file-utils, gettext

- BuildRequires: libdbi-devel, libdbi-dbd-mysql, libdbi-dbd-pgsql, libdbi-dbd-sqlite

- BuildRequires: ktoblzcheck-devel

+ BuildRequires: libofx-devel >= 0.9.12, aqbanking-devel >= 5.7.0, gwenhywfar-gui-gtk3-devel >= 4.20

+ BuildRequires: guile-devel >= 5:2.0.9, swig >= 3.0.12

+ BuildRequires: desktop-file-utils, gettext >= 0.9.6

+ BuildRequires: libdbi-devel >= 0.8.3, libdbi-dbd-mysql, libdbi-dbd-pgsql, libdbi-dbd-sqlite

  BuildRequires: libappstream-glib

  BuildRequires: libsecret-devel >= 0.18

  BuildRequires: boost169-devel >= 1.67.0
@@ -93,6 +92,11 @@

  %config(noreplace) %{_sysconfdir}/gnucash/*

  

  %changelog

+ * Thu Aug 06 2020 Stefan Bluhm <stefan.bluhm@clacee.eu> 4.1-2

+ - Updated "Source" to https.

+ - Updated requirements.

+ - Removed ktoblzcheck-devel requirement.

+ 

  * Mon Jul 27 2020 Bill Nottingham <notting@splat.cc> - 4.1-1

  - update to 4.1

  

  • Updated "Source" to https.
  • Updated requirements.
  • Removed ktoblzcheck-devel requirement.

Can you send this against HEAD? Then it can be cherry-picked to EPEL 8.

Never mind, I did that by hand. Thanks for the patch!

Pull-Request has been closed by notting

3 years ago