Accepting request 472012 from home:jloeser:branches:Base:System
version update to 1.4.3 OBS-URL: https://build.opensuse.org/request/show/472012 OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=28
This commit is contained in:
parent
d43be32452
commit
3848027004
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13456ee9840abbbcb956d0711c580d28524e2ee17840e556e744311f2d8afaac
|
|
||||||
size 112480
|
|
3
dtc-1.4.3.tar.gz
Normal file
3
dtc-1.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:59c76612661032d7d558deb2d728e637e3bd7256cfcd8bc2f6a8594eebcfaabb
|
||||||
|
size 157018
|
15
dtc.changes
15
dtc.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 3 12:01:08 UTC 2017 - jloeser@suse.com
|
||||||
|
|
||||||
|
- version update to 1.4.3
|
||||||
|
* Add printf format attributes
|
||||||
|
* Correct some broken printf() like format mismatches
|
||||||
|
* libfdt: Add fdt_setprop_empty()
|
||||||
|
* libfdt: Remove undefined behaviour setting empty properties
|
||||||
|
* Print output filename as part of warning messages
|
||||||
|
* dtc: Use streq() in preference to strcmp()
|
||||||
|
* checks: Add Warning for stricter node name character checking
|
||||||
|
* checks: Add Warning for stricter property name character checking
|
||||||
|
* dtc: pos parameter to srcpos_string() can't be NULL
|
||||||
|
* livetree.c: Fix memory leak
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 6 14:00:11 UTC 2017 - jloeser@suse.com
|
Mon Feb 6 14:00:11 UTC 2017 - jloeser@suse.com
|
||||||
|
|
||||||
|
8
dtc.spec
8
dtc.spec
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
%define sover 1
|
%define sover 1
|
||||||
Name: dtc
|
Name: dtc
|
||||||
Version: 1.4.2
|
Version: 1.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Device-tree compiler
|
Summary: Device-tree compiler
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: http://devicetree.org/Device_Tree_Compiler
|
Url: https://github.com/dgibson/dtc
|
||||||
Source: https://www.kernel.org/pub/software/utils/dtc/%{name}-%{version}.tar.xz
|
Source0: https://github.com/dgibson/dtc/archive/v%{version}.tar.gz#/dtc-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch3: dtc-license.patch
|
Patch3: dtc-license.patch
|
||||||
Patch4: use-tx-as-the-type-specifier-instead-of-zx.patch
|
Patch4: use-tx-as-the-type-specifier-instead-of-zx.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
Loading…
x
Reference in New Issue
Block a user