Update to 1.0.1

This commit is contained in:
Miro Hrončok 2014-05-03 20:37:01 +02:00
parent e00cbdb0bd
commit 68111cc3a5
4 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/1.0.0RC2.tar.gz
/1.0.0RC3.tar.gz
/1.0.0.tar.gz
/1.0.1.tar.gz

View File

@ -1,16 +1,17 @@
diff --git a/Build.PL b/Build.PL
index f7117e6..0d2abb6 100644
index 9c25124..e224f81 100644
--- a/Build.PL
+++ b/Build.PL
@@ -9,14 +9,14 @@ use File::Spec;
@@ -9,7 +9,7 @@ use File::Spec;
my %prereqs = qw(
Boost::Geometry::Utils 0.15
Encode::Locale 0
- ExtUtils::MakeMaker 6.80
+ ExtUtils::MakeMaker 6.70
ExtUtils::ParseXS 3.22
File::Basename 0
File::Spec 0
Getopt::Long 0
@@ -17,7 +17,7 @@ my %prereqs = qw(
Math::ConvexHull::MonotoneChain 0.01
Math::Geometry::Voronoi 1.3
Math::PlanePath 53
@ -19,12 +20,11 @@ index f7117e6..0d2abb6 100644
Moo 1.003001
Scalar::Util 0
Storable 0
@@ -149,7 +149,10 @@ if (@missing_prereqs) {
@@ -146,7 +146,9 @@ if (@missing_prereqs) {
exit 1;
} elsif (!$gui) {
eval "use App::Prove; 1" or die "Failed to load App::Prove";
- my $res = App::Prove->new->run ? 0 : 1;
+
+ my $app = App::Prove->new;
+ $app->process_args('-Ixs/blib/lib','-Ixs/blib/arch');
+ my $res = $app->run ? 0 : 1;

View File

@ -1,5 +1,5 @@
Name: slic3r
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
License: AGPLv3 and CC-BY
@ -182,6 +182,9 @@ fi
%{_datadir}/%{name}
%changelog
* Sat May 03 2014 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-1
- Update to 1.0.1
* Sun Apr 06 2014 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-1
- 1.0.0 stable

View File

@ -1 +1 @@
5d9aca28f705ea8790fb4cb961337029 1.0.0.tar.gz
d2bed959d5b6064852df480d74b649f8 1.0.1.tar.gz