Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Fedora Release Engineering
379d5e601b dist-git conversion 2010-07-28 09:13:58 +00:00
John Eckersberg
c7c17bd5b2 bump spec 2009-11-30 18:32:34 +00:00
John Eckersberg
99c5d8d9a7 Bump spec for libyaml-0.1.3 rebuild 2009-11-30 16:45:46 +00:00
Bill Nottingham
bb5e18c1c7 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 00:20:54 +00:00
John Eckersberg
05348483d4 bump spec for rebuild against libyaml 2009-11-25 13:24:29 +00:00
John Eckersberg
3b265ac424 bump spec 2009-11-24 20:13:58 +00:00
John Eckersberg
ecf3adf5e5 New upstream release 3.09 2009-10-02 14:16:34 +00:00
Toshio くらとみ
98e5f25f2b Initialize branch F-12 for PyYAML 2009-09-29 16:13:52 +00:00
4 changed files with 9 additions and 24 deletions

View file

View file

@ -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)

View file

@ -3,8 +3,8 @@
#====================================================================# #====================================================================#
Name: PyYAML Name: PyYAML
Version: 3.08 Version: 3.09
Release: 6%{?dist} Release: 5%{?dist}
Summary: YAML parser and emitter for Python Summary: YAML parser and emitter for Python
Group: Development/Libraries Group: Development/Libraries
@ -53,6 +53,12 @@ rm -rf %{buildroot}
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View file

@ -1 +1 @@
a4163a2017fa57f448c66815511fa555 PyYAML-3.08.tar.gz f219af2361e87fdc5e85e95b84c11d87 PyYAML-3.09.tar.gz