forked from pool/nemiver
Accepting request 26064 from GNOME:Factory
Copy from GNOME:Factory/nemiver based on submit request 26064 from user vuntz OBS-URL: https://build.opensuse.org/request/show/26064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemiver?expand=0&rev=17
This commit is contained in:
parent
b4ff05a0c1
commit
a492e7aac2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9b39344e4a400ce2ac24d1908ac844b924f859c2c11b2ab409028fab300ad23
|
|
||||||
size 1420879
|
|
3
nemiver-0.7.3.tar.bz2
Normal file
3
nemiver-0.7.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e1b0dd9cae85af04acc4cfc058950d3beb4655e0a6c8c930c0c4120ddb4490e
|
||||||
|
size 1428156
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 7 13:58:18 CET 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.7.3:
|
||||||
|
+ Support editing breakpoint condition
|
||||||
|
+ Use -break-after to set ignore count
|
||||||
|
+ Support ignore count at breakpoint setting time
|
||||||
|
+ bgo#595083 - Update breakpoint saving into session
|
||||||
|
+ bgo#505667 - Preselect process to attach to
|
||||||
|
+ bgo#591327 - Fix command line parsing
|
||||||
|
+ bgo#599768 - Restore call stack initial window
|
||||||
|
+ bgo#601199 - Update call stack on thread selection
|
||||||
|
+ bgo#601819 - Do not update variables twice
|
||||||
|
+ Properly handle empty command line
|
||||||
|
+ Cleanup long command line switches
|
||||||
|
+ bgo#579569 - Escape strings saved in sessions
|
||||||
|
+ bgo#603627 - Handle ":" in pending bp attrs
|
||||||
|
+ Small typo causing test build failure
|
||||||
|
+ bgo#602072 - Let inferior use launch terminal
|
||||||
|
+ bgo#602074 - Do not blindly truncate types
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:07:12 CEST 2009 - vuntz@opensuse.org
|
Mon Sep 14 17:07:12 CEST 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nemiver (Version 0.7.2)
|
# spec file for package nemiver (Version 0.7.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,9 +19,9 @@
|
|||||||
Url: http://home.gna.org/nemiver/
|
Url: http://home.gna.org/nemiver/
|
||||||
|
|
||||||
Name: nemiver
|
Name: nemiver
|
||||||
Version: 0.7.2
|
Version: 0.7.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -61,7 +61,7 @@ Authors:
|
|||||||
Jonathon Jongsma <jjongsma@gnome.org>
|
Jonathon Jongsma <jjongsma@gnome.org>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: Nemiver graphical debugger - Development files
|
Summary: Nemiver graphical debugger - Development files
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user