[valide/f13/master] New Revision

MERCIER Jonathan bioinfornatics at fedoraproject.org
Fri Oct 8 21:26:29 UTC 2010


commit 318dd5f0d01464e6f38d9c4ac397e04e318c287a
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Fri Oct 8 23:26:36 2010 +0200

    New Revision

 .gitignore  |    1 +
 sources     |    2 +-
 valide.spec |   13 ++++++++-----
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6671617..b80196c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 valide-20101105svn609.tar.xz
 /valide-20100904svn689.tar.xz
 /valadoc.py
+/valide-20100923bzr557.tar.xz
diff --git a/sources b/sources
index 53ccb86..049fb2d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3693e1dc1db5e1c53975e61190adab98  valide-20100904svn689.tar.xz
+2ca942fa38b57175121333d350773ddd  valide-20100923bzr557.tar.xz
 b7e2a245a559bb4a841f593f6b80f11e  valadoc.py
diff --git a/valide.spec b/valide.spec
index 86b2e92..eddced5 100644
--- a/valide.spec
+++ b/valide.spec
@@ -1,16 +1,16 @@
-%global     alphatag        20100904
-%global     svn_revision    svn689
+%global     alphatag        20100923
+%global     svn_revision    bzr557
 %global     gtk2_version    2.18.0
 %global     vala_version    0.9.7
 
 # The source for this package was pulled from upstream's cvs.  Use the
 # following commands to generate the tarball:
-# svn export -r r689  http://valide.googlecode.com/svn/trunk/ valide-20100904svn689
-# tar -cJvf valide-20100904svn689.tar.xz valide-20100904svn689
+# bzr branch -r 557 lp:valide valide-20100923bzr557
+# tar -cJvf valide-20100923bzr557.tar.xz valide-20100923bzr557
 
 Name:           valide
 Version:        0.7.0
-Release:        5.%{alphatag}%{svn_revision}%{?dist}
+Release:        7.%{alphatag}%{svn_revision}%{?dist}
 Summary:        An integrated development environment (IDE) for the Vala programming language
 
 Group:          Development/Tools
@@ -127,6 +127,9 @@ fi
 %{_libdir}/libvalide-*.so
 
 %changelog
+* Fri Oct 08 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.7.0-8.20100923bzr557
+- Fix spec
+
 * Sat Sep 04 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.7.0-5.20100904svn689
 - Update to last revision (689)
 


More information about the scm-commits mailing list