commit gnome-devel-docs for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-devel-docs for openSUSE:Factory checked in at 2012-04-23 09:13:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-29 13:53:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs.changes 2012-04-23 09:13:52.000000000 +0200 @@ -1,0 +2,14 @@ +Thu Apr 19 05:54:53 UTC 2012 - vuntz@opensuse.org + +- Add gnome-devel-docs-fix-figures.patch: fix broken figure + symlinks, that break bundle-lang-gnome-extras. + +------------------------------------------------------------------- +Tue Apr 17 06:45:31 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.4.1: + + Updates to Accessibility Development Guide, Platform Demos and + Platform Overview. + + Updated translations. + +------------------------------------------------------------------- Old: ---- gnome-devel-docs-3.4.0.tar.xz New: ---- gnome-devel-docs-3.4.1.tar.xz gnome-devel-docs-fix-figures.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-devel-docs.spec ++++++ --- /var/tmp/diff_new_pack.y9uyOZ/_old 2012-04-23 09:13:54.000000000 +0200 +++ /var/tmp/diff_new_pack.y9uyOZ/_new 2012-04-23 09:13:54.000000000 +0200 @@ -17,13 +17,15 @@ Name: gnome-devel-docs -Version: 3.4.0 +Version: 3.4.1 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 vuntz@opensuse.org -- Fix broken figure symlinks, taken from git +Patch0: gnome-devel-docs-fix-figures.patch BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: pkg-config @@ -37,6 +39,7 @@ %lang_package %prep %setup -q +%patch0 -p1 %build %configure\ ++++++ gnome-devel-docs-fix-figures.patch ++++++ commit 96f4b2b350d8aa82ed43afb12e9f8cd599a7269c Author: Jasper Lievisse Adriaanse <jasper@humppa.nl> Date: Tue Apr 17 10:40:58 2012 +0200 Prevent looping symlinks by removing references to these non-existant figures. Index: gnome-devel-docs-3.4.1/accessibility-devel-guide/Makefile.am =================================================================== --- gnome-devel-docs-3.4.1.orig/accessibility-devel-guide/Makefile.am +++ gnome-devel-docs-3.4.1/accessibility-devel-guide/Makefile.am @@ -9,8 +9,6 @@ DOC_FIGURES = \ figures/badfocus1.png \ figures/badfocus2.png \ figures/badfocus3.png \ - figures/colour_and_arrows.png \ - figures/colour_only.png \ figures/depend1a.png \ figures/depend1.png \ figures/depend2a.png \ Index: gnome-devel-docs-3.4.1/accessibility-devel-guide/Makefile.in =================================================================== --- gnome-devel-docs-3.4.1.orig/accessibility-devel-guide/Makefile.in +++ gnome-devel-docs-3.4.1/accessibility-devel-guide/Makefile.in @@ -282,8 +282,6 @@ DOC_FIGURES = \ figures/badfocus1.png \ figures/badfocus2.png \ figures/badfocus3.png \ - figures/colour_and_arrows.png \ - figures/colour_only.png \ figures/depend1a.png \ figures/depend1.png \ figures/depend2a.png \ -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de