Compare commits

...

4 Commits
master ... f8

Author SHA1 Message Date
Fedora Release Engineering ec978c44fd dist-git conversion 2010-07-28 13:17:39 +00:00
Bill Nottingham 682ef8f191 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:42 +00:00
jwboyer b152795130 Update to 1.1.0 release 2008-01-24 17:50:23 +00:00
Jesse Keating f555f8f918 Initialize branch F-8 for dtc 2007-10-20 05:31:21 +00:00
5 changed files with 7 additions and 25 deletions

View File

@ -1 +0,0 @@
dtc-1.0.0.tgz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
dtc-1.1.0.tgz

View File

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

@ -1,6 +1,6 @@
Name: dtc
Version: 1.0.0
Release: 2%{?dist}
Version: 1.1.0
Release: 1%{?dist}
Summary: Device Tree Compiler
Group: Development/Tools
License: GPLv2+
@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* Thu Jan 24 2008 Josh Boyer <jwboyer@gmail.com>
- Update to 1.1.0
* Tue Aug 21 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
- Bump and rebuild

View File

@ -1 +1 @@
cca7b9219bc6e39926480f651c30d67a dtc-1.0.0.tgz
6c84b01f500bc989b0b1ad6138fb93d5 dtc-1.1.0.tgz