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:
Marcus Meissner 2017-03-09 08:43:44 +00:00 committed by Git OBS Bridge
parent d43be32452
commit 3848027004
4 changed files with 22 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59c76612661032d7d558deb2d728e637e3bd7256cfcd8bc2f6a8594eebcfaabb
size 157018

View File

@ -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

View File

@ -18,14 +18,14 @@
%define sover 1
Name: dtc
Version: 1.4.2
Version: 1.4.3
Release: 0
Summary: Device-tree compiler
License: GPL-2.0+
Group: Development/Tools/Building
Url: http://devicetree.org/Device_Tree_Compiler
Source: https://www.kernel.org/pub/software/utils/dtc/%{name}-%{version}.tar.xz
Source2: baselibs.conf
Url: https://github.com/dgibson/dtc
Source0: https://github.com/dgibson/dtc/archive/v%{version}.tar.gz#/dtc-%{version}.tar.gz
Source1: baselibs.conf
Patch3: dtc-license.patch
Patch4: use-tx-as-the-type-specifier-instead-of-zx.patch
BuildRequires: bison