SHA256
3
0
forked from pool/elfutils
Commit Graph

102 Commits

Author SHA256 Message Date
Dominique Leuenberger
36c178ba1b Accepting request 390327 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/390327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=52
2016-04-22 14:15:51 +00:00
eee228fdec Accepting request 390276 from home:michel_mno:branches:Base:System
-  add elfutils-0.164-gcc6.patch

OBS-URL: https://build.opensuse.org/request/show/390276
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=78
2016-04-16 17:18:08 +00:00
Dominique Leuenberger
aafdb9a27a Accepting request 362807 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/362807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=51
2016-03-05 12:04:41 +00:00
Tony Jones
54596ab49d Accepting request 362117 from home:michel_mno:branches:Base:System
- rename dt-ppc-opt.patch as elfutils-0.164-dt-ppc-opt.patch
  and add reference to upstream commit id

OBS-URL: https://build.opensuse.org/request/show/362117
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=76
2016-02-29 05:45:52 +00:00
Stephan Kulow
fa1610cf54 Accepting request 349042 from home:Andreas_Schwab:Factory
- dt-ppc-opt.patch: add support for DT_PPC_OPT

OBS-URL: https://build.opensuse.org/request/show/349042
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=75
2015-12-15 18:40:35 +00:00
Dominique Leuenberger
a98b747e3a Accepting request 345589 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/345589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=50
2015-11-26 16:00:46 +00:00
a8451209c2 Accepting request 345380 from home:namtrac:branches:Base:System
- Update to version 0.164
  Drop the following patches, fixed upstream:
    * elfutils-portability-0.163.patch
    * elfutils-revert-portability-scanf.patch
    * elfutils-uninitialized.diff
    * libebl-prototype-fix.diff
  Changelog:
  - strip, unstrip: 
    * Handle ELF files with merged strtab/shstrtab tables.
    * Handle missing SHF_INFO_LINK section flags.
  - libelf: 
    * Use int64_t for offsets in libelf.h instead of loff_t.
  - libdw: 
    * dwarf.h Add preliminary DWARF5 DW_LANG_Haskell.
  - libdwfl:
    * dwfl_standard_find_debuginfo now searches any subdir of the binary
      path under the debuginfo root when the separate debug file couldn't
      be found by build-id.
    * dwfl_linux_proc_attach can now be called before any Dwfl_Modules
      have been reported.
- Implement %check

OBS-URL: https://build.opensuse.org/request/show/345380
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=73
2015-11-21 17:08:09 +00:00
Dominique Leuenberger
12fc15d5a3 Accepting request 330719 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/330719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=49
2015-10-02 07:22:30 +00:00
Tony Jones
a79a7670bd Accepting request 330718 from home:jones_tony:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/330718
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=71
2015-09-13 03:40:55 +00:00
Tony Jones
254bb48cb4 Accepting request 330583 from home:jones_tony:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/330583
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=70
2015-09-12 18:41:06 +00:00
Dominique Leuenberger
f4f2cce73a Accepting request 285889 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/285889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=48
2015-02-20 11:00:18 +00:00
Tony Jones
278d5ea1be Accepting request 285888 from home:jones_tony:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/285888
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=68
2015-02-13 01:44:28 +00:00
Dominique Leuenberger
96a303c1d1 Accepting request 280219 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/280219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=47
2015-01-10 22:04:51 +00:00
Tony Jones
19dc0a5313 Accepting request 280218 from home:jones_tony:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/280218
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=66
2015-01-07 21:40:45 +00:00
Tony Jones
262266bac2 Accepting request 280112 from home:posophe:branches:Base:System
- Update to version 0.161
  + libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
       dwarf_peel_type to also provide the sizes of qualified types.
       dwarf_getmacros will now serve either of .debug_macro and
       .debug_macinfo transparently.  New interfaces
       dwarf_getmacros_off, dwarf_macro_getsrcfiles,
       dwarf_macro_getparamcnt, and dwarf_macro_param are available
       for more generalized inspection of macros and their parameters.
       dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
       DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
- Remove merged patches
  + elfutils-robustify.patch
  + elfutils-no-po-test-build.diff
  + elfutils-check-for-overflow-before-calling-malloc-to-uncompress-data.patch
- Refreshed patch (from Fedora sources)
  + elfutils-portability.patch > elfutils-portability-0.161.patch
- Add a lang subpackage

OBS-URL: https://build.opensuse.org/request/show/280112
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=65
2015-01-07 19:43:35 +00:00
Dominique Leuenberger
20478ce15f Accepting request 262928 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/262928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=46
2014-12-01 13:00:22 +00:00
0cca858f19 Accepting request 262673 from home:jengelh:branches:Base:System
- Update homepage URL and improve RPM group classification

OBS-URL: https://build.opensuse.org/request/show/262673
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=63
2014-11-25 07:35:02 +00:00
Stephan Kulow
3b587caa10 Accepting request 247248 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/247248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=45
2014-09-03 16:20:32 +00:00
Tony Jones
24ed7931ba Accepting request 247244 from home:mlschroe:branches:Base:System
->

OBS-URL: https://build.opensuse.org/request/show/247244
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=61
2014-09-02 16:05:23 +00:00
Stephan Kulow
0c22e150da Accepting request 230415 from Base:System
OBS-URL: https://build.opensuse.org/request/show/230415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=43
2014-04-22 05:42:52 +00:00
Tony Jones
4e84e757bf OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=59 2014-04-17 00:00:51 +00:00
Tony Jones
43787a2593 Accepting request 230407 from home:jones_tony:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/230407
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=58
2014-04-16 22:27:28 +00:00
Stephan Kulow
e6584caaac Accepting request 227261 from Base:System
- SPARC build requires the large PIC model (or else build fails) (forwarded request 227237 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/227261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=42
2014-03-25 12:20:40 +00:00
Stephan Kulow
5875dc3fad Accepting request 227237 from home:jengelh:branches:Base:System
- SPARC build requires the large PIC model (or else build fails)

OBS-URL: https://build.opensuse.org/request/show/227237
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=56
2014-03-24 06:20:48 +00:00
Stephan Kulow
939ec08cfa Accepting request 215570 from Base:System
(forwarded request 215569 from jones_tony)

OBS-URL: https://build.opensuse.org/request/show/215570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=41
2014-01-30 18:16:19 +00:00
Tony Jones
f0f9e87f4c Accepting request 215569 from home:jones_tony:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/215569
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=54
2014-01-29 19:02:33 +00:00
Tomáš Chvátal
a42d9e7b8a Accepting request 206934 from Base:System
update to 0.157, see ChangeLog (forwarded request 206750 from jones_tony)

OBS-URL: https://build.opensuse.org/request/show/206934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=40
2013-11-15 07:37:03 +00:00
Tony Jones
4605d9926c Accepting request 206750 from home:rudi_m:branches:Base:System
update to 0.157, see ChangeLog

OBS-URL: https://build.opensuse.org/request/show/206750
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=52
2013-11-14 18:19:54 +00:00
Stephan Kulow
01331bc5b8 Accepting request 179624 from Base:System
- elfutils-sizeof-pointer-memaccess.patch: Fix sizeof-pointer-memaccess
  warnings (forwarded request 179593 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/179624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=38
2013-06-19 12:43:02 +00:00
Dr. Werner Fink
1001be6ec5 Accepting request 179593 from home:Andreas_Schwab:Factory
- elfutils-sizeof-pointer-memaccess.patch: Fix sizeof-pointer-memaccess
  warnings

OBS-URL: https://build.opensuse.org/request/show/179593
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=50
2013-06-19 06:53:06 +00:00
Stephan Kulow
b82a78fdd8 Accepting request 161233 from Base:System
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161175 from jones_tony)

OBS-URL: https://build.opensuse.org/request/show/161233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=37
2013-03-28 12:10:30 +00:00
Tony Jones
84a889d144 Accepting request 161175 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161175
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=48
2013-03-26 15:42:03 +00:00
Ismail Dönmez
fe723cb85b Accepting request 143660 from Base:System
- add elfutils-aarch64.patch to support aarch64
- update to 0.155
  libelf: elf*_xlatetomd now works for cross-endian ELF note data.
  	elf_getshdr now works consistently on non-mmaped ELF files after
  	calling elf_cntl(ELF_C_FDREAD).
  	Implement support for ar archives with 64-bit symbol table.
  	[g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET.
  
  libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was DW_LANG_Objc).
         Any existing sources using the old name will have to be updated.
         Add DW_MACRO_GNU .debug_macro type encodings constants, DW_ATE_UTF
         and DW_OP_GNU_parameter_ref to dwarf.h.
         Experimental support for DWZ multifile forms DW_FORM_GNU_ref_alt
         and DW_FORM_GNU_strp_alt.  Disabled by default.  Use configure
         --enable-dwz to test it.
         dwarf_highpc function now handles DWARF 4 DW_AT_high_pc constant form.
         Fix bug using dwarf_next_unit to iterate over .debug_types.
  
  elflint: Now accepts gold linker produced executables.
  
  readelf: Add .debug_macro parsing support.
  	 Add .gdb_index version 7 parsing support.
  	 Recognize DW_OP_GNU_parameter_ref.
  
  backends: Add support for Tilera TILE-Gx processor.
  
  translations: Updated Ukrainian translation.
  
  The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone
  programs. There is now also a formal CONTRIBUTING document describing how to

OBS-URL: https://build.opensuse.org/request/show/143660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=35
2012-12-05 12:49:36 +00:00
7161fbcc0f - add elfutils-aarch64.patch to support aarch64
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=46
2012-11-30 10:46:55 +00:00
30c1ed46a3 Accepting request 143389 from home:adrianSuSE:aarch64
update and adding aarch64 patch. Do not break aarch64 libs during debuginfo generation anymore.

OBS-URL: https://build.opensuse.org/request/show/143389
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=45
2012-11-29 12:05:16 +00:00
Stephan Kulow
0b55f382e8 Accepting request 138179 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/138179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=34
2012-10-16 05:00:01 +00:00
Richard Biener
3bc8f86c13 Accepting request 137477 from home:AndreasSchwab:ff
- Fix baselibs.conf: elfutils-devel -> libelf-devel

OBS-URL: https://build.opensuse.org/request/show/137477
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=43
2012-10-08 11:54:26 +00:00
Stephan Kulow
5c54605ffe Accepting request 135158 from Base:System
- license update: SUSE-GPL-2.0-with-OSI-exception
  Use a license available on the spreadsheet linked at
  license.opensuse.org

OBS-URL: https://build.opensuse.org/request/show/135158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=33
2012-09-21 12:38:51 +00:00
Stephan Kulow
f6902ff9aa Use a license available on the spreadsheet linked at
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=41
2012-09-20 13:33:53 +00:00
Stephan Kulow
12a48066ce Accepting request 135155 from home:babelworx:ldig:branches:Base:System
license update: SUSE-GPL-2.0-with-OSI-exception
Use a Ãlicense available on the spreadsheet linked at license.opensuse.org

OBS-URL: https://build.opensuse.org/request/show/135155
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=40
2012-09-20 13:33:18 +00:00
Stephan Kulow
21dd0c5b3a Accepting request 133896 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/133896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=32
2012-09-17 11:54:08 +00:00
Richard Biener
7f7b19580c Accepting request 122959 from home:rudi_m:branches:Base:System
- avoid automake dependency

OBS-URL: https://build.opensuse.org/request/show/122959
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=38
2012-05-31 08:51:10 +00:00
Stephan Kulow
ab2c112afc Accepting request 109583 from Base:System
Fix build with gcc 4.7;update to 0.153 (forwarded request 109477 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/109583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=30
2012-03-23 11:05:01 +00:00
Tony Jones
0ffa4541ff Accepting request 109477 from home:dimstar:gcc47
Fix build with gcc 4.7;update to 0.153

OBS-URL: https://build.opensuse.org/request/show/109477
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=36
2012-03-15 18:50:54 +00:00
Stephan Kulow
476a4d25ae Accepting request 97072 from Base:System
OBS-URL: https://build.opensuse.org/request/show/97072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=29
2012-01-06 10:43:34 +00:00
Greg Kroah-Hartman
7f85a55c36 Accepting request 94966 from home:babelworx:ldig:branches:Base:System
license update: GPL-2.0-with-osi-exception
elfutils is GPL-2.0 (only) with an exception for osi approved licenses. Also, use SPDX format

OBS-URL: https://build.opensuse.org/request/show/94966
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=34
2011-12-02 19:06:02 +00:00
Stephan Kulow
e7471fca7f Accepting request 94683 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94683
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=33
2011-12-01 15:53:06 +00:00
Sascha Peilicke
cc7e26840a Accepting request 84277 from Base:System
- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Add elfutils-devel to baselibs
  (local compilation of a 3rd-party program in 32-bit mode) (forwarded request 83414 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/84277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=27
2011-09-22 08:42:40 +00:00
9a64a712a5 Accepting request 83414 from home:jengelh:bl-e
- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Add elfutils-devel to baselibs
  (local compilation of a 3rd-party program in 32-bit mode)

OBS-URL: https://build.opensuse.org/request/show/83414
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=31
2011-09-21 19:13:54 +00:00
Sascha Peilicke
a9a1f65948 Autobuild autoformatter for 73779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=26
2011-06-16 07:02:27 +00:00