rpms/swig/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 swig.spec, 1.39, 1.40 swig-arch.patch, 1.3, NONE

Adam Tkac atkac at fedoraproject.org
Mon Nov 10 13:11:31 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/swig/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21439

Modified Files:
	.cvsignore sources swig.spec 
Removed Files:
	swig-arch.patch 
Log Message:
- updated to 1.3.36
- finally dropped swig-arch.patch
- temporary workaround rpm bug #470811



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/swig/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	5 May 2008 10:40:15 -0000	1.10
+++ .cvsignore	10 Nov 2008 13:11:01 -0000	1.11
@@ -1 +1 @@
-swig-1.3.35.tar.gz
+swig-1.3.36.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/swig/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	5 May 2008 10:40:15 -0000	1.10
+++ sources	10 Nov 2008 13:11:01 -0000	1.11
@@ -1 +1 @@
-9c2ca2332ebcdab55aa98518111d7cc9  swig-1.3.35.tar.gz
+8f30aa4130b62404099bbcba1bf429b1  swig-1.3.36.tar.gz


Index: swig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/swig/devel/swig.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- swig.spec	16 May 2008 08:28:16 -0000	1.39
+++ swig.spec	10 Nov 2008 13:11:01 -0000	1.40
@@ -3,19 +3,14 @@
 
 Summary: Connects C/C++/Objective C to some high-level programming languages.
 Name: swig
-Version: 1.3.35
-Release: 2%{?dist}
+Version: 1.3.36
+Release: 1%{?dist}
 License: BSD
 Group: Development/Tools
 URL: http://swig.sourceforge.net/
 Source: http://download.sourceforge.net/swig/swig-%{version}.tar.gz
 Patch1: swig-1.3.23-pylib.patch
 
-# XXX This patch will be never accepted by upstream
-# https://sourceforge.net/tracker/?func=detail&atid=101645&aid=1604332&group_id=1645
-# but it is typical distribution patch and should be kept downstream
-Patch2: swig-arch.patch
-
 BuildRoot: %{_tmppath}/swig-root
 BuildRequires: perl, python-devel
 %if %{tcl}
@@ -38,7 +33,6 @@
 %prep
 %setup -q -n swig-%{version}
 %patch1 -p1 -b .pylib
-%patch2 -p1 -b .arch
 
 %build
 ./autogen.sh
@@ -48,6 +42,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+# XXX workaround for https://bugzilla.redhat.com/show_bug.cgi?id=470811
+rm -f Doc/Manual/Perl5.html
 make DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
@@ -65,6 +61,11 @@
 %{_datadir}/swig
 
 %changelog
+* Mon Nov 10 2008 Adam Tkac <atkac redhat com> 1.3.36-1
+- updated to 1.3.36
+- finally dropped swig-arch.patch
+- temporary workaround rpm bug #470811
+
 * Fri May 16 2008 Adam Tkac <atkac redhat com> 1.3.35-2
 - readded swig-arch.patch, will be kept downstream
 


--- swig-arch.patch DELETED ---




More information about the fedora-extras-commits mailing list