commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2016-06-25 01:55:54 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2015-12-25 13:05:28.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2016-06-25 01:55:55.0 +0200 @@ -1,0 +2,7 @@ +Sat Jun 11 18:42:44 UTC 2016 - hrvoje.sen...@gmail.com + +- Fix build with Qt 5.6.1 - added + pretend-that-the-example-installs-are-not-FUBAR.patch and + do-not-enable-example-installs-explicitly-any-more.patch + +--- New: do-not-enable-example-installs-explicitly-any-more.patch pretend-that-the-example-installs-are-not-FUBAR.patch Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.tNj8kC/_old 2016-06-25 01:55:56.0 +0200 +++ /var/tmp/diff_new_pack.tNj8kC/_new 2016-06-25 01:55:56.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtquick1 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,6 +35,8 @@ %define tar_version qtquick1-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1:baselibs.conf +Patch0: pretend-that-the-example-installs-are-not-FUBAR.patch +Patch1: do-not-enable-example-installs-explicitly-any-more.patch %if %qt5_snapshot #to create the forwarding headers BuildRequires: perl @@ -61,6 +63,8 @@ %prep %setup -q -n qtquick1-opensource-src-%{real_version} +%patch0 -p1 +%patch1 -p1 %package -n %libname Summary:Qt 5 Quick1 Library ++ do-not-enable-example-installs-explicitly-any-more.patch ++ >From dbc9131ebb300e715d5ebd815dc3ef9aa77ebf56 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 20 Apr 2016 21:23:04 +0200 Subject: do not enable example installs explicitly any more it's done centrally now. Change-Id: I5354ed1d92ffb988a0771783f94ee728b9ebeb12 Reviewed-by: Oswald Buddenhagen --- .qmake.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index 2b42c0b..4b4820c 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,4 @@ load(qt_build_config) -CONFIG += qt_example_installs # Pretend that the example installs are not FUBAR. CONFIG += install_ok -- cgit v0.11.0 ++ pretend-that-the-example-installs-are-not-FUBAR.patch ++ >From 5f81e69d4b6f9b450f9b275e8eacbf606366c196 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 20 Apr 2016 21:10:34 +0200 Subject: pretend that the example installs are not FUBAR Change-Id: I1fad2e055f3d10d481a4bb01c014e9ac8c1abf44 Reviewed-by: Oswald Buddenhagen --- .qmake.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.qmake.conf b/.qmake.conf index 9450b83..2b42c0b 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,6 @@ load(qt_build_config) CONFIG += qt_example_installs +# Pretend that the example installs are not FUBAR. +CONFIG += install_ok MODULE_VERSION = 5.5.1 -- cgit v0.11.0
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2015-12-25 13:05:27 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2015-10-19 22:45:25.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2015-12-25 13:05:28.0 +0100 @@ -1,0 +2,6 @@ +Tue Nov 3 19:07:48 UTC 2015 - alarr...@suse.com + +- Use the fdupes macro to reduce the duplicated files in + libqt5-qtquick1-examples + +--- Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.NNZKXG/_old 2015-12-25 13:05:29.0 +0100 +++ /var/tmp/diff_new_pack.NNZKXG/_new 2015-12-25 13:05:29.0 +0100 @@ -128,6 +128,7 @@ # kill .la files rm -f %{buildroot}%{_libqt5_libdir}/lib*.la %fdupes -s %{buildroot}/%{_libqt5_includedir} +%fdupes -s %{buildroot}/%{_libqt5_examplesdir} # put all the binaries to %_bindir, add -qt5 suffix, and symlink them back to %_qt5_bindir mkdir %{buildroot}%{_bindir}
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2015-10-19 22:45:24 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2015-09-27 08:36:15.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2015-10-19 22:45:25.0 +0200 @@ -1,0 +2,7 @@ +Fri Oct 16 20:22:32 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.5.1 + * For more details please see: +http://blog.qt.io/blog/2015/10/15/qt-5-5-1-released/ + +--- Old: qtquick1-opensource-src-5.5.0.tar.xz New: qtquick1-opensource-src-5.5.1.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.rIMXte/_old 2015-10-19 22:45:27.0 +0200 +++ /var/tmp/diff_new_pack.rIMXte/_new 2015-10-19 22:45:27.0 +0200 @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.5.0 +Version:5.5.1 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,8 +30,8 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.5.0 -%define so_version 5.5.0 +%define real_version 5.5.1 +%define so_version 5.5.1 %define tar_version qtquick1-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1:baselibs.conf ++ qtquick1-opensource-src-5.5.0.tar.xz -> qtquick1-opensource-src-5.5.1.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.5.0.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.5.1.tar.xz differ: char 27, line 1
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2015-09-27 08:36:54 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2015-06-06 09:51:22.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2015-09-27 08:36:15.0 +0200 @@ -1,0 +2,8 @@ +Sun Aug 16 08:32:04 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.5.0 + * For more details please see: +http://blog.qt.io/blog/2015/07/01/qt-5-5-released/ +and https://wiki.qt.io/New_Features_in_Qt_5.5 + +--- Old: qtquick1-opensource-src-5.4.2.tar.xz New: qtquick1-opensource-src-5.5.0.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.ri8FCi/_old 2015-09-27 08:36:17.0 +0200 +++ /var/tmp/diff_new_pack.ri8FCi/_new 2015-09-27 08:36:17.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtquick1 # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.4.2 +Version:5.5.0 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,8 +30,8 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.4.2 -%define so_version 5.4.2 +%define real_version 5.5.0 +%define so_version 5.5.0 %define tar_version qtquick1-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1:baselibs.conf ++ qtquick1-opensource-src-5.4.2.tar.xz -> qtquick1-opensource-src-5.5.0.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.4.2.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.5.0.tar.xz differ: char 25, line 1
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2015-06-06 09:51:21 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2015-03-01 15:22:33.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2015-06-06 09:51:22.0 +0200 @@ -1,0 +2,7 @@ +Wed Jun 3 22:56:25 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.4.2 + * Bugfix release, for more details please see: +http://blog.qt.io/blog/2015/06/02/qt-5-4-2-released/ + +--- Old: qtquick1-opensource-src-5.4.1.tar.xz New: qtquick1-opensource-src-5.4.2.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.GuqOd5/_old 2015-06-06 09:51:23.0 +0200 +++ /var/tmp/diff_new_pack.GuqOd5/_new 2015-06-06 09:51:23.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtquick1 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.4.1 +Version:5.4.2 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,8 +30,8 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.4.1 -%define so_version 5.4.1 +%define real_version 5.4.2 +%define so_version 5.4.2 %define tar_version qtquick1-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1:baselibs.conf ++ qtquick1-opensource-src-5.4.1.tar.xz -> qtquick1-opensource-src-5.4.2.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.4.1.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.4.2.tar.xz differ: char 27, line 1
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2015-03-01 15:22:30 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-12-21 11:56:25.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2015-03-01 15:22:33.0 +0100 @@ -1,0 +2,7 @@ +Tue Feb 24 16:10:23 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.4.1 + * For more details please see: +http://blog.qt.io/blog/2015/02/24/qt-5-4-1-released/ + +--- Old: qtquick1-opensource-src-5.4.0.tar.xz New: qtquick1-opensource-src-5.4.1.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.50NVIj/_old 2015-03-01 15:22:35.0 +0100 +++ /var/tmp/diff_new_pack.50NVIj/_new 2015-03-01 15:22:35.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtquick1 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.4.0 +Version:5.4.1 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,8 +30,8 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.4.0 -%define so_version 5.4.0 +%define real_version 5.4.1 +%define so_version 5.4.1 %define tar_version qtquick1-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1:baselibs.conf ++ qtquick1-opensource-src-5.4.0.tar.xz -> qtquick1-opensource-src-5.4.1.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.4.0.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.4.1.tar.xz differ: char 27, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-12-21 11:57:31 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-09-18 07:56:53.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-12-21 11:56:25.0 +0100 @@ -1,0 +2,16 @@ +Wed Dec 10 11:00:09 UTC 2014 - hrvoje.sen...@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:45 UTC 2014 - hrvoje.sen...@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 + +--- Old: qtquick1-opensource-src-5.3.2.tar.xz New: qtquick1-opensource-src-5.4.0.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.YYv0T6/_old 2014-12-21 11:56:27.0 +0100 +++ /var/tmp/diff_new_pack.YYv0T6/_new 2014-12-21 11:56:27.0 +0100 @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.3.2 +Version:5.4.0 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,8 +30,8 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.3.2 -%define so_version 5.3.2 +%define real_version 5.4.0 +%define so_version 5.4.0 %define tar_version qtquick1-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1:baselibs.conf @@ -141,7 +141,7 @@ %files -n %libname %defattr(-,root,root,755) -%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL +%doc LGPL_EXCEPTION.txt LICENSE.* %{_bindir}/* %{_libqt5_bindir}/* %{_libdir}/libQt5Declarative.so.* @@ -152,12 +152,12 @@ %files private-headers-devel %defattr(-,root,root,755) -%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL +%doc LGPL_EXCEPTION.txt LICENSE.* %{_libqt5_includedir}/QtDeclarative/%{so_version} %files devel %defattr(-,root,root,755) -%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL +%doc LGPL_EXCEPTION.txt LICENSE.* %exclude %{_libqt5_includedir}/QtDeclarative/%{so_version} %{_libqt5_includedir}/QtDeclarative %{_libqt5_libdir}/cmake/Qt5Declarative @@ -169,7 +169,7 @@ %files examples %defattr(-,root,root,755) -%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL +%doc LGPL_EXCEPTION.txt LICENSE.* %{_libqt5_examplesdir}/ %changelog ++ qtquick1-opensource-src-5.3.2.tar.xz -> qtquick1-opensource-src-5.4.0.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.3.2.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.4.0.tar.xz differ: char 26, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-09-18 07:56:42 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-09-08 21:28:44.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-09-18 07:56:53.0 +0200 @@ -1,0 +2,7 @@ +Tue Sep 16 11:27:53 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 5.3.2 final + * No changes since previous snapshot + * Use official tars + +--- Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.ujHKfW/_old 2014-09-18 07:56:55.0 +0200 +++ /var/tmp/diff_new_pack.ujHKfW/_new 2014-09-18 07:56:55.0 +0200 @@ -16,12 +16,12 @@ # -%define qt5_snapshot 1 +%define qt5_snapshot 0 %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.3.2~git20140904 +Version:5.3.2 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 ++ qtquick1-opensource-src-5.3.2.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.3.2.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.3.2.tar.xz differ: char 17, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-09-08 21:28:26 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-06-30 21:50:27.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-09-08 21:28:44.0 +0200 @@ -1,0 +2,9 @@ +Thu Sep 4 20:37:34 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 5.3.2~git20140904 (r3074a3a): + * Tip of the bugfix 5.3.2 branch: +* Compile fix: do not use composeMode() if QT_NO_IM is defined +* qmlplugindumper: do not pop up a window if an assert + is triggered, QTCREATORBUG-12644 + +--- Old: qtquick1-opensource-src-5.3.1.tar.xz New: qtquick1-opensource-src-5.3.2.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.HlJFPa/_old 2014-09-08 21:28:46.0 +0200 +++ /var/tmp/diff_new_pack.HlJFPa/_new 2014-09-08 21:28:46.0 +0200 @@ -16,12 +16,12 @@ # -%define qt5_snapshot 0 +%define qt5_snapshot 1 %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.3.1 +Version:5.3.2~git20140904 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,13 +30,9 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.3.1 -%define so_version 5.3.1 -%if %qt5_snapshot -%define tar_version qtquick1-%{real_version} -%else +%define real_version 5.3.2 +%define so_version 5.3.2 %define tar_version qtquick1-opensource-src-%{real_version} -%endif Source: %{tar_version}.tar.xz Source1:baselibs.conf %if %qt5_snapshot @@ -64,11 +60,7 @@ handling. %prep -%if %qt5_snapshot -%setup -q -n qtquick1-%{real_version} -%else %setup -q -n qtquick1-opensource-src-%{real_version} -%endif %package -n %libname Summary:Qt 5 Quick1 Library ++ qtquick1-opensource-src-5.3.1.tar.xz -> qtquick1-opensource-src-5.3.2.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.3.1.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.3.2.tar.xz differ: char 17, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-06-30 21:44:27 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-06-04 18:38:35.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-06-30 21:44:44.0 +0200 @@ -1,0 +2,7 @@ +Wed Jun 25 10:38:03 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 5.3.1 + * Bugfix release, for more details please see: +http://blog.qt.digia.com/blog/2014/06/25/qt-5-3-1-released/ + +--- Old: qtquick1-opensource-src-5.3.0.tar.xz New: qtquick1-opensource-src-5.3.1.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.EEqNhT/_old 2014-06-30 21:44:46.0 +0200 +++ /var/tmp/diff_new_pack.EEqNhT/_new 2014-06-30 21:44:46.0 +0200 @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.3.0 +Version:5.3.1 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,8 +30,8 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.3.0 -%define so_version 5.3.0 +%define real_version 5.3.1 +%define so_version 5.3.1 %if %qt5_snapshot %define tar_version qtquick1-%{real_version} %else ++ qtquick1-opensource-src-5.3.0.tar.xz -> qtquick1-opensource-src-5.3.1.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.3.0.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.3.1.tar.xz differ: char 27, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-06-04 18:38:33 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-05-22 06:38:54.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-06-04 18:38:35.0 +0200 @@ -1,0 +2,6 @@ +Mon Jun 2 16:55:06 UTC 2014 - hrvoje.sen...@gmail.com + +- Added baselibs.conf +- Make private headers noarch + +--- New: baselibs.conf Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.BSqIG9/_old 2014-06-04 18:38:36.0 +0200 +++ /var/tmp/diff_new_pack.BSqIG9/_new 2014-06-04 18:38:36.0 +0200 @@ -38,6 +38,7 @@ %define tar_version qtquick1-opensource-src-%{real_version} %endif Source: %{tar_version}.tar.xz +Source1:baselibs.conf %if %qt5_snapshot #to create the forwarding headers BuildRequires: perl @@ -92,6 +93,7 @@ %package private-headers-devel Summary:Non-ABI stable experimental API Group: Development/Libraries/C and C++ +BuildArch: noarch Requires: %{name}-devel = %{version} Requires: libQt5Core-private-headers-devel >= %{version} Requires: libQt5Gui-private-headers-devel >= %{version} ++ baselibs.conf ++ libQt5Declarative5 libqt5-qtquick1-devel requires "libQt5Declarative5- = "-- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-05-22 06:38:04 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-05-14 20:26:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-05-22 06:38:54.0 +0200 @@ -1,0 +2,6 @@ +Mon May 19 23:42:48 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 5.3.0 final + * Minor bugfixes over previous RC + +--- Old: qtquick1-opensource-src-5.3.0-RC.tar.xz New: qtquick1-opensource-src-5.3.0.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.q91me0/_old 2014-05-22 06:38:57.0 +0200 +++ /var/tmp/diff_new_pack.q91me0/_new 2014-05-22 06:38:57.0 +0200 @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.3.0~rc +Version:5.3.0 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,7 +30,7 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.3.0-RC +%define real_version 5.3.0 %define so_version 5.3.0 %if %qt5_snapshot %define tar_version qtquick1-%{real_version} ++ qtquick1-opensource-src-5.3.0-RC.tar.xz -> qtquick1-opensource-src-5.3.0.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.3.0-RC.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.3.0.tar.xz differ: char 26, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-05-14 20:25:47 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-03-27 09:30:14.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-05-14 20:26:00.0 +0200 @@ -1,0 +2,8 @@ +Thu May 8 18:16:21 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 5.3.0 RC + * For more details, please see + http://blog.qt.digia.com/blog/2014/05/08/qt-5-3-release-candidate-available/ + and http://qt-project.org/wiki/New-Features-in-Qt-5.3 + +--- Old: qtquick1-opensource-src-5.3.0-beta.tar.xz New: qtquick1-opensource-src-5.3.0-RC.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.F5laed/_old 2014-05-14 20:26:01.0 +0200 +++ /var/tmp/diff_new_pack.F5laed/_new 2014-05-14 20:26:01.0 +0200 @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.3.0~beta +Version:5.3.0~rc Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,7 +30,7 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.3.0-beta +%define real_version 5.3.0-RC %define so_version 5.3.0 %if %qt5_snapshot %define tar_version qtquick1-%{real_version} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-03-27 09:29:52 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-03-22 09:08:17.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-03-27 09:30:14.0 +0100 @@ -1,0 +2,8 @@ +Tue Mar 25 11:44:16 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 5.3.0 beta + * New feature release, please see + http://blog.qt.digia.com/blog/2014/03/25/qt-5-3-beta-released/ + and http://qt-project.org/wiki/New-Features-in-Qt-5.3 + +--- Old: qtquick1-opensource-src-5.2.1.tar.xz New: qtquick1-opensource-src-5.3.0-beta.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.f0mFLj/_old 2014-03-27 09:30:17.0 +0100 +++ /var/tmp/diff_new_pack.f0mFLj/_new 2014-03-27 09:30:17.0 +0100 @@ -21,7 +21,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.2.1 +Version:5.3.0~beta Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,8 +30,8 @@ BuildRequires: fdupes %define base_name libqt5 -%define real_version 5.2.1 -%define so_version 5.2.1 +%define real_version 5.3.0-beta +%define so_version 5.3.0 %if %qt5_snapshot %define tar_version qtquick1-%{real_version} %else -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-03-22 09:08:16 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2014-02-18 16:17:57.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-03-22 09:08:17.0 +0100 @@ -1,0 +2,5 @@ +Fri Mar 21 02:31:22 UTC 2014 - hrvoje.sen...@gmail.com + +- Build, and add examples subpackage + +--- Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.hk9AmI/_old 2014-03-22 09:08:18.0 +0100 +++ /var/tmp/diff_new_pack.hk9AmI/_new 2014-03-22 09:08:18.0 +0100 @@ -108,6 +108,14 @@ API guarantees. The packages that build against these have to require the exact Qt version. +%package examples +Summary:Qt5 quick1(declarative) examples +Group: Development/Libraries/X11 +Recommends: %{name}-devel + +%description examples +Examples for libqt5-qtdeclarative(quick1) modules. + %post -n %libname -p /sbin/ldconfig %postun -n %libname -p /sbin/ldconfig @@ -165,4 +173,9 @@ %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri %{_libqt5_plugindir}/qml1tooling +%files examples +%defattr(-,root,root,755) +%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL +%{_libqt5_examplesdir}/ + %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2014-02-18 16:17:56 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2013-12-19 12:41:50.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2014-02-18 16:17:57.0 +0100 @@ -1,0 +2,13 @@ +Mon Feb 10 11:25:53 UTC 2014 - m...@suse.com + +- Install LICENSE files to %doc + +--- +Wed Feb 5 17:07:24 UTC 2014 - hrvoje.sen...@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/ +- Remove libtool archives from packages + +--- Old: qtquick1-opensource-src-5.2.0.tar.xz New: qtquick1-opensource-src-5.2.1.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.g79W6j/_old 2014-02-18 16:17:58.0 +0100 +++ /var/tmp/diff_new_pack.g79W6j/_new 2014-02-18 16:17:58.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtquick1 # -# 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,25 +16,42 @@ # +%define qt5_snapshot 0 + %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.2.0 +Version:5.2.1 Release:0 Summary:Qt 5 Quick1 Library License: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 + BuildRequires: fdupes -BuildRequires: libqt5-qtscript-private-headers-devel >= %{version} -BuildRequires: libqt5-qtsvg-devel >= %{version} %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 qtquick1-%{real_version} +%else %define tar_version qtquick1-opensource-src-%{real_version} -BuildRequires: libqt5-qtxmlpatterns-devel >= %{version} +%endif +Source: %{tar_version}.tar.xz +%if %qt5_snapshot +#to create the forwarding headers +BuildRequires: perl +%endif +BuildRequires: libQt5Core-private-headers-devel >= %{version} +BuildRequires: libQt5Gui-private-headers-devel >= %{version} +BuildRequires: libQt5Widgets-private-headers-devel >= %{version} +BuildRequires: libqt5-qtbase-private-headers-devel >= %{version} +BuildRequires: libqt5-qtscript-private-headers-devel >= %{version} +BuildRequires: libqt5-qtxmlpatterns-private-headers-devel >= %{version} BuildRequires: xz +BuildRequires: pkgconfig(Qt5Network) >= %{version} +BuildRequires: pkgconfig(Qt5OpenGL) >= %{version} +BuildRequires: pkgconfig(Qt5Sql) >= %{version} Recommends: libqt5-qtgraphicaleffects = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,7 +63,11 @@ handling. %prep +%if %qt5_snapshot +%setup -q -n qtquick1-%{real_version} +%else %setup -q -n qtquick1-opensource-src-%{real_version} +%endif %package -n %libname Summary:Qt 5 Quick1 Library @@ -62,12 +83,8 @@ Summary:Qt Development Kit Group: Development/Libraries/X11 Requires: %libname = %{version} -Requires: libqt5-qtscript-devel >= %{version} -Requires: libqt5-qtsvg-devel >= %{version} -Requires: libqt5-qtxmlpatterns-devel >= %{version} Provides: libQt5Declarative-devel = %{version} -# TODO: change to < on 5.2.1 update -Obsoletes: libQt5Declarative-devel <= %{version} +Obsoletes: libQt5Declarative-devel < %{version} %description devel You need this package, if you want to compile programs with QtDeclarative. @@ -76,10 +93,14 @@ Summary:Non-ABI stable experimental API Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} +Requires: libQt5Core-private-headers-devel >= %{version} +Requires: libQt5Gui-private-headers-devel >= %{version} +Requires: libQt5Widgets-private-headers-devel >= %{version} +Requires: libqt5-qtbase-private-headers-devel >= %{version} Requires: libqt5-qtscript-private-headers-devel >= %{version} +Requires: libqt5-qtxmlpatterns-private-headers-devel >= %{version} Provides: lib
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2013-12-19 12:41:49 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2013-12-17 07:05:42.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2013-12-19 12:41:50.0 +0100 @@ -1,0 +2,6 @@ +Mon Dec 16 23:19:32 UTC 2013 - hrvoje.sen...@gmail.com + +- Make devel packages naming consistent: + use libqt5-$upstreammodulename-(devel, private-headers-devel) + +--- Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.XJlKjV/_old 2013-12-19 12:41:51.0 +0100 +++ /var/tmp/diff_new_pack.XJlKjV/_new 2013-12-19 12:41:51.0 +0100 @@ -27,17 +27,15 @@ Url:http://qt.digia.com Source: %{tar_version}.tar.xz BuildRequires: fdupes -BuildRequires: libQt5Script-private-headers-devel >= %{version} -BuildRequires: libQt5Svg-devel >= %{version} +BuildRequires: libqt5-qtscript-private-headers-devel >= %{version} +BuildRequires: libqt5-qtsvg-devel >= %{version} %define base_name libqt5 %define real_version 5.2.0 %define so_version 5.2.0 %define tar_version qtquick1-opensource-src-%{real_version} -BuildRequires: libQt5XmlPatterns-devel >= %{version} +BuildRequires: libqt5-qtxmlpatterns-devel >= %{version} BuildRequires: xz Recommends: libqt5-qtgraphicaleffects = %{version} -Provides: libQtQuick1-5 = 4.99.0+4.5.0.beta2 -Obsoletes: libQtQuick1-5 < 4.99.0+4.5.0.beta2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,28 +58,30 @@ This package contains base tools, like string, xml, and network handling. -%package -n libQt5Declarative-devel +%package devel Summary:Qt Development Kit Group: Development/Libraries/X11 Requires: %libname = %{version} -Requires: libQt5Script-devel >= %{version} -Requires: libQt5Svg-devel >= %{version} -Requires: libQt5XmlPatterns-devel >= %{version} -Provides: libQtQuick1-devel = 4.99.0+4.5.0.beta2 -Obsoletes: libQtQuick1-devel < 4.99.0+4.5.0.beta2 +Requires: libqt5-qtscript-devel >= %{version} +Requires: libqt5-qtsvg-devel >= %{version} +Requires: libqt5-qtxmlpatterns-devel >= %{version} +Provides: libQt5Declarative-devel = %{version} +# TODO: change to < on 5.2.1 update +Obsoletes: libQt5Declarative-devel <= %{version} -%description -n libQt5Declarative-devel +%description devel You need this package, if you want to compile programs with QtDeclarative. -%package -n libQt5Declarative-private-headers-devel +%package private-headers-devel Summary:Non-ABI stable experimental API Group: Development/Libraries/C and C++ -Requires: libQt5Declarative-devel = %{version} -Requires: libQt5Script-private-headers-devel >= %{version} -Provides: libQtQuick1-private-headers-devel = 4.99.0+4.5.0.beta2 -Obsoletes: libQtQuick1-private-headers-devel < 4.99.0+4.5.0.beta2 +Requires: %{name}-devel = %{version} +Requires: libqt5-qtscript-private-headers-devel >= %{version} +Provides: libQt5Declarative-private-headers-devel = %{version} +# TODO: change to < on 5.2.1 update +Obsoletes: libQt5Declarative-private-headers-devel <= %{version} -%description -n libQt5Declarative-private-headers-devel +%description private-headers-devel This package provides private headers of libqt5-QtDeclarative that are normally not used by application development and that do not have any ABI or API guarantees. The packages that build against these have to require @@ -123,11 +123,11 @@ %{_libqt5_importdir}/Qt/labs/ %{_libqt5_importdir}/builtins.qmltypes -%files -n libQt5Declarative-private-headers-devel +%files private-headers-devel %defattr(-,root,root,755) %{_libqt5_includedir}/QtDeclarative/%{so_version} -%files -n libQt5Declarative-devel +%files devel %defattr(-,root,root,755) %exclude %{_libqt5_includedir}/QtDeclarative/%{so_version} %{_libqt5_includedir}/QtDeclarative -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2013-12-17 07:05:41 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2013-12-02 10:33:36.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2013-12-17 07:05:42.0 +0100 @@ -1,0 +2,8 @@ +Thu Dec 12 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com +- Update to 5.2.0 final: + * For more details please see: +http://blog.qt.digia.com/blog/2013/12/12/qt-5-2-released-the-best-qt-yet/ +http://qt-project.org/qt5/qt52 +http://qt.digia.com/Product/Whats-New/Qt-52/ + +--- Old: qtquick1-opensource-src-5.2.0-rc1.tar.xz New: qtquick1-opensource-src-5.2.0.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.VDOVW9/_old 2013-12-17 07:05:44.0 +0100 +++ /var/tmp/diff_new_pack.VDOVW9/_new 2013-12-17 07:05:44.0 +0100 @@ -19,7 +19,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.2.0~rc1 +Version:5.2.0 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,7 +30,7 @@ BuildRequires: libQt5Script-private-headers-devel >= %{version} BuildRequires: libQt5Svg-devel >= %{version} %define base_name libqt5 -%define real_version 5.2.0-rc1 +%define real_version 5.2.0 %define so_version 5.2.0 %define tar_version qtquick1-opensource-src-%{real_version} BuildRequires: libQt5XmlPatterns-devel >= %{version} ++ qtquick1-opensource-src-5.2.0-rc1.tar.xz -> qtquick1-opensource-src-5.2.0.tar.xz ++ /work/SRC/openSUSE:Factory/libqt5-qtquick1/qtquick1-opensource-src-5.2.0-rc1.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/qtquick1-opensource-src-5.2.0.tar.xz differ: char 26, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2013-12-02 10:33:35 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2013-11-04 09:13:16.0 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2013-12-02 10:33:36.0 +0100 @@ -1,0 +2,8 @@ +Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com + +- Update to 5.2 rc1 + * New feature release, please see + http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/ + and http://qt-project.org/wiki/New-Features-in-Qt-5.2 + +--- Old: qtquick1-opensource-src-5.2.0-beta1.tar.xz New: qtquick1-opensource-src-5.2.0-rc1.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.p9aFDB/_old 2013-12-02 10:33:37.0 +0100 +++ /var/tmp/diff_new_pack.p9aFDB/_new 2013-12-02 10:33:37.0 +0100 @@ -19,7 +19,7 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.2.0~beta1 +Version:5.2.0~rc1 Release:0 Summary:Qt 5 Quick1 Library License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 @@ -30,7 +30,7 @@ BuildRequires: libQt5Script-private-headers-devel >= %{version} BuildRequires: libQt5Svg-devel >= %{version} %define base_name libqt5 -%define real_version 5.2.0-beta1 +%define real_version 5.2.0-rc1 %define so_version 5.2.0 %define tar_version qtquick1-opensource-src-%{real_version} BuildRequires: libQt5XmlPatterns-devel >= %{version} @@ -136,7 +136,7 @@ %{_libqt5_libdir}/libQt5Declarative.prl %{_libqt5_libdir}/libQt5Declarative.so %{_libqt5_libdir}/pkgconfig/Qt5Declarative.pc -%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_declarative.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri %{_libqt5_plugindir}/qml1tooling %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2013-11-04 09:13:14 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2013-10-04 13:53:01.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2013-11-04 09:13:16.0 +0100 @@ -1,0 +2,8 @@ +Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com + +- Update to 5.2 beta1 + * New feature release, please see + http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/ + and http://qt-project.org/wiki/New-Features-in-Qt-5.2 + +--- Old: qtquick1-opensource-src-5.1.1.tar.xz New: qtquick1-opensource-src-5.2.0-beta1.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.ouZtAP/_old 2013-11-04 09:13:17.0 +0100 +++ /var/tmp/diff_new_pack.ouZtAP/_new 2013-11-04 09:13:17.0 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libqt5-QtDeclarative +# spec file for package libqt5-qtquick1 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -19,19 +19,19 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -Version:5.1.1 +Version:5.2.0~beta1 Release:0 -License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 Summary:Qt 5 Quick1 Library -Url:http://qt.digia.com +License: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 BuildRequires: fdupes BuildRequires: libQt5Script-private-headers-devel >= %{version} BuildRequires: libQt5Svg-devel >= %{version} %define base_name libqt5 -%define real_version 5.1.1 -%define so_version 5.1.1 +%define real_version 5.2.0-beta1 +%define so_version 5.2.0 %define tar_version qtquick1-opensource-src-%{real_version} BuildRequires: libQt5XmlPatterns-devel >= %{version} BuildRequires: xz @@ -92,18 +92,11 @@ %postun -n %libname -p /sbin/ldconfig %build -export PATH=%{_libqt5_bindir}:$PATH -%ifarch ppc64 - RPM_OPT_FLAGS="%{optflags} -mminimal-toc" -%endif -export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF" -export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF" -export MAKEFLAGS="%{?_smp_mflags}" -qmake -make +%qmake5 +%make_jobs %install -make INSTALL_ROOT=%{buildroot} install +%qmake5_install find %{buildroot}/%{_libqt5_libdir} -type f -name '*la' -print -exec perl -pi -e 's, -L%{_builddir}/\S+,,g' {} \; %fdupes %{buildroot}/%{_libqt5_includedir} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libqt5-qtquick1 for openSUSE:Factory
Hello community, here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory checked in at 2013-10-04 13:53:00 Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New) Package is "libqt5-qtquick1" Changes: --- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes 2013-10-01 08:13:59.0 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 2013-10-04 13:53:01.0 +0200 @@ -1,0 +2,10 @@ +Thu Aug 29 18:25:08 UTC 2013 - hrvoje.sen...@gmail.com + +- Update to version 5.1.1: + * Bugfix release, please see + http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/ + http://qt.gitorious.org/qt/qtquick1/blobs/release/dist/changes-5.1.1 + and http://qt-project.org/wiki/Qt511KnownIssues for known issues +- Small spec cleanup + +--- Old: qtquick1-opensource-src-5.1.0.tar.xz New: qtquick1-opensource-src-5.1.1.tar.xz Other differences: -- ++ libqt5-qtquick1.spec ++ --- /var/tmp/diff_new_pack.4206qV/_old 2013-10-04 13:53:02.0 +0200 +++ /var/tmp/diff_new_pack.4206qV/_new 2013-10-04 13:53:02.0 +0200 @@ -19,37 +19,34 @@ %define libname libQt5Declarative5 Name: libqt5-qtquick1 -BuildRequires: fdupes -Version:5.1.0 +Version:5.1.1 Release:0 +License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 +Summary:Qt 5 Quick1 Library +Url:http://qt.digia.com +Group: Development/Libraries/X11 +Source: %{tar_version}.tar.xz +BuildRequires: fdupes +BuildRequires: libQt5Script-private-headers-devel >= %{version} +BuildRequires: libQt5Svg-devel >= %{version} %define base_name libqt5 -%define real_version 5.1.0 -%define so_version 5.1.0 +%define real_version 5.1.1 +%define so_version 5.1.1 %define tar_version qtquick1-opensource-src-%{real_version} -BuildRequires: libQt5XmlPatterns-devel -BuildRequires: libQt5Svg-devel -BuildRequires: libQt5Script-private-headers-devel +BuildRequires: libQt5XmlPatterns-devel >= %{version} BuildRequires: xz -Url:http://qt.digia.com -Summary:Qt 5 Quick1 Library -License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 -Group: Development/Libraries/X11 +Recommends: libqt5-qtgraphicaleffects = %{version} Provides: libQtQuick1-5 = 4.99.0+4.5.0.beta2 Obsoletes: libQtQuick1-5 < 4.99.0+4.5.0.beta2 -Recommends: libqt5-qtgraphicaleffects = %version -Source: %{tar_version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build - %description Qt is a set of libraries for developing applications. This package contains base tools, like string, xml, and network handling. - - %prep %setup -q -n qtquick1-opensource-src-%{real_version} @@ -63,14 +60,13 @@ This package contains base tools, like string, xml, and network handling. - %package -n libQt5Declarative-devel Summary:Qt Development Kit Group: Development/Libraries/X11 -Requires: %libname = %version -Requires: libQt5XmlPatterns-devel -Requires: libQt5Script-devel -Requires: libQt5Svg-devel +Requires: %libname = %{version} +Requires: libQt5Script-devel >= %{version} +Requires: libQt5Svg-devel >= %{version} +Requires: libQt5XmlPatterns-devel >= %{version} Provides: libQtQuick1-devel = 4.99.0+4.5.0.beta2 Obsoletes: libQtQuick1-devel < 4.99.0+4.5.0.beta2 @@ -80,8 +76,8 @@ %package -n libQt5Declarative-private-headers-devel Summary:Non-ABI stable experimental API Group: Development/Libraries/C and C++ -Requires: libQt5Declarative-devel = %version -Requires: libQt5Script-private-headers-devel +Requires: libQt5Declarative-devel = %{version} +Requires: libQt5Script-private-headers-devel >= %{version} Provides: libQtQuick1-private-headers-devel = 4.99.0+4.5.0.beta2 Obsoletes: libQtQuick1-private-headers-devel < 4.99.0+4.5.0.beta2 @@ -91,28 +87,27 @@ API guarantees. The packages that build against these have to require the exact Qt version. - %post -n %libname -p /sbin/ldconfig %postun -n %libname -p /sbin/ldconfig %build -export PATH=%_libqt5_bindir:$PATH +export PATH=%{_libqt5_bindir}:$PATH %ifarch ppc64 - RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc" + RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %endif -export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF" -export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF" -export MAKEFLAGS="%{?jobs:-j %jobs}" +export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF" +export CFLAGS="$C