From 226114981ce8e295435e7b8f71ea42f8f0a05f4ec4a7a94ebeb858233c703763 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 30 Sep 2019 13:17:45 +0000 Subject: [PATCH 1/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtscript?expand=0&rev=1 From 038e200f20626e91fed532a7cf30c6e98028f49d8cfaca1117d7fc8c222d2a38 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 5 Oct 2019 16:00:56 +0000 Subject: [PATCH 2/8] Accepting request 734738 from home:Vogtinator:qt5.14 Qt 5.14 Alpha OBS-URL: https://build.opensuse.org/request/show/734738 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtscript?expand=0&rev=2 --- libqt5-qtscript.changes | 9 +++++++++ libqt5-qtscript.spec | 10 +++++----- qtscript-everywhere-src-5.13.1.tar.xz | 3 --- qtscript-everywhere-src-5.14.0-alpha.tar.xz | 3 +++ 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 qtscript-everywhere-src-5.13.1.tar.xz create mode 100644 qtscript-everywhere-src-5.14.0-alpha.tar.xz diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index 97fed32..b565aa2 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 30 13:30:30 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-alpha: + * New feature release + * No changelog available + * For more details about Qt 5.14 please see: + https://wiki.qt.io/New_Features_in_Qt_5.14 + ------------------------------------------------------------------- Fri Sep 6 08:04:26 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index abe588d..0841817 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -21,17 +21,17 @@ %define libname libQt5Script5 Name: libqt5-qtscript -Version: 5.13.1 +Version: 5.14.0~alpha Release: 0 Summary: Qt 5 Script library License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.13.1 -%define so_version 5.13.1 -%define tar_version qtscript-everywhere-src-5.13.1 -Source: https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz +%define real_version 5.14.0-alpha +%define so_version 5.14.0 +%define tar_version qtscript-everywhere-src-5.14.0-alpha +Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken from webkit upstream Patch1: libqt5-qtscript-s390-support.patch diff --git a/qtscript-everywhere-src-5.13.1.tar.xz b/qtscript-everywhere-src-5.13.1.tar.xz deleted file mode 100644 index c5dd207..0000000 --- a/qtscript-everywhere-src-5.13.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:870c65c5dff20eb797a629bd4544aa60874f44eecc0743300e83cce5708648c8 -size 2674800 diff --git a/qtscript-everywhere-src-5.14.0-alpha.tar.xz b/qtscript-everywhere-src-5.14.0-alpha.tar.xz new file mode 100644 index 0000000..274a3db --- /dev/null +++ b/qtscript-everywhere-src-5.14.0-alpha.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb801040fc672be531f1086e6909d909bb3e4c87c83d6e0b539d8f873d074d38 +size 2690976 From 16a78ea4f3111043be21fb2282e086636849b0a33113214f1f4217a3d9305f44 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 28 Oct 2019 17:54:00 +0000 Subject: [PATCH 3/8] Accepting request 743230 from home:Vogtinator:qt5.14 Qt 5.14.0 Beta 2 OBS-URL: https://build.opensuse.org/request/show/743230 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtscript?expand=0&rev=3 --- libqt5-qtscript.changes | 14 ++++++++++++++ libqt5-qtscript.spec | 6 +++--- qtscript-everywhere-src-5.14.0-alpha.tar.xz | 3 --- qtscript-everywhere-src-5.14.0-beta2.tar.xz | 3 +++ 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 qtscript-everywhere-src-5.14.0-alpha.tar.xz create mode 100644 qtscript-everywhere-src-5.14.0-beta2.tar.xz diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index b565aa2..fa3309e 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 24 13:22:58 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Oct 15 12:34:44 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta1: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Mon Sep 30 13:30:30 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index 0841817..6d5449c 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -21,16 +21,16 @@ %define libname libQt5Script5 Name: libqt5-qtscript -Version: 5.14.0~alpha +Version: 5.14.0~beta2 Release: 0 Summary: Qt 5 Script library License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.14.0-alpha +%define real_version 5.14.0-beta2 %define so_version 5.14.0 -%define tar_version qtscript-everywhere-src-5.14.0-alpha +%define tar_version qtscript-everywhere-src-5.14.0-beta2 Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken from webkit upstream diff --git a/qtscript-everywhere-src-5.14.0-alpha.tar.xz b/qtscript-everywhere-src-5.14.0-alpha.tar.xz deleted file mode 100644 index 274a3db..0000000 --- a/qtscript-everywhere-src-5.14.0-alpha.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb801040fc672be531f1086e6909d909bb3e4c87c83d6e0b539d8f873d074d38 -size 2690976 diff --git a/qtscript-everywhere-src-5.14.0-beta2.tar.xz b/qtscript-everywhere-src-5.14.0-beta2.tar.xz new file mode 100644 index 0000000..32bf978 --- /dev/null +++ b/qtscript-everywhere-src-5.14.0-beta2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c5eabd93dbe05d9ba9bb12bda793c43a2b488ce7d1c3d07fc9b42b6dc63dc6 +size 2701128 From 69af7861987f336821cd8cfaac38372e4a79f02702879b21c65ea06a3ddac5bf Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 14 Nov 2019 08:34:39 +0000 Subject: [PATCH 4/8] Accepting request 748159 from home:Vogtinator:qt5.14 Qt 5.14 Beta 3 OBS-URL: https://build.opensuse.org/request/show/748159 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtscript?expand=0&rev=4 --- libqt5-qtscript.changes | 7 +++++++ libqt5-qtscript.spec | 6 +++--- qtscript-everywhere-src-5.14.0-beta2.tar.xz | 3 --- qtscript-everywhere-src-5.14.0-beta3.tar.xz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 qtscript-everywhere-src-5.14.0-beta2.tar.xz create mode 100644 qtscript-everywhere-src-5.14.0-beta3.tar.xz diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index fa3309e..d9b14c9 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 12 13:02:29 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta3: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Thu Oct 24 13:22:58 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index 6d5449c..dd41a8f 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -21,16 +21,16 @@ %define libname libQt5Script5 Name: libqt5-qtscript -Version: 5.14.0~beta2 +Version: 5.14.0~beta3 Release: 0 Summary: Qt 5 Script library License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.14.0-beta2 +%define real_version 5.14.0-beta3 %define so_version 5.14.0 -%define tar_version qtscript-everywhere-src-5.14.0-beta2 +%define tar_version qtscript-everywhere-src-5.14.0-beta3 Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken from webkit upstream diff --git a/qtscript-everywhere-src-5.14.0-beta2.tar.xz b/qtscript-everywhere-src-5.14.0-beta2.tar.xz deleted file mode 100644 index 32bf978..0000000 --- a/qtscript-everywhere-src-5.14.0-beta2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19c5eabd93dbe05d9ba9bb12bda793c43a2b488ce7d1c3d07fc9b42b6dc63dc6 -size 2701128 diff --git a/qtscript-everywhere-src-5.14.0-beta3.tar.xz b/qtscript-everywhere-src-5.14.0-beta3.tar.xz new file mode 100644 index 0000000..9a8d6e5 --- /dev/null +++ b/qtscript-everywhere-src-5.14.0-beta3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103780abdd3a6e2782acf3cb104976a49bd184eef887e86c35f8ed48e5759bbd +size 2700912 From eba49e357a10b7a4488e6e4b5165d1fb89236c0b063d6f54ed3584f8eba83661 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 5 Dec 2019 09:41:16 +0000 Subject: [PATCH 5/8] Accepting request 754286 from home:Vogtinator:qt5.14 Qt 5.14.0 RC1 OBS-URL: https://build.opensuse.org/request/show/754286 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtscript?expand=0&rev=5 --- libqt5-qtscript.changes | 10 ++++++++++ libqt5-qtscript.spec | 6 +++--- qtscript-everywhere-src-5.14.0-beta3.tar.xz | 3 --- qtscript-everywhere-src-5.14.0-rc.tar.xz | 3 +++ 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 qtscript-everywhere-src-5.14.0-beta3.tar.xz create mode 100644 qtscript-everywhere-src-5.14.0-rc.tar.xz diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index d9b14c9..6afb40b 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 4 14:38:02 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-rc: + * New bugfix release + * No changelog available + * For more details please see: + * For more details about Qt 5.14 please see: + https://wiki.qt.io/New_Features_in_Qt_5.14 + ------------------------------------------------------------------- Tue Nov 12 13:02:29 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index dd41a8f..48efb06 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -21,16 +21,16 @@ %define libname libQt5Script5 Name: libqt5-qtscript -Version: 5.14.0~beta3 +Version: 5.14.0~rc Release: 0 Summary: Qt 5 Script library License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.14.0-beta3 +%define real_version 5.14.0-rc %define so_version 5.14.0 -%define tar_version qtscript-everywhere-src-5.14.0-beta3 +%define tar_version qtscript-everywhere-src-5.14.0-rc Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken from webkit upstream diff --git a/qtscript-everywhere-src-5.14.0-beta3.tar.xz b/qtscript-everywhere-src-5.14.0-beta3.tar.xz deleted file mode 100644 index 9a8d6e5..0000000 --- a/qtscript-everywhere-src-5.14.0-beta3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:103780abdd3a6e2782acf3cb104976a49bd184eef887e86c35f8ed48e5759bbd -size 2700912 diff --git a/qtscript-everywhere-src-5.14.0-rc.tar.xz b/qtscript-everywhere-src-5.14.0-rc.tar.xz new file mode 100644 index 0000000..6088c98 --- /dev/null +++ b/qtscript-everywhere-src-5.14.0-rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55761c1a654f76b6debedc9ce4bff5862f132bbd48fcad9e71274842404c2036 +size 2647436 From ab9bb3e6d5aa0afa3e58909f98dec07e9fd93b20102e544deaa4f7ba4db3814e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 12 Dec 2019 20:39:53 +0000 Subject: [PATCH 6/8] Accepting request 756177 from home:Vogtinator:qt5.14 Qt 5.14.0 final - not fully built yet OBS-URL: https://build.opensuse.org/request/show/756177 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtscript?expand=0&rev=6 --- libqt5-qtscript.changes | 10 ++++++++++ libqt5-qtscript.spec | 8 ++++---- qtscript-everywhere-src-5.14.0-rc.tar.xz | 3 --- qtscript-everywhere-src-5.14.0.tar.xz | 3 +++ 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 qtscript-everywhere-src-5.14.0-rc.tar.xz create mode 100644 qtscript-everywhere-src-5.14.0.tar.xz diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index 6afb40b..e712fa7 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 12 12:54:30 UTC 2019 - Fabian Vogt + +- Update to 5.14.0: + * New bugfix release + * For the changes between 5.13.2 and 5.14.0 please see: + https://code.qt.io/cgit/qt/qtscript.git/tree/dist/changes-5.14.0?h=v5.14.0 + * For the changes between 5.13.1 and 5.13.2 please see: + https://code.qt.io/cgit/qt/qtscript.git/tree/dist/changes-5.13.2?h=v5.14.0 + ------------------------------------------------------------------- Wed Dec 4 14:38:02 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index 48efb06..82a05da 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -21,17 +21,17 @@ %define libname libQt5Script5 Name: libqt5-qtscript -Version: 5.14.0~rc +Version: 5.14.0 Release: 0 Summary: Qt 5 Script library License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.14.0-rc +%define real_version 5.14.0 %define so_version 5.14.0 -%define tar_version qtscript-everywhere-src-5.14.0-rc -Source: https://download.qt.io/development_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz +%define tar_version qtscript-everywhere-src-5.14.0 +Source: https://download.qt.io/official_releases/qt/5.14/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf # PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken from webkit upstream Patch1: libqt5-qtscript-s390-support.patch diff --git a/qtscript-everywhere-src-5.14.0-rc.tar.xz b/qtscript-everywhere-src-5.14.0-rc.tar.xz deleted file mode 100644 index 6088c98..0000000 --- a/qtscript-everywhere-src-5.14.0-rc.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55761c1a654f76b6debedc9ce4bff5862f132bbd48fcad9e71274842404c2036 -size 2647436 diff --git a/qtscript-everywhere-src-5.14.0.tar.xz b/qtscript-everywhere-src-5.14.0.tar.xz new file mode 100644 index 0000000..77bccad --- /dev/null +++ b/qtscript-everywhere-src-5.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6715ed5294013edfc338367b63ee6df2438965e4626435f30837e26a2151d3b9 +size 2645580 From 93c271a696592a3e9735cc7e208333a3ef1d20e4e6770a68d1d6be7d8046b410 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 17 Dec 2019 09:17:13 +0000 Subject: [PATCH 7/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtscript?expand=0&rev=7 --- libqt5-qtscript.changes | 5 ++++ libqt5-qtscript.spec | 52 +++++++++++++++++++++-------------------- 2 files changed, 32 insertions(+), 25 deletions(-) diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index e712fa7..d6655cc 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 17 09:17:03 UTC 2019 - Christophe Giboudeaux + +- Update the license tags. + ------------------------------------------------------------------- Thu Dec 12 12:54:30 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index 82a05da..e8408ae 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtscript # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,39 +12,41 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define qt5_snapshot 0 - %define libname libQt5Script5 - -Name: libqt5-qtscript -Version: 5.14.0 -Release: 0 -Summary: Qt 5 Script library -License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only -Group: Development/Libraries/X11 -Url: https://www.qt.io %define base_name libqt5 %define real_version 5.14.0 %define so_version 5.14.0 %define tar_version qtscript-everywhere-src-5.14.0 +Name: libqt5-qtscript +Version: 5.14.0 +Release: 0 +Summary: Qt 5 Script library +# Legal: +# Most files in src/script are LGPL-2.1-only +# src/3rdparty is LGPL-2.0-or-later + BSD == LGPL-2.0-or-later +License: (LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)) AND LGPL-2.0-or-later AND LGPL-2.1-only +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 Source1: baselibs.conf # PATCH-FIX-UPSTREAM libqt5-qtscript-s390-support.patch -- adds s390, taken from webkit upstream Patch1: libqt5-qtscript-s390-support.patch BuildRequires: libQt5Core-private-headers-devel >= %{version} BuildRequires: libQt5Widgets-private-headers-devel >= %{version} -BuildRequires: pkgconfig(Qt5DBus) >= %{version} -BuildRequires: pkgconfig(Qt5Gui) >= %{version} -BuildRequires: pkgconfig(Qt5Widgets) >= %{version} -%if %qt5_snapshot +%if %{qt5_snapshot} #to create the forwarding headers BuildRequires: perl %endif +BuildRequires: pkgconfig BuildRequires: xz +BuildRequires: pkgconfig(Qt5DBus) >= %{version} +BuildRequires: pkgconfig(Qt5Gui) >= %{version} +BuildRequires: pkgconfig(Qt5Widgets) >= %{version} %description Qt Script is a module for adding scripting to applications. It allows @@ -54,12 +56,12 @@ functions. It also gives access to a low-level ECMAScript engine API. %prep %autosetup -p1 -n %{tar_version} -%package -n %libname +%package -n %{libname} Summary: Qt 5 Script library Group: System/Libraries -%requires_ge libQt5Widgets5 +%requires_ge libQt5Widgets5 -%description -n %libname +%description -n %{libname} Qt Script is a module for adding scripting to applications. It allows evaluating and debugging of scripts, and advanced use of objects and functions. It also gives access to a low-level ECMAScript engine API. @@ -67,7 +69,7 @@ functions. It also gives access to a low-level ECMAScript engine API. %package devel Summary: Development files for the Qt 5 Script library Group: Development/Libraries/X11 -Requires: %libname = %{version} +Requires: %{libname} = %{version} Provides: libQt5Script-devel = %{version} Obsoletes: libQt5Script-devel < %{version} @@ -80,12 +82,12 @@ applications that want to make use of libQt5Script5. %package private-headers-devel Summary: Non-ABI stable experimental API for the Qt5 Script library Group: Development/Libraries/C and C++ -BuildArch: noarch Requires: %{name}-devel = %{version} Requires: libQt5Core-private-headers-devel >= %{version} Requires: libQt5Widgets-private-headers-devel >= %{version} Provides: libQt5Script-private-headers-devel = %{version} Obsoletes: libQt5Script-private-headers-devel < %{version} +BuildArch: noarch %description private-headers-devel This package provides private headers of libqt5-qtscript that are normally @@ -96,18 +98,18 @@ the exact Qt version. %package examples Summary: Qt5 Script examples Group: Documentation/Other +License: BSD-3-Clause Recommends: %{name}-devel %description examples Examples for libqt5-qtscript module. -%post -n %libname -p /sbin/ldconfig - -%postun -n %libname -p /sbin/ldconfig +%post -n %{libname} -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig %build %define _lto_cflags %{nil} -%if %qt5_snapshot +%if %{qt5_snapshot} #force the configure script to generate the forwarding headers (it checks whether .git directory exists) mkdir .git %endif @@ -121,7 +123,7 @@ find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e "s, -L # kill .la files rm -f %{buildroot}%{_libqt5_libdir}/lib*.la -%files -n %libname +%files -n %{libname} %license LICENSE.* %{_libqt5_libdir}/libQt5*.so.* From 7bbfbccf61d18b7704cbcd61dbeafaac78b5759b5e315fe5ad3fbaadd9ba318e Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 22 Dec 2019 22:55:31 +0000 Subject: [PATCH 8/8] - Remove unneeded parentheses in license tag OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtscript?expand=0&rev=8 --- libqt5-qtscript.changes | 5 +++++ libqt5-qtscript.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libqt5-qtscript.changes b/libqt5-qtscript.changes index d6655cc..55a30e1 100644 --- a/libqt5-qtscript.changes +++ b/libqt5-qtscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 22 22:55:18 UTC 2019 - Fabian Vogt + +- Remove unneeded parentheses in license tag + ------------------------------------------------------------------- Tue Dec 17 09:17:03 UTC 2019 - Christophe Giboudeaux diff --git a/libqt5-qtscript.spec b/libqt5-qtscript.spec index e8408ae..e298807 100644 --- a/libqt5-qtscript.spec +++ b/libqt5-qtscript.spec @@ -29,7 +29,7 @@ Summary: Qt 5 Script library # Legal: # Most files in src/script are LGPL-2.1-only # src/3rdparty is LGPL-2.0-or-later + BSD == LGPL-2.0-or-later -License: (LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)) AND LGPL-2.0-or-later AND LGPL-2.1-only +License: (LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-or-later) AND LGPL-2.0-or-later AND LGPL-2.1-only 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