Compare commits

...

7 commits

Author SHA1 Message Date
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 11 additions and 4 deletions

View file

@ -4,7 +4,7 @@ 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
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))

View file

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

1
branch Normal file
View file

@ -0,0 +1 @@
F-12

View file

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