OBS User unknown 2007-06-18 16:27:08 +00:00 committed by Git OBS Bridge
parent 6391061fb7
commit 0ccc41638a
3 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c035e4c0090b329c22bbc0fd0a95d8b18d687956787002e1b2bfc52e63cdffa
size 57435
oid sha256:627127accbe7d55f1cd98700455499c299ed27cb5a3f49ab94cea84d16b9ed93
size 57915

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 18 18:14:47 CEST 2007 - olh@suse.de
- update to current state
dtc: Fix recognition of whitespace characters
Implement the -R option and add a -S option.
Add -o <output file> to the usage message.
Fix reserve map output for asm format.
Assemble the blob in memory before writing it out.
Fix the -S to modify the totalsize properly.
dtc: parse NOP in dtb input
-------------------------------------------------------------------
Thu Mar 29 07:31:31 CEST 2007 - olh@suse.de

View File

@ -12,7 +12,7 @@
Name: dtc
URL: http://dtc.ozlabs.org/
Version: 17
Release: 3
Release: 18
Buildrequires: bison flex
Summary: device-tree compiler
License: GNU General Public License (GPL)
@ -53,6 +53,15 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/*
%changelog
* Mon Jun 18 2007 - olh@suse.de
- update to current state
dtc: Fix recognition of whitespace characters
Implement the -R option and add a -S option.
Add -o <output file> to the usage message.
Fix reserve map output for asm format.
Assemble the blob in memory before writing it out.
Fix the -S to modify the totalsize properly.
dtc: parse NOP in dtb input
* Thu Mar 29 2007 - olh@suse.de
- add flex and bison to buildrequires
fix endian bug in ftdump, add C style includes