From 68fdbe49e050446d0ba2ced81f95002c7964eec15ffcfa48052b186cf5e34d0f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sat, 25 Feb 2012 14:40:16 +0000 Subject: [PATCH 1/2] Accepting request 106729 from home:vuntz:branches:GNOME:Factory Update to 3.3.3 OBS-URL: https://build.opensuse.org/request/show/106729 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-tools?expand=0&rev=14 --- yelp-tools-3.3.2.tar.xz | 3 --- yelp-tools-3.3.3.tar.xz | 3 +++ yelp-tools.changes | 12 ++++++++++++ yelp-tools.spec | 4 +--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 yelp-tools-3.3.2.tar.xz create mode 100644 yelp-tools-3.3.3.tar.xz diff --git a/yelp-tools-3.3.2.tar.xz b/yelp-tools-3.3.2.tar.xz deleted file mode 100644 index cd255c2..0000000 --- a/yelp-tools-3.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa7d27612ca8c10734def48d315f69182819c140147f4be3b71db8195d1091cd -size 194944 diff --git a/yelp-tools-3.3.3.tar.xz b/yelp-tools-3.3.3.tar.xz new file mode 100644 index 0000000..f2ef0c2 --- /dev/null +++ b/yelp-tools-3.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072ce2db79517c3875dbb1884e51e700d3053084b9a27310b676e30fd8a1e087 +size 195340 diff --git a/yelp-tools.changes b/yelp-tools.changes index ad8425c..65ec846 100644 --- a/yelp-tools.changes +++ b/yelp-tools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 23 19:37:32 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.3.3: + + yelp.m4: + - Fixed install/uninstall targets with lots of files + - Only call mkdir_p once per directory + - Dist all linguas, regardless of LINGUAS + + yelp-build: Call html.js.custom +- Remove xz BuildRequires now that it comes for free in the build + system. + ------------------------------------------------------------------- Mon Jan 23 19:24:46 UTC 2012 - vuntz@opensuse.org diff --git a/yelp-tools.spec b/yelp-tools.spec index 383f0b6..fe1155b 100644 --- a/yelp-tools.spec +++ b/yelp-tools.spec @@ -17,7 +17,7 @@ Name: yelp-tools -Version: 3.3.2 +Version: 3.3.3 Release: 0 Summary: Collection of utilities to help create documentation License: GPL-2.0+ @@ -28,8 +28,6 @@ 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 From 71a38a99893f53924c13a51c5e3ef1d90285a11423ae6f862c9a9550097d88c7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 26 Feb 2012 15:06:34 +0000 Subject: [PATCH 2/2] Accepting request 107007 from home:vuntz:branches:GNOME:Factory Fix build after libxml2 change OBS-URL: https://build.opensuse.org/request/show/107007 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-tools?expand=0&rev=15 --- yelp-tools.changes | 6 ++++++ yelp-tools.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/yelp-tools.changes b/yelp-tools.changes index 65ec846..e195345 100644 --- a/yelp-tools.changes +++ b/yelp-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 26 13:59:18 UTC 2012 - vuntz@opensuse.org + +- Change libxml2 BuildRequires and Requires to libxml2-tools for + xmllint, now that tools got split from libxml2 package. + ------------------------------------------------------------------- Thu Feb 23 19:37:32 UTC 2012 - vuntz@opensuse.org diff --git a/yelp-tools.spec b/yelp-tools.spec index fe1155b..3bdbf8f 100644 --- a/yelp-tools.spec +++ b/yelp-tools.spec @@ -25,12 +25,12 @@ Group: Development/Tools/Other Url: http://projects.gnome.org/yelp/ Source: http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.xz BuildRequires: itstool -BuildRequires: libxml2 +BuildRequires: libxml2-tools BuildRequires: libxslt BuildRequires: pkg-config BuildRequires: pkgconfig(yelp-xsl) Requires: itstool -Requires: libxml2 +Requires: libxml2-tools Requires: libxslt BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch