[olpc-os-builder] v3.0.0

Daniel Drake dsd at fedoraproject.org
Fri Jul 22 20:24:59 UTC 2011


commit e6935d9f5d3566dbec0ceef4a2ef0fe9592bb3dd
Author: Daniel Drake <dsd at laptop.org>
Date:   Fri Jul 22 21:16:45 2011 +0100

    v3.0.0

 .gitignore           |    1 +
 olpc-os-builder.spec |   11 ++++++-----
 sources              |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c707c3..778b24d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /olpc-os-builder-3.0.0_pre1.tar.bz2
 /olpc-os-builder-3.0.0_pre2.tar.bz2
+/olpc-os-builder-3.0.0.tar.bz2
diff --git a/olpc-os-builder.spec b/olpc-os-builder.spec
index 6383a02..a17d975 100644
--- a/olpc-os-builder.spec
+++ b/olpc-os-builder.spec
@@ -1,14 +1,12 @@
-%define prerelease pre2
-
 Name:		olpc-os-builder
 Version:	3.0.0
-Release:	0.4.%{prerelease}%{?dist}
+Release:	1%{?dist}
 Summary:	A development tool to build and customize OLPC OS images
 
 Group:		Development/System
 License:	GPLv2+
 URL:		http://wiki.laptop.org/go/OSBuilder
-Source0:	http://dev.laptop.org/~dsd/olpc-os-builder/%{name}-%{version}_%{prerelease}.tar.bz2
+Source0:	http://dev.laptop.org/pub/source/olpc-os-builder/%{name}-%{version}.tar.bz2
 
 BuildRequires:	zlib-devel libtomcrypt-devel
 Requires:	python-imgcreate bitfrost zip unzip crcimg mtd-utils mtd-utils-ubi wget curl xz-lzma-compat
@@ -19,7 +17,7 @@ build these OS images as well as applying your own tweaks and customizations.
 
 
 %prep
-%setup -q -n %{name}-%{version}_%{prerelease}
+%setup -q
 
 
 %build
@@ -44,6 +42,9 @@ mv $RPM_BUILD_ROOT/usr/share/doc/* inst-docs
 
 
 %changelog
+* Fri Jul 22 2011 Daniel Drake <dsd at laptop.org> - 3.0.0-1
+- new release for OLPC OS 11.2.0
+
 * Wed Apr  6 2011 Peter Robinson <pbrobinson at gmail.com> 3.0.0-0.4.pre2
 - build with $RPM_OPT_FLAGS - fixes # 673688
 
diff --git a/sources b/sources
index f897097..735cfe6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed44a5289b6e7ef3c644b2afe79df7c1  olpc-os-builder-3.0.0_pre2.tar.bz2
+75af430498c5864e6da0142b6787fc97  olpc-os-builder-3.0.0.tar.bz2


More information about the scm-commits mailing list