ef157f6ece
- Change Version tag from 0.14rc1 to 0.14~rc1 * Rename dwz-0.14rc1.tar.xz to dwz-0.14~rc1.tar.xz - Fix testsuite build fail on riscv64: * dwz-testsuite-fix-pr25109.sh-on-riscv64.patch - Update reported dwz version * dwz-update-version.patch - DWZ 0.14-rc1 (master branch commit 0d391bf) update: * Dropped patches: - dwz-fix-assertion-off-cu_size-in-recompute_abbrevs.patch - dwz-fix-die-no-multifile-propagation.patch - dwz-fix-refd-NULL-assertion-in-write_die.patch - dwz-fix-reference-from-pu-to-cu.patch - dwz-fix-segfault-in-die_cu.patch - dwz-testsuite-adjust-pr24468-sh-test-case-for-readelf-with-follow-links.patch - dwz-testsuite-detect-when-devel-ignore-size-sh-is-unsupported.patch - dwz-testsuite-fix-partial-unit-grepping-in-pr24468-sh.patch - dwz-update-version-copyright-message.patch * Added patches: - dwz-add-assert-checking-that-cu-is-not-referenced-from-pu.patch - dwz-call-reorder_dups-asap.patch - dwz-document-experimental-status-of-odr.patch - dwz-enable-odr-by-default.patch - dwz-fix-reference-of-pu-to-cu-for-odr.patch - dwz-precompute-partitions.patch - dwz-update-suse-copyright-years.patch * Added BuildRequires gcc-c++ OBS-URL: https://build.opensuse.org/request/show/875368 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/dwz?expand=0&rev=34
36 lines
961 B
Diff
36 lines
961 B
Diff
Update SUSE Copyright years
|
|
|
|
Update the SUSE copyright range for changes made in 2020 and 2021.
|
|
|
|
2021-02-26 Tom de Vries <tdevries@suse.de>
|
|
|
|
* dwz.c: Extend SUSE Copyright range to 2021.
|
|
* COPYRIGHT_YEARS: Regenerate.
|
|
|
|
---
|
|
COPYRIGHT_YEARS | 2 +-
|
|
dwz.c | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/COPYRIGHT_YEARS b/COPYRIGHT_YEARS
|
|
index fdd9942..e4b1511 100644
|
|
--- a/COPYRIGHT_YEARS
|
|
+++ b/COPYRIGHT_YEARS
|
|
@@ -1,3 +1,3 @@
|
|
-DFSF_YEARS='"1992-2021"'
|
|
-DRH_YEARS='"2001-2021"'
|
|
--DSUSE_YEARS='"2019"'
|
|
+-DSUSE_YEARS='"2019-2021"'
|
|
diff --git a/dwz.c b/dwz.c
|
|
index 3342aba..bc37f32 100644
|
|
--- a/dwz.c
|
|
+++ b/dwz.c
|
|
@@ -1,6 +1,6 @@
|
|
/* Copyright (C) 2001-2021 Red Hat, Inc.
|
|
Copyright (C) 2003 Free Software Foundation, Inc.
|
|
- Copyright (C) 2019 SUSE LLC.
|
|
+ Copyright (C) 2019-2021 SUSE LLC.
|
|
Written by Jakub Jelinek <jakub@redhat.com>, 2012.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|