Update to 5.6.1

This commit is contained in:
Jan Grulich 2016-06-09 14:50:58 +02:00
parent e40c81c2aa
commit 75d8d3cc6f
4 changed files with 19 additions and 12 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/qtsvg-opensource-src-5.6.0-beta.tar.gz
/qtsvg-opensource-src-5.6.0-rc.tar.xz
/qtsvg-opensource-src-5.6.0.tar.xz
/qtsvg-opensource-src-5.6.1.tar.xz

View File

@ -7,8 +7,8 @@
Summary: Qt5 - Support for rendering and displaying SVG
Name: qt5-%{qt_module}
Version: 5.6.0
Release: 3%{?prerelease:.%{prerelease}}%{?dist}
Version: 5.6.1
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -121,6 +121,9 @@ popd
%changelog
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
- Update to 5.6.1
* Sun Mar 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
- rebuild

View File

@ -1,9 +1,12 @@
--- qtsvg-opensource-src-5.6.0-beta1/examples/svg/richtext/textobject/textobject.pro 2015-10-28 06:32:36.000000000 -0200
+++ qtsvg-opensource-src-5.6.0-beta1/examples/svg/richtext/textobject/textobject.pro.new 2015-11-12 17:21:29.259985820 -0200
@@ -13,5 +13,5 @@
INSTALLS += target
filesToDeploy.files = files/*.svg
-filesToDeploy.path = files
+filesToDeploy.path = $$[QT_INSTALL_EXAMPLES]/svg/richtext/textobject/files
DEPLOYMENT += filesToDeploy
diff --git a/examples/svg/richtext/textobject/textobject.pro b/examples/svg/richtext/textobject/textobject.pro
index 8892ae7..f9ec7c6 100644
--- a/examples/svg/richtext/textobject/textobject.pro
+++ b/examples/svg/richtext/textobject/textobject.pro
@@ -14,6 +14,6 @@ INSTALLS += target
wince*{
filesToDeploy.files = files/*.svg
- filesToDeploy.path = files
+ filesToDeploy.path = $$[QT_INSTALL_EXAMPLES]/svg/richtext/textobject/files
DEPLOYMENT += filesToDeploy
}

View File

@ -1 +1 @@
ab86dafed92185a2f98190fc37afceab qtsvg-opensource-src-5.6.0.tar.xz
745d43d334a52a8f27995e37d29fca64 qtsvg-opensource-src-5.6.1.tar.xz