From 980ef9977f963145be31068e1b2ca967809a38d36c23abbc0fe84b456f5b0e9b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 25 Jan 2017 22:31:19 +0000 Subject: [PATCH] Accepting request 451994 from GNOME:Apps 1 OBS-URL: https://build.opensuse.org/request/show/451994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash-docs?expand=0&rev=33 --- .gitattributes | 2 ++ download | 3 +++ gnucash-docs-2.6.14.tar.gz | 3 --- gnucash-docs.changes | 15 ++++++++++++++- gnucash-docs.spec | 19 ++++++++----------- 5 files changed, 27 insertions(+), 15 deletions(-) create mode 100644 download delete mode 100644 gnucash-docs-2.6.14.tar.gz diff --git a/.gitattributes b/.gitattributes index 9b03811..013e71d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/download b/download new file mode 100644 index 0000000..b5fdb2c --- /dev/null +++ b/download @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1b903217ca2997fbc0386676305e262e13f26ad504cd71ccf7ef977781526c +size 81292273 diff --git a/gnucash-docs-2.6.14.tar.gz b/gnucash-docs-2.6.14.tar.gz deleted file mode 100644 index 8cda5f3..0000000 --- a/gnucash-docs-2.6.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fdbf438a11546de7ee4392c59db2ac8bb8330aab01274a34327d76847f25d8d -size 80104270 diff --git a/gnucash-docs.changes b/gnucash-docs.changes index 709fa40..6d4e67f 100644 --- a/gnucash-docs.changes +++ b/gnucash-docs.changes @@ -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. diff --git a/gnucash-docs.spec b/gnucash-docs.spec index f7f9482..1cb6772 100644 --- a/gnucash-docs.spec +++ b/gnucash-docs.spec @@ -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