From 402885ae9df9a1c77cbcff7f58ac709870dc3eae6a4d7552a7360efedcc5b807 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 1 Jul 2011 12:19:14 +0000 Subject: [PATCH] Accepting request 74995 from home:vuntz:branches:GNOME:Apps tweak OBS-URL: https://build.opensuse.org/request/show/74995 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=23 --- gtranslator.changes | 20 +++++++++++--------- gtranslator.spec | 3 ++- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/gtranslator.changes b/gtranslator.changes index 5b37f35..979c7de 100644 --- a/gtranslator.changes +++ b/gtranslator.changes @@ -1,15 +1,17 @@ ------------------------------------------------------------------- Wed Jun 15 11:15:18 UTC 2011 - dimstar@opensuse.org -- Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel: - this allows us to use libgda-4.0 and libgda-5.0 without knowledge - of what is in the repository. -- Pass --with-gda=4.0|5.0 to configure (4.0 and 5.0 is extracted - from the rpm database, based on what libgda-devel has been - installed) -- Add gtranslator-libgda-5.0.patch: Add support for libgda-5.0 with - a new --with-gda parameter. -- Add gnome-common BuildRequires plus call to gnome-autogen.sh. +- Add optional port to libgda 5.0: + + Add gtranslator-libgda-5.0.patch: add support for libgda-5.0 + with a new --with-gda parameter. + + Add gnome-common BuildRequires and call to gnome-autogen.sh, + needed for the patch to be taken into account. + + Replace pkgconfig(libgda-4.0) BuildRequires with libgda-devel: + this allows us to use libgda-4.0 and libgda-5.0 without + knowledge of what version is in the repository. + + Pass --with-gda=4.0|5.0 to configure: the version (4.0 or 5.0) + is extracted from the rpm database, based on the libgda-devel + package that has been installed. ------------------------------------------------------------------- Wed Jun 15 09:56:24 CEST 2011 - vuntz@opensuse.org diff --git a/gtranslator.spec b/gtranslator.spec index 8f555ec..3cd4890 100644 --- a/gtranslator.spec +++ b/gtranslator.spec @@ -28,10 +28,11 @@ Source: http://www.kabalak.net/gtranslator/download/releases/%{version}/ # PATCH-FIX-UPSTREAM gtranslator-libgda-5.0.patch bgo#652639 dimstar@opensuse.org -- Add support for libgda 5.0 Patch0: gtranslator-libgda-5.0.patch BuildRequires: fdupes -# Require by patch0 +# Needed by patch0 BuildRequires: gnome-common BuildRequires: gnome-doc-utils-devel BuildRequires: intltool +# Not using a pkgconfig() BuildRequires, to allow building against libgda 4.0 and 5.0 BuildRequires: libgda-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files