Hello community,

here is the log from the commit of package aisleriot for openSUSE:Factory
checked in at Sun Oct 2 09:47:06 CEST 2011.



--------
--- openSUSE:Factory/aisleriot/aisleriot.changes        2011-09-23 
01:51:31.000000000 +0200
+++ /mounts/work_src_done/STABLE/aisleriot/aisleriot.changes    2011-09-26 
15:42:17.000000000 +0200
@@ -1,0 +2,34 @@
+Mon Sep 26 13:40:28 UTC 2011 - [email protected]
+
+- Update to version 3.2.0:
+  + Update card theme install info for debian (bgo#659997)
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep 21 17:38:02 UTC 2011 - [email protected]
+
+- Update to version 3.1.92:
+  + Distribute a copy of the LGPL
+  + Update card theme install info for opensuse and ubuntu
+    (bgo#648601)
+  + Update card theme install info for ubuntu (bgo#648601)
+  + Fix the build with the 'file' help method (bgo#656967)
+  + Build ghelp with yelp-tools instead of gnome-doc-utils
+    (bgo#657683)
+  + Fix game restart (bgo#657735)
+  + Updated translations.
+- Drop aisleriot-theme-install.patch: fixed upstream.
+- Change gnome-doc-utils-devel BuildRequires to itstool, following
+  the change in help build system.
+- Remove --disable-scrollkeeper configure option: it doesn't exist
+  anymore.
+- Manually list the translated help documents as %find_lang needs
+  to support the new XDG help system first.
+
+-------------------------------------------------------------------
+Sat Sep 17 10:50:40 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  aisleriot-3.1.1.tar.bz2
  aisleriot-theme-install.patch

New:
----
  aisleriot-3.2.0.tar.bz2

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

Other differences:
------------------
++++++ aisleriot.spec ++++++
--- /var/tmp/diff_new_pack.OGTAWe/_old  2011-10-02 09:47:00.000000000 +0200
+++ /var/tmp/diff_new_pack.OGTAWe/_new  2011-10-02 09:47:00.000000000 +0200
@@ -18,25 +18,24 @@
 
 
 Name:           aisleriot
-Version:        3.1.1
-Release:        2
+Version:        3.2.0
+Release:        1
+# FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
 License:        GPLv3+
 Summary:        Solitaire Card Games for GNOME
 Url:            http://www.gnome.org
 Group:          Amusements/Games/Board/Card
-Source0:        
http://download.gnome.org/sources/aisleriot/3.1/%{name}-%{version}.tar.bz2
+Source0:        
http://download.gnome.org/sources/aisleriot/3.2/%{name}-%{version}.tar.bz2
 # We add the 256x256 png icon for freecell from gnome-games version 2.91.3
 # tarball manually until upstream solves bgo#657280
 Source1:        gnome-freecell.png
-# PATCH-FIX-UPSTREAM aisleriot-theme-install.patch bgo#648601 
[email protected] -- Let aisleriot know that extra themes are in 
aisleriot-themes
-Patch0:         aisleriot-theme-install.patch
 # PATCH-FIX-UPSTREAM aisleriot-automagic-guile.patch bgo#658159 
[email protected] -- Automatically detect version of guile
 Patch1:         aisleriot-automagic-guile.patch
 # needed by patch1
 BuildRequires:  gnome-common
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  guile-devel
 BuildRequires:  intltool
+BuildRequires:  itstool
 BuildRequires:  lsb-release
 # Needed to get lsb data
 BuildRequires:  dummy-release
@@ -73,7 +72,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 %build
@@ -81,9 +79,8 @@
 NOCONFIGURE=1 gnome-autogen.sh
 %configure \
     --disable-schemas-install \
-    --disable-static \
-    --disable-scrollkeeper
-%__make %{?jobs:-j%jobs}
+    --disable-static
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -96,9 +93,14 @@
 cp %{S:1} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/
 %find_lang %{name} %{?no_lang_C}
 %find_gconf_schemas
-
-%clean
-rm -rf %{buildroot}
+# Localized help
+for help in %{buildroot}%{_datadir}/help/*/aisleriot/; do
+    LOCALE=`echo $help | sed "s:.*%{_datadir}/help/\([^/]*\)/aisleriot/:\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
 
 %pre -f aisleriot.schemas_pre
 
@@ -118,14 +120,12 @@
 
 %files -f aisleriot.schemas_list
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING-DOCS COPYING.GPL3
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/aisleriot/
-%doc %{_datadir}/gnome/help/aisleriot/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/aisleriot/
-%doc %{_datadir}/omf/aisleriot/aisleriot-C.omf
+%doc AUTHORS ChangeLog COPYING.GFDL COPYING.GPL3 COPYING.LGPL3
+%if 0%{?suse_version} <= 1140
+%doc %dir %{_datadir}/help
+%doc %dir %{_datadir}/help/C
+%endif
+%doc %{_datadir}/help/C/aisleriot/
 %{_bindir}/sol
 %{_datadir}/applications/freecell.desktop
 %{_datadir}/applications/sol.desktop
@@ -155,6 +155,6 @@
 %{_datadir}/aisleriot/cards/gnomangelo_bitmap.svg
 %{_datadir}/aisleriot/cards/ornamental.svg
 
-%files lang -f aisleriot.lang
+%files lang -f aisleriot.lang -f %{name}.help-lang
 
 %changelog

++++++ aisleriot-3.1.1.tar.bz2 -> aisleriot-3.2.0.tar.bz2 ++++++
++++ 378049 lines of diff (skipped)


continue with "q"...



Remember to have fun...

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


Reply via email to