From 0ccc41638a1cd85704f0c3c4d6364c5877406aab7e7a129ab7631d65f2c8b1f8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 18 Jun 2007 16:27:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=2 --- dtc-17.tar.gz | 4 ++-- dtc.changes | 12 ++++++++++++ dtc.spec | 11 ++++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/dtc-17.tar.gz b/dtc-17.tar.gz index 7e48ff6..941bbe0 100644 --- a/dtc-17.tar.gz +++ b/dtc-17.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c035e4c0090b329c22bbc0fd0a95d8b18d687956787002e1b2bfc52e63cdffa -size 57435 +oid sha256:627127accbe7d55f1cd98700455499c299ed27cb5a3f49ab94cea84d16b9ed93 +size 57915 diff --git a/dtc.changes b/dtc.changes index 4b1df14..5294319 100644 --- a/dtc.changes +++ b/dtc.changes @@ -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 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 diff --git a/dtc.spec b/dtc.spec index 3978c23..68ec0e6 100644 --- a/dtc.spec +++ b/dtc.spec @@ -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 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