mono 1.2.5: add 1.2.4, drop 1.2.5-pre5
authorCliff Brake <cbrake@bec-systems.com>
Mon, 3 Sep 2007 20:30:34 +0000 (20:30 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Mon, 3 Sep 2007 20:30:34 +0000 (20:30 +0000)
packages/mono/mono-1.2.5/.mtn2git_empty [moved from packages/mono/mono-1.2.4+1.2.5pre5/.mtn2git_empty with 100% similarity]
packages/mono/mono-1.2.5/configure.patch [moved from packages/mono/mono-1.2.4+1.2.5pre5/configure.patch with 100% similarity]
packages/mono/mono-native_1.2.5.bb [moved from packages/mono/mono-native_1.2.5pre5.bb with 84% similarity]
packages/mono/mono_1.2.5.bb [moved from packages/mono/mono_1.2.5pre5.bb with 93% similarity]
packages/mono/mono_1.2.5.inc [moved from packages/mono/mono_1.2.5pre5.inc with 80% similarity]

similarity index 84%
rename from packages/mono/mono-native_1.2.5pre5.bb
rename to packages/mono/mono-native_1.2.5.bb
index 4664cf8..0f1391c 100644 (file)
@@ -1,4 +1,4 @@
-require mono_1.2.5pre5.inc
+require mono_1.2.5.inc
 PR = "r2"
 DEPENDS = "glib-2.0-native"
 
similarity index 93%
rename from packages/mono/mono_1.2.5pre5.bb
rename to packages/mono/mono_1.2.5.bb
index 3ba24e9..c0a4cfb 100644 (file)
@@ -1,4 +1,4 @@
-require mono_1.2.5pre5.inc
+require mono_1.2.5.inc
 
 #DEPENDS = "mono-native glib-2.0"
 # for now, we skip the mono-native build -- just install
@@ -8,7 +8,7 @@ require mono_1.2.5pre5.inc
 # installed
 DEPENDS = "glib-2.0"
 
-PR = "r3"
+PR = "r0"
 
 SRC_URI += "file://configure.patch;patch=1"
 
similarity index 80%
rename from packages/mono/mono_1.2.5pre5.inc
rename to packages/mono/mono_1.2.5.inc
index 802e641..0e0df1c 100644 (file)
@@ -2,12 +2,10 @@ DESCRIPTION = "Mono Programming Language"
 SECTION = "devel/mono"
 LICENSE = "GPL LGPL X11"
 
-PV = "1.2.4+1.2.5pre5"
-
 # the md5 sum check is required because Novell does not version their pre release versions of mono
 # if the md5sum check fails, contact cbrake on #oe
 # checksums are stored in conf/checksums.ini
-SRC_URI = "http://mono.ximian.com/monobuild/preview/sources/mono/mono-1.2.5.tar.bz2"
+SRC_URI = "http://go-mono.com/sources/mono/mono-1.2.5.tar.bz2"
 
 S = "${WORKDIR}/mono-1.2.5"