Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
379d5e601b | ||
|
|
c7c17bd5b2 | ||
|
|
99c5d8d9a7 | ||
|
|
bb5e18c1c7 | ||
|
|
05348483d4 | ||
|
|
3b265ac424 | ||
|
|
ecf3adf5e5 | ||
|
|
98e5f25f2b |
4 changed files with 9 additions and 24 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
10
PyYAML.spec
10
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 <jeckersb@redhat.com> - 3.09-5
|
||||
- Rebuild with libyaml-0.1.3
|
||||
|
||||
* Fri Oct 02 2009 John Eckersberg <jeckersb@redhat.com> - 3.09-1
|
||||
- New upstream release 3.09
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.08-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
a4163a2017fa57f448c66815511fa555 PyYAML-3.08.tar.gz
|
||||
f219af2361e87fdc5e85e95b84c11d87 PyYAML-3.09.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue