OBS User unknown 2009-03-12 14:40:29 +00:00 committed by Git OBS Bridge
parent 7898670764
commit 616762c825
3 changed files with 20 additions and 1 deletions

View File

@ -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 <config.h>
#ifdef HAVE_POPPLER
-#include <qt4/poppler-qt4.h>
+#include <poppler/qt4/poppler-qt4.h>
#endif
namespace {

View File

@ -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

View File

@ -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