[gcc-python-plugin] 0.7

dmalcolm dmalcolm at fedoraproject.org
Wed Nov 30 00:00:09 UTC 2011


commit c96a52446ec0262d769b0b2baf72625bfbfe93af
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Tue Nov 29 18:50:58 2011 -0500

    0.7
    
    * Tue Nov 29 2011 David Malcolm <dmalcolm at redhat.com> - 0.7-1
    - 0.7; drop patch 1

 .gitignore                                    |    1 +
 gcc-python-plugin-0.6-fix-c-common-path.patch |   24 ------------------------
 gcc-python-plugin.spec                        |   12 +++++-------
 sources                                       |    2 +-
 4 files changed, 7 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fbceabb..431e14d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gcc-python-plugin-0.4.tar.gz
 /gcc-python-plugin-0.5.tar.gz
 /gcc-python-plugin-0.6.tar.gz
+/gcc-python-plugin-0.7.tar.gz
diff --git a/gcc-python-plugin.spec b/gcc-python-plugin.spec
index 8befbcf..ed11f8d 100644
--- a/gcc-python-plugin.spec
+++ b/gcc-python-plugin.spec
@@ -38,8 +38,8 @@
 %global with_hard_gcc_version_requirement 1
 
 Name:           gcc-python-plugin
-Version:        0.6
-Release:        4%{?dist}
+Version:        0.7
+Release:        1%{?dist}
 Summary:        GCC plugin that embeds Python
 
 Group:          Development/Languages
@@ -47,10 +47,6 @@ License:        GPLv3+
 URL:            https://fedorahosted.org/gcc-python-plugin/
 Source0:        https://fedorahosted.org/releases/g/c/gcc-python-plugin/gcc-python-plugin-%{version}.tar.gz
 
-# Change the path of "c-common.h" to "c-family/c-common.h" to match the
-# change seen in rhbz#728011 (gcc-4.6.1-7.fc16 onwards):
-Patch1: gcc-python-plugin-0.6-fix-c-common-path.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gcc-plugin-devel
@@ -151,7 +147,6 @@ This package contains API documentation for the GCC Python plugin
 
 %prep
 %setup -q
-%patch1 -p1 -b .fix-c-common-path
 
 %build
 
@@ -399,6 +394,9 @@ CheckPlugin \
 %doc examples
 
 %changelog
+* Tue Nov 29 2011 David Malcolm <dmalcolm at redhat.com> - 0.7-1
+- 0.7; drop patch 1
+
 * Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-4
 - Rebuilt for glibc bug#747377
 
diff --git a/sources b/sources
index 0b24734..c6b3674 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a8d757a446e756fc489b09f2002ecfa  gcc-python-plugin-0.6.tar.gz
+53887aec8c3a82bbe2e92f719d7aeb9c  gcc-python-plugin-0.7.tar.gz


More information about the scm-commits mailing list