Compare commits

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

3 commits

Author SHA1 Message Date
Fedora Release Engineering
d20d6dce9c dist-git conversion 2010-07-29 16:18:50 +00:00
Guido Grazioli
439c76773f Upstream 0.2.5 2010-04-02 12:15:22 +00:00
Jesse Keating
17947b6c60 Initialize branch F-13 for yaml-cpp 2010-02-17 03:34:32 +00:00
6 changed files with 6 additions and 25 deletions

View file

@ -1 +0,0 @@
yaml-cpp-0.2.4.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
yaml-cpp-0.2.5.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: yaml-cpp
# $Id$
NAME := yaml-cpp
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 $$d/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

@ -1 +0,0 @@
yaml-cpp-0_2_2-2_fc11:HEAD:yaml-cpp-0.2.2-2.fc11.src.rpm:1255968695

View file

@ -1 +1 @@
84bb4109df5ea2e1d0b52b6f845bfa26 yaml-cpp-0.2.4.tar.gz
b17dc36055cd2259c88b2602601415d9 yaml-cpp-0.2.5.tar.gz

View file

@ -1,5 +1,5 @@
Name: yaml-cpp
Version: 0.2.4
Version: 0.2.5
Release: 1%{?dist}
Summary: A YAML parser and emitter for C++
Group: Development/Libraries
@ -67,6 +67,9 @@ rm -rf %{buildroot}
%changelog
* Fri Apr 02 2010 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.5-1
- Upstream 0.2.5
* Fri Jan 15 2010 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.4-1
- Upstream 0.2.4