Perl 5.28 rebuild

This commit is contained in:
Jitka Plesnikova 2018-06-30 04:15:52 +02:00
parent 4be278d05f
commit be6acc8764
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: slic3r
Version: 1.3.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
License: AGPLv3 and CC-BY
# Images are CC-BY, code is AGPLv3
@ -238,6 +238,9 @@ SLIC3R_NO_AUTO=1 perl Build.PL installdirs=vendor
%{_datadir}/%{name}
%changelog
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.0-3
- Perl 5.28 rebuild
* Mon Jun 25 2018 Tom Callaway <spot@fedoraproject.org> - 1.3.0-2
- conditionalize bundled bits
- fix t/gcode.t (needed to define config->layer_height before trying to use it)