Compare commits

...

4 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering e019d3887e dist-git conversion 2010-07-29 18:02:03 +00:00
Bill Nottingham b5ca605c56 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:46:18 +00:00
Adam Tkac c42b7e4571 - update to 1.3.40 (#529785) 2009-10-20 09:46:24 +00:00
Jesse Keating a4c3aa64d3 Initialize branch F-11 for swig 2009-04-15 06:54:08 +00:00
5 changed files with 6 additions and 24 deletions

View File

@ -1 +0,0 @@
swig-1.3.39.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
swig-1.3.40.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: swig
# $Id: Makefile,v 1.1 2004/09/09 12:47:02 cvsdist Exp $
NAME := swig
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1 +1 @@
ac201d1b87f8659584534f9540d7ad24 swig-1.3.39.tar.gz
2df766c9e03e02811b1ab4bba1c7b9cc swig-1.3.40.tar.gz

View File

@ -3,7 +3,7 @@
Summary: Connects C/C++/Objective C to some high-level programming languages.
Name: swig
Version: 1.3.39
Version: 1.3.40
Release: 1%{?dist}
License: BSD
Group: Development/Tools
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
%doc Doc Examples
%changelog
* Tue Oct 20 2009 Adam Tkac <atkac redhat com> 1.4.40-1
- update to 1.3.40 (#529785)
* Mon Mar 30 2009 Adam Tkac <atkac redhat com> 1.3.39-1
- update to 1.3.39
- swig-1.3.38-rh485540.patch was merged