]> git.pld-linux.org Git - packages/btparser.git/commitdiff
up to 0.26 (2013-05-15), project moved to github auto/th/btparser-0.26-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 26 Apr 2016 05:45:16 +0000 (08:45 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 26 Apr 2016 05:45:16 +0000 (08:45 +0300)
- Try harder when looking for crash thread
- Include version string in the man page
- Fixed security issues
- Fix crashes in drop identical oops frames when bt suffix contains only identical frames
- Python: use updated frame list in Distances.__new__
- Fix btp_thread_parse_funs for functions with spaces
- Respect strict aliasing in sha1 implementation

btparser.spec

index f1bfdad7fb96ca800144dc9d4d6e85d5e8353c4c..3155a305a429246ce63a554a1a76bdf76551ffd5 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Parser and analyzer for backtraces produced by GDB
 Summary(pl.UTF-8):     Analizator śladów wywołań tworzonych przez GDB
 Name:          btparser
-Version:       0.25
-Release:       12
+Version:       0.26
+Release:       1
 License:       GPL v2+
 Group:         Development/Tools
-Source0:       https://fedorahosted.org/released/btparser/%{name}-%{version}.tar.xz
-# Source0-md5: 7fcf3f97dd6df827151638a41855c5bb
-URL:           http://fedorahosted.org/btparser/
+Source0:       https://github.com/abrt/btparser/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 22cb4fe5593344f0acac8936494141f6
+URL:           https://github.com/abrt/btparser
 %ifarch %{x8664}
 BuildRequires: binutils-static
 %endif
@@ -19,7 +19,6 @@ BuildRequires:        rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 BuildRequires: tar >= 1:1.22
 BuildRequires: xmlto
-BuildRequires: xz
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,8 +37,8 @@ routines:
   discover that two crash-time backtraces are duplicates, triggered by
   the same flaw of the code
 - it can "rate" the backtrace quality, which depends on the number of
-  frames with and without the function name known (missing function
-  name is caused by missing debugging symbols)
+  frames with and without the function name known (missing function name
+  is caused by missing debugging symbols)
 
 %description -l pl.UTF-8
 Btparser to analizator śladów wywołań (backtrace'ów), działający ze
@@ -50,11 +49,11 @@ na analizę wątków oraz ramek śladu wywołań i dalszą pracę z nimi.
 Btparser zawiera także trochę procedur do obróbki i wydobywania śladów
 wywołań:
 - potrafi znaleźć ramkę w pośmiertnym śladzie wywołań, w której
-  najprawdopodobniej nastąpiła wywrotka programu (możliwe, że to
-  funkcja w tej ramce zawiera błąd)
+  najprawdopodobniej nastąpiła wywrotka programu (możliwe, że to funkcja
+  w tej ramce zawiera błąd)
 - potrafi utworzyć skrót (hasz) śladu, pozwalający wykryć, czy dwa
-  zadane ślady pośmiertne są duplikatami spowodowanymi tym samym
-  błędem w kodzie
+  zadane ślady pośmiertne są duplikatami spowodowanymi tym samym błędem
+  w kodzie
 - potrafi "ocenić jakość" śladów, zależną od liczby ramek ze znaną i
   bez znanej nazwy funkcji (brak nazwy funkcji wynika z braku symboli
   diagnostycznych)
This page took 0.525306 seconds and 4 git commands to generate.