From c3bfb72e68b4e552f6cbad3488df2dbb9517342c7ad8f14dd30a39bd9685d6b5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 17 Jan 2012 16:04:52 +0000 Subject: [PATCH] Accepting request 100428 from home:vuntz:branches:GNOME:Factory Update to 3.3.2 OBS-URL: https://build.opensuse.org/request/show/100428 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-xsl?expand=0&rev=31 --- yelp-xsl-3.3.1.tar.bz2 | 3 --- yelp-xsl-3.3.2.tar.xz | 3 +++ yelp-xsl.changes | 13 +++++++++++++ yelp-xsl.spec | 8 +++++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 yelp-xsl-3.3.1.tar.bz2 create mode 100644 yelp-xsl-3.3.2.tar.xz diff --git a/yelp-xsl-3.3.1.tar.bz2 b/yelp-xsl-3.3.1.tar.bz2 deleted file mode 100644 index 05b6e7b..0000000 --- a/yelp-xsl-3.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be01cd1e3550c9bc0355ade66a1d597dafa0cc9445dea366d5ef3d75d5bb361 -size 691959 diff --git a/yelp-xsl-3.3.2.tar.xz b/yelp-xsl-3.3.2.tar.xz new file mode 100644 index 0000000..1af2103 --- /dev/null +++ b/yelp-xsl-3.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fa494d74082b2bfd7e099b47bff7a50ef32b813948b46bb81c19f8ffeee132 +size 564036 diff --git a/yelp-xsl.changes b/yelp-xsl.changes index 44f4a9e..0bc7038 100644 --- a/yelp-xsl.changes +++ b/yelp-xsl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jan 17 14:14:52 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.3.2: + + Customized rendering for mobile devices + + Changed how :first-child margin-top is set + + Changed div.all to div.page + + Copy page/section attributes to cache + + Updated translations. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. + ------------------------------------------------------------------- Tue Dec 13 13:09:58 UTC 2011 - coolo@suse.com diff --git a/yelp-xsl.spec b/yelp-xsl.spec index 88a9db8..c88a396 100644 --- a/yelp-xsl.spec +++ b/yelp-xsl.spec @@ -1,7 +1,7 @@ # # spec file for package yelp-xsl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. # # All modifications and additions to the file contributed by third parties @@ -17,15 +17,17 @@ # Name: yelp-xsl -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: XSL stylesheets for the yelp help browser License: GPL-2.0+ and LGPL-2.1+ and MIT Group: System/Libraries -Source: http://download.gnome.org/sources/yelp-xsl/3.3/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/yelp-xsl/3.3/%{name}-%{version}.tar.xz BuildRequires: intltool BuildRequires: itstool BuildRequires: pkg-config +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxslt) BuildArch: noarch