Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package PrusaSlicer for openSUSE:Factory checked in at 2023-09-20 13:23:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PrusaSlicer (Old) and /work/SRC/openSUSE:Factory/.PrusaSlicer.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PrusaSlicer" Wed Sep 20 13:23:33 2023 rev:30 rq:1111617 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/PrusaSlicer/PrusaSlicer.changes 2023-08-30 10:22:14.363908831 +0200 +++ /work/SRC/openSUSE:Factory/.PrusaSlicer.new.16627/PrusaSlicer.changes 2023-09-20 13:25:05.237827360 +0200 @@ -1,0 +2,20 @@ +Fri Sep 15 19:03:08 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 2.6.1 + * When renaming a preset to a name containing non-ASCII + characters, the encoding was mangled. This is now fixed + (#11232). + * Supports are no longer shown when using the clipping plane in + SLA supports tool. + * Fixed a crash when displaying command line help (#11060). + * Two tooltips in the Cut tool dialog were shown with mangled + encoding in some languages (#11236). + * The Help menu in PrusaSlicer was extended with "Sample G-codes + and Models" item, which navigates the user to the respective + page on our website where these assets can be downloaded. + * The Help menu was extended with "Quick Start" item, which + navigates the user to the beginner's guide on our website. +- Drop PrusaSlicer-pr11154-fix-cgal-c++-error.patch +- Drop PrusaSlicer-drop-wx3.0.patch + +------------------------------------------------------------------- Old: ---- PrusaSlicer-drop-wx3.0.patch PrusaSlicer-pr11154-fix-cgal-c++-error.patch PrusaSlicer-version_2.6.0.tar.gz New: ---- PrusaSlicer-version_2.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PrusaSlicer.spec ++++++ --- /var/tmp/diff_new_pack.vCIdIV/_old 2023-09-20 13:25:07.245899301 +0200 +++ /var/tmp/diff_new_pack.vCIdIV/_new 2023-09-20 13:25:07.245899301 +0200 @@ -17,7 +17,7 @@ Name: PrusaSlicer -Version: 2.6.0 +Version: 2.6.1 Release: 0 Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) License: AGPL-3.0-only @@ -28,12 +28,8 @@ Patch0: up-occt-version.patch # PATCH-FIX-OPENSUSE PrusaSlicer-2.6.0-octoprint-name-fix.patch -- cast lambda expression to same type Patch1: PrusaSlicer-2.6.0-octoprint-name-fix.patch -# PATCH-FIX-UPSTREAM PrusaSlicer-2.6.0-wxWidgets-CheckResizerFlags-assert-fix.patch -- https://github.com/prusa3d/PrusaSlicer/commit/24a5ebd65c9d25a0fd69a3716d079fd1b00eb15c.patch +# PATCH-FIX-UPSTREAM PrusaSlicer-2.6.0-wxWidgets-CheckResizerFlags-assert-fix.patch -- https://github.com/prusa3d/PrusaSlicer/pull/10811 Patch2: PrusaSlicer-2.6.0-wxWidgets-CheckResizerFlags-assert-fix.patch -# PATCH-FIX-UPSTREAM PrusaSlicer-drop-wx3.0.patch gh#prusa3d/PrusaSlicer#11027 - wxWidgets >= 3.1.6 is required -Patch3: PrusaSlicer-drop-wx3.0.patch -# PATCH-FIX-UPSTREAM PrusaSlicer-pr11154-fix-cgal-c++-error.patch gh#prusa3d/PrusaSlicer#11154 -Patch4: PrusaSlicer-pr11154-fix-cgal-c++-error.patch BuildRequires: blosc-devel BuildRequires: cereal-devel BuildRequires: cgal-devel >= 5.6 @@ -69,7 +65,7 @@ BuildRequires: pkgconfig BuildRequires: tbb-devel BuildRequires: update-desktop-files -BuildRequires: wxWidgets-devel >= 3.1.6 +BuildRequires: wxWidgets-devel >= 3.2 # need the fltk fork, see deps/NanoSVG/NanoSVG.cmake BuildRequires: nanosvg-devel >= 2022.12.22 BuildRequires: pkgconfig(dbus-1) ++++++ PrusaSlicer-2.6.0-octoprint-name-fix.patch ++++++ --- /var/tmp/diff_new_pack.vCIdIV/_old 2023-09-20 13:25:07.265900017 +0200 +++ /var/tmp/diff_new_pack.vCIdIV/_new 2023-09-20 13:25:07.269900161 +0200 @@ -1,8 +1,8 @@ -Index: b/src/slic3r/Utils/OctoPrint.cpp +Index: PrusaSlicer-version_2.6.1/src/slic3r/Utils/OctoPrint.cpp =================================================================== ---- a/src/slic3r/Utils/OctoPrint.cpp -+++ b/src/slic3r/Utils/OctoPrint.cpp -@@ -746,7 +746,7 @@ bool PrusaLink::get_storage(wxArrayStrin +--- PrusaSlicer-version_2.6.1.orig/src/slic3r/Utils/OctoPrint.cpp ++++ PrusaSlicer-version_2.6.1/src/slic3r/Utils/OctoPrint.cpp +@@ -751,7 +751,7 @@ bool PrusaLink::get_storage(wxArrayStrin if (path && (!available || *available)) { StorageInfo si; si.path = boost::nowide::widen(*path); ++++++ PrusaSlicer-2.6.0-wxWidgets-CheckResizerFlags-assert-fix.patch ++++++ --- /var/tmp/diff_new_pack.vCIdIV/_old 2023-09-20 13:25:07.281900591 +0200 +++ /var/tmp/diff_new_pack.vCIdIV/_new 2023-09-20 13:25:07.285900734 +0200 @@ -13,11 +13,11 @@ src/slic3r/GUI/WipeTowerDialog.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) -diff --git a/src/slic3r/GUI/Field.cpp b/src/slic3r/GUI/Field.cpp -index 74ad028d363..6789ce24cb5 100644 ---- a/src/slic3r/GUI/Field.cpp -+++ b/src/slic3r/GUI/Field.cpp -@@ -1660,7 +1660,7 @@ void SliderCtrl::BUILD() +Index: PrusaSlicer-version_2.6.1/src/slic3r/GUI/Field.cpp +=================================================================== +--- PrusaSlicer-version_2.6.1.orig/src/slic3r/GUI/Field.cpp ++++ PrusaSlicer-version_2.6.1/src/slic3r/GUI/Field.cpp +@@ -1668,7 +1668,7 @@ void SliderCtrl::BUILD() m_textctrl->SetFont(Slic3r::GUI::wxGetApp().normal_font()); m_textctrl->SetBackgroundStyle(wxBG_STYLE_PAINT); @@ -26,11 +26,11 @@ temp->Add(m_textctrl, 0, wxALIGN_CENTER_VERTICAL, 0); m_slider->Bind(wxEVT_SLIDER, ([this](wxCommandEvent e) { -diff --git a/src/slic3r/GUI/FirmwareDialog.cpp b/src/slic3r/GUI/FirmwareDialog.cpp -index 47402644f4b..46d2fdb60d1 100644 ---- a/src/slic3r/GUI/FirmwareDialog.cpp -+++ b/src/slic3r/GUI/FirmwareDialog.cpp -@@ -841,7 +841,7 @@ FirmwareDialog::FirmwareDialog(wxWindow *parent) : +Index: PrusaSlicer-version_2.6.1/src/slic3r/GUI/FirmwareDialog.cpp +=================================================================== +--- PrusaSlicer-version_2.6.1.orig/src/slic3r/GUI/FirmwareDialog.cpp ++++ PrusaSlicer-version_2.6.1/src/slic3r/GUI/FirmwareDialog.cpp +@@ -845,7 +845,7 @@ FirmwareDialog::FirmwareDialog(wxWindow grid->Add(port_sizer, 0, wxEXPAND); grid->Add(label_progress, 0, wxALIGN_CENTER_VERTICAL); @@ -39,11 +39,11 @@ grid->Add(label_status, 0, wxALIGN_CENTER_VERTICAL); grid->Add(p->txt_status, 0, wxEXPAND); -diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp -index 184b8af707f..c95fcd44219 100644 ---- a/src/slic3r/GUI/Tab.cpp -+++ b/src/slic3r/GUI/Tab.cpp -@@ -217,7 +217,7 @@ void Tab::create_preset_tab() +Index: PrusaSlicer-version_2.6.1/src/slic3r/GUI/Tab.cpp +=================================================================== +--- PrusaSlicer-version_2.6.1.orig/src/slic3r/GUI/Tab.cpp ++++ PrusaSlicer-version_2.6.1/src/slic3r/GUI/Tab.cpp +@@ -236,7 +236,7 @@ void Tab::create_preset_tab() const float scale_factor = em_unit(this)*0.1;// GetContentScaleFactor(); m_top_hsizer = new wxBoxSizer(wxHORIZONTAL); @@ -52,7 +52,7 @@ m_top_hsizer->Add(m_presets_choice, 0, wxLEFT | wxRIGHT | wxTOP | wxALIGN_CENTER_VERTICAL, 3); m_top_hsizer->AddSpacer(int(4*scale_factor)); -@@ -243,7 +243,7 @@ void Tab::create_preset_tab() +@@ -262,7 +262,7 @@ void Tab::create_preset_tab() m_h_buttons_sizer->AddSpacer(int(8*scale_factor)); m_h_buttons_sizer->Add(m_btn_compare_preset, 0, wxALIGN_CENTER_VERTICAL); @@ -61,11 +61,11 @@ m_top_hsizer->AddSpacer(int(16*scale_factor)); // StretchSpacer has a strange behavior under OSX, so // There is used just additional sizer for m_mode_sizer with right alignment -diff --git a/src/slic3r/GUI/WipeTowerDialog.cpp b/src/slic3r/GUI/WipeTowerDialog.cpp -index 4d117ff8d62..6d48daa6292 100644 ---- a/src/slic3r/GUI/WipeTowerDialog.cpp -+++ b/src/slic3r/GUI/WipeTowerDialog.cpp -@@ -353,7 +353,7 @@ WipingPanel::WipingPanel(wxWindow* parent, const std::vector<float>& matrix, con +Index: PrusaSlicer-version_2.6.1/src/slic3r/GUI/WipeTowerDialog.cpp +=================================================================== +--- PrusaSlicer-version_2.6.1.orig/src/slic3r/GUI/WipeTowerDialog.cpp ++++ PrusaSlicer-version_2.6.1/src/slic3r/GUI/WipeTowerDialog.cpp +@@ -357,7 +357,7 @@ WipingPanel::WipingPanel(wxWindow* paren hsizer->AddSpacer(10); hsizer->Add(new wxStaticText(m_page_simple, wxID_ANY, wxString(_(L("Tool #"))) << i + 1 << ": "), 0, wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL); ++++++ PrusaSlicer-version_2.6.0.tar.gz -> PrusaSlicer-version_2.6.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/PrusaSlicer/PrusaSlicer-version_2.6.0.tar.gz /work/SRC/openSUSE:Factory/.PrusaSlicer.new.16627/PrusaSlicer-version_2.6.1.tar.gz differ: char 30, line 1 ++++++ up-occt-version.patch ++++++ --- /var/tmp/diff_new_pack.vCIdIV/_old 2023-09-20 13:25:07.321902024 +0200 +++ /var/tmp/diff_new_pack.vCIdIV/_new 2023-09-20 13:25:07.321902024 +0200 @@ -1,7 +1,7 @@ -Index: PrusaSlicer-version_2.5.0/src/occt_wrapper/CMakeLists.txt +Index: PrusaSlicer-version_2.6.1/src/occt_wrapper/CMakeLists.txt =================================================================== ---- PrusaSlicer-version_2.5.0.orig/src/occt_wrapper/CMakeLists.txt -+++ PrusaSlicer-version_2.5.0/src/occt_wrapper/CMakeLists.txt +--- PrusaSlicer-version_2.6.1.orig/src/occt_wrapper/CMakeLists.txt ++++ PrusaSlicer-version_2.6.1/src/occt_wrapper/CMakeLists.txt @@ -19,7 +19,7 @@ include(GenerateExportHeader) generate_export_header(OCCTWrapper) @@ -11,7 +11,7 @@ set(OCCT_LIBS TKXDESTEP -@@ -56,5 +56,5 @@ target_link_libraries(OCCTWrapper ${OCCT +@@ -58,5 +58,5 @@ target_link_libraries(OCCTWrapper ${OCCT include(GNUInstallDirs)