[coot] - update to 0.6.2

Timothy Fenn timfenn at fedoraproject.org
Tue Oct 12 19:00:50 UTC 2010


commit 8f5dd3d2c30168e6ea7994c38aae740442538197
Author: Tim Fenn <fenn at stanford.edu>
Date:   Tue Oct 12 12:00:43 2010 -0700

    - update to 0.6.2

 .gitignore      |    2 ++
 coot.spec       |   17 ++++++++++-------
 sources         |    2 +-
 svn-revision.cc |    2 +-
 4 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a061f3..be6ce24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 coot-0.6.1-20100127svn2740.tar.gz
 coot-reference-structures.tar.gz
+/coot-reference-structures.tar.gz
+/coot-0.6.2-20101012svn3213.tar.gz
diff --git a/coot.spec b/coot.spec
index e48e755..2d87a36 100644
--- a/coot.spec
+++ b/coot.spec
@@ -4,16 +4,16 @@
 Name: coot
 Summary: The crystallographic object-oriented toolkit
 URL: http://www.biop.ox.ac.uk/coot/
-Version: 0.6.1
-Release: 3.20100127svn2740%{?dist}
+Version: 0.6.2
+Release: 1.20101012svn3213%{?dist}
 # source code is mixed GPLv3+ and LGPLv2+ (see %files for breakdown)
 License: GPLv3+ and LGPLv2+
 Group: Applications/Engineering
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-#  svn co -r 2740 http://coot.googlecode.com/svn/trunk/ coot-0.6.1
-#  tar cvzf coot-0.6.1-20100127svn2740.tar.gz coot-0.6.1
-Source0: coot-0.6.1-20100127svn2740.tar.gz
+#  svn co -r 3213 http://coot.googlecode.com/svn/branches/release-0.6.2 coot-0.6.2
+#  tar cvzf coot-0.6.2-20101012svn3213.tar.gz coot-0.6.2
+Source0: coot-0.6.2-20101012svn3213.tar.gz
 Source1: http://www.ysbl.york.ac.uk/~emsley/software/%{name}-reference-structures.tar.gz
 Source2: svn-revision.cc
 Source3: coot.in
@@ -143,8 +143,8 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_datadir}/pixmaps/
 rm -rf %{buildroot}
 
 %check
-# this fails - need to fix upstream
-# make check
+make check
+# %{buildroot}%{_bindir}/coot-real --no-graphics --script python-tests/coot_unittest.py
 
 %post -p /sbin/ldconfig
 
@@ -173,6 +173,9 @@ rm -rf %{buildroot}
 %doc doc/coot-keys-and-buttons.pdf doc/user-manual.pdf
 
 %changelog
+* Tue Oct 12 2010 Tim Fenn <fenn at stanford.edu> - 0.6.2-1.20101012svn3213
+- update to 0.6.2
+
 * Thu Aug 05 2010 Tim Fenn <fenn at stanford.edu> - 0.6.1-3.20100127svn2740
 - fix file attr
 - add comment to make check error
diff --git a/sources b/sources
index 73137a9..083104b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ecf43a60294f660946f5a14b8bf98769  coot-0.6.1-20100127svn2740.tar.gz
 59df05751b1ab445a6517757a1ace302  coot-reference-structures.tar.gz
+307876bc5d52c2073e45142dc325d912  coot-0.6.2-20101012svn3213.tar.gz
diff --git a/svn-revision.cc b/svn-revision.cc
index 432f2c5..7f9aab6 100644
--- a/svn-revision.cc
+++ b/svn-revision.cc
@@ -1,6 +1,6 @@
 extern "C" {
 int svn_revision() { 
-   return  2740;
+   return  3213;
 }
 }
 


More information about the scm-commits mailing list