Accepting request 220626 from GNOME:Apps

- Update to version 2.6.1:
  + First documention updates for credit notes.
  + Adapt migration documentation to gsettings introduction.
  + Move most of the text regarding business features from guide to
    help, correct links and wording and many small improvements.
  + Add information about the Business tab in book options window.
  + Enable building Japanese PDF without requiring Debian or
    downloading fonts from anywhere.
  + Add Fedora font paths.
  + Adjust image after update.
  + Doc/guide/C: add cash account to accts-examples-organization2.
  + Docs/guide/de: minor corrections of spelling.
  + Updated translations.

- Update to version 2.6.0:
  + Updated documentation for new GnuCash stable version 2.6.0:
    - Update Preferences section.
    - Menu and Toolbar references.
    - Update Business Documentation: Bobby Ratliff.
    - Budget Features: Bobby Ratliff.
  + Update Copyrights, Author lists, and metadata.
  + Add facility to publish docs as e-pubs.
  + Bugs fixed: bgo#513122, bgo#604519, bgo#608932, bgo#633524,
    bgo#638955, bgo#639264, bgo#661705, bgo#670354, bgo#672668,
    bgo#684709, bgo#687476, bgo#688425, bgo#688579, bgo#688968,
    bgo#691762, bgo#692917, bgo#693493, bgo#699430, bgo#700656,
    bgo#702039, bgo#712308:, bgo#715161.
  + Updated translations. (forwarded request 220621 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/220626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash-docs?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2014-02-03 10:12:59 +00:00
committed by Git OBS Bridge
parent 73806fbd55
commit ca12d5a916
4 changed files with 50 additions and 17 deletions

View File

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

View File

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

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sun Feb 2 17:50:41 UTC 2014 - dimstar@opensuse.org
- Update to version 2.6.1:
+ First documention updates for credit notes.
+ Adapt migration documentation to gsettings introduction.
+ Move most of the text regarding business features from guide to
help, correct links and wording and many small improvements.
+ Add information about the Business tab in book options window.
+ Enable building Japanese PDF without requiring Debian or
downloading fonts from anywhere.
+ Add Fedora font paths.
+ Adjust image after update.
+ Doc/guide/C: add cash account to accts-examples-organization2.
+ Docs/guide/de: minor corrections of spelling.
+ Updated translations.
-------------------------------------------------------------------
Wed Jan 22 20:11:31 UTC 2014 - dimstar@opensuse.org
- Update to version 2.6.0:
+ Updated documentation for new GnuCash stable version 2.6.0:
- Update Preferences section.
- Menu and Toolbar references.
- Update Business Documentation: Bobby Ratliff.
- Budget Features: Bobby Ratliff.
+ Update Copyrights, Author lists, and metadata.
+ Add facility to publish docs as e-pubs.
+ Bugs fixed: bgo#513122, bgo#604519, bgo#608932, bgo#633524,
bgo#638955, bgo#639264, bgo#661705, bgo#670354, bgo#672668,
bgo#684709, bgo#687476, bgo#688425, bgo#688579, bgo#688968,
bgo#691762, bgo#692917, bgo#693493, bgo#699430, bgo#700656,
bgo#702039, bgo#712308:, bgo#715161.
+ Updated translations.
-------------------------------------------------------------------
Wed Dec 11 12:41:18 UTC 2013 - dimstar@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package gnucash-docs
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: gnucash-docs
Version: 2.4.2
Version: 2.6.1
Release: 0
Summary: Documentation Module for GnuCash
License: GFDL-1.1 and GPL-2.0+
Group: Productivity/Office/Finance
Url: http://www.gnucash.org/
Source: http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.2/%{name}-%{version}.tar.gz
Source: http://downloads.sourceforge.net/project/gnucash/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: kdelibs3-doc
# Only for directory ownership:
@@ -50,24 +50,22 @@ make %{?_smp_mflags}
%install
%makeinstall
for xml in %{buildroot}%{_datadir}/gnome/help/*/*/*.xml; do
if echo $xml | grep -E 'share/gnome/help/([^/]*)/[^/]*/\1\.xml$' > /dev/null; then
meinproc --check --cache `echo $xml | sed 's/xml$/cache.bz2/'` $xml || :
fi
done
%find_lang gnucash
%find_lang gnucash-guide %{?no_lang_C}
%find_lang gnucash-help %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
%clean
rm -rf %{buildroot}
%files -f gnucash.lang
%files -f gnucash-guide.lang -f gnucash-help.lang
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING-DOCS HACKING NEWS README
%{_datadir}/gnome/help/gnucash-guide
%{_datadir}/gnome/help/gnucash-help
%dir %{_datadir}/gnome/help/gnucash-guide
%{_datadir}/gnome/help/gnucash-guide/C/
%dir %{_datadir}/gnome/help/gnucash-help
%{_datadir}/gnome/help/gnucash-help/C/
%dir %{_datadir}/omf
%{_datadir}/omf/gnucash-guide/
%{_datadir}/omf/gnucash-help/
%{_datadir}/omf/gnucash-guide/gnucash-guide-C.omf
%{_datadir}/omf/gnucash-help/gnucash-help-C.omf
%changelog