[gcc-python-plugin] 0.5-1

dmalcolm dmalcolm at fedoraproject.org
Wed Jul 27 19:39:42 UTC 2011


commit 36844d07ef5f2ace1499f7bea7b588166d375b63
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Wed Jul 27 15:33:15 2011 -0400

    0.5-1

 .gitignore             |    1 +
 gcc-python-plugin.spec |    8 ++++++--
 sources                |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e37f4d7..e0584c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gcc-python-plugin-0.3.tar.gz
 /gcc-python-plugin-0.4.tar.gz
+/gcc-python-plugin-0.5.tar.gz
diff --git a/gcc-python-plugin.spec b/gcc-python-plugin.spec
index ef0fa93..04efaa6 100644
--- a/gcc-python-plugin.spec
+++ b/gcc-python-plugin.spec
@@ -1,5 +1,5 @@
 Name:           gcc-python-plugin
-Version:        0.4
+Version:        0.5
 Release:        1%{?dist}
 Summary:        GCC plugin that embeds Python
 
@@ -326,9 +326,13 @@ CheckPlugin \
 %doc COPYING
 %doc docs/_build/html
 # Example scripts:
-%doc show-ssa.py show-docs.py
+%doc examples
 
 %changelog
+* Wed Jul 27 2011 David Malcolm <dmalcolm at redhat.com> - 0.5-1
+- 0.5
+- examples are now in an "examples" subdirectory
+
 * Tue Jul 26 2011 David Malcolm <dmalcolm at redhat.com> - 0.4-1
 - 0.4
 - add requirement on pygments
diff --git a/sources b/sources
index 04f7757..53a44d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72d8984dec1c77a822dd35eb4c47bf70  gcc-python-plugin-0.4.tar.gz
+fc501bd2aa87319947da2f49357cca41  gcc-python-plugin-0.5.tar.gz


More information about the scm-commits mailing list