From c0724ac769ce59f0d97a9674f7e8bb84759d8c3acc1340b2250bd55c65f57194 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 19 Feb 2020 10:09:02 +0000 Subject: [PATCH 1/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=1 From 448ccad6704bd03617c0671a1291c676d9116ac1577a88782db1aa28310e8687 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 26 Feb 2020 12:43:19 +0000 Subject: [PATCH 2/9] Qt 5.15 Alpha OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=2 --- libqt5-qtquickcontrols2.changes | 8 ++++++++ libqt5-qtquickcontrols2.spec | 10 +++++----- qtquickcontrols2-everywhere-src-5.14.1.tar.xz | 3 --- qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz | 3 +++ 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 qtquickcontrols2-everywhere-src-5.14.1.tar.xz create mode 100644 qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 0dcbc6f..62235e3 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 19 10:16:39 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-alpha: + * New feature release + * For more details please see: + https://wiki.qt.io/New_Features_in_Qt_5.15 + ------------------------------------------------------------------- Mon Jan 27 13:14:28 UTC 2020 - Fabian Vogt diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index 3df2c93..7b17f8e 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -18,17 +18,17 @@ %define qt5_snapshot 0 %define base_name libqt5 -%define real_version 5.14.1 -%define so_version 5.14.1 -%define tar_version qtquickcontrols2-everywhere-src-5.14.1 +%define real_version 5.15.0-alpha +%define so_version 5.15.0 +%define tar_version qtquickcontrols2-everywhere-src-5.15.0-alpha Name: libqt5-qtquickcontrols2 -Version: 5.14.1 +Version: 5.15.0~alpha Release: 0 Summary: Qt 5 Quick Controls Addon License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) Group: Development/Libraries/X11 URL: https://www.qt.io -Source: https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz +Source: https://download.qt.io/development_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: fdupes BuildRequires: libQt5Core-private-headers-devel >= %{version} BuildRequires: libQt5Gui-private-headers-devel >= %{version} diff --git a/qtquickcontrols2-everywhere-src-5.14.1.tar.xz b/qtquickcontrols2-everywhere-src-5.14.1.tar.xz deleted file mode 100644 index 27a16ae..0000000 --- a/qtquickcontrols2-everywhere-src-5.14.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52d652c48933cc8416a91138eb6fb4c31625734265671f286b6c0d3e27d120ae -size 8151808 diff --git a/qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz new file mode 100644 index 0000000..a481a17 --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a36e58248ee7149b7921dadefa22aa5da2901ea3fd9dc22d1cbe4258c46e60 +size 8158684 From 65756f4f9da573bd0191132dc01d67731ae31e932db912284e5ddc4bf672d1f3 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 1 Mar 2020 08:58:02 +0000 Subject: [PATCH 3/9] Qt 5.15 Beta 1 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=3 --- libqt5-qtquickcontrols2.changes | 7 +++++++ libqt5-qtquickcontrols2.spec | 6 +++--- qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz | 3 --- qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz create mode 100644 qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 62235e3..6c8ae55 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 28 09:59:05 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta1: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Wed Feb 19 10:16:39 UTC 2020 - Fabian Vogt diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index 7b17f8e..6a28ef1 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -18,11 +18,11 @@ %define qt5_snapshot 0 %define base_name libqt5 -%define real_version 5.15.0-alpha +%define real_version 5.15.0-beta1 %define so_version 5.15.0 -%define tar_version qtquickcontrols2-everywhere-src-5.15.0-alpha +%define tar_version qtquickcontrols2-everywhere-src-5.15.0-beta1 Name: libqt5-qtquickcontrols2 -Version: 5.15.0~alpha +Version: 5.15.0~beta1 Release: 0 Summary: Qt 5 Quick Controls Addon License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) diff --git a/qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz deleted file mode 100644 index a481a17..0000000 --- a/qtquickcontrols2-everywhere-src-5.15.0-alpha.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8a36e58248ee7149b7921dadefa22aa5da2901ea3fd9dc22d1cbe4258c46e60 -size 8158684 diff --git a/qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz new file mode 100644 index 0000000..df08961 --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b60e83e96f20038e011eb8c18e99e74458b4a07f408a764b0576602a92e22a2 +size 8161120 From 8f6ecde87e8db8d2493ddb7acd6e97dfe8e57822b337f0783694cfebab63900d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 25 Mar 2020 07:20:01 +0000 Subject: [PATCH 4/9] Qt 5.15 Beta 2 - untested, as usual OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=4 --- libqt5-qtquickcontrols2.changes | 7 +++++++ libqt5-qtquickcontrols2.spec | 6 +++--- qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz | 3 --- qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz create mode 100644 qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 6c8ae55..436e1ba 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 24 12:13:50 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta2: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Fri Feb 28 09:59:05 UTC 2020 - Fabian Vogt diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index 6a28ef1..51ef4b1 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -18,11 +18,11 @@ %define qt5_snapshot 0 %define base_name libqt5 -%define real_version 5.15.0-beta1 +%define real_version 5.15.0-beta2 %define so_version 5.15.0 -%define tar_version qtquickcontrols2-everywhere-src-5.15.0-beta1 +%define tar_version qtquickcontrols2-everywhere-src-5.15.0-beta2 Name: libqt5-qtquickcontrols2 -Version: 5.15.0~beta1 +Version: 5.15.0~beta2 Release: 0 Summary: Qt 5 Quick Controls Addon License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) diff --git a/qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz deleted file mode 100644 index df08961..0000000 --- a/qtquickcontrols2-everywhere-src-5.15.0-beta1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b60e83e96f20038e011eb8c18e99e74458b4a07f408a764b0576602a92e22a2 -size 8161120 diff --git a/qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz new file mode 100644 index 0000000..f685156 --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860bd6c3111f6872ccbecd2c7c7164a957f96ace4a6a05c2bb8a55d7fa3f35d7 +size 8161456 From 6c707d5053ac650908993cc386301375fe5db2f8014040447b669142d739b62e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 15 Apr 2020 08:52:30 +0000 Subject: [PATCH 5/9] Qt 5.15.0 Beta 3 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=5 --- libqt5-qtquickcontrols2.changes | 7 +++++++ libqt5-qtquickcontrols2.spec | 6 +++--- qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz | 3 --- qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz create mode 100644 qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 436e1ba..0f37c1d 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 14 06:47:42 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta3: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Tue Mar 24 12:13:50 UTC 2020 - Fabian Vogt diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index 51ef4b1..367359d 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -18,11 +18,11 @@ %define qt5_snapshot 0 %define base_name libqt5 -%define real_version 5.15.0-beta2 +%define real_version 5.15.0-beta3 %define so_version 5.15.0 -%define tar_version qtquickcontrols2-everywhere-src-5.15.0-beta2 +%define tar_version qtquickcontrols2-everywhere-src-5.15.0-beta3 Name: libqt5-qtquickcontrols2 -Version: 5.15.0~beta2 +Version: 5.15.0~beta3 Release: 0 Summary: Qt 5 Quick Controls Addon License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) diff --git a/qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz deleted file mode 100644 index f685156..0000000 --- a/qtquickcontrols2-everywhere-src-5.15.0-beta2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860bd6c3111f6872ccbecd2c7c7164a957f96ace4a6a05c2bb8a55d7fa3f35d7 -size 8161456 diff --git a/qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz new file mode 100644 index 0000000..a2f7d93 --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33447275e55ca1c014c11f7d5a2c50f7ef478cde6d9874e32d981d39b5ccb1cc +size 8163072 From e1d138c315d1b4d900196c6e728de90c842466303f22e4d6fa0d9121ad8c0e3b Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 25 Apr 2020 19:51:56 +0000 Subject: [PATCH 6/9] Qt 5.15.0 Beta 4 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=6 --- libqt5-qtquickcontrols2.changes | 7 +++++++ libqt5-qtquickcontrols2.spec | 6 +++--- qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz | 3 --- qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz create mode 100644 qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 0f37c1d..43e3ef7 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 24 07:11:25 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta4: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Tue Apr 14 06:47:42 UTC 2020 - Fabian Vogt diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index 367359d..dbe33e2 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -18,11 +18,11 @@ %define qt5_snapshot 0 %define base_name libqt5 -%define real_version 5.15.0-beta3 +%define real_version 5.15.0-beta4 %define so_version 5.15.0 -%define tar_version qtquickcontrols2-everywhere-src-5.15.0-beta3 +%define tar_version qtquickcontrols2-everywhere-src-5.15.0-beta4 Name: libqt5-qtquickcontrols2 -Version: 5.15.0~beta3 +Version: 5.15.0~beta4 Release: 0 Summary: Qt 5 Quick Controls Addon License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) diff --git a/qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz deleted file mode 100644 index a2f7d93..0000000 --- a/qtquickcontrols2-everywhere-src-5.15.0-beta3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33447275e55ca1c014c11f7d5a2c50f7ef478cde6d9874e32d981d39b5ccb1cc -size 8163072 diff --git a/qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz new file mode 100644 index 0000000..e631273 --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ea14cc80531940b3a944c40dd56545e790ec8f3e27274bfbbe99168172f697 +size 8162596 From b16c508e829bd07ed14a60767608f52e89a033926216a80ac6513fd24bc6efbe Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 9 May 2020 06:33:28 +0000 Subject: [PATCH 7/9] Qt 5.15.0 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=7 --- libqt5-qtquickcontrols2.changes | 8 ++++++++ libqt5-qtquickcontrols2.spec | 6 +++--- qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz | 3 --- qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz | 3 +++ 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz create mode 100644 qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 43e3ef7..17afe76 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 6 11:37:51 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-rc: + * New bugfix release + * For the changes between 5.14.2 and 5.15.0 please see: + http://code.qt.io/cgit/qt/qtquickcontrols2.git/plain/dist/changes-5.15.0/?h=5.15.0 + ------------------------------------------------------------------- Fri Apr 24 07:11:25 UTC 2020 - Fabian Vogt diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index dbe33e2..3eb978e 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -18,11 +18,11 @@ %define qt5_snapshot 0 %define base_name libqt5 -%define real_version 5.15.0-beta4 +%define real_version 5.15.0-rc %define so_version 5.15.0 -%define tar_version qtquickcontrols2-everywhere-src-5.15.0-beta4 +%define tar_version qtquickcontrols2-everywhere-src-5.15.0-rc Name: libqt5-qtquickcontrols2 -Version: 5.15.0~beta4 +Version: 5.15.0~rc Release: 0 Summary: Qt 5 Quick Controls Addon License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) diff --git a/qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz deleted file mode 100644 index e631273..0000000 --- a/qtquickcontrols2-everywhere-src-5.15.0-beta4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02ea14cc80531940b3a944c40dd56545e790ec8f3e27274bfbbe99168172f697 -size 8162596 diff --git a/qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz new file mode 100644 index 0000000..0607db9 --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ca04686f7bbe2a8539dec8377fce5eee0e21eef06ff926bc505e77a5e9f6a0 +size 8164232 From cd2b406d8fdf1c7e05ba5a045312e04e9c97a627a7a2674c0f3ea004721f6385 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 22 May 2020 13:54:13 +0000 Subject: [PATCH 8/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=8 --- libqt5-qtquickcontrols2.changes | 6 ++++++ libqt5-qtquickcontrols2.spec | 6 +++--- qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz | 3 --- qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz | 3 +++ 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz create mode 100644 qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 17afe76..1f3bd98 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 20 16:38:00 UTC 2020 - Callum Farmer + +- Update to version 5.15.0-rc2: + * No changelog available + ------------------------------------------------------------------- Wed May 6 11:37:51 UTC 2020 - Fabian Vogt diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index 3eb978e..4d1648b 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -18,11 +18,11 @@ %define qt5_snapshot 0 %define base_name libqt5 -%define real_version 5.15.0-rc +%define real_version 5.15.0-rc2 %define so_version 5.15.0 -%define tar_version qtquickcontrols2-everywhere-src-5.15.0-rc +%define tar_version qtquickcontrols2-everywhere-src-5.15.0-rc2 Name: libqt5-qtquickcontrols2 -Version: 5.15.0~rc +Version: 5.15.0~rc2 Release: 0 Summary: Qt 5 Quick Controls Addon License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) diff --git a/qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz deleted file mode 100644 index 0607db9..0000000 --- a/qtquickcontrols2-everywhere-src-5.15.0-rc.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4ca04686f7bbe2a8539dec8377fce5eee0e21eef06ff926bc505e77a5e9f6a0 -size 8164232 diff --git a/qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz new file mode 100644 index 0000000..3177a03 --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcc0dc7bc09fb0aac98db51efe2fc7fced90b219832ffe11738bbd4f1e1a7d7 +size 8164128 From dc4eb038eca24164955f8b09df8a76195c5375eed08dd54a783a1c2f8234b3cd Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 27 May 2020 08:38:50 +0000 Subject: [PATCH 9/9] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtquickcontrols2?expand=0&rev=9 --- libqt5-qtquickcontrols2.changes | 6 ++++++ libqt5-qtquickcontrols2.spec | 10 +++++----- qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz | 3 --- qtquickcontrols2-everywhere-src-5.15.0.tar.xz | 3 +++ 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz create mode 100644 qtquickcontrols2-everywhere-src-5.15.0.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 1f3bd98..6c2dcc5 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 26 10:17:59 UTC 2020 - Callum Farmer + +- Update to version 5.15.0: + * No changelog available + ------------------------------------------------------------------- Wed May 20 16:38:00 UTC 2020 - Callum Farmer diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index 4d1648b..45d4bdf 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtquickcontrols2 # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,17 @@ %define qt5_snapshot 0 %define base_name libqt5 -%define real_version 5.15.0-rc2 +%define real_version 5.15.0 %define so_version 5.15.0 -%define tar_version qtquickcontrols2-everywhere-src-5.15.0-rc2 +%define tar_version qtquickcontrols2-everywhere-src-5.15.0 Name: libqt5-qtquickcontrols2 -Version: 5.15.0~rc2 +Version: 5.15.0 Release: 0 Summary: Qt 5 Quick Controls Addon License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) Group: Development/Libraries/X11 URL: https://www.qt.io -Source: https://download.qt.io/development_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz +Source: https://download.qt.io/official_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: fdupes BuildRequires: libQt5Core-private-headers-devel >= %{version} BuildRequires: libQt5Gui-private-headers-devel >= %{version} diff --git a/qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz deleted file mode 100644 index 3177a03..0000000 --- a/qtquickcontrols2-everywhere-src-5.15.0-rc2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adcc0dc7bc09fb0aac98db51efe2fc7fced90b219832ffe11738bbd4f1e1a7d7 -size 8164128 diff --git a/qtquickcontrols2-everywhere-src-5.15.0.tar.xz b/qtquickcontrols2-everywhere-src-5.15.0.tar.xz new file mode 100644 index 0000000..cbb76e6 --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839abda9b58cd8656b2e5f46afbb484e63df466481ace43318c4c2022684648f +size 8164236