spot pushed to cura-lulzbot (master). "3.6.22"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-09-30 22:40:06 UTC
From d152e4f73374837a69c910bb6597ca8866ace8bf Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot(a)fedoraproject.org>
Date: Sep 30 2020 22:40:01 +0000
Subject: 3.6.22
---
diff --git a/.gitignore b/.gitignore
index ecafe3d..2534169 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
/cura-lulzbot-3.6.12.tar.gz
/cura-lulzbot-3.6.18.tar.gz
/cura-lulzbot-3.6.21.tar.gz
+/cura-lulzbot-3.6.22.tar.gz
diff --git a/cura-lulzbot.spec b/cura-lulzbot.spec
index cbaae00..f61b9fd 100644
--- a/cura-lulzbot.spec
+++ b/cura-lulzbot.spec
@@ -1,15 +1,15 @@
%global shortname cura-lulzbot
Name: cura-lulzbot
-Version: 3.6.21
-Release: 5%{?dist}
+Version: 3.6.22
+Release: 1%{?dist}
Epoch: 1
Summary: 3D printer control software
License: AGPLv3+
URL: https://code.alephobjects.com/project/profile/10/
-# git clone https://code.alephobjects.com/source/cura-lulzbot.git
+# git clone https://gitlab.com/lulzbot3d/cura-le/cura-lulzbot.git
# cd cura-lulzbot
-# git checkout v3.6.21
+# git checkout v3.6.22
## CANNOT use git archive here, need git hash for version
# cd ..
# mv cura-lulzbot cura-lulzbot-3.6.21
@@ -33,19 +33,20 @@ BuildRequires: gettext
BuildRequires: git
BuildRequires: python3-devel
BuildRequires: python3-pytest
-BuildRequires: python3-uranium-lulzbot == %{version}
-BuildRequires: CuraEngine-lulzbot >= 1:%{version}
+BuildRequires: python3-uranium-lulzbot >= 3.6.21
+BuildRequires: CuraEngine-lulzbot >= 1:3.6.21
Requires: open-sans-fonts
Requires: python3-numpy-stl
Requires: python3-pyserial
Requires: python3-savitar >= 2.6
-Requires: python3-uranium-lulzbot == %{version}
+Requires: python3-uranium-lulzbot >= 3.6.21
Requires: python3-zeroconf
Requires: qt5-qtquickcontrols2, qt5-qtquickcontrols
-Requires: CuraEngine-lulzbot >= 1:%{version}
-Requires: lulzbot-marlin-firmware >= 1:1.1.9.34
-Requires: lulzbot-marlin-firmware-pro >= 1:2.0.0.144
+Requires: CuraEngine-lulzbot >= 1:3.6.21
+# -12 has the M175 firmware needed for cura-le 3.6.22
+Requires: lulzbot-marlin-firmware >= 1:1.1.9.34-12
+Requires: lulzbot-marlin-firmware-pro >= 1:2.0.0.144-12
Requires: lulzbot-marlin-firmware-bio >= 1:2.0.0.174
# lulzbot package has the materials inside it, does not conflict
# Requires: cura-fdm-materials == %%{version}
@@ -205,6 +206,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{shortname}.desktop
%{_prefix}/lib/%{shortname}
%changelog
+* Wed Sep 23 2020 Tom Callaway <spot(a)fedoraproject.org> - 1:3.6.22-1
+- update to 3.6.22
+
* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:3.6.21-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index b769bcc..c2c7b91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cura-lulzbot-3.6.21.tar.gz) = fc9f936dbcb82486605ba7a9bb84bce919c17471b67a48886538937cd323788a679477cd3b8afaacac6d64568281fd75efc925cadc64a8d9639e8298d8699261
+SHA512 (cura-lulzbot-3.6.22.tar.gz) = ad4c93c16c7a0d68871d65c591e9ab45d004f22dcd4d1e537c3e086617e3269356b2c8a2fd6ef716c6798615128a575307aa4f958b7aa9df8a3d9b3503a6e956
https://src.fedoraproject.org/rpms/cura-lulzbot/c/d152e4f73374837a69c910b...
2Â years, 4Â months
qulogic pushed to R-coda (f31). "Update to latest version."
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-09-30 22:38:56 UTC
From ee9b0d30e9da0d0b1a24a2b1fc05ec66bab93466 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst(a)gmail.com>
Date: Sep 30 2020 22:37:57 +0000
Subject: Update to latest version.
---
diff --git a/.gitignore b/.gitignore
index caba670..ca40dce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/coda_0.19-1.tar.gz
/coda_0.19-2.tar.gz
/coda_0.19-3.tar.gz
+/coda_0.19-4.tar.gz
diff --git a/R-coda.spec b/R-coda.spec
index 24e7feb..c7db7c0 100644
--- a/R-coda.spec
+++ b/R-coda.spec
@@ -1,15 +1,15 @@
-%global packname coda
-%global packvers 0.19-3
+%global packname coda
+%global packver 0.19-4
%global rlibdir %{_datadir}/R/library
Name: R-%{packname}
-Version: 0.19.3
-Release: 6%{?dist}
+Version: 0.19.4
+Release: 1%{?dist}
Summary: Output Analysis and Diagnostics for MCMC
License: GPLv2+
URL: https://CRAN.R-project.org/package=%{packname}
-Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz
+Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
# Here's the R view of the dependencies world:
# Depends:
@@ -62,6 +62,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
%changelog
+* Wed Sep 30 2020 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0.19.4-1
+- Update to latest version (#1884075)
+
* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index d1f7092..eeb6264 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (coda_0.19-3.tar.gz) = 1833b7a8c7de5220455d101ce4f14348eb750deb245a82d994810fc16b4c01efdf6782ea6d6442ba325ba8cba57d8c0439892fdf15f4bae85b95f2a2eaf28221
+SHA512 (coda_0.19-4.tar.gz) = f390a76658fc49da236dfbf04c920a9cf148ee6ecbb4ca595b6c5a20e8d87a749e67fe294ce63781a277b51b31741508197f9939b62b1edda03228022a02c950
https://src.fedoraproject.org/rpms/R-coda/c/ee9b0d30e9da0d0b1a24a2b1fc05e...
2Â years, 4Â months
qulogic pushed to R-coda (f31). "rebuild for R 4.0.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2020-09-30 22:38:56 UTC
From 34d48d3e1375939eda5939b1205fc90a6142f07a Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot(a)fedoraproject.org>
Date: Jun 03 2020 19:52:19 +0000
Subject: rebuild for R 4.0.0
---
diff --git a/R-coda.spec b/R-coda.spec
index c1a5686..b76190c 100644
--- a/R-coda.spec
+++ b/R-coda.spec
@@ -4,7 +4,7 @@
Name: R-%{packname}
Version: 0.19.3
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Output Analysis and Diagnostics for MCMC
License: GPLv2+
@@ -62,6 +62,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
%changelog
+* Wed Jun 3 2020 Tom Callaway <spot(a)fedoraproject.org> - 0.19.3-5
+- rebuild for R 4
+
* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
https://src.fedoraproject.org/rpms/R-coda/c/34d48d3e1375939eda5939b1205fc...
2Â years, 4Â months