Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qcustomplot for openSUSE:Factory checked in at 2024-01-04 17:03:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qcustomplot (Old) and /work/SRC/openSUSE:Factory/.qcustomplot.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qcustomplot" Thu Jan 4 17:03:40 2024 rev:5 rq:1136848 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qcustomplot/qcustomplot.changes 2023-03-12 16:26:50.469450500 +0100 +++ /work/SRC/openSUSE:Factory/.qcustomplot.new.28375/qcustomplot.changes 2024-01-04 17:03:42.677921565 +0100 @@ -1,0 +2,13 @@ +Thu Jan 4 14:43:01 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Re-download QCustomPlot-sharedlib.tar.gz and QCustomPlot.tar.gz + based on the fixed download URL. +- Rebase relwithdebug.patch to apply against the new tarball (CRLF + line endings). + +------------------------------------------------------------------- +Thu Dec 21 14:33:19 UTC 2023 - Frederic Crozat <[email protected]> + +- Fix invalid download url. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qcustomplot.spec ++++++ --- /var/tmp/diff_new_pack.tSdeQp/_old 2024-01-04 17:03:43.661957481 +0100 +++ /var/tmp/diff_new_pack.tSdeQp/_new 2024-01-04 17:03:43.661957481 +0100 @@ -1,7 +1,7 @@ # # spec file for package qcustomplot # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,8 +24,8 @@ License: GPL-3.0-or-later URL: https://www.qcustomplot.com/ Group: Development/Libraries/C and C++ -Source0: https://www.qcustomplot.com/release/%{version}fixed/QCustomPlot.tar.gz -Source1: https://www.qcustomplot.com/release/%{version}fixed/QCustomPlot-sharedlib.tar.gz +Source0: https://www.qcustomplot.com/release/%{version}/QCustomPlot.tar.gz +Source1: https://www.qcustomplot.com/release/%{version}/QCustomPlot-sharedlib.tar.gz # PATCH-FIX-OPENSUSE relwithdebug.diff -- build with debug symbols Patch1: relwithdebug.patch BuildRequires: fdupes ++++++ QCustomPlot-sharedlib.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro new/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro --- old/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro 2022-11-23 17:00:26.000000000 +0100 +++ new/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro 2022-11-06 12:45:57.000000000 +0100 @@ -1,35 +1,35 @@ -# -# Project to compile QCustomPlot as shared library (.so/.dll) from the amalgamated sources -# - -QT += core gui -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport - -greaterThan(QT_MAJOR_VERSION, 4): CONFIG += c++11 -lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11 - -DEFINES += QCUSTOMPLOT_COMPILE_LIBRARY -TEMPLATE = lib -CONFIG += debug_and_release build_all -static { - CONFIG += static -} else { - CONFIG += shared -} - -VERSION = 2.1.1 - -TARGET = qcustomplot -CONFIG(debug, debug|release) { - TARGET = $$join(TARGET,,,d) # if compiling in debug mode, append a "d" to the library name - QMAKE_TARGET_PRODUCT = "QCustomPlot (debug mode)" - QMAKE_TARGET_DESCRIPTION = "Plotting library for Qt (debug mode)" -} else { - QMAKE_TARGET_PRODUCT = "QCustomPlot" - QMAKE_TARGET_DESCRIPTION = "Plotting library for Qt" -} -QMAKE_TARGET_COMPANY = "www.qcustomplot.com" -QMAKE_TARGET_COPYRIGHT = "Copyright (C) by Emanuel Eichhammer" - -SOURCES += ../../qcustomplot.cpp -HEADERS += ../../qcustomplot.h +# +# Project to compile QCustomPlot as shared library (.so/.dll) from the amalgamated sources +# + +QT += core gui +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport + +greaterThan(QT_MAJOR_VERSION, 4): CONFIG += c++11 +lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11 + +DEFINES += QCUSTOMPLOT_COMPILE_LIBRARY +TEMPLATE = lib +CONFIG += debug_and_release build_all +static { + CONFIG += static +} else { + CONFIG += shared +} + +VERSION = 2.1.1 + +TARGET = qcustomplot +CONFIG(debug, debug|release) { + TARGET = $$join(TARGET,,,d) # if compiling in debug mode, append a "d" to the library name + QMAKE_TARGET_PRODUCT = "QCustomPlot (debug mode)" + QMAKE_TARGET_DESCRIPTION = "Plotting library for Qt (debug mode)" +} else { + QMAKE_TARGET_PRODUCT = "QCustomPlot" + QMAKE_TARGET_DESCRIPTION = "Plotting library for Qt" +} +QMAKE_TARGET_COMPANY = "www.qcustomplot.com" +QMAKE_TARGET_COPYRIGHT = "Copyright (C) by Emanuel Eichhammer" + +SOURCES += ../../qcustomplot.cpp +HEADERS += ../../qcustomplot.h ++++++ QCustomPlot.tar.gz ++++++ ++++++ relwithdebug.patch ++++++ --- /var/tmp/diff_new_pack.tSdeQp/_old 2024-01-04 17:03:43.997969746 +0100 +++ /var/tmp/diff_new_pack.tSdeQp/_new 2024-01-04 17:03:44.001969891 +0100 @@ -13,13 +13,13 @@ =================================================================== --- qcustomplot.orig/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro +++ qcustomplot/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro -@@ -7,7 +7,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += - - DEFINES += QCUSTOMPLOT_COMPILE_LIBRARY - TEMPLATE = lib --CONFIG += debug_and_release build_all -+CONFIG += release force_debug_info build_all - static { - CONFIG += static - } else { +@@ -10,7 +10,7 @@ lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXX + + DEFINES += QCUSTOMPLOT_COMPILE_LIBRARY + TEMPLATE = lib +-CONFIG += debug_and_release build_all ++CONFIG += release force_debug_info build_all + static { + CONFIG += static + } else {
