diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index df5dee3..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: PyYAML -# $Id$ -NAME := PyYAML -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),) -# attept 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) diff --git a/PyYAML.spec b/PyYAML.spec index 3badd51..44a5554 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -3,8 +3,8 @@ #====================================================================# Name: PyYAML -Version: 3.08 -Release: 6%{?dist} +Version: 3.09 +Release: 5%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries @@ -53,6 +53,12 @@ rm -rf %{buildroot} %changelog +* Mon Nov 30 2009 John Eckersberg - 3.09-5 +- Rebuild with libyaml-0.1.3 + +* Fri Oct 02 2009 John Eckersberg - 3.09-1 +- New upstream release 3.09 + * Fri Jul 24 2009 Fedora Release Engineering - 3.08-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 084d250..c484ace 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4163a2017fa57f448c66815511fa555 PyYAML-3.08.tar.gz +f219af2361e87fdc5e85e95b84c11d87 PyYAML-3.09.tar.gz