commit e00cbdb0bd9fb2bdc3a1a340616a6127ed5d5fdf Author: Miro Hrončok <miro@xxxxxxxxxx> Date: Sun Apr 6 22:14:26 2014 +0200 1.0.0 stable .gitignore | 1 + slic3r.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) --- diff --git a/.gitignore b/.gitignore index ad3683c..5174aa3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /1.0.0RC1.tar.gz /1.0.0RC2.tar.gz /1.0.0RC3.tar.gz +/1.0.0.tar.gz diff --git a/slic3r.spec b/slic3r.spec index 884941c..2f71136 100644 --- a/slic3r.spec +++ b/slic3r.spec @@ -1,14 +1,12 @@ Name: slic3r Version: 1.0.0 -%global rcrc RC3 -%global verrc %{version}%{rcrc} -Release: 0.5.%{rcrc}%{?dist} +Release: 1%{?dist} Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) License: AGPLv3 and CC-BY # Images are CC-BY, code is AGPLv3 Group: Applications/Engineering URL: http://slic3r.org/ -Source0: https://github.com/alexrj/Slic3r/archive/%{verrc}.tar.gz +Source0: https://github.com/alexrj/Slic3r/archive/%{version}.tar.gz # This is blocked by https://bugzilla.redhat.com/show_bug.cgi?id=1047914 %global with_clipper 0 @@ -91,7 +89,7 @@ See the project homepage at slic3r.org and the documentation on the Slic3r wiki for more information. %prep -%setup -qn Slic3r-%{verrc} +%setup -qn Slic3r-%{version} %patch0 -p1 %patch1 -p1 @@ -184,6 +182,9 @@ fi %{_datadir}/%{name} %changelog +* Sun Apr 06 2014 Miro Hrončok <mhroncok@xxxxxxxxxx> - 1.0.0-1 +- 1.0.0 stable + * Wed Mar 19 2014 Miro Hrončok <mhroncok@xxxxxxxxxx> - 1.0.0-0.5.RC3 - Instead of single ico file, ship multiple pngs diff --git a/sources b/sources index 2030fbe..1361d2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd33fed96d8dcf667b94aea2fa6be875 1.0.0RC3.tar.gz +5d9aca28f705ea8790fb4cb961337029 1.0.0.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel