Hello community,

here is the log from the commit of package baobab for openSUSE:Factory checked 
in at 2012-02-28 19:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baobab (Old)
 and      /work/SRC/openSUSE:Factory/.baobab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baobab", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/baobab/baobab.changes    2011-11-17 
16:02:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.baobab.new/baobab.changes       2012-02-28 
19:20:53.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Feb 22 07:47:13 UTC 2012 - [email protected]
+
+- Update to version 3.3.2:
+  + Misc bugfixes.
+  + New user documentation using Mallard.
+  + Updated translations.
+- Change pkgconfig(gnome-doc-utils) BuildRequires to yelp-tools,
+  following the build system change for user documentation.
+- Manually list the translated help documents as %find_lang doesn't
+  support the new XDG help system yet.
+
+-------------------------------------------------------------------

Old:
----
  baobab-3.3.1.tar.bz2

New:
----
  baobab-3.3.2.tar.xz

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

Other differences:
------------------
++++++ baobab.spec ++++++
--- /var/tmp/diff_new_pack.c6E3hI/_old  2012-02-28 19:20:55.000000000 +0100
+++ /var/tmp/diff_new_pack.c6E3hI/_new  2012-02-28 19:20:55.000000000 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package baobab
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,18 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           baobab
-Version:        3.3.1
-Release:        1
-License:        GPL-2.0+
+Version:        3.3.2
+Release:        0
+# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 Summary:        Disk Usage Analyzer
-Url:            http://www.gnome.org
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
-Source:         
http://ftp.acc.umu.se/pub/GNOME/sources/baobab/3.3/%{name}-%{version}.tar.bz2
+Url:            http://www.gnome.org
+Source:         
http://download.gnome.org/sources/baobab/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
-BuildRequires:  pkgconfig(gnome-doc-utils) >= 0.3.2
+BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(glib-2.0) >= 2.30.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(libgtop-2.0)
 Recommends:     %{name}-lang
@@ -56,6 +59,14 @@
 %make_install
 %suse_update_desktop_file %{name}
 %find_lang %{name}
+# Localized help
+for help in %{buildroot}%{_datadir}/help/*/%{name}/; do
+    LOCALE=`echo $help | sed "s:.*%{_datadir}/help/\([^/]*\)/%{name}/:\1:g"`
+    echo "%%lang($LOCALE) %%dir %%{_datadir}/help/$LOCALE" >> 
%{name}.help-lang.tmp
+    echo "%%lang($LOCALE) %%doc /${help##%{buildroot}}" >> 
%{name}.help-lang.tmp
+done
+sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" > %{name}.help-lang
+rm %{name}.help-lang.tmp
 
 %post
 %glib2_gsettings_schema_post
@@ -70,6 +81,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING COPYING.docs NEWS README
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
@@ -77,6 +89,6 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 
-%files lang -f %{name}.lang
+%files lang -f %{name}.lang -f %{name}.help-lang
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to