#1 24.01.85
Merged 5 months ago by aleasto. Opened 5 months ago by loise.
Unknown source rawhide  into  rawhide

file modified
+1
@@ -72,3 +72,4 @@

  /kqtquickcharts-23.08.0.tar.xz

  /kqtquickcharts-23.08.1.tar.xz

  /kqtquickcharts-23.08.2.tar.xz

+ /kqtquickcharts-24.01.85.tar.xz

file modified
+12 -13
@@ -1,22 +1,16 @@

- %undefine __cmake_in_source_build

- 

  Name:    kqtquickcharts

  Summary: A QtQuick plugin to render beautiful and interactive charts

- Version: 23.08.2

+ Version: 24.01.85

  Release: 1%{?dist}

  

  # KDE e.V. may determine that future LGPL versions are accepted

- License: LGPLv2 or LGPLv3

- URL:     https://edu.kde.org/

+ License: LGPL-2.1-only

+ URL:     https://invent.kde.org/libraries/kqtquickcharts

  

- %global revision %(echo %{version} | cut -d. -f3)

- %if %{revision} >= 50

- %global stable unstable

- %else

- %global stable stable

- %endif

- Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz

+ Source0: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz

  

+ BuildRequires: gcc-c++

+ BuildRequires: cmake

  BuildRequires: extra-cmake-modules

  BuildRequires: kf5-rpm-macros

  BuildRequires: cmake(Qt5Gui)
@@ -36,7 +30,9 @@

  

  

  %build

- %{cmake_kf5}

+ 

+ %cmake_kf5

+ 

  %cmake_build

  

  
@@ -56,6 +52,9 @@

  %{_kf5_libdir}/cmake/KQtQuickCharts/KQtQuickChartsConfig.cmake

  

  %changelog

+ * Tue Jan 02 2024 Marie Loise Nolden <loise@kde.org> - 24.01.85-1

+ - 24.01.85

+ 

  * Thu Oct 12 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 23.08.2-1

  - 23.08.2

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (kqtquickcharts-23.08.2.tar.xz) = b6aa3c3587b15ae4fa21b5db222b6edc0751e842b8d2eecbe3cd4737f3bdb948dfe062b577817897147d3d01afedb4a4c9a897261f5120948ed7dfc6f1a6f3c7

+ SHA512 (kqtquickcharts-24.01.85.tar.xz) = 310d79265a0f44301fdd18acf085e82abb7ceed89140052ea15d554363cd7c2eeffe3ed197176159f714eb1034e67f9cb74b42ee08b46828e7f8e247a333adc4

update to 24.01.85 (still using Qt5/KF5)
fix SPDX and clean up

Not an allowed identifier.
Is it LGPL-2.1-only or LGPL-2.1-or-later?

Not an allowed identifier.
Is it LGPL-2.1-only or LGPL-2.1-or-later?

https://spdx.org/licenses/LGPL-2.1.html

I used this one. It's LGPL 2.1 in COPYING but I admit it's a mess, the LICENSES/ folder has a BSD 3 Clause one in it in Git....so I just wanted to change that to the one we referenced until now

ARGL I didn't see the red line sorry

1 new commit added

  • fix SPDX
5 months ago

Pull-Request has been merged by aleasto

5 months ago