From c2d070a5d09a3fdc2a2f3331abad7f52871cd6ddcc10f0c34a939905413a3447 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 24 Jan 2012 11:12:41 +0000 Subject: [PATCH] Accepting request 101207 from home:vuntz:branches:GNOME:Factory Update to 3.3.2 OBS-URL: https://build.opensuse.org/request/show/101207 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-tools?expand=0&rev=12 --- yelp-tools-3.3.1.tar.bz2 | 3 --- yelp-tools-3.3.2.tar.xz | 3 +++ yelp-tools.changes | 10 ++++++++++ yelp-tools.spec | 9 ++++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 yelp-tools-3.3.1.tar.bz2 create mode 100644 yelp-tools-3.3.2.tar.xz diff --git a/yelp-tools-3.3.1.tar.bz2 b/yelp-tools-3.3.1.tar.bz2 deleted file mode 100644 index f0b1628..0000000 --- a/yelp-tools-3.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a0563abb3a3142ea07686ab6b42c257f657e55ab8b39ae5c9a176ea6414b6e4 -size 200854 diff --git a/yelp-tools-3.3.2.tar.xz b/yelp-tools-3.3.2.tar.xz new file mode 100644 index 0000000..cd255c2 --- /dev/null +++ b/yelp-tools-3.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7d27612ca8c10734def48d315f69182819c140147f4be3b71db8195d1091cd +size 194944 diff --git a/yelp-tools.changes b/yelp-tools.changes index 9d85981..ad8425c 100644 --- a/yelp-tools.changes +++ b/yelp-tools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 23 19:24:46 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.3.2: + + yelp.m4: Custom distdir target to work around "Argument list + too long" +- 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. + ------------------------------------------------------------------- Thu Dec 22 09:37:11 UTC 2011 - vuntz@opensuse.org diff --git a/yelp-tools.spec b/yelp-tools.spec index a02117f..383f0b6 100644 --- a/yelp-tools.spec +++ b/yelp-tools.spec @@ -1,7 +1,7 @@ # # spec file for package yelp-tools # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: yelp-tools -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: Collection of utilities to help create documentation License: GPL-2.0+ Group: Development/Tools/Other Url: http://projects.gnome.org/yelp/ -Source: http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.xz BuildRequires: itstool BuildRequires: libxml2 BuildRequires: libxslt 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(yelp-xsl) Requires: itstool Requires: libxml2