]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
up to 0.188 auto/th/elfutils-0.188-1
authorJan Palus <atler@pld-linux.org>
Wed, 2 Nov 2022 22:45:33 +0000 (23:45 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 2 Nov 2022 22:45:33 +0000 (23:45 +0100)
- add todo item about debuginfod.service

elfutils-pl.po.patch
elfutils.spec
tests.patch [deleted file]

index b928c758e32a4ad7a6b4c6fe779ece119deeae90..7b6b00e2052029cf9bee035572edc98507908c97 100644 (file)
@@ -3,7 +3,7 @@
 @@ -4015,29 +4015,27 @@
  "\n"
  
- #: src/nm.c:773
+ #: src/nm.c:772
 -#, fuzzy
 -#| msgid " Name: "
  msgctxt "sysv"
 +msgstr "Nazwa"
  
  #. TRANS: the "sysv|" parts makes the string unique.
- #: src/nm.c:775
+ #: src/nm.c:774
  msgctxt "sysv"
  msgid "Value"
 -msgstr ""
 +msgstr "Wartość"
  
  #. TRANS: the "sysv|" parts makes the string unique.
- #: src/nm.c:777
+ #: src/nm.c:776
  msgctxt "sysv"
  msgid "Size"
 -msgstr ""
 +msgstr "Rozmiar"
  
  #. TRANS: the "sysv|" parts makes the string unique.
- #: src/nm.c:779
+ #: src/nm.c:778
  msgctxt "sysv"
  msgid "Line"
 -msgstr ""
 +msgstr "Linia"
  
- #: src/nm.c:1246
+ #: src/nm.c:1245
  #, c-format
 @@ -6082,7 +6080,7 @@
- #: src/readelf.c:10455
+ #: src/readelf.c:10629
  msgctxt "debugstr"
  msgid "Offset"
 -msgstr ""
 +msgstr "Offset"
  
- #: src/readelf.c:10465
+ #: src/readelf.c:10639
  #, c-format
 @@ -6478,32 +6476,32 @@
- #: src/size.c:328
+ #: src/size.c:327
  msgctxt "bsd"
  msgid "text"
 -msgstr ""
 +msgstr "text"
  
- #: src/size.c:329
+ #: src/size.c:328
  msgctxt "bsd"
  msgid "data"
 -msgstr ""
 +msgstr "data"
  
- #: src/size.c:330
+ #: src/size.c:329
  msgctxt "bsd"
  msgid "bss"
 -msgstr ""
 +msgstr "bss"
  
- #: src/size.c:331
+ #: src/size.c:330
  msgctxt "bsd"
  msgid "dec"
 -msgstr ""
 +msgstr "dec"
  
- #: src/size.c:332
+ #: src/size.c:331
  msgctxt "bsd"
  msgid "hex"
 -msgstr ""
 +msgstr "hex"
  
- #: src/size.c:333
+ #: src/size.c:332
  msgctxt "bsd"
  msgid "filename"
 -msgstr ""
 +msgstr "nazwa pliku"
  
- #: src/size.c:417 src/size.c:558
+ #: src/size.c:416 src/size.c:557
  #, c-format
 @@ -6511,26 +6509,24 @@
  msgstr " (ex %s)"
  
- #: src/size.c:419
+ #: src/size.c:418
 -#, fuzzy
 -#| msgid "invalid section"
  msgctxt "sysv"
 -msgstr "nieprawidłowa sekcja"
 +msgstr "sekcja"
  
- #: src/size.c:420
+ #: src/size.c:419
  msgctxt "sysv"
  msgid "size"
 -msgstr ""
 +msgstr "rozmiar"
  
- #: src/size.c:421
+ #: src/size.c:420
  msgctxt "sysv"
  msgid "addr"
 -msgstr ""
 +msgstr "adres"
  
- #: src/size.c:450 src/size.c:453 src/size.c:456
+ #: src/size.c:449 src/size.c:452 src/size.c:455
  msgctxt "sysv"
  msgid "Total"
 -msgstr ""
 +msgstr "Razem"
  
- #: src/size.c:480
+ #: src/size.c:479
  msgid "cannot get section header"
index 3253600cddc2ccc481f386b963c377c2653fad57..12bea10e384f5a94419b38986ad7d11fb039642b 100644 (file)
@@ -1,3 +1,5 @@
+# TODO:
+# - package debuginfod.service
 #
 # Conditional build:
 %bcond_without debuginfod      # debuginfod server and client
@@ -6,12 +8,12 @@
 Summary:       A collection of utilities and DSOs to handle compiled objects
 Summary(pl.UTF-8):     Zestaw narzędzi i bibliotek do obsługi skompilowanych obiektów
 Name:          elfutils
-Version:       0.187
-Release:       5
+Version:       0.188
+Release:       1
 License:       GPL v2+ or LGPL v3+ (libraries), GPL v3+ (programs)
 Group:         Development/Tools
 Source0:       https://sourceware.org/elfutils/ftp/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: cc04f07b53a71616b22553c0a458cf4b
+# Source0-md5: efb25a91873b2eec4df9f31e6a4f4e5c
 Patch0:                %{name}-pl.po.patch
 Patch1:                %{name}-debian-manpages.patch
 Patch2:                %{name}-awk.patch
@@ -19,7 +21,6 @@ Patch3:               %{name}-align.patch
 Patch4:                %{name}-paxflags.patch
 Patch5:                %{name}-sparc.patch
 Patch6:                disable-tests.patch
-Patch7:                tests.patch
 URL:           https://sourceware.org/elfutils/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
@@ -195,7 +196,6 @@ Plik nagłówkowy biblioteki debuginfod.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/tests.patch b/tests.patch
deleted file mode 100644 (file)
index 02f6f41..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-From b661e39349a89a47793c4d15e9ca8df016c3871b Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich via Elfutils-devel <elfutils-devel@sourceware.org>
-Date: Sat, 6 Aug 2022 09:55:06 +0100
-Subject: [PATCH] tests: run-low_high_pc.sh: drop redundant 'lx' suffix
-
-Noticed when debugged test failure:
-
-    lowpc: 8049000, highpc: 8049000lx
-    ../sysdeps/i386/crti.S: [2def] '_init' highpc <= lowpc
-
-Signed-off-by: Sergei Trofimovich <slyich@gmail.com>
----
- tests/ChangeLog     | 4 ++++
- tests/low_high_pc.c | 2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/tests/low_high_pc.c b/tests/low_high_pc.c
-index 78b6ad08d..cd022b1cc 100644
---- a/tests/low_high_pc.c
-+++ b/tests/low_high_pc.c
-@@ -72,7 +72,7 @@ handle_die (Dwarf_Die *die, void *arg)
-       && highpc <= lowpc
-       && ! (dwarf_tag (die) == DW_TAG_compile_unit && highpc == lowpc))
-     {
--      printf("lowpc: %" PRIx64 ", highpc: %" PRIx64 "lx\n", lowpc, highpc);
-+      printf("lowpc: %" PRIx64 ", highpc: %" PRIx64 "\n", lowpc, highpc);
-       fail (off, name, "highpc <= lowpc");
-     }
--- 
-2.31.1
-
This page took 0.090734 seconds and 4 git commands to generate.