Commit Graph

32 Commits

Author SHA256 Message Date
d4cc313e5a Accepting request 1082700 from home:Guillaume_G:branches:Base:System
- update to 1.7.0

OBS-URL: https://build.opensuse.org/request/show/1082700
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=61
2023-04-27 08:35:44 +00:00
404d7421d2 Accepting request 1006015 from home:Andreas_Schwab:Factory
- makefile-bison-rule.patch: Makefile: fix infinite recursion by dropping
  non-existent `%.output`

OBS-URL: https://build.opensuse.org/request/show/1006015
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=59
2022-09-27 11:25:54 +00:00
37c6f891cd - update to 1.6.1:
* A number of bugfixes
  * Fix many warnings with -Wsign-compare
  * Add compilation with meson (not used by default so far)
  * Yet another revamp of how we handle unaligned accesses
  * Added a number of extra checks for common tree errors
    * Checks for interrupt providers
    * i2c reg properties
    * Tighten checking of gpio properties
  * Reduce dependencies when building libfdt only
  * Allow libfdt.h header to be used from C++ more easily
  * Accept .dtbo extension for overlays
  * Update valid node and property characters to match current devicetree spec
  * Add several checks for root node sanity in fdt_check_full()
  * Somewhat more robust type labelling for the benefit of yaml output

OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=56
2022-04-21 22:52:13 +00:00
Josef Möllers
9f623a527d Accepting request 887271 from home:mgerstner:branches:Base:System
- explicitly pass -pie in CFLAGS, since the build system explicitly passes
  -fPIC, which breaks our gcc-PIE profile. This makes all packaged binaries
  PIE-executables (bsc#1184122).

OBS-URL: https://build.opensuse.org/request/show/887271
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=54
2021-04-21 12:31:57 +00:00
5214a02db7 Accepting request 783262 from home:polslinux:branches:Base:System
- Update to 1.6.0 (no changelog)
- Removed dtc-no-common-conflict.patch

OBS-URL: https://build.opensuse.org/request/show/783262
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=52
2020-03-14 16:19:10 +00:00
bbdbf47540 - add dtc-no-common-conflict.patch (bsc#1160388)
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=50
2020-01-16 08:58:28 +00:00
efebb20a5c Accepting request 755044 from home:marxin:branches:Base:System
- Use %make_build and recpect %optflags.

OBS-URL: https://build.opensuse.org/request/show/755044
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=48
2019-12-20 08:28:12 +00:00
e83e86382d - switch to building python3 bindings using setuptools to avoid
patching
- update to 1.5.1:

OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=41
2019-10-30 15:38:49 +00:00
95b7dc45fd Accepting request 744254 from home:Guillaume_G:branches:Base:System
- Enable python3 binding in python3-libfdt
- Fix python installation with patch:
  * dtc-fix_python_install.patch

OBS-URL: https://build.opensuse.org/request/show/744254
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=40
2019-10-30 15:22:15 +00:00
495c1b9795 - 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)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=39
2019-10-30 13:31:20 +00:00
c9dc55b38a Accepting request 743229 from home:a_faerber:branches:Base:System
Enable YAML output format, needed for DT schema validation

OBS-URL: https://build.opensuse.org/request/show/743229
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=38
2019-10-28 10:24:13 +00:00
ab9fbc2744 - Upgrade to version 1.5.0 (bsc#1153301):
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=36
2019-10-08 12:11:37 +00:00
4728fc4155 Accepting request 685270 from home:jmoellers:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/685270
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=34
2019-03-18 16:50:13 +00:00
8b85d76bdf Accepting request 657812 from home:jmoellers:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/657812
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=32
2018-12-19 13:11:21 +00:00
33a3223398 Accepting request 478805 from home:pluskalm:branches:Base:System
- Update to version 1.4.4:
  * fdtput: Remove star from value_len documentation
  * fdtget: Use @return to document the return value
  * tests: Make realloc_fdt() really allocate *fdt
  * libfdt: overlay: Check the value of the right variable
  * dtc: Simplify asm_emit_string() implementation
  * libfdt: Change names of sparse helper macros
  * Fix assorted sparse warnings
  * Clean up gcc attributes
  * dtc: Don't abuse struct fdt_reserve_entry
- Refresh patches
- Make building more verbose
- Run tests

OBS-URL: https://build.opensuse.org/request/show/478805
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=30
2017-03-16 08:38:03 +00:00
3848027004 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
2017-03-09 08:43:44 +00:00
ee3dd8860f Accepting request 455012 from home:jloeser:branches:Base:System
version update to 1.4.2

OBS-URL: https://build.opensuse.org/request/show/455012
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=24
2017-02-08 13:21:29 +00:00
Stephan Kulow
c7283dcb40 Accepting request 348496 from home:pluskalm:branches:Base:System
- Obsolete old devel package as well

OBS-URL: https://build.opensuse.org/request/show/348496
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=22
2015-12-15 18:38:57 +00:00
fd9de3f531 Accepting request 347545 from home:pluskalm:branches:Base:System
- Cleanup spec file with spec-cleaner
- Dont include soname version in devel package name

OBS-URL: https://build.opensuse.org/request/show/347545
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=21
2015-12-07 07:40:45 +00:00
c6d5395529 Accepting request 343254 from home:posophe:branches:Base:System
update

OBS-URL: https://build.opensuse.org/request/show/343254
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=19
2015-11-17 12:47:29 +00:00
e0eda58950 Accepting request 224928 from home:oertel:branches:Base:System
- add use-tx-as-the-type-specifier-instead-of-zx.patch
  taken from fedora to fix build on s390

OBS-URL: https://build.opensuse.org/request/show/224928
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=17
2014-03-10 16:57:39 +00:00
3d89df14cc - update to 1.4.0 (bnc#826457):
- dtc-check.patch, dtc-flattree.patch: Remove

OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=15
2013-07-09 09:30:00 +00:00
6e7abb032c - rename ftdump to dtc-ftdump to avoid conflict with ft2demos
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=13
2013-06-19 06:58:39 +00:00
19a3aa61e4 Accepting request 179370 from home:a_faerber:branches:Base:System
Install libfdt_env.h header, which recent Git versions of dtc seem to install. This lets QEMU detect our libfdt1-devel package rather than relying on its Git submodule.

OBS-URL: https://build.opensuse.org/request/show/179370
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=12
2013-06-18 08:58:51 +00:00
05c52c50d5 Accepting request 176484 from Virtualization
Replace %make_install with %makeinstall, to allow building for SLE_11_SP2

OBS-URL: https://build.opensuse.org/request/show/176484
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=11
2013-05-24 13:32:51 +00:00
Stephan Kulow
51ca63271a Accepting request 83301 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build
- Implement baselibs config

OBS-URL: https://build.opensuse.org/request/show/83301
OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=9
2011-09-20 07:50:44 +00:00
Sascha Peilicke
6749f8c30d Accepting request 75258 from Base:System
subpackage split more visible, minor spec file clean (forwarded request 75248 from k0da)

OBS-URL: https://build.opensuse.org/request/show/75258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=13
2011-07-04 11:54:28 +00:00
OBS User autobuild
4460b1e1d1 Accepting request 32143 from Base:System
Copy from Base:System/dtc based on submit request 32143 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/32143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=8
2010-02-11 20:05:35 +00:00
OBS User unknown
0c2a0b5f8c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=4 2008-01-24 20:22:04 +00:00
OBS User unknown
cf03ca8cc2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=3 2007-08-12 09:47:53 +00:00
OBS User unknown
0ccc41638a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=2 2007-06-18 16:27:08 +00:00
OBS User unknown
6391061fb7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=1 2007-04-02 02:28:12 +00:00