diff --git a/nemiver-0.7.2.tar.bz2 b/nemiver-0.7.2.tar.bz2 deleted file mode 100644 index d809b54..0000000 --- a/nemiver-0.7.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b39344e4a400ce2ac24d1908ac844b924f859c2c11b2ab409028fab300ad23 -size 1420879 diff --git a/nemiver-0.7.3.tar.bz2 b/nemiver-0.7.3.tar.bz2 new file mode 100644 index 0000000..0495231 --- /dev/null +++ b/nemiver-0.7.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1b0dd9cae85af04acc4cfc058950d3beb4655e0a6c8c930c0c4120ddb4490e +size 1428156 diff --git a/nemiver.changes b/nemiver.changes index 3bd73e4..b853cda 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -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 diff --git a/nemiver.spec b/nemiver.spec index f128223..49d8ac4 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -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. # @@ -19,9 +19,9 @@ Url: http://home.gna.org/nemiver/ Name: nemiver -Version: 0.7.2 +Version: 0.7.3 Release: 1 -License: GPL v2 or later +License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: boost-devel BuildRequires: gcc-c++ @@ -61,7 +61,7 @@ Authors: Jonathon Jongsma %package devel -License: GPL v2 or later +License: GPLv2+ Summary: Nemiver graphical debugger - Development files Requires: %{name} = %{version} Requires: glib2-devel