forked from pool/nemiver
This commit is contained in:
parent
db9b441931
commit
8df3c49c42
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66261804e2bda9a1ced65b8a005300fdf216ef10ebd09bcf7a5ef40c43257e85
|
|
||||||
size 1392024
|
|
3
nemiver-0.6.4.tar.bz2
Normal file
3
nemiver-0.6.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bab0a68398608e043af03398c03c779daa2cd9a887c4c97f99bee8b98e350a7b
|
||||||
|
size 1388390
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 20 11:46:34 EST 2008 - mboman@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.6.4:
|
||||||
|
+ bgo#555733 - "Assertion failed: editor" when trying to open a new binary
|
||||||
|
+ bgo#560377 - support new running async output record in GDB trunk
|
||||||
|
+ bgo#561287 - crash when doing nemiver --purgesessions
|
||||||
|
+ bgo#562024 - cannot set breakpoint sometimes
|
||||||
|
+ Re-arrange columns in call stack view
|
||||||
|
+ bgo#555732 - Use font specified in the preferences for the output terminal
|
||||||
|
+ various cleanups: move to new tooltip API, migrate from
|
||||||
|
deprecated TreePath APIs
|
||||||
|
+ bgo#553780 - Status notebook disapearing sometimes
|
||||||
|
+ bgo#553780 - Compilation speedups and remove __gnu::cxx deprecated
|
||||||
|
usage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 3 10:11:02 EDT 2008 - hfiguiere@suse.de
|
Fri Oct 3 10:11:02 EDT 2008 - hfiguiere@suse.de
|
||||||
|
|
||||||
|
23
nemiver.spec
23
nemiver.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nemiver (Version 0.6.2)
|
# spec file for package nemiver (Version 0.6.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,8 +19,8 @@
|
|||||||
Url: http://home.gna.org/nemiver/
|
Url: http://home.gna.org/nemiver/
|
||||||
|
|
||||||
Name: nemiver
|
Name: nemiver
|
||||||
Version: 0.6.2
|
Version: 0.6.4
|
||||||
Release: 4
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++ gdb
|
BuildRequires: gcc-c++ gdb
|
||||||
@ -162,6 +162,19 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 20 2008 mboman@suse.de
|
||||||
|
- Update to version 0.6.4:
|
||||||
|
+ bgo#555733 - "Assertion failed: editor" when trying to open a new binary
|
||||||
|
+ bgo#560377 - support new running async output record in GDB trunk
|
||||||
|
+ bgo#561287 - crash when doing nemiver --purgesessions
|
||||||
|
+ bgo#562024 - cannot set breakpoint sometimes
|
||||||
|
+ Re-arrange columns in call stack view
|
||||||
|
+ bgo#555732 - Use font specified in the preferences for the output terminal
|
||||||
|
+ various cleanups: move to new tooltip API, migrate from
|
||||||
|
deprecated TreePath APIs
|
||||||
|
+ bgo#553780 - Status notebook disapearing sometimes
|
||||||
|
+ bgo#553780 - Compilation speedups and remove __gnu::cxx deprecated
|
||||||
|
usage.
|
||||||
* Fri Oct 03 2008 hfiguiere@suse.de
|
* Fri Oct 03 2008 hfiguiere@suse.de
|
||||||
- Fix dependency on libgtksourceviewmm due to update the 2.0 series.
|
- Fix dependency on libgtksourceviewmm due to update the 2.0 series.
|
||||||
* Thu Sep 04 2008 mboman@novell.com
|
* Thu Sep 04 2008 mboman@novell.com
|
||||||
@ -217,7 +230,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* add -Wl,--as-needed link flag for DSOs
|
* add -Wl,--as-needed link flag for DSOs
|
||||||
* properly set memory editor sensitivity when debugger is running
|
* properly set memory editor sensitivity when debugger is running
|
||||||
* remove obsolete fields from nemiver.desktop file
|
* remove obsolete fields from nemiver.desktop file
|
||||||
* Sat Apr 12 2008 hfiguiere@suse.de
|
* Fri Apr 11 2008 hfiguiere@suse.de
|
||||||
- Build with ghex to support the memory view.
|
- Build with ghex to support the memory view.
|
||||||
- Add libgtop-devel as a requires for the devel package.
|
- Add libgtop-devel as a requires for the devel package.
|
||||||
* Mon Apr 07 2008 hfiguiere@suse.de
|
* Mon Apr 07 2008 hfiguiere@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user