Version bump

This commit is contained in:
TI_Eugene 2015-10-09 09:31:51 +03:00
parent 0ee826d3ee
commit e645731780
5 changed files with 9 additions and 18 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/qpdfview-0.4.1.tar.gz
/qpdfview-0.4.15.tar.gz

View File

@ -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());

Binary file not shown.

View File

@ -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 <ti.eugene@gmail.com> 0.4.15-1
- Version bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
3df95ee6a4c56b714345cb4a27851c97 qpdfview-0.4.1.tar.gz
d7e4066f9062a00380e9aa78c12a882e qpdfview-0.4.15.tar.gz