From 409b7ae0c37190251850ca66936477d1ff323d6e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 14 Nov 2012 17:29:38 +0100 Subject: [PATCH] Update to 3.6.1 Drop manual requires from -devel package; these are all picked up automatically with recent rpmbuild --- .gitignore | 1 + devhelp.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 9d82d6d..86bc883 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ devhelp-2.90.5.tar.bz2 /devhelp-3.5.5.tar.xz /devhelp-3.5.92.tar.xz /devhelp-3.6.0.tar.xz +/devhelp-3.6.1.tar.xz diff --git a/devhelp.spec b/devhelp.spec index 8cb5f64..12fe16e 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -1,11 +1,7 @@ -# Last updated for 0.22 -%define gtk_version 3.0.2 -%define libwnck_version 2.10.0 - ### Abstract ### Name: devhelp -Version: 3.6.0 +Version: 3.6.1 Release: 1%{?dist} Epoch: 1 License: GPLv2+ @@ -13,7 +9,7 @@ Group: Development/Tools Summary: API documention browser URL: http://developer.imendio.com/projects/devhelp #VCS: git:git://git.gnome.org/devhelp -Source: http://download.gnome.org/sources/devhelp/3.5/devhelp-%{version}.tar.xz +Source: http://download.gnome.org/sources/devhelp/3.6/devhelp-%{version}.tar.xz ### Dependencies ### @@ -43,8 +39,6 @@ It works natively with API documentation generated by gtk-doc. Summary: Library to embed Devhelp in other applications Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: gtk3-devel >= %{gtk_version} -Requires: webkitgtk3-devel %description devel Devhelp is an API documentation browser for the GNOME desktop. @@ -139,6 +133,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/* %changelog +* Wed Nov 14 2012 Kalev Lember - 1:3.6.1-1 +- Update to 3.6.1 +- Drop manual requires from -devel package; these are all picked up + automatically with recent rpmbuild + * Tue Sep 25 2012 Richard Hughes - 1:3.6.0-1 - Update to 3.6.0 diff --git a/sources b/sources index f2a27b3..3e16c40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8076f10f493be38cef55e770db2579c5 devhelp-3.6.0.tar.xz +56c03dfc591f4a1a7b975291338bf12f devhelp-3.6.1.tar.xz