From 694d084b93a98943838427d7b2b8e81c553046048c77c42b21a8a155083bb18c Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Thu, 8 May 2014 07:19:21 +0000 Subject: [PATCH] added libxml2-devel and libxslt-devel to fix factory build OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=15 --- kbibtex.changes | 5 +++++ kbibtex.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/kbibtex.changes b/kbibtex.changes index 4eba796..cb925ea 100644 --- a/kbibtex.changes +++ b/kbibtex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 8 07:17:56 UTC 2014 - cornelis@solcon.nl + +- Added libxml2-devel and libxslt-devel BuildRequires (they where pulled in via libkde4-devel previously) + ------------------------------------------------------------------- Fri Jan 10 18:24:09 UTC 2014 - auxsvr@gmail.com diff --git a/kbibtex.spec b/kbibtex.spec index d2177ce..281a05f 100644 --- a/kbibtex.spec +++ b/kbibtex.spec @@ -1,7 +1,7 @@ # # spec file for package kbibtex # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -28,6 +28,8 @@ Source: http://download.gna.org/kbibtex/%{version}/%{name}-%{version} Patch0: kbibtex-sorting.patch BuildRequires: libkde4-devel BuildRequires: libpoppler-qt4-devel +BuildRequires: libxml2-devel +BuildRequires: libxslt-devel BuildRequires: update-desktop-files Requires(post): shared-mime-info Requires(post): desktop-file-utils