From 3b10af18a8c0545238aaa1b4142a7b20f78e4a28 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Oct 13 2016 22:17:10 +0000 Subject: Update to 3.1.99 --- diff --git a/.gitignore b/.gitignore index c3a30f3..98ca8d1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /gimagereader-3.1.2.tar.xz /gimagereader-3.1.90.tar.xz /gimagereader-3.1.91.tar.xz +/gimagereader-3.1.99.tar.xz diff --git a/gimagereader.spec b/gimagereader.spec index b207d0e..7902485 100644 --- a/gimagereader.spec +++ b/gimagereader.spec @@ -1,5 +1,5 @@ Name: gimagereader -Version: 3.1.91 +Version: 3.1.99 Release: 1%{?dist} Summary: A front-end to tesseract-ocr @@ -23,6 +23,7 @@ BuildRequires: qtspell-qt5-devel BuildRequires: poppler-qt5-devel BuildRequires: json-glib-devel BuildRequires: libxml++-devel +BuildRequires: podofo-devel Requires: hicolor-icon-theme @@ -86,13 +87,13 @@ mkdir build_gtk ( cd build_gtk %cmake -DINTERFACE_TYPE=gtk -DENABLE_VERSIONCHECK=0 -DMANUAL_DIR="%{_defaultdocdir}/%{name}-common" .. -make %{?_smp_mflags} +%make_build ) mkdir build_qt ( cd build_qt %cmake -DINTERFACE_TYPE=qt5 -DENABLE_VERSIONCHECK=0 -DMANUAL_DIR="%{_defaultdocdir}/%{name}-common" .. -make %{?_smp_mflags} +%make_build ) @@ -161,6 +162,9 @@ fi %{_datadir}/applications/%{name}-qt5.desktop %changelog +* Fri Oct 14 2016 Sandro Mani - 3.1.99-1 +- Update to 3.1.99 + * Tue May 03 2016 Sandro Mani - 3.1.91-1 - Update to 3.1.91 diff --git a/sources b/sources index a47868f..a094557 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7235895aabd0220ef8adaa3982423e2 gimagereader-3.1.91.tar.xz +784f2a52d2232b3d89d2abab82031e02 gimagereader-3.1.99.tar.xz