Hello community,

here is the log from the commit of package gnome-user-docs for openSUSE:Factory 
checked in at 2012-03-29 13:57:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-user-docs (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-user-docs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-user-docs", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs.changes  
2012-02-27 18:35:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs.changes     
2012-03-29 13:57:17.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Mar 27 06:27:41 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0:
+  + Many updates.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 26 07:50:29 UTC 2012 - vu...@opensuse.org
+
+- Remove hack to find localized help: this has been fixed in
+  find-lang.sh.
+- Re-enable parallel build now that a bug that made it extremely
+  slow is fixed.
+
+-------------------------------------------------------------------

Old:
----
  gnome-user-docs-3.3.1.tar.xz

New:
----
  gnome-user-docs-3.4.0.tar.xz

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

Other differences:
------------------
++++++ gnome-user-docs.spec ++++++
--- /var/tmp/diff_new_pack.9uZBAT/_old  2012-03-29 13:57:19.000000000 +0200
+++ /var/tmp/diff_new_pack.9uZBAT/_new  2012-03-29 13:57:19.000000000 +0200
@@ -17,15 +17,13 @@
 
 
 Name:           gnome-user-docs
-Version:        3.3.1
+Version:        3.4.0
 Release:        0
-# FIXME: parallel build is disabled because it's actually much slower (see 
bgo#659421); should be safe to reenable in 3.3.x
-# FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
 Summary:        GNOME Desktop Documentation
 License:        GFDL-1.1
 Group:          Documentation/Other
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-user-docs/3.3/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-user-docs/3.4/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  yelp-tools
 Recommends:     %{name}-lang
@@ -45,21 +43,11 @@
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 %makeinstall
-# Disable find_lang until it supports the xdg help system
-#%%find_lang gnome-help %{?no_lang_C}
-# Localized help
-for help in %{buildroot}%{_datadir}/help/*/gnome-help/; do
-    LOCALE=`echo $help | sed "s:.*%{_datadir}/help/\([^/]*\)/gnome-help/:\1:g"`
-    echo "%%lang($LOCALE) %%dir %%{_datadir}/help/$LOCALE" >> 
%{name}.help-lang.tmp
-    echo "%%lang($LOCALE) %%doc /${help##%{buildroot}}" >> 
%{name}.help-lang.tmp
-done
-echo "%%defattr(-,root,root)" > %{name}.help-lang
-sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" >> %{name}.help-lang
-rm %{name}.help-lang.tmp
+%find_lang gnome-help %{?no_lang_C}
 %fdupes %{buildroot}
 
 %clean
@@ -74,6 +62,6 @@
 %endif
 %doc %{_datadir}/help/C/gnome-help/
 
-%files lang -f %{name}.help-lang
+%files lang -f gnome-help.lang
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to