• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12019-11-26  Mark Wielaard  <mark@klomp.org>
2
3	* elfutils.spec.in: Remove Group tags, remove fedora and rhel
4	specifics, introduce elfutils-libs subpackage, move Requires
5	and BuildRequires around for new subpackage, remove dot at end
6	of Summary tags, add post/postun ldconfig for libs and
7	debuginfod-client, remove default defattr(-,root,root) for file
8	lists, order binaries by name.
9
102019-11-25  Mark Wielaard  <mark@klomp.org>
11
12	* elfutils.spec.in: Add BuildRequires curl.
13
142019-10-28  Frank Ch. Eigler  <fche@redhat.com>
15
16	* eu.am (AM_CXXFLAGS): Clone & amend AM_CFLAGS for c++11 code.
17	* debuginfod.service, debuginfod.sysconfig: New files: systemd.
18	* Makefile.am: Install them.
19	* elfutils.spec.in: Add debuginfod and debuginfod-client subrpms.
20
212019-08-29  Mark Wielaard  <mark@klomp.org>
22
23	* elfutils.spec.in (%description devel): Remove libebl text.
24	(%install): Don't touch backend lib.*.so* files.
25	(%files): Remove backends dir and so files.
26	(%files devel): Remove libebl.h and libebl.a
27
282019-08-28  Mark Wielaard  <mark@klomp.org>
29
30	* elfutils.spec.in (License): Add GFDL.
31	(%install): Correct sub-shell syntax, use (), not {}.
32	(%files): Add man1/eu-*.1*.
33	Add eu-stack. Add COPYING-GFDL.
34	(%files libelf-devel): Add man3/elf_*.3*.
35
362019-08-14  Dmitry V. Levin  <ldv@altlinux.org>
37
38	* elfutils.spec.in (%files): Add %{_bindir}/eu-elfclassify.
39
402019-08-13  Mark Wielaard  <mark@klomp.org>
41
42	* Makefile.am (elfutils.spec.in): Use git --get user.name and
43	user.email.
44
452019-04-15  Mark Wielaard  <mark@klomp.org>
46
47	* upload-release.sh: Add git tag --verify.
48
492019-02-14  Mark Wielaard  <mark@klomp.org>
50
51	* elfutils.spec.in: Update for 0.176.
52
532018-11-19  Mark Wielaard  <mark@klomp.org>
54
55	* eu.am (AM_CFLAGS): Add -Wtrampolines.
56
572018-07-04  Mark Wielaard  <mark@klomp.org>
58
59	* upload-release.sh: New file.
60
612018-06-11  Mark Wielaard  <mark@klomp.org>
62
63	* elfutils.spec.in: Update for 0.172.
64
652018-06-01  Mark Wielaard  <mark@klomp.org>
66
67	* elfutils.spec.in: Update for 0.171.
68
692018-02-09  Joshua Watt  <JPEWhacker@gmail.com>
70
71	* eu.am (IMPLICIT_FALLTHROUGH_WARNING): Set to 5.
72
732017-11-02  Mark Wielaard  <mark@klomp.org>
74
75	* elfutils.spec.in: Config files under /usr/lib/sysctl.d (_sysctldir)
76	aren't %config.
77
782017-10-24  Mark Wielaard  <mark@klomp.org>
79
80	* eu.am (AM_CFLAGS): Handle -Wno-packed-not-aligned.
81
822017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
83
84	* eu.am: Use fpic_CFLAGS.
85
862016-08-02  Mark Wielaard  <mark@klomp.org>
87
88	* elfutils.spec.in: Update for 0.170.
89
902017-05-05  Mark Wielaard  <mark@klomp.org>
91
92	* elfutils.spec.in: Update for 0.169.
93
942016-12-27  Mark Wielaard  <mjw@redhat.com>
95
96	* elfutils.spec.in: Update for 0.168 and new project location.
97
982016-12-24  Mark Wielaard  <mark@klomp.org>
99
100	* libdw.pc.in: Set URL to http://elfutils.org/
101	* libelf.pc.in: Likewise.
102
1032016-11-02  Mark Wielaard  <mjw@redhat.com>
104
105	* eu.am: Check HAVE_IMPLICIT_FALLTHROUGH_WARNING.
106	(AM_CFLAGS): Add IMPLICIT_FALLTHROUGH_WARNING.
107
1082016-08-04  Mark Wielaard  <mjw@redhat.com>
109
110	* elfutils.spec.in: Update for 0.167.
111
1122016-07-06  Mark Wielaard  <mjw@redhat.com>
113
114	* elfutils.spec.in: Remove eu-ld.
115
1162016-03-31  Mark Wielaard  <mjw@redhat.com>
117
118	* elfutils.spec.in: Update for 0.166.
119
1202016-02-13  Mark Wielaard  <mjw@redhat.com>
121
122	* eu.am: Check HAVE_NULL_DEREFERENCE_WARNING.
123	(AM_CFLAGS): Add NULL_DEREFERENCE_WARNING.
124
1252016-02-09  Mark Wielaard  <mjw@redhat.com>
126
127	* eu.am: Check SANE_LOGICAL_OP_WARNING and
128	HAVE_DUPLICATED_COND_WARNING.
129	(AM_CFLAGS): Add LOGICAL_OP_WARNING and DUPLICATED_COND_WARNING.
130
1312016-01-08  Mark Wielaard  <mjw@redhat.com>
132
133	* elfutils.spec.in: Add elfcompress. Update for 0.165.
134
1352016-01-04  Mark Wielaard  <mjw@redhat.com>
136
137	* libelf.pc.in: New file.
138	* libdw.pc.in: Likewise.
139	* Makefile.am (EXTRA_DIST): Add libelf.pc.in and libdw.pc.in.
140	(pkgconfigdir): New variable.
141	(pkgconfigdir_DATA): Likewise.
142	* elfutils.spec.in (files devel): Add libdw.pc.
143	(files libelf-devel): Add libelf.pc.
144
1452015-10-15  Mark Wielaard  <mjw@redhat.com>
146
147	* elfutils.spec.in: Update for 0.164.
148
1492015-10-07  Mark Wielaard  <mjw@redhat.com>
150
151	* eu.am (ARFLAGS): Set to "cr".
152
1532015-10-09  Josh Stone  <jistone@redhat.com>
154
155	* eu.am (print-%): New target to print any variable.
156
1572015-10-05  Josh Stone  <jistone@redhat.com>
158
159	* eu.am (%.os): Add AM_V_CC silencers.
160
1612015-09-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
162
163	* eu.am (%.os): Use -fPIC instead of -fpic to avoid relocation
164	overflows in some platforms.
165
1662015-09-22  Mark Wielaard  <mjw@redhat.com>
167
168	* eu.am (AM_CFLAGS): Add -Wold-style-definition -Wstrict-prototypes.
169
1702015-08-04  Mark Wielaard  <mjw@redhat.com>
171
172	* 10-default-yama-scope.conf: New file.
173	* Makefile.am (EXTRA_DIST): Add 10-default-yama-scope.conf.
174	* elfutils.spec.in (Requires): default-yama-scope.
175	(default-yama-scope): New package.
176
1772015-06-19  Mark Wielaard  <mjw@redhat.com>
178
179	* elfutils.spec.in: Update for 0.163.
180
1812015-06-11  Mark Wielaard  <mjw@redhat.com>
182
183	* elfutils.spec.in (devel): Include elfutils/known-dwarf.h and
184	elfutils/version.h.
185
1862015-06-10  Mark Wielaard  <mjw@redhat.com>
187
188	* elfutils.spec.in: Update for 0.162.
189
1902015-05-23  Mark Wielaard  <mjw@redhat.com>
191
192	* eu.am (STACK_USAGE_WARNING): New variable set based on
193	ADD_STACK_USAGE_WARNING conditional.
194	(AM_CFLAGS): Use STACK_USAGE_WARNING variable.
195
1962015-05-23  Mark Wielaard  <mjw@redhat.com>
197
198	* eu.am (AM_CFLAGS): Add -Wstack-usage=262144.
199
2002015-04-23  Max Filippov  <jcmvbkbc@gmail.com>
201
202	* eu.am (DEFS.os): New variable.
203
2042015-03-18  Petr Machata  <pmachata@redhat.com>
205
206	* known-dwarf.awk (comment): Drop all uses of this variable.
207	(END): Always emit the non-_DESC variant.  Emit
208	DWARF_ALL_KNOWN_DW_ instead of ALL_KNOWN_DW_*, and
209	DWARF_ONE_KNOWN_DW_ instead of ONE_KNOWN_DW_*.
210
2112015-02-20  Petr Machata  <pmachata@redhat.com>
212
213	* known-dwarf.awk (END): Drop useless variables lo, hi.  Merge two
214	continue-checks in one.
215
2162014-12-18  Mark Wielaard  <mjw@redhat.com>
217
218	* elfutils.spec.in: Update for 0.161.
219
2202014-11-27  Mark Wielaard  <mjw@redhat.com>
221
222	* eu.am: Define textrel_msg, textrel_found and textrel_check based
223	on FATAL_TEXTREL.
224
2252014-08-25  Mark Wielaard  <mjw@redhat.com>
226
227	* elfutils.spec.in: Update for 0.160.
228
2292014-05-17  Mark Wielaard  <mjw@redhat.com>
230
231	* elfutils.spec.in: Update for 0.159.
232	(%files devel): Add libdwelf.h.
233
2342014-04-13  Mark Wielaard  <mjw@redhat.com>
235
236	* eu.am (AM_CFLAGS): Don't add -fmudflap.
237	(COMPILE.os): Don't remove no_mudflap.os.
238
2392014-01-22  Mark Wielaard  <mjw@redhat.com>
240
241	* eu.am (AM_CFLAGS): Unconditionally add -Wformat=2.
242
2432014-01-03  Mark Wielaard  <mjw@redhat.com>
244
245	* elfutils.spec.in: Update for 0.158.
246
2472013-11-01  Michael Forney  <mforney@mforney.org>
248
249	* eu.am: Use READELF.
250
2512013-09-30  Mark Wielaard  <mjw@redhat.com>
252
253	* elfutils.spec.in: Update for readelf NT_SIGINFO and NT_FILE
254	core notes.
255
2562013-09-27  Mark Wielaard  <mjw@redhat.com>
257
258	* config/elfutils.spec.in: Update for 0.157.
259
2602013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
261
262	* config/elfutils.spec.in: Update for 0.156.
263
2642013-04-24  Mark Wielaard  <mjw@redhat.com>
265
266	* eu.am: Use AM_CPPFLAGS instead of INCLUDES.
267
2682012-08-27  Mark Wielaard  <mjw@redhat.com>
269
270	* config/elfutils.spec.in: Update for 0.155.
271
2722012-07-19  Mark Wielaard  <mjw@redhat.com>
273
274	* known-dwarf.awk: "Generated by" header had wrong file names,
275	mention config/known-dwarf.awk and libdw/dwarf.h contents.
276
2772012-06-22  Mark Wielaard  <mjw@redhat.com>
278
279	* config/elfutils.spec.in: Update for 0.154.
280
2812012-02-23  Mark Wielaard  <mjw@redhat.com>
282
283	* config/elfutils.spec.in: Update for 0.153.
284
2852011-10-31  Mark Wielaard  <mjw@redhat.com>
286
287	* known-dwarf.awk: Use gawk.
288
2892010-07-02  Ulrich Drepper  <drepper@redhat.com>
290
291	* elfutils.spec.in: Add more BuildRequires.
292	Ship the .mo files with the libelf subpackage.
293
2942010-04-15  Roland McGrath  <roland@redhat.com>
295
296	* eu.am (DEFS): Add -DLOCALEDIR=... here.
297
2982010-02-15  Roland McGrath  <roland@redhat.com>
299
300	* eu.am: New file.
301
3022009-04-19  Roland McGrath  <roland@redhat.com>
303
304	* version.h.in: Revert last change.
305
3062009-04-17  Roland McGrath  <roland@redhat.com>
307
308	* version.h.in (_ELFUTILS_PREREQ): Multiple major by 1000000 and minor
309	by 1000; now _ELFUTILS_VERSION is 789000 for version 0.789.
310
3112009-01-22  Ulrich Drepper  <drepper@redhat.com>
312
313	* elfutils.spec.in: Distribute <elfutils/version.h> in
314	elfutils-libelf-devel.
315
3162009-01-22  Roland McGrath  <roland@redhat.com>
317
318	* known-dwarf.awk: Handle DW_FOO_BAR_* sets better.
319
3202009-01-11  Roland McGrath  <roland@redhat.com>
321
322	* known-dwarf.awk: New file.
323	* Makefile.am (EXTRA_DIST): Add it.
324
3252008-12-24  Roland McGrath  <roland@redhat.com>
326
327	* Makefile.am ($(srcdir)/elfutils.spec.in): Rewrite awk magic.
328	Put the target inside [if MAINTAINER_MODE].
329
3302008-12-16  Roland McGrath  <roland@redhat.com>
331
332	* version.h.in: New file.
333
3342008-01-12  Ulrich Drepper  <drepper@redhat.com>
335
336	* elfutils.spec.in: Add m4 to build requirements.
337
3382008-01-02  Ulrich Drepper  <drepper@redhat.com>
339
340	* elfutils.spec.in: Changes for disasm branch merge.
341
3422007-08-08  Roland McGrath  <roland@redhat.com>
343
344	* elfutils.spec.in (License): Canonicalize.
345
3462007-04-23  Roland McGrath  <roland@redhat.com>
347
348	* elfutils.spec.in: Distribute eu-unstrip.
349
3502005-08-13  Roland McGrath  <roland@redhat.com>
351
352	* Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $.
353
3542005-07-28  Roland McGrath  <roland@redhat.com>
355
356	* elfutils.spec.in: Remove libdwfl.so from package.
357
3582005-07-21  Ulrich Drepper  <drepper@redhat.com>
359
360	* elfutils.spec.in: Distribute eu-elfcmp.
361
3622005-04-01  Ulrich Drepper  <drepper@redhat.com>
363
364	* elfutils.spec.in: Distribute eu-addr2line.
365
3662005-03-17  Ulrich Drepper  <drepper@redhat.com>
367
368	* elfutils.spec.in: Distribute libdw.{a,so,h}.
369
3702005-02-22  Ulrich Drepper  <drepper@redhat.com>
371
372	* Makefile.am: Ignore result of cvs run.
373
374	* elfutils.spec.in: Simplify build process by not using a subdir.
375	This means we can use %configure.
376
3772005-02-18  Ulrich Drepper  <drepper@redhat.com>
378
379	* Makefile.am: Automatically added changelog from NEWS file on dist.
380
3812005-02-15  Ulrich Drepper  <drepper@redhat.com>
382
383	* elfutils.spec.in: Make sure RPM_OPT_FLAGS is used.  During
384	%build, really do build the binaries.
385	Remove --enable-shared configure parameters.
386
3872005-02-07  Ulrich Drepper  <drepper@redhat.com>
388
389	* elfutils.spec.in (BuildRequires): Up gcc requirement to 3.4.
390
3912004-11-23  Ulrich Drepper  <drepper@redhat.com>
392
393	* elfutils.spec.in: Some more changes for the RPM with the fake
394	binaries.
395
3962004-01-29  Ulrich Drepper  <drepper@redhat.com>
397
398	* elfutils.spec.in: Update BuildRequires.
399
4002004-01-17  Ulrich Drepper  <drepper@redhat.com>
401
402	* Makefile.am: New file.
403	* config.guess: Moved to here from toplevel.
404	* config.rpath: Likewise.
405	* config.sub: Likewise.
406	* depcomp: Likewise.
407	* install-sh: Likewise.
408	* missing: Likewise.
409	* mkinstalldirs: Likewise.
410	* elfutils.spec.in: New file.
411