[slic3r] Update to 1.0.1

Miro Hrončok churchyard at fedoraproject.org
Sat May 3 18:37:20 UTC 2014


commit 68111cc3a5532d10a501176c95a9baae03d4d054
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Sat May 3 20:37:01 2014 +0200

    Update to 1.0.1

 .gitignore           |    1 +
 slic3r-buildpl.patch |   10 +++++-----
 slic3r.spec          |    5 ++++-
 sources              |    2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5174aa3..3bb1acb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /1.0.0RC2.tar.gz
 /1.0.0RC3.tar.gz
 /1.0.0.tar.gz
+/1.0.1.tar.gz
diff --git a/slic3r-buildpl.patch b/slic3r-buildpl.patch
index 56501ea..2c36190 100644
--- a/slic3r-buildpl.patch
+++ b/slic3r-buildpl.patch
@@ -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;
diff --git a/slic3r.spec b/slic3r.spec
index 2f71136..5752635 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -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 at redhat.com> - 1.0.1-1
+- Update to 1.0.1
+
 * Sun Apr 06 2014 Miro Hrončok <mhroncok at redhat.com> - 1.0.0-1
 - 1.0.0 stable
 
diff --git a/sources b/sources
index 1361d2a..cf68e2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d9aca28f705ea8790fb4cb961337029  1.0.0.tar.gz
+d2bed959d5b6064852df480d74b649f8  1.0.1.tar.gz


More information about the scm-commits mailing list