forked from pool/Printrun
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 587106b6fa | |||
| 91c1a0d4de |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6ebd61de4f9aff1c9b248a06f34a2a0ee187b6da31271b2ec05eda183b4b013
|
||||
size 3504140
|
||||
3
Printrun-2.2.0+73.obscpio
Normal file
3
Printrun-2.2.0+73.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:788c0fdf2fd6866febf97c83bad6b5dd8bf96b1f8f0319946d0bc4582cbc94e1
|
||||
size 3873292
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 06:30:59 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- update to 2.2.0+73
|
||||
* New Features
|
||||
+ Added support for Python 3.13 (#1451)
|
||||
+ Replaced module imghdr with puremagic (#1455)
|
||||
+ Replaced configparser readfp with read_file (#1428)
|
||||
* Fixed Bugs
|
||||
+ Regression when dealing with line numbers (#1454)
|
||||
+ Run-time dependencies installation (#1457)
|
||||
+ Correction of type error for G2/G3 arc moves (#1434)
|
||||
* Administrative
|
||||
+ Simplified file naming for macOS builds (#1432)
|
||||
* And many more fixes and updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 21:21:15 UTC 2021 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
name: Printrun
|
||||
version: 2.0.0~rc7.1599393390.c451359
|
||||
mtime: 1599393390
|
||||
commit: c451359a35d502a8e446702d3cf94cae9e50c0de
|
||||
|
||||
version: 2.2.0+73
|
||||
mtime: 1764189743
|
||||
commit: 322d2605e36fd569c480443eb7f1d8af53b2d04b
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Printrun
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: Printrun
|
||||
Version: 2.0.0~rc7.1599393390.c451359
|
||||
Version: 2.2.0+73
|
||||
Release: 0
|
||||
Summary: RepRap printer interface and tools
|
||||
License: GPL-3.0-or-later
|
||||
@@ -30,10 +30,10 @@ Source1: pronsole.desktop
|
||||
Source2: pronterface.desktop
|
||||
Source3: plater.desktop
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python3-Cython
|
||||
BuildRequires: python3-pyserial
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: gettext
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: update-desktop-files
|
||||
@@ -84,8 +84,9 @@ It is a part of Printrun.
|
||||
%package -n pronterface
|
||||
Summary: GUI interface for RepRap
|
||||
Group: Productivity/Graphics/Convertors
|
||||
Requires: python3-wxPython
|
||||
Requires: pronsole = %{version}-%{release}
|
||||
Requires: python3-platformdirs
|
||||
Requires: python3-wxPython
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n pronterface
|
||||
@@ -108,7 +109,6 @@ It is a part of Printrun.
|
||||
|
||||
###############################################
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@@ -159,7 +159,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE3}
|
||||
%endif
|
||||
|
||||
%{find_lang} pronterface
|
||||
%{find_lang} plater
|
||||
|
||||
%files
|
||||
%doc README*
|
||||
@@ -186,7 +185,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE3}
|
||||
%{_datadir}/metainfo/pronterface.appdata.xml
|
||||
%{_datadir}/applications/pronterface.desktop
|
||||
|
||||
%files -n plater -f plater.lang
|
||||
%files -n plater
|
||||
%{_bindir}/plater.*
|
||||
%{_datadir}/pixmaps/plater.png
|
||||
%{_datadir}/applications/plater.desktop
|
||||
|
||||
9
_service
9
_service
@@ -1,11 +1,12 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/kliment/Printrun.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">printrun-2.0.0rc7</param>
|
||||
<param name="versionprefix">2.0.0~rc7</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">printrun-(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service mode="manual" name="set_version" />
|
||||
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
|
||||
Reference in New Issue
Block a user