Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs.changes        
2012-04-23 09:13:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs.changes   
2012-10-03 07:20:15.000000000 +0200
@@ -1,0 +2,56 @@
+Tue Sep 25 06:44:30 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Fixed link in HIG
+  + Fixed broken translations
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Aug 29 21:57:46 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-common BuildRequires and call to gnome-autogen.sh:
+  A patch in gnome-doc-utils requires bootstrapping here, in order
+  to install the softlinks to the figs correctly.
+- Add hack to copy platform-demos/C/media/03_jssignal_02.png to
+  platform-demos/C/media/03_jssignal_02b.png: This file is being
+  referenced in the docs and install scripts, but is missing in
+  the tarball and git (bgo#682987).
+
+-------------------------------------------------------------------
+Tue Aug 21 07:53:27 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Updated platform demos.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug  6 19:38:22 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.5:
+  + Updated platform demos.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jul 17 10:03:24 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.4:
+  + Updated platform demos.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jun 26 08:18:42 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.3:
+  + Platform Demos.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Jun  7 21:37:23 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.2:
+  + Updated platform demos.
+  + Updates to Accessibility Development Guide.
+  + Updated translations.
+- Drop gnome-devel-docs-fix-figures.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  gnome-devel-docs-3.4.1.tar.xz
  gnome-devel-docs-fix-figures.patch

New:
----
  gnome-devel-docs-3.6.0.tar.xz

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

Other differences:
------------------
++++++ gnome-devel-docs.spec ++++++
--- /var/tmp/diff_new_pack.3UR0yU/_old  2012-10-03 07:20:17.000000000 +0200
+++ /var/tmp/diff_new_pack.3UR0yU/_new  2012-10-03 07:20:17.000000000 +0200
@@ -17,16 +17,16 @@
 
 
 Name:           gnome-devel-docs
-Version:        3.4.1
+Version:        3.6.0
 Release:        0
 Summary:        GNOME Platform Documentation
 License:        GFDL-1.1
 Group:          Documentation/Other
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-devel-docs/3.4/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-devel-docs-fix-figures.patch vu...@opensuse.org -- 
Fix broken figure symlinks, taken from git
-Patch0:         gnome-devel-docs-fix-figures.patch
+Source:         
http://download.gnome.org/sources/gnome-devel-docs/3.6/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+# Needed to get the fix from gnome-doc-utils in here. Can be removed once 
g-d-u does no longer carry a patch
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  pkg-config
 Recommends:     %{name}-lang
@@ -39,15 +39,23 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
+# WEIRD HACK to get around bgo#682987 -- Figure is likely wrong, but better 
than nothing.
+if [ -f platform-demos/C/media/03_jssignal_02b.png ]; then
+  echo "platform-demos/C/media/03_jssignal_02.png exists... please remove this 
hack"
+  /bin/false
+else
+  cp platform-demos/C/media/03_jssignal_02.png 
platform-demos/C/media/03_jssignal_02b.png
+fi
 
 %build
+# Needed to get the fix from gnome-doc-utils in here. Can be removed once 
g-d-u does no longer carry a patch
+NOCONFIGURE=1 gnome-autogen.sh
 %configure\
        --disable-scrollkeeper
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang accessibility-devel-guide %{?no_lang_C} devel-docs.lang
 %find_lang gnome-devel-demos %{no_lang_C} devel-docs.lang
 %find_lang hig-book %{?no_lang_C} devel-docs.lang

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

Reply via email to