version 0.2
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Sun, 7 Mar 2010 18:43:33 +0000 (18:43 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Sun, 7 Mar 2010 18:43:33 +0000 (18:43 +0000)
Makefile
pyaspects.spec

index 36243e2..af79098 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ SHA1SUM = sha1sum
 # default - overridden by the build
 SPECFILE = pyaspects.spec
 
-main.URL       := http://github.com/downloads/baris/pyaspects/pyaspects-0.1.tar.gz
-main.SHA1SUM    := 5dd32280d510533904dd76f8c27f385984d3b749
+main.URL       := http://github.com/downloads/baris/pyaspects/pyaspects-0.2.tar.gz
+main.SHA1SUM    := d43bdaf25bb0f410482b1f017c4cc4e217323428
 main.FILE      := $(notdir $(main.URL))
 
 # Thierry - when called from within the build, PWD is /build
index 929f02f..7d385d8 100644 (file)
@@ -4,7 +4,7 @@
 %define url $URL: https://svn.planet-lab.org/svn/pyaspects/trunk/pyaspects.spec $
 
 %define name pyaspects
-%define version 0.1
+%define version 0.2
 %define taglevel 1
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
@@ -15,7 +15,7 @@ Version: %{version}
 Release: %{release}
 License: GPL
 Group: Development/Libraries
-Source0: pyaspects-0.1.tar.gz
+Source0: pyaspects-0.2.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 Packager: PlanetLab <devel@planet-lab.org>