forked from pool/libqt5-qtsvg
Accepting request 264868 from KDE:Qt5
Update to 5.4.0 OBS-URL: https://build.opensuse.org/request/show/264868 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtsvg?expand=0&rev=18
This commit is contained in:
parent
6d631e3aaf
commit
2fa9b6e280
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 10 11:00:12 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.4 Final
|
||||||
|
* For more details please see:
|
||||||
|
http://blog.qt.digia.com/blog/2014/12/10/qt-5-4-released/
|
||||||
|
and http://qt-project.org/wiki/New-Features-in-Qt-5.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 15:58:48 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.4 RC
|
||||||
|
* For more details please see:
|
||||||
|
http://blog.qt.digia.com/blog/2014/11/27/qt-5-4-release-candidate-available/
|
||||||
|
and http://qt-project.org/wiki/New-Features-in-Qt-5.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 16 11:27:56 UTC 2014 - hrvoje.senjan@gmail.com
|
Tue Sep 16 11:27:56 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -21,15 +21,15 @@
|
|||||||
%define libname libQt5Svg5
|
%define libname libQt5Svg5
|
||||||
|
|
||||||
Name: libqt5-qtsvg
|
Name: libqt5-qtsvg
|
||||||
Version: 5.3.2
|
Version: 5.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 SVG Library
|
Summary: Qt 5 SVG Library
|
||||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: http://qt.digia.com
|
Url: http://qt.digia.com
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.3.2
|
%define real_version 5.4.0
|
||||||
%define so_version 5.3.2
|
%define so_version 5.4.0
|
||||||
%define tar_version qtsvg-opensource-src-%{real_version}
|
%define tar_version qtsvg-opensource-src-%{real_version}
|
||||||
Source: %{tar_version}.tar.xz
|
Source: %{tar_version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
@ -115,7 +115,7 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
|||||||
|
|
||||||
%files -n %libname
|
%files -n %libname
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||||
%{_libqt5_libdir}/libQt5Svg.so.*
|
%{_libqt5_libdir}/libQt5Svg.so.*
|
||||||
%dir %{_libqt5_plugindir}
|
%dir %{_libqt5_plugindir}
|
||||||
%{_libqt5_plugindir}/imageformats/libqsvg.so
|
%{_libqt5_plugindir}/imageformats/libqsvg.so
|
||||||
@ -123,12 +123,12 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
|||||||
|
|
||||||
%files private-headers-devel
|
%files private-headers-devel
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||||
%{_libqt5_includedir}/Qt*/%{so_version}
|
%{_libqt5_includedir}/Qt*/%{so_version}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||||
%{_libqt5_includedir}/QtSvg
|
%{_libqt5_includedir}/QtSvg
|
||||||
%exclude %{_libqt5_includedir}/Qt*/%{so_version}
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}
|
||||||
%{_libqt5_includedir}/QtSvg
|
%{_libqt5_includedir}/QtSvg
|
||||||
@ -140,7 +140,7 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
|||||||
|
|
||||||
%files examples
|
%files examples
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||||
%{_libqt5_examplesdir}/
|
%{_libqt5_examplesdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ec5c2f307ee55740cc8c82dc2ca4037dbc0ca398b4e32abbd967535e71ae30f
|
|
||||||
size 1763380
|
|
3
qtsvg-opensource-src-5.4.0.tar.xz
Normal file
3
qtsvg-opensource-src-5.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68ee762bacc7b63aea29f446549ee6daae46e6fe2120e2460f30d47accc2b789
|
||||||
|
size 1758668
|
Loading…
x
Reference in New Issue
Block a user