Hello community,

here is the log from the commit of package dtc for openSUSE:Factory checked in 
at 2019-11-01 15:13:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtc (Old)
 and      /work/SRC/openSUSE:Factory/.dtc.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtc"

Fri Nov  1 15:13:29 2019 rev:32 rq:744186 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtc/dtc.changes  2019-10-10 11:52:22.211492435 
+0200
+++ /work/SRC/openSUSE:Factory/.dtc.new.2990/dtc.changes        2019-11-01 
15:13:30.952706372 +0100
@@ -1,0 +2,21 @@
+Wed Oct 30 13:23:32 UTC 2019 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 1.5.1: 
+  * Numerous assorted bugfixes
+  * Add a new fdt_create_with_flags() function, and a
+    FDT_CREATE_FLAG_NO_NAME_DEDUP flag which improves speed at the
+    cost of tree size by not deduplicating property names in the
+    strings section
+  * Run tests against shared library, so it will catch the common
+    mistake of not adding new symbols to the versioning script
+  * Add a number of missing symbols to versioning script
+  * Use Python3 by default for pylibfdt
+  * New fdt_append_addrrange() function in libfdt
+- remove dtc-license.patch (upstream)
+
+-------------------------------------------------------------------
+Sat Oct 26 17:20:31 UTC 2019 - Andreas Färber <afaer...@suse.de>
+
+- Enable YAML output format
+
+-------------------------------------------------------------------

Old:
----
  dtc-1.5.0.tar.gz
  dtc-license.patch

New:
----
  dtc-1.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dtc.spec ++++++
--- /var/tmp/diff_new_pack.nyBzII/_old  2019-11-01 15:13:32.368708218 +0100
+++ /var/tmp/diff_new_pack.nyBzII/_new  2019-11-01 15:13:32.396708255 +0100
@@ -18,18 +18,16 @@
 
 %define         sover 1
 Name:           dtc
-Version:        1.5.0
+Version:        1.5.1
 Release:        0
 Summary:        Device-tree compiler
 License:        GPL-2.0-or-later
-Group:          Development/Tools/Building
-Url:            https://github.com/dgibson/dtc
+URL:            https://github.com/dgibson/dtc
 Source0:        
https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-%{version}.tar.gz
 Source1:        baselibs.conf
-Patch3:         dtc-license.patch
 BuildRequires:  bison
 BuildRequires:  flex
-BuildRequires:  valgrind-devel
+BuildRequires:  libyaml-devel
 
 %description
 PowerPC kernels are moving towards requiring a small Open
@@ -42,7 +40,6 @@
 
 %package -n libfdt%{sover}
 Summary:        Device tree library
-Group:          Development/Libraries/C and C++
 
 %description -n libfdt%{sover}
 libfdt is a library to process Open Firmware style device trees on various
@@ -50,7 +47,6 @@
 
 %package -n libfdt-devel
 Summary:        Development headers for device tree library
-Group:          Development/Libraries/C and C++
 Requires:       libfdt%{sover} = %{version}-%{release}
 # Provide previously used incorrectly named devel package
 Provides:       libfdt1-devel = %{version}-%{release}
@@ -61,7 +57,6 @@
 
 %prep
 %setup -q
-%patch3
 
 %build
 make %{?_smp_mflags} V=1
@@ -75,8 +70,8 @@
 make %{?_smp_mflags} check
 
 %files
-%defattr(-,root,root)
-%doc README.license Documentation/manual.txt
+%license README.license
+%doc Documentation/manual.txt
 %{_bindir}/convert-dtsv0
 %{_bindir}/dtc
 %{_bindir}/dtdiff
@@ -89,13 +84,10 @@
 %postun -n libfdt%{sover} -p /sbin/ldconfig
 
 %files -n libfdt%{sover}
-%defattr(-,root,root,-)
-%doc GPL
-%{_libdir}/libfdt-%{version}.so
+%{_libdir}/libfdt-1.5.0.so
 %{_libdir}/libfdt.so.*
 
 %files -n libfdt-devel
-%defattr(-,root,root,-)
 %{_libdir}/libfdt.so
 %{_includedir}/*
 

++++++ dtc-1.5.0.tar.gz -> dtc-1.5.1.tar.gz ++++++
++++ 5894 lines of diff (skipped)


Reply via email to