File tree Expand file tree Collapse file tree 15 files changed +33
-28
lines changed
Expand file tree Collapse file tree 15 files changed +33
-28
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22# Trevor SANDY
3- # Last Update November 28, 2024
3+ # Last Update January 17, 2025
44# Copyright (C) 2018 - 2025 by Trevor SANDY
55# LPub3D Unix build checks - for remote CI (Travis, OBS)
66# NOTE: Source with variables as appropriate:
@@ -179,7 +179,12 @@ if [[ -n "${LP3D_CHECK_LDD}" && ${VALID_APPIMAGE} -eq 0 ]]; then
179179 find ${LPUB3D_LDD_EXE} -executable -type f -exec ldd {} \;
180180fi
181181
182- LP3D_BUILD_CHECK_LIST=( CHECK_01 CHECK_02 CHECK_03 CHECK_04 CHECK_05 )
182+ # Skip LDGLite build check (CHECK_04) when running Snap builds
183+ if [[ " $LP3D_BUILD_OS " = " snap" ]]; then
184+ LP3D_BUILD_CHECK_LIST=( CHECK_01 CHECK_02 CHECK_03 CHECK_05 )
185+ else
186+ LP3D_BUILD_CHECK_LIST=( CHECK_01 CHECK_02 CHECK_03 CHECK_04 CHECK_05 )
187+ fi
183188# Skip long running checks when running in QEMU
184189if [ " ${LP3D_QEMU} " != " true" ]; then
185190 LP3D_BUILD_CHECK_LIST+=( CHECK_06 CHECK_07 )
Original file line number Diff line number Diff line change 22# Last Update: December 06, 2024
33# Copyright (C) 2017 - 2025 by Trevor SANDY
44pkgname=lpub3d
5- pkgver=2.4.9.4070
5+ pkgver=2.4.9.4071
66pkgrel=1
77pkgdesc=" An LDraw Building Instruction Editor"
88url=" https://github.com/trevorsandy/lpub3d.git"
Original file line number Diff line number Diff line change 22# Last Update: September 16, 2024
33# Copyright (C) 2017 - 2025 by Trevor SANDY
44pkgname=lpub3d
5- pkgver=2.4.9.4070
5+ pkgver=2.4.9.4071
66pkgrel=1
77pkgdesc=" An LDraw Building Instruction Editor"
88url=" https://github.com/trevorsandy/lpub3d.git"
Original file line number Diff line number Diff line change 1- lpub3d (2.4.9.4070 ) debian; urgency=medium
1+ lpub3d (2.4.9.4071 ) debian; urgency=medium
22
3- * LPub3D version 2.4.9.22.4070_20250118 for Linux
3+ * LPub3D version 2.4.9.23.4071_20250118 for Linux
44
5- -- Trevor SANDY <trevor.sandy@gmail.com> Sat, 18 Jan 2025 02:50:11 +0100
5+ -- Trevor SANDY <trevor.sandy@gmail.com> Sat, 18 Jan 2025 02:53:16 +0100
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Format: 1.0
22Source : lpub3d
33Binary : lpub3d
44Architecture : any
5- Version : 2.4.9.4070
5+ Version : 2.4.9.4071
66Maintainer : Trevor SANDY <trevor.sandy@gmail.com>
77Homepage : https://trevorsandy.github.io/lpub3d/
88Standards-Version : 3.9.7
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ BuildRequires: fdupes
120120Summary: An LDraw Building Instruction Editor
121121Name: lpub3d
122122Icon: lpub3d.xpm
123- Version: 2.4.9.4070
123+ Version: 2.4.9.4071
124124Release: < B_CNT> %{?dist }
125125URL: https://trevorsandy.github.io/lpub3d
126126Vendor: Trevor SANDY
@@ -816,10 +816,10 @@ update-desktop-database || true
816816%endif
817817
818818%changelog
819- * Sat Jan 18 2025 - trevor.dot.sandy.at.gmail.dot.com 2.4.9.4070
819+ * Sat Jan 18 2025 - trevor.dot.sandy.at.gmail.dot.com 2.4.9.4071
820820- LPub3D 2.3.8 enhancements and fixes - see RELEASE_NOTES for details
821821
822- * Sat Jan 18 2025 - trevor.dot.sandy.at.gmail.dot.com 2.4.9.4070
822+ * Sat Jan 18 2025 - trevor.dot.sandy.at.gmail.dot.com 2.4.9.4071
823823- LPub3D 2.3.7 enhancements and fixes - see RELEASE_NOTES for details
824824
825825* Tue May 31 2022 - trevor dot sandy at gmail dot com 2.4.4.2670
Original file line number Diff line number Diff line change 1- lpub3d (2.4.9.4070 ) debian; urgency=medium
1+ lpub3d (2.4.9.4071 ) debian; urgency=medium
22
3- * LPub3D version 2.4.9.22.4070_20250118 for Linux
3+ * LPub3D version 2.4.9.23.4071_20250118 for Linux
44
5- -- Trevor SANDY <trevor.sandy@gmail.com> Sat, 18 Jan 2025 02:50:07 +0100
5+ -- Trevor SANDY <trevor.sandy@gmail.com> Sat, 18 Jan 2025 02:53:11 +0100
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Format: 1.0
22Source : lpub3d
33Binary : lpub3d
44Architecture : any
5- Version : 2.4.9.4070
5+ Version : 2.4.9.4071
66Maintainer : Trevor SANDY <trevor.sandy@gmail.com>
77Homepage : https://trevorsandy.github.io/lpub3d/
88Standards-Version : 3.9.7
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ BuildRequires: fdupes
8282Summary: An LDraw Building Instruction Editor
8383Name: lpub3d
8484Icon: lpub3d.xpm
85- Version: 2.4.9.4070
85+ Version: 2.4.9.4071
8686Release: 1%{?dist }
8787URL: https://trevorsandy.github.io/lpub3d
8888Vendor: Trevor SANDY
@@ -314,10 +314,10 @@ update-desktop-database || true
314314%endif
315315
316316%changelog
317- * Sat Jan 18 2025 - trevor.dot.sandy.at.gmail.dot.com 2.4.9.4070
317+ * Sat Jan 18 2025 - trevor.dot.sandy.at.gmail.dot.com 2.4.9.4071
318318- LPub3D 2.4.4 enhancements and fixes - see RELEASE_NOTES for details
319319
320- * Sat Jan 18 2025 - trevor.dot.sandy.at.gmail.dot.com 2.4.9.4070
320+ * Sat Jan 18 2025 - trevor.dot.sandy.at.gmail.dot.com 2.4.9.4071
321321- LPub3D 2.4.4 enhancements and fixes - see RELEASE_NOTES for details
322322
323323* Tue May 31 2022 - trevor dot sandy at gmail dot com 2.4.4.2670
Original file line number Diff line number Diff line change 1- 2 4 9 22 4070 8dc4846ed
1+ 2 4 9 23 4071 bf24c8e09
You can’t perform that action at this time.
0 commit comments