dmalcolm pushed to gcc-python-plugin (f22). "0.14"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 6 19:04:46 UTC 2015


From c6d47211101ac757a7eee4363156f18eb715c592 Mon Sep 17 00:00:00 2001
From: David Malcolm <dmalcolm at redhat.com>
Date: Wed, 6 May 2015 14:19:55 -0400
Subject: 0.14


diff --git a/.gitignore b/.gitignore
index 4da908d..6e34dc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /gcc-python-plugin-0.11.tar.gz
 /gcc-python-plugin-0.12.tar.gz
 /gcc-python-plugin-0.13.tar.gz
+/gcc-python-plugin-0.14.tar.gz
diff --git a/arm-fixes.patch b/arm-fixes.patch
index 9c407fe..e6d8a3d 100644
--- a/arm-fixes.patch
+++ b/arm-fixes.patch
@@ -1,10 +1,12 @@
-diff -up gcc-python-plugin-0.13/run-test-suite.py.arm-fixes gcc-python-plugin-0.13/run-test-suite.py
---- gcc-python-plugin-0.13/run-test-suite.py.arm-fixes	2014-10-01 11:19:37.223370569 -0400
-+++ gcc-python-plugin-0.13/run-test-suite.py	2014-10-01 11:21:50.673303529 -0400
-@@ -664,6 +664,13 @@ if sys.version_info[0] == 3 and sys.vers
+diff -up gcc-python-plugin-0.14/run-test-suite.py.arm-fixes.patch gcc-python-plugin-0.14/run-test-suite.py
+--- gcc-python-plugin-0.14/run-test-suite.py.arm-fixes.patch	2015-05-06 14:35:55.488993502 -0400
++++ gcc-python-plugin-0.14/run-test-suite.py	2015-05-06 14:37:17.762098700 -0400
+@@ -727,7 +727,14 @@ if GCC_VERSION >= 5000:
+ if sys.version_info[0] == 3 and sys.version_info[1] >= 4:
      exclude_test('tests/plugin/callgraph')
      exclude_test('tests/plugin/rtl')
- 
+- 
++
 +# Tests failing on armv7hl with gcc-4.9.1-11.fc22
 +for test in ('''
 +  tests/cpychecker/absinterp/array-range/fully-checked-on-stack
diff --git a/fix-python-3.4-failures.patch b/fix-python-3.4-failures.patch
index 5834b26..479a4e1 100644
--- a/fix-python-3.4-failures.patch
+++ b/fix-python-3.4-failures.patch
@@ -1,14 +1,18 @@
-diff -up gcc-python-plugin-0.13/run-test-suite.py.fix-python-3.4-failures gcc-python-plugin-0.13/run-test-suite.py
---- gcc-python-plugin-0.13/run-test-suite.py.fix-python-3.4-failures	2014-09-30 15:19:21.000000000 -0400
-+++ gcc-python-plugin-0.13/run-test-suite.py	2014-10-01 10:46:07.559560206 -0400
-@@ -659,6 +659,10 @@ if GCC_VERSION == 4006:
-     # repr() for gcc.CaseLabelExpr and gcc.GimpleLabel
-     exclude_test('tests/plugin/switch')
+diff -up gcc-python-plugin-0.14/run-test-suite.py.fix-python-3.4-failures gcc-python-plugin-0.14/run-test-suite.py
+--- gcc-python-plugin-0.14/run-test-suite.py.fix-python-3.4-failures	2015-05-06 14:33:54.315784199 -0400
++++ gcc-python-plugin-0.14/run-test-suite.py	2015-05-06 14:34:39.763737503 -0400
+@@ -723,10 +723,11 @@ if GCC_VERSION >= 5000:
+         exclude_test('tests/cpychecker/refcounts/uninitialized_data/function_arg')
+         exclude_test('tests/cpychecker/refcounts/use_after_dealloc')
  
+-# Tests failing on Python 3.4:
+-if sys.version_info[:2] == (3, 4):
 +# Tests failing due to repr changes in Python 3.4+
 +if sys.version_info[0] == 3 and sys.version_info[1] >= 4:
-+    exclude_test('tests/plugin/callgraph')
+     exclude_test('tests/plugin/callgraph')
+-
 +    exclude_test('tests/plugin/rtl')
- 
++ 
  def run_one_test(testdir):
      try:
+         sys.stdout.write('%s: ' % testdir)
diff --git a/gcc-python-plugin.spec b/gcc-python-plugin.spec
index 913d5d8..973f09b 100644
--- a/gcc-python-plugin.spec
+++ b/gcc-python-plugin.spec
@@ -42,8 +42,8 @@
 
 
 Name:           gcc-python-plugin
-Version:        0.13
-Release:        2%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        GCC plugin that embeds Python
 
 Group:          Development/Languages
@@ -445,6 +445,9 @@ CheckPlugin \
 %doc examples
 
 %changelog
+* Wed May  6 2015 David Malcolm <dmalcolm at redhat.com> - 0.14-1
+- 0.14
+
 * Sun Nov  2 2014 Jakub Jelinek <jakub at redhat.com> - 0.13-2
 - rebuild against latest gcc
 
diff --git a/sources b/sources
index cf3840c..0568e10 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 a25ee9b2cf046c2db65c0bc6d6204b5b  gcc-python-plugin-0.13.tar.gz
+7e11518ff907414541b70f6efdb5ccc0  gcc-python-plugin-0.14.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gcc-python-plugin.git/commit/?h=f22&id=c6d47211101ac757a7eee4363156f18eb715c592


More information about the scm-commits mailing list