[gnucash] Update to 2.6.1, add dconf requires.

Bill Nottingham notting at fedoraproject.org
Tue Jan 28 03:45:03 UTC 2014


commit 191049afc0005e74b223cd77a64c94dd399b1ea7
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Jan 27 22:45:17 2014 -0500

    Update to 2.6.1, add dconf requires.

 .gitignore   |    2 +-
 gnucash.spec |   11 ++++++++---
 sources      |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f3020f5..136edcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gnucash-2.6.0.tar.bz2
+/gnucash-2.6.1.tar.bz2
diff --git a/gnucash.spec b/gnucash.spec
index afad39e..2c5c7ba 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -1,8 +1,8 @@
 Name: gnucash
 Summary: Finance management application
-Version: 2.6.0
+Version: 2.6.1
 URL: http://gnucash.org/
-Release: 3%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 Source: http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-%{version}.tar.bz2
@@ -19,6 +19,7 @@ BuildRequires: libtool-ltdl-devel
 BuildRequires: ktoblzcheck-devel
 
 Requires: gnucash-docs >= 2.2.0
+Requires: dconf
 Requires: perl(Finance::Quote)
 %if 0%{?fedora} <= 14 && 0%{?rhel} <= 6
 # for HBCI setup wizard
@@ -122,8 +123,12 @@ fi
 %config(noreplace) %{_sysconfdir}/gnucash/*
 
 %changelog
+* Mon Jan 27 2014 Bill Nottingham <notting at redhat.com> - 2.6.1-1
+- update to 2.6.1 (#1057990)
+- add dconf requires (#1058218)
+
 * Tue Jan 21 2014 Bill Nottingham <notting at redhat.com> - 2.6.0-3
-- fix %%postun
+- fix %%postun (#1056721)
 - rebuild for libdbi
 
 * Fri Jan 17 2014 Bill Nottingham <notting at redhat.com> - 2.6.0-2
diff --git a/sources b/sources
index ce77ab8..e5477da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52edee40b03120d2646a47463f675d9a  gnucash-2.6.0.tar.bz2
+3723095e59aa2f58759fc62e6f43dddd  gnucash-2.6.1.tar.bz2


More information about the scm-commits mailing list