diff --git a/.gitignore b/.gitignore index a3919af..990b656 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qpdfview-0.4.1.tar.gz +/qpdfview-0.4.15.tar.gz diff --git a/qpdfview-0.4.13-arm.patch b/qpdfview-0.4.13-arm.patch deleted file mode 100644 index 7593e5c..0000000 --- a/qpdfview-0.4.13-arm.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- sources/documentview.cpp.orig 2014-11-19 12:59:30.017166782 +0300 -+++ sources/documentview.cpp 2014-11-19 13:48:55.115179111 +0300 -@@ -786,8 +786,8 @@ - - // Fetch at most half of a line as centered on the given rectangle as possible. - const qreal pageWidth = m_pages.at(page - 1)->size().width(); -- const qreal width = qMax(rect.width(), pageWidth / 2.0); -- const qreal x = qBound(0.0, rect.x() + rect.width() / 2.0 - width / 2.0, pageWidth - width); -+ const qreal width = qMax(rect.width(), pageWidth / 2.0f); -+ const qreal x = qBound(qreal(0.0), rect.x() + rect.width() / 2.0f - width / 2.0f, pageWidth - width); - - const QRectF surroundingRect(x, rect.top(), width, rect.height()); - diff --git a/qpdfview-0.4.13.tar.gz b/qpdfview-0.4.13.tar.gz deleted file mode 100644 index a81ba1c..0000000 Binary files a/qpdfview-0.4.13.tar.gz and /dev/null differ diff --git a/qpdfview.spec b/qpdfview.spec index fd49637..97d0982 100644 --- a/qpdfview.spec +++ b/qpdfview.spec @@ -1,11 +1,11 @@ Name: qpdfview -Version: 0.4.13 -Release: 3%{?dist} +Version: 0.4.15 +Release: 1%{?dist} License: GPLv2+ Summary: Tabbed PDF Viewer Url: https://launchpad.net/qpdfview Source0: https://launchpad.net/qpdfview/trunk/%{version}/+download/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-arm.patch +Patch0: %{name}-0.4.13-arm.patch BuildRequires: desktop-file-utils file-devel cups-devel hicolor-icon-theme pkgconfig(poppler-qt4) pkgconfig(libspectre) pkgconfig(QtGui) pkgconfig(QtDBus) pkgconfig(zlib) %if 0%{?centos_version} Requires: qt-sqlite @@ -21,7 +21,7 @@ It provides a clear and simple graphical user interface using the Qt framework. %prep %setup0 -q -%patch0 -p 0 +#patch0 -p 0 %build @@ -67,6 +67,9 @@ rm -f %{buildroot}/%{_datadir}/%{name}/%{name}_ast.qm %{_mandir}/man?/* %changelog +* Fri Oct 09 2015 TI_Eugene 0.4.15-1 +- Version bump + * Thu Jun 18 2015 Fedora Release Engineering - 0.4.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 027b8af..57933db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3df95ee6a4c56b714345cb4a27851c97 qpdfview-0.4.1.tar.gz +d7e4066f9062a00380e9aa78c12a882e qpdfview-0.4.15.tar.gz