[embryo] final 1.0.0 release

thomasj thomasj at fedoraproject.org
Mon Jan 31 19:58:06 UTC 2011


commit 3fde66529669d4f6cdfcaf53622bf1f35fc2ae17
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Mon Jan 31 20:57:53 2011 +0100

    final 1.0.0 release

 .gitignore  |    1 +
 embryo.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9364e6..5b6c32a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ embryo-0.9.9.49898.tar.bz2
 /embryo-1.0.0.beta.tar.bz2
 /embryo-1.0.0.beta2.tar.bz2
 /embryo-1.0.0.beta3.tar.bz2
+/embryo-1.0.0.tar.gz
diff --git a/embryo.spec b/embryo.spec
index 81ec7eb..a771f58 100644
--- a/embryo.spec
+++ b/embryo.spec
@@ -1,12 +1,12 @@
 Name:           embryo
 Version:        1.0.0
-Release:        0.1.beta3%{?dist}
+Release:        1%{?dist}
 Summary:        Easy to use library for running compiled PAWN programs
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://www.enlightenment.org/
-Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.beta3.tar.bz2
+Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  doxygen
@@ -38,7 +38,7 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q -n %{name}-%{version}.beta3
+%setup -q -n %{name}-%{version}
 
 
 %build
@@ -95,6 +95,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 31 2011 Thomas Janssen <thomasj at fedoraproject.org> 1.0.0-1
+- final 1.0.0 release
+
 * Wed Dec 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.0.0-0.1.beta3
 - beta 3 release
 
diff --git a/sources b/sources
index 1b8c8bd..b9f9c66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20495de8cc2c375cde1a3a98caf919d7  embryo-1.0.0.beta3.tar.bz2
+2d6269c931656d5714197e508b144f18  embryo-1.0.0.tar.gz


More information about the scm-commits mailing list