[swig] Update to 2.0.7

Adam Tkac atkac at fedoraproject.org
Thu Jun 7 15:03:45 UTC 2012


commit 28e6ab2b02a924dae8fbe8ef4062d7924cd234c6
Author: Adam Tkac <atkac at redhat.com>
Date:   Thu Jun 7 17:03:31 2012 +0200

    Update to 2.0.7
    
    swig-1.3.23-pylib.patch is no longer needed
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 .gitignore |    1 +
 sources    |    2 +-
 swig.spec  |    8 +++++---
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c76c3c..9eda8b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ swig-2.0.0.tar.gz
 /swig-2.0.4.tar.gz
 /swig-2.0.5.tar.gz
 /swig-2.0.6.tar.gz
+/swig-2.0.7.tar.gz
diff --git a/sources b/sources
index f041e4a..baa1c00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86bc02218774ca75bdf7766db74a62c6  swig-2.0.6.tar.gz
+8c2f6a9f51677647a64c8adb1b176299  swig-2.0.7.tar.gz
diff --git a/swig.spec b/swig.spec
index 3cd67b9..7962362 100644
--- a/swig.spec
+++ b/swig.spec
@@ -9,13 +9,12 @@
 
 Summary: Connects C/C++/Objective C to some high-level programming languages
 Name: swig
-Version: 2.0.6
+Version: 2.0.7
 Release: 1%{?dist}
 License: GPLv3+ and BSD
 Group: Development/Tools
 URL: http://swig.sourceforge.net/
 Source: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
-Patch1: swig-1.3.23-pylib.patch
 Patch4: swig203-rh706140.patch
 Patch6: swig204-rh752054.patch
 
@@ -52,7 +51,6 @@ This package contains documentation for SWIG and useful examples
 
 %prep
 %setup -q -n swig-%{version}
-%patch1 -p1 -b .pylib
 %patch4 -p1 -b .rh706140
 # Apply patch 6 when guile2 gets into distro
 #%patch6 -p1 -b .rh752054
@@ -131,6 +129,10 @@ rm -rf %{buildroot}
 %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
 
 %changelog
+* Thu Jun 07 2012 Adam Tkac <atkac redhat com> 2.0.7-1
+- update to 2.0.7
+- swig-1.3.23-pylib.patch is no longer needed
+
 * Thu May 10 2012 Adam Tkac <atkac redhat com> 2.0.6-1
 - update to 2.0.6
 


More information about the scm-commits mailing list