From 616762c825f5bb119c491e75a06f5ba8c872471efbf9219dfe9b0c4e2ce15ba0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 12 Mar 2009 14:40:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=20 --- fix-compile.diff | 11 +++++++++++ tellico.changes | 5 +++++ tellico.spec | 5 ++++- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/fix-compile.diff b/fix-compile.diff index 2fde5b1..1671cfd 100644 --- a/fix-compile.diff +++ b/fix-compile.diff @@ -6,3 +6,14 @@ #http://www.cmake.org/Wiki/CMake_Useful_Variables # automatically add CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR +--- src/translators/pdfimporter.cpp ++++ src/translators/pdfimporter.cpp +@@ -35,7 +35,7 @@ + + #include + #ifdef HAVE_POPPLER +-#include ++#include + #endif + + namespace { diff --git a/tellico.changes b/tellico.changes index 58a64e4..f9cce30 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 12 14:27:36 CET 2009 - pgajdos@suse.cz + +- fixed build: qt4/poppler-qt4.h --> poppler/qt4/poppler-qt4.h + ------------------------------------------------------------------- Mon Feb 23 12:17:04 CET 2009 - pgajdos@suse.cz diff --git a/tellico.spec b/tellico.spec index a2e3b14..6449aa6 100644 --- a/tellico.spec +++ b/tellico.spec @@ -22,7 +22,7 @@ Name: tellico BuildRequires: cmake kdemultimedia4 kdepim4-devel libkde4-devel libpoppler-qt4-devel libqimageblitz-devel Summary: A book collection manager Version: 1.9_SVN20090219 -Release: 1 +Release: 2 License: GPL v2 or later Group: Productivity/Other Source: %{name}-%{version}.tar.bz2 @@ -30,6 +30,7 @@ Provides: bookcase Obsoletes: bookcase BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.periapsis.org/tellico/ +# PATCH-FIX-UPSTREAM fix-compile.diff pgajdos@suse.cz Patch: fix-compile.diff Requires: %{name}-lang = %{version} %kde4_pimlibs_requires @@ -83,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{_kde_html_dir}/fr %changelog +* Thu Mar 12 2009 pgajdos@suse.cz +- fixed build: qt4/poppler-qt4.h --> poppler/qt4/poppler-qt4.h * Mon Feb 23 2009 pgajdos@suse.cz - updated to SVN version ported to KDE4 (upcomming 2.0.0) * Mon Feb 16 2009 pgajdos@suse.cz