diff --git a/libqt5-qtgraphicaleffects.changes b/libqt5-qtgraphicaleffects.changes index f073b0a..0781576 100644 --- a/libqt5-qtgraphicaleffects.changes +++ b/libqt5-qtgraphicaleffects.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 10 11:27:57 UTC 2014 - mlin@suse.com + +- Install LICENSE files to %doc + +------------------------------------------------------------------- +Wed Feb 5 17:07:24 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.2.1: + * For more details please see: + http://blog.qt.digia.com/blog/2014/02/05/qt-5-2-1-released/ + ------------------------------------------------------------------- Thu Dec 12 13:42:39 UTC 2013 - hrvoje.senjan@gmail.com - Update to 5.2.0 final: diff --git a/libqt5-qtgraphicaleffects.spec b/libqt5-qtgraphicaleffects.spec index ce425a4..930bf52 100644 --- a/libqt5-qtgraphicaleffects.spec +++ b/libqt5-qtgraphicaleffects.spec @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtgraphicaleffects # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,29 @@ # +%define qt5_snapshot 0 + Name: libqt5-qtgraphicaleffects -Version: 5.2.0 +Version: 5.2.1 Release: 0 Summary: Qt 5 Graphical Effects License: BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0) Group: Development/Libraries/X11 Url: http://qt.digia.com -Source: %{tar_version}.tar.xz %define base_name libqt5 -%define real_version 5.2.0 -%define so_version 5.2.0 +%define real_version 5.2.1 +%define so_version 5.2.1 +%if %qt5_snapshot +%define tar_version qtgraphicaleffects-%{real_version} +%else %define tar_version qtgraphicaleffects-opensource-src-%{real_version} -BuildRequires: libQt5Quick-devel >= %{version} +%endif +Source: %{tar_version}.tar.xz +BuildRequires: libqt5-qtdeclarative-devel >= %{version} +%if %qt5_snapshot +#to create the forwarding headers +BuildRequires: perl +%endif BuildRequires: xz Requires: libQtQuick5 @@ -41,9 +51,17 @@ This package contains base tools, like string, xml, and network handling. %prep +%if %qt5_snapshot +%setup -q -n qtgraphicaleffects-%{real_version} +%else %setup -q -n qtgraphicaleffects-opensource-src-%{real_version} +%endif %build +%if %qt5_snapshot +#force the configure script to generate the forwarding headers (it checks whether .git directory exists) +mkdir .git +%endif %qmake5 %make_jobs @@ -52,6 +70,7 @@ handling. %files %defattr(-,root,root,755) +%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL %{_libqt5_archdatadir}/qml/QtGraphicalEffects %changelog diff --git a/qtgraphicaleffects-opensource-src-5.2.0.tar.xz b/qtgraphicaleffects-opensource-src-5.2.0.tar.xz deleted file mode 100644 index 72ce34f..0000000 --- a/qtgraphicaleffects-opensource-src-5.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b28cefa95578cf5ed1dfcbc81da1cbec427400e56edf0ce81323b3f25e2a558d -size 14325860 diff --git a/qtgraphicaleffects-opensource-src-5.2.1.tar.xz b/qtgraphicaleffects-opensource-src-5.2.1.tar.xz new file mode 100644 index 0000000..f9650d2 --- /dev/null +++ b/qtgraphicaleffects-opensource-src-5.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abb17ee60d68cf49c4f8f0b69c3f1e4d0a2f7b32cda8d6901d9c35447cc3482 +size 14325888