[swig] Update to 2.0.8 (#851364)

Adam Tkac atkac at fedoraproject.org
Wed Sep 12 13:03:51 UTC 2012


commit 62ea443cf6420703e2238d91096c7cb5f783db00
Author: Adam Tkac <vonsch at gmail.com>
Date:   Wed Sep 12 15:03:14 2012 +0200

    Update to 2.0.8 (#851364)
    
    - swig207-rh830660.patch merged
    - swig207-r13128.patch merged
    - swig-rh841245.patch merged
    
    Signed-off-by: Adam Tkac <vonsch at gmail.com>

 .gitignore             |    1 +
 sources                |    2 +-
 swig-rh841245.patch    |   13 -------------
 swig.spec              |   16 ++++++++--------
 swig207-r13128.patch   |   22 ----------------------
 swig207-rh830660.patch |   11 -----------
 6 files changed, 10 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9eda8b2..9823a85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ swig-2.0.0.tar.gz
 /swig-2.0.5.tar.gz
 /swig-2.0.6.tar.gz
 /swig-2.0.7.tar.gz
+/swig-2.0.8.tar.gz
diff --git a/sources b/sources
index baa1c00..901343f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c2f6a9f51677647a64c8adb1b176299  swig-2.0.7.tar.gz
+69f917e870efc0712c06ab53217b28d1  swig-2.0.8.tar.gz
diff --git a/swig.spec b/swig.spec
index 4880f4a..ec0c867 100644
--- a/swig.spec
+++ b/swig.spec
@@ -9,18 +9,15 @@
 
 Summary: Connects C/C++/Objective C to some high-level programming languages
 Name: swig
-Version: 2.0.7
-Release: 4%{?dist}
+Version: 2.0.8
+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
 Patch4: swig203-rh706140.patch
 Patch6: swig204-rh752054.patch
-Patch7: swig207-rh830660.patch
-Patch8: swig207-r13128.patch
 Patch9: swig207-setools.patch
-Patch10:swig-rh841245.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl, python-devel, pcre-devel
@@ -59,10 +56,7 @@ This package contains documentation for SWIG and useful examples
 # Apply patch 6 when guile2 gets into distro
 #%patch6 -p1 -b .rh752054
 
-%patch7 -p1 -b .rh830660
-%patch8 -p0 -b .r13128
 %patch9 -p1 -b .setools
-%patch10 -p1 -b .rh841245
 
 # as written on https://fedoraproject.org/wiki/Packaging_talk:Perl, section 2
 # (specific req/prov filtering). Before you remove this hack make sure you don't
@@ -138,6 +132,12 @@ rm -rf %{buildroot}
 %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
 
 %changelog
+* Wed Sep 12 2012 Adam Tkac <atkac redhat com> 2.0.8-1
+- update to 2.0.8 (#851364)
+- swig207-rh830660.patch merged
+- swig207-r13128.patch merged
+- swig-rh841245.patch merged
+
 * Thu Jul 19 2012 Adam Tkac <atkac redhat com> 2.0.7-4
 - don't clean "bool" definition in PERL 5 environment (#841245)
 


More information about the scm-commits mailing list