Hello community,

here is the log from the commit of package gnucash-docs for openSUSE:12.2 
checked in at 2012-07-22 15:15:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/gnucash-docs (Old)
 and      /work/SRC/openSUSE:12.2/.gnucash-docs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnucash-docs", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:12.2/gnucash-docs/gnucash-docs.changes   2012-06-25 
15:20:47.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.gnucash-docs.new/gnucash-docs.changes      
2012-07-22 15:15:28.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Jul 20 20:27:18 UTC 2012 - dims...@opensuse.org
+
+- Add a self created source tarball, directly exported from svn.
+  The upstream provided tarball misses a bunch of file (notably in
+  the german language), which are all in svn, but due them not
+  being listed in Makefile.am, make dist did not add them to the
+  tarball (Addresses part of bnc#771530).
+- Add gnucash-docs-fixup.patch: mark the missing files to be
+  installed as well.
+- Add libtool BuildRequires and call autogen.sh in build section,
+  as this tarball has not been preprocessed at all.
+
+-------------------------------------------------------------------

Old:
----
  gnucash-docs-2.4.1.tar.gz

New:
----
  gnucash-docs-2.4.1.svn.tar.xz
  gnucash-docs-fixup.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnucash-docs.spec ++++++
--- /var/tmp/diff_new_pack.9Oeu5U/_old  2012-07-22 15:15:29.000000000 +0200
+++ /var/tmp/diff_new_pack.9Oeu5U/_new  2012-07-22 15:15:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnucash-docs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,19 +16,24 @@
 #
 
 
-
 Name:           gnucash-docs
-Version:        2.4.1
-Release:        1
-License:        GFDL-1.1 ; GPL-2.0+
+Version:        2.4.1.svn
+Release:        0
 Summary:        Documentation Module for GnuCash
-Url:            http://www.gnucash.org/
+License:        GFDL-1.1 ; GPL-2.0+
 Group:          Productivity/Office/Finance
-Source:         
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.1/%{name}-%{version}.tar.gz
+Url:            http://www.gnucash.org/
+#Source:         
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.1/%{name}-%{version}.tar.gz
+# The upstream tarball is actually rather broken, missing a bunch of files, 
which are all in svn. So we ship an
+# own tarball, which was created using "svn export 
http://code.gnucash.org/repo/gnucash-docs/tags/2.4.1 gnucash-docs-2.4.1.svn"
+Source:         %{name}-%{version}.tar.xz
+Patch0:         gnucash-docs-fixup.patch
 BuildRequires:  fdupes
 BuildRequires:  kdelibs3-doc
 # Only for directory ownership:
 BuildRequires:  libgnome
+# Needed for the svn exported tarball.
+BuildRequires:  libtool
 BuildRequires:  scrollkeeper
 BuildRequires:  sgml-skel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +48,11 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
+# Needed for the svn exported tarball.
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 

++++++ gnucash-docs-fixup.patch ++++++
Index: help/de_DE/Makefile.am
===================================================================
--- help/de_DE/Makefile.am      (revision 22269)
+++ help/de_DE/Makefile.am      (working copy)
@@ -7,7 +7,9 @@
        legal.xml \
        chartofaccts.xml \
        chtacctseg.xml \
-       txf-categories.xml
+       txf-categories.xml \
+       Help_ch_GettingStarted.xml \
+       Help_ch_Intro.xml
 DISTCLEANFILES =  $(docname)-de_DE.omf.out
 CLEANFILES =  $(DISTCLEANFILES)
 include $(top_srcdir)/xmldocs.make
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to