SHA256
1
0
forked from pool/nemiver
OBS User unknown 2009-05-20 21:16:15 +00:00 committed by Git OBS Bridge
parent f3855f5483
commit e3bb45206e
4 changed files with 39 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27f229897062f14e1fc31cfb09ec5ad972719523da58cca6d987ce6d05eae2fc
size 1324223

3
nemiver-0.6.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:329204ab28afc8c25557e6ed9285feae9084f8a1f7c02d6f723f7cb6f06ee549
size 1334387

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun May 3 03:16:37 CEST 2009 - mboman@suse.de
- Update to version 0.6.7:
+ Don't clear session when restarting with different args,
bgo#568822
+ GDB/MI parsing fixes
+ Debugger API improvements
+ Implement call stack paging, bgo#544116
+ Kill automake warnings when building tests
+ Header inclusion cleanup, bgo##581047
+ Fix compilation breakage when building without gtkhex
+ Performance improvements
+ Fix critical warnings when closing a file, bgo##578736
+ Quote arguments passed to gdb, bgo##575889
+ On going OpenBSD build fixes
+ Translation updates
-------------------------------------------------------------------
Fri May 1 00:58:33 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package nemiver (Version 0.6.6)
# spec file for package nemiver (Version 0.6.7)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,8 +19,8 @@
Url: http://home.gna.org/nemiver/
Name: nemiver
Version: 0.6.6
Release: 2
Version: 0.6.7
Release: 1
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: boost-devel
@ -135,6 +135,21 @@ rm -rf "$RPM_BUILD_ROOT"
%files lang -f %{name}.lang
%changelog
* Sun May 03 2009 mboman@suse.de
- Update to version 0.6.7:
+ Don't clear session when restarting with different args,
bgo#568822
+ GDB/MI parsing fixes
+ Debugger API improvements
+ Implement call stack paging, bgo#544116
+ Kill automake warnings when building tests
+ Header inclusion cleanup, bgo##581047
+ Fix compilation breakage when building without gtkhex
+ Performance improvements
+ Fix critical warnings when closing a file, bgo##578736
+ Quote arguments passed to gdb, bgo##575889
+ On going OpenBSD build fixes
+ Translation updates
* Fri May 01 2009 vuntz@novell.com
- Add missing posttrans for gconf schemas.
* Sun Apr 05 2009 vuntz@novell.com