Dominique Leuenberger 2017-01-25 22:31:19 +00:00 committed by Git OBS Bridge
parent aa0978370e
commit 980ef9977f
5 changed files with 27 additions and 15 deletions

2
.gitattributes vendored
View File

@ -21,3 +21,5 @@
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
download filter=lfs diff=lfs merge=lfs -text

3
download Normal file
View File

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

View File

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

View File

@ -1,11 +1,24 @@
-------------------------------------------------------------------
Fri Jan 20 23:59:55 UTC 2017 - zaitor@opensuse.org
- Update to version 2.6.15:
+ Fix resolution of screenshots.
+ Bugs fixed: bgo#397135, bgo#633590, bgo#743671, bgo#755174,
bgo#770371, bgo#775592, bgo#775919.
+ Updated translations.
- Drop rarian-scrollkeeper-compat BuildRequires: No longer strictly
needed.
- Drop libgnome BuildRequires: Previously added just for for dir
ownership. In stead just plainly own dirs in filelist.
-------------------------------------------------------------------
Thu Nov 3 07:44:43 UTC 2016 - dimstar@opensuse.org
- Update to version 2.6.14:
+ Updated german translation of the F::Q appendix.
+ Update the list of Finance::Quote methods to 1.38.
+ Bugs fixed: bgo#115461, bgo#687290, bgo#769457, bgo#769746,
bgo#771230, bgo#769663.
+ Updated translations.
- Changes from version 2.6.13:
+ Fix unclear statement re docbook stylesheets in README.
+ Fix the very stale Release Schedule link in the Guide.

View File

@ -1,7 +1,7 @@
#
# spec file for package gnucash-docs
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX 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,17 +17,14 @@
Name: gnucash-docs
Version: 2.6.14
Version: 2.6.15
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/%{version}/%{name}-%{version}.tar.gz
Source: https://sourceforge.net/projects/gnucash/files/gnucash-docs/2.6.15/gnucash-docs-2.6.15.tar.gz/download
BuildRequires: fdupes
# Only for directory ownership:
BuildRequires: libgnome
BuildRequires: rarian-scrollkeeper-compat
BuildRequires: sgml-skel
BuildRequires: xsltproc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -53,15 +50,15 @@ make %{?_smp_mflags}
%find_lang gnucash-help %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
%clean
rm -rf %{buildroot}
%files -f gnucash-guide.lang -f gnucash-help.lang
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING-DOCS HACKING NEWS README
# Own dirs so we do not have to depend on libgnome
%dir %{_datadir}/gnome
%dir %{_datadir}/gnome/help
%dir %{_datadir}/gnome/help/gnucash-guide
%{_datadir}/gnome/help/gnucash-guide/C/
%doc %{_datadir}/gnome/help/gnucash-guide/C/
%dir %{_datadir}/gnome/help/gnucash-help
%{_datadir}/gnome/help/gnucash-help/C/
%doc %{_datadir}/gnome/help/gnucash-help/C/
%changelog