Compare commits
7 commits
rawhide
...
EL-6-split
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7c17bd5b2 | ||
|
|
99c5d8d9a7 | ||
|
|
bb5e18c1c7 | ||
|
|
05348483d4 | ||
|
|
3b265ac424 | ||
|
|
ecf3adf5e5 | ||
|
|
98e5f25f2b |
4 changed files with 11 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -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))
|
||||
|
|
|
|||
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
|
||||
|
||||
|
|
|
|||
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
|||
F-12
|
||||
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