New dtc 1.4.0 release (rhbz 977480)
This commit is contained in:
parent
f3da2d1b00
commit
498afd0d58
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
14335
dtc-update.patch
14335
dtc-update.patch
File diff suppressed because it is too large
Load Diff
9
dtc.spec
9
dtc.spec
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user