New dtc 1.4.0 release (rhbz 977480)

This commit is contained in:
Josh Boyer 2013-06-24 13:55:43 -04:00
parent f3da2d1b00
commit 498afd0d58
4 changed files with 7 additions and 14340 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
dtc-v1.2.0.tgz dtc-v1.2.0.tgz
/dtc-v1.3.0.tgz /dtc-v1.3.0.tgz
/dtc-v1.4.0.tgz

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,11 @@
Name: dtc Name: dtc
Version: 1.3.0 Version: 1.4.0
Release: 8%{?dist} Release: 1%{?dist}
Summary: Device Tree Compiler Summary: Device Tree Compiler
Group: Development/Tools Group: Development/Tools
License: GPLv2+ License: GPLv2+
URL: http://git.jdl.com/gitweb/?p=dtc.git;a=summary URL: http://git.jdl.com/gitweb/?p=dtc.git;a=summary
Source: http://www.jdl.com/software/dtc-v%{version}.tgz Source: http://www.jdl.com/software/dtc-v%{version}.tgz
Patch0: dtc-update.patch
Patch1: use-tx-as-the-type-specifier-instead-of-zx.patch Patch1: use-tx-as-the-type-specifier-instead-of-zx.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -34,7 +33,6 @@ This package provides development files for libfdt
%prep %prep
%setup -q -n dtc-v%{version} %setup -q -n dtc-v%{version}
%patch0 -p1
%patch1 -p1 %patch1 -p1
%build %build
@ -75,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/ldconfig /sbin/ldconfig
%changelog %changelog
* Mon Jun 24 2013 Josh Boyer <jwboyer@redhat.com> - 1.4.0-1
- New dtc 1.4.0 release (rhbz 977480)
* Thu Jun 06 2013 Josh Boyer <jwboyer@redhat.com> - 1.3.0-8 * Thu Jun 06 2013 Josh Boyer <jwboyer@redhat.com> - 1.3.0-8
- Fix type specifier error (from Dan Horák) - Fix type specifier error (from Dan Horák)

View File

@ -1 +1 @@
0b94ed452ed3d3b5c1546c27788c416f dtc-v1.3.0.tgz 993e14242818bcfd801edd4f27ddd5a3 dtc-v1.4.0.tgz