Mailinglist Archive: opensuse-commit (1855 mails)

< Previous Next >
commit gnome-user-docs for openSUSE:Factory

Hello community,

here is the log from the commit of package gnome-user-docs for openSUSE:Factory
checked in at Sun Sep 11 19:09:10 CEST 2011.



--------
--- GNOME/gnome-user-docs/gnome-user-docs.changes 2011-05-24
09:14:37.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-user-docs/gnome-user-docs.changes
2011-09-06 11:41:52.000000000 +0200
@@ -1,0 +2,34 @@
+Tue Sep 6 05:50:21 UTC 2011 - vuntz@xxxxxxxxxxxx
+
+- Update to version 3.1.1:
+ + Added help for Vino
+ + Added color management help
+ + Updates to Nautilus and Sushi help
+ + Merged network and web guides
+ + Updates to network and user pages
+ + Misc fixes
+ + Updated translations.
+- Changes from version 3.0.5:
+ + Updated email contact info and links
+ + Clarified Ctrl+Alt+D in shortcuts
+ + Fixed character encoding problem
+ + Wording change for select/deselect
+ + Added information about disks and SMART
+ + Added information about type-ahead file searching
+ + Information about the message tray in shell-intro
+ + Major updates to wireless troubleshooting
+ + Information on calendar appointments
+ + Style edits
+ + Updated translations.
+- Remove gnome-doc-utils-devel, libxslt, pkg-config BuildRequires
+ and add itstool BuildRequires: this follows the move to the new
+ build system for help documents.
+- Replace nautilus Supplements with gnome-session, as it makes much
+ more sense (gnome-session is in the core of GNOME).
+- Remove meinproc usage of %%install: there's no explanation as to
+ why this is needed, so drop it.
+- Disable use of %find_lang for now, and manually list the
+ translated help documents as %find_lang needs to support the new
+ XDG help system first.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
gnome-user-docs-3.0.4.tar.bz2

New:
----
gnome-user-docs-3.1.1.tar.bz2

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

Other differences:
------------------
++++++ gnome-user-docs.spec ++++++
--- /var/tmp/diff_new_pack.CI5LZ1/_old 2011-09-11 19:08:58.000000000 +0200
+++ /var/tmp/diff_new_pack.CI5LZ1/_new 2011-09-11 19:08:58.000000000 +0200
@@ -18,20 +18,18 @@


Name: gnome-user-docs
-Version: 3.0.4
+Version: 3.1.1
Release: 1
+# FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
License: GFDL 1.1
Summary: GNOME Desktop Documentation
Url: http://www.gnome.org
Group: Documentation/Other
-Source: %{name}-%{version}.tar.bz2
+Source:
http://download.gnome.org/sources/gnome-user-docs/3.1/%{name}-%{version}.tar.bz2
BuildRequires: fdupes
-BuildRequires: gnome-doc-utils-devel
-BuildRequires: libxslt
-BuildRequires: pkg-config
+BuildRequires: itstool
Recommends: %{name}-lang
-# This package should probably supplement more than just nautilus...
-Supplements: nautilus
+Supplements: gnome-session
# Old name, for openSUSE <= 11.2
Provides: gnome2-user-docs = %{version}
Obsoletes: gnome2-user-docs < %{version}
@@ -52,12 +50,16 @@

%install
%makeinstall
-for xml in %{buildroot}%{_datadir}/gnome/help/*/*/*.xml; do
- if echo $xml | egrep 'share/gnome/help/([^/]*)/[^/]*/\1\.xml$' >
/dev/null; then
- meinproc --cache `echo $xml | sed 's/xml$/cache.bz2/'` $xml || :
- fi
+# 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
-%find_lang gnome-help %{?no_lang_C}
+sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" > %{name}.help-lang
+rm %{name}.help-lang.tmp
%fdupes %{buildroot}

%clean
@@ -66,11 +68,8 @@
%files
%defattr(-,root,root)
%doc COPYING NEWS
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/gnome-help/
-%doc %{_datadir}/gnome/help/gnome-help/C/
+%doc %{_datadir}/help/C/gnome-help/

-%files lang -f gnome-help.lang
+%files lang -f %{name}.help-lang

%changelog

++++++ gnome-user-docs-3.0.4.tar.bz2 -> gnome-user-docs-3.1.1.tar.bz2 ++++++
++++ 312049 lines of diff (skipped)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread