spot pushed to cura-lulzbot (f22). "fix Cura call"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 20:07:09 UTC 2015


>From dad7b51fdb12fdf09ba7422c222a4ad1bf1deea0 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Fri, 27 Mar 2015 16:06:57 -0400
Subject: fix Cura call


diff --git a/cura-lulzbot.spec b/cura-lulzbot.spec
index a33afca..263d95f 100644
--- a/cura-lulzbot.spec
+++ b/cura-lulzbot.spec
@@ -1,6 +1,6 @@
 Name:           cura-lulzbot
 Version:        14.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Cura LulzBot Edition, 3D printer control software
 
 # Code is AGPLv3
@@ -66,6 +66,7 @@ mv resources/cura{,-lulzbot}.ico
 find -name \*.py -exec sed -i \
   -e 's/from Cura import/from CuraLulzbot import/g' \
   -e 's/from Cura\./from CuraLulzbot./g' \
+  -e 's/Cura.serialCommunication/CuraLulzbot.serialCommunication/g' \
   -e 's/import Cura/import CuraLulzbot/g' {} \;
 
 %build
@@ -114,6 +115,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
 %{_bindir}/%{name}
 
 %changelog
+* Wed Mar 25 2015 Tom Callaway <spot at fedoraproject.org> - 14.12-2
+- fix one missing CuraLulzbot invoke
+
 * Wed Feb 04 2015 Miro HronĨok <mhroncok at redhat.com> - 14.12-1
 - Initial package (started as cura.spec fork)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cura-lulzbot.git/commit/?h=f22&id=dad7b51fdb12fdf09ba7422c222a4ad1bf1deea0


More information about the scm-commits mailing list