Update to new snapshot with fixes from Milton Miller

This commit is contained in:
jwboyer 2007-07-10 01:42:48 +00:00
parent b0ece1598a
commit d4d100ef79
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
dtc-20070703.tar.gz dtc-20070709.tar.gz

View File

@ -1,6 +1,6 @@
Name: dtc Name: dtc
Version: 0 Version: 0
Release: 0.3.20070703%{?dist} Release: 0.4.20070709%{?dist}
Summary: Device Tree Compiler Summary: Device Tree Compiler
Group: Development/Tools Group: Development/Tools
@ -9,9 +9,9 @@ URL: http://dtc.ozlabs.org/
# The source for this package was pulled from upstream's vcs. Use the # The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball: # following commands to generate the tarball:
# git clone git://www.jdl.com/software/dtc.git; cd dtc; # git clone git://www.jdl.com/software/dtc.git; cd dtc;
# git checkout 8cd4196ee; rm -rf .git; cd ..; mv dtc dtc-20070703; # git checkout fdd2e6f9; rm -rf .git; cd ..; mv dtc dtc-20070709;
# tar -czvf dtc-20070703.tar.gz dtc-20070703; # tar -czvf dtc-20070709.tar.gz dtc-20070709;
Source: dtc-20070703.tar.gz Source: dtc-20070709.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: flex, bison BuildRequires: flex, bison
@ -21,7 +21,7 @@ The Device Tree Compiler generates flattened Open Firmware style device trees
for use with PowerPC machines that lack an Open Firmware implementation for use with PowerPC machines that lack an Open Firmware implementation
%prep %prep
%setup -q -n dtc-20070703 %setup -q -n dtc-20070709
%build %build
make %{?_smp_mflags} make %{?_smp_mflags}
@ -39,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Mon Jul 09 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
- Update to new snapshot
* Tue Jul 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org> * Tue Jul 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
- Update to new snapshot - Update to new snapshot
- Drop upstreamed install patch - Drop upstreamed install patch

View File

@ -1 +1 @@
53e848947b475302d1b6b2d1bcf8d194 dtc-20070703.tar.gz 74d968671d676b01c983ff656134a353 dtc-20070709.tar.gz