From ada185e64735629bcc6f461370865e6fdf4909085005e12764ac7a92e3cbe064 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 6 Sep 2008 04:03:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemiver?expand=0&rev=4 --- nemiver-0.6.1.tar.bz2 | 3 --- nemiver-0.6.2.tar.bz2 | 3 +++ nemiver.changes | 15 +++++++++++++++ nemiver.spec | 16 ++++++++++++++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 nemiver-0.6.1.tar.bz2 create mode 100644 nemiver-0.6.2.tar.bz2 diff --git a/nemiver-0.6.1.tar.bz2 b/nemiver-0.6.1.tar.bz2 deleted file mode 100644 index 6f891e3..0000000 --- a/nemiver-0.6.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50c54fdde4c39bf8efbcd3b1ac24884e5733cfa9844a58df611aad0adba9a574 -size 1388783 diff --git a/nemiver-0.6.2.tar.bz2 b/nemiver-0.6.2.tar.bz2 new file mode 100644 index 0000000..8281820 --- /dev/null +++ b/nemiver-0.6.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66261804e2bda9a1ced65b8a005300fdf216ef10ebd09bcf7a5ef40c43257e85 +size 1392024 diff --git a/nemiver.changes b/nemiver.changes index a6a13cd..c6f57d1 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 04 14:03:47 EDT 2008 - mboman@novell.com + +- Update to 0.6.2 + + conditional breakpoints + + bgo#548121 - String search not available when program is not running + + bgo#548118 - Select new node on dereferencing + + bgo#523377 - first-run prints sql-related errors to console + + bgo#545842 - Missing shortcut to set a breakpoint in current file + + bgo#547169 - Set breakpoint to selected function name by default + + fix boost unit test static library detection + + fix a configure help string + + Update website references to point to the new location + + Translation updates + ------------------------------------------------------------------- Wed Jul 30 14:03:47 EDT 2008 - hfiguiere@suse.de diff --git a/nemiver.spec b/nemiver.spec index e32d441..f945622 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -1,5 +1,5 @@ # -# spec file for package nemiver (Version 0.6.1) +# spec file for package nemiver (Version 0.6.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Url: http://home.gna.org/nemiver/ Name: nemiver -Version: 0.6.1 +Version: 0.6.2 Release: 1 License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -161,6 +161,18 @@ rm -rf "$RPM_BUILD_ROOT" %files lang -f %{name}.lang %changelog +* Thu Sep 04 2008 mboman@novell.com +- Update to 0.6.2 + + conditional breakpoints + + bgo#548121 - String search not available when program is not running + + bgo#548118 - Select new node on dereferencing + + bgo#523377 - first-run prints sql-related errors to console + + bgo#545842 - Missing shortcut to set a breakpoint in current file + + bgo#547169 - Set breakpoint to selected function name by default + + fix boost unit test static library detection + + fix a configure help string + + Update website references to point to the new location + + Translation updates * Wed Jul 30 2008 hfiguiere@suse.de - Update to 0.6.1 * conditional breakpoints