Accepting request 557403 from KDE:Qt5
Qt 5.10.0 OBS-URL: https://build.opensuse.org/request/show/557403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtsvg?expand=0&rev=32
This commit is contained in:
parent
a0fed81a20
commit
670bd40ac0
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 23:13:57 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update the license tag (boo#967696)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 12:18:14 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 final
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 14:13:00 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 2
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 09:47:19 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.0 RC 1
|
||||
* New bugfix release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 12:46:47 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
@ -6,6 +29,31 @@ Sat Nov 25 12:46:47 UTC 2017 - fabian@ritter-vogt.de
|
||||
* For more details, see:
|
||||
http://code.qt.io/cgit/qt/qtsvg.git/tree/dist/changes-5.9.3/?h=v5.9.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 11:41:53 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 4
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 07:22:48 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 3
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 16:19:39 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 2
|
||||
- Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 16:17:40 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Beta 1
|
||||
- For more information visit:
|
||||
https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 14:10:09 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -13,6 +61,13 @@ Sun Oct 8 14:10:09 UTC 2017 - lbeltrame@kde.org
|
||||
* For more details please see:
|
||||
https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 14:42:37 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10 Alpha 1
|
||||
- For more information visit:
|
||||
https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 08:15:29 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -298,4 +353,3 @@ Fri Apr 13 13:22:38 UTC 2012 - stephan.binner@basyskom.com
|
||||
Thu Apr 5 09:56:15 UTC 2012 - dmueller@suse.com
|
||||
|
||||
- Initial packaging (Qt 5.0 Alpha)
|
||||
|
||||
|
@ -21,17 +21,17 @@
|
||||
%define libname libQt5Svg5
|
||||
|
||||
Name: libqt5-qtsvg
|
||||
Version: 5.9.3
|
||||
Version: 5.10.0
|
||||
Release: 0
|
||||
Summary: Qt 5 SVG Library
|
||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-with-Qt-Company-Qt-exception-1.1
|
||||
Group: Development/Libraries/X11
|
||||
Url: https://www.qt.io
|
||||
%define base_name libqt5
|
||||
%define real_version 5.9.3
|
||||
%define so_version 5.9.3
|
||||
%define tar_version qtsvg-opensource-src-%{real_version}
|
||||
Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||
%define real_version 5.10.0
|
||||
%define so_version 5.10.0
|
||||
%define tar_version qtsvg-everywhere-src-5.10.0
|
||||
Source: https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: libQt5Core-private-headers-devel >= %{version}
|
||||
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
|
||||
@ -50,7 +50,7 @@ The Qt SVG module provides functionality for displaying SVG images
|
||||
as a widget, and to create SVG files using drawing commands.
|
||||
|
||||
%prep
|
||||
%setup -q -n qtsvg-opensource-src-%{real_version}
|
||||
%setup -q -n %{tar_version}
|
||||
|
||||
%package -n %libname
|
||||
Summary: Qt 5 SVG Library
|
||||
@ -113,7 +113,7 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||
|
||||
%files -n %libname
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%doc LICENSE.*
|
||||
%{_libqt5_libdir}/libQt5Svg.so.*
|
||||
%dir %{_libqt5_plugindir}
|
||||
%{_libqt5_plugindir}/imageformats/libqsvg.so
|
||||
@ -121,12 +121,12 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||
|
||||
%files private-headers-devel
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%doc LICENSE.*
|
||||
%{_libqt5_includedir}/Qt*/%{so_version}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%doc LICENSE.*
|
||||
%{_libqt5_includedir}/QtSvg
|
||||
%exclude %{_libqt5_includedir}/Qt*/%{so_version}
|
||||
%{_libqt5_includedir}/QtSvg
|
||||
@ -138,7 +138,7 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||
|
||||
%files examples
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%doc LICENSE.*
|
||||
%{_libqt5_examplesdir}/
|
||||
|
||||
%changelog
|
||||
|
3
qtsvg-everywhere-src-5.10.0.tar.xz
Normal file
3
qtsvg-everywhere-src-5.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a2aa7cae70a3156846655422b9ed884d8b08b3707b95858e49c7cf9afe5e7b0
|
||||
size 1797828
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df6628a60c8fbbcff99e6a24955c29494268d741509a3367a2294031ab4f5df2
|
||||
size 1778224
|
Loading…
Reference in New Issue
Block a user