Version: 0.9.6-bp150.1.3
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Thu Feb 02 2017 adam.majer@suse.de
- Use individual libboost-*-devel packages instead of boost-devel.
+ Add conditional libboost_headers-devel BuildRequires.
* Sun Jul 24 2016 zaitor@opensuse.org
- Add yet a buildfix commit from upstream to
nemiver-build-fix.patch.
* Thu Mar 17 2016 zaitor@opensuse.org
- Add nemiver-build-fix.patch: Fix build with new mm stack, patches
from upstream git, and one from bugzilla (bgo#763840).
* Fri Oct 23 2015 zaitor@opensuse.org
- Own dirs to fix build for openSUSE 13.2.
* Wed Sep 30 2015 zaitor@opensuse.org
- Update to version 0.9.6:
+ Consolidate GErrorSafePtr definitions
+ Port to vte-2.91 API
+ Use c++11 when we use glibmm24 version >= 2.46
+ Consolidate NativeGObjectSafePtr definitions
+ Make all dialogs transient on top of the workbench root window
+ Support vte 2.90 alongside 2.91
+ Misc code & build system cleanup
+ Fix a condition in UString::is_integer
+ Import new boost M4 files from upstream
+ Use BOOSTLIBDIR instead of harcoded path to find boost
+ icon: provide a symbolic variant of the app icon
+ Fix compilation issue in tests/ due to wrong type
+ Fix tr1 and pty.h compilation issues
+ configure.ac: don't fail if gconf is missing
+ Updated translations.
- Disable translation-update-upstream as this breaks the build atm.
- Toggle scm_bootstrap to 0, we are using the upstream tarball.
- Drop %icon_theme_cache_post/postun script handling for
HighContrast icon theme, it is removed.
* Wed Sep 24 2014 dimstar@opensuse.org
- Update to version 0.9.5.1411306867.91aaabf:
+ Support VTE 2.91.
+ Updated translations.
- Replace pkgconfig(vte-2.90) BuildRequires with
pkgconfig(vte-2.91), following upstream.
- Introduce scm_bootstrap defines, allowing to easily
enable/disable the need to bootstrap (as the current tarball is a
git checkout):
+ set scm_bootstrap to 1.
+ Conditionally add gnome-common BuildRequires and call to
gnome-autogen.sh.
* Sun Dec 08 2013 dimstar@opensuse.org
- Update to version 0.9.5:
+ Fixed syntax in .desktop file.
+ Fix "restart loosing inferior argument" bug.
+ Don't 'run' the inferior on startup when it has no 'main'.
+ Continue execution upon (re)start with breakpoints set.
+ Handle deleting all sub-breakpoints at once.
+ Support modified-breakpoint async output from GDB.
+ Allow disassembling from address 0.
+ Fix continue action label.
+ Misc fixes for autoconf 2.69 and automake 1.13.1.
+ Bugs fixed: bgo#680376, bgo#697992, bgo#687609, bgo#561239,
bgo#700248, bgo#701480, bgo#698371.
- Drop nemiver-fix-desktopfile-syntax.patch: fixed upstream.
- Add %icon_theme_cache_post/postun script handling for
HighContrast icon theme additions.
* Wed Mar 13 2013 zaitor@opensuse.org
- Add nemiver-fix-desktopfile-syntax.patch, fix broken syntax in
.desktop file.
* Mon Jan 14 2013 dimstar@opensuse.org
- Update to version 0.9.4:
+ Added search keywords to .desktop file.
+ Fix well form-ness of gl.po.
+ Fix help browser launching.
+ Ensure workbench body is shown.
+ Added a README.release.txt file.
+ Various code cleanups.
+ Use new documentation infrastructure.
+ Bugs fixed: bgo#689338, bgo#689458, bgo#684046, bgo#670439,
bgo#689575.
+ Updated translations.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstreams port to the new documentation infrastructure.
- Drop obsolete --disable-scrollkeeper configure parameter.
* Tue Aug 14 2012 dimstar@opensuse.org
- Update to version 0.9.3:
+ Initial support for monitoring expressions (bgo#542503).
+ Support --just-load command line (bgo#665274).
+ Fix --enable-debuggeronly (bgo#680934).
+ Fix XML validation..
+ Save and restore tty attributes.
+ Various BSDs fixes.
+ Various code cleanups.
* Wed Mar 28 2012 vuntz@opensuse.org
- Update to version 0.9.2:
+ Support renaming of sessions (bgo#543488).
+ Support GDB/MI properties displayint, dynamic, has_more.
+ Support 'new_children' property of GDB/MI changelist LIST.
+ Add a --load-core command line switch.
+ Better default directory in core loading dialog.
+ Various other code changes.
+ Code maintainability enhancements.
+ Bugs fixed: bgo#641595, bgo#664463, bgo#665498, bgo#667677,
bgo#667723, bgo#670464, bgo#672409.
+ Updated translations.
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Sun Nov 20 2011 dimstar@opensuse.org
- Update to version 0.9.1:
+ Handle deprecated functions on glibmm-2.4 2.30.0 and
glib-2.0 2.31.0
+ Bye bye gziped tarballs, welcome xz
+ Source code tab label completely ellipsized [bgo#664385]
+ Allow shrinking of the memory view widget
+ Relax the fixed minimum sizes preventing shrinking
+ Allow selecting current frame twice consecutively
+ Add cmd line option to choose the gdb binary [bgo#646698]
+ Handle plural form of a string [bgo#659462]
+ Use local time instead of UTC time
+ Updated translations.
* Wed Oct 05 2011 vuntz@opensuse.org
- Enable the pkgconfig(gdlmm-3.0) BuildRequires now that gdlmm is
in Factory. This enables the dynamic layout feature.
* Mon Sep 19 2011 vuntz@opensuse.org
- Update to version 0.9.0:
+ Port to GNOME 3 technologies.
+ Support user defined assembly syntax
+ New Layout Manager
+ Support Copy/Paste/Reset on target terminal
+ Backend support for GDB/MI variable format
+ Enable GDB pretty printers by default
+ Many other code changes and bug fixes.
+ Updated translations.
- Move to pkgconfig()-style BuildRequires at the same time as
moving to GNOME 3 technologies:
+ Old ones: ghex-devel, gtkmm2-devel,
libgtksourceviewmm-2_0-devel.
+ New ones: gtkhex-3, gtkmm-3.0, gtksourceviewmm-3.0.
- Change pkgconfig(vte) BuildRequires to pkgconfig(vte-2.90) for
the move to GNOME 3 technologies.
- Add explicit pkgconfig(giomm-2.4) BuildRequires: it was implicit
before.
- Drop --enable-sourceviewmm2 configure option: this is gone with
the port to GNOME 3.
* Wed May 11 2011 dimstar@opensuse.org
- Update to version 0.8.2:
+ Catch more exceptions at low level
+ Reset command queue on restart GDB after a crash
+ Don't list frame args twice
+ Add a GSettings implementation for IConfMgr
+ Build fixes
+ Bugs fixed: bgo#640919, bgo#640921, bgo#643700, bgo#644114,
bgo#644569, bgo#560235, bgo#598444.
+ Updated translations.
- Replace vte-devel BuildRequires with pkgconfig(vte).
- Switch to gsettings configuration backend:
+ Replace gconf2-devel BuildRequires with
pkgconfig(gsettings-desktop-schemas)
+ Pass --enable-gsettings to configure
+ Replace gconf schema macros with gsettings equivalents.
* Sat Feb 12 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
* Wed Jan 12 2011 vuntz@opensuse.org
- Update to version 0.8.1:
+ Fix buffer setting in SourceEditor (bgo#633561)
+ Handle BP setting w/o debug info (bgo#634224)
+ Better BP re-setting on restart (bgo#634227)
+ Safer session data clearing (bgo#634228)
+ Don't boldify file path in locate dialog (bgo#633563)
+ Show asm in the right SourceEditor (Closes #633565)
+ Restart without exception (bgo#634406)
+ Treat GDB communication as raw data (bgo#634834)
+ Fix count-point toggling thinko (bgo#635935)
+ Ignore GDB init file on restart (bgo#635928)
+ Allow restarting after GDB dies (bgo#635956)
+ Fix string typo (bgo#633445)
+ Remove dead code
+ Updated translations.
* Fri Oct 22 2010 vuntz@opensuse.org
- Update to version 0.8.0:
+ Support integrated disassembling
+ Support Countpoints
+ Support "filename:linenum" in the set breakpoints dialog
+ Support breaking on fork/exec syscalls
+ Support --remote=HOST:PORT (bgo#624630)
+ Support Lookup source files in inferior's directory
+ Support GDB/MI original-location attribute on pending
breakpoints
+ Find dialog is no more modal
+ Add a "Debug" preference dialog
+ Ask the user to locate a given file only once
+ Make breakpoint view columns resizable
+ Don't try to look for frame on exit (bgo#630615)
+ Support follow-fork-mode setting (bgo#581377)
+ Support multibytes string parsing (bgo#62730)
+ Remove libglademm dependency and replace with GtkBuilder
(bgo#590817)
+ Merge the Call Stack and Variables into one tab: Context.
(bgo#424060)
+ Add a popup when quitting nemiver. (bgo#553217)
+ Other bugs fixed: bgo#419504, bgo#604436, bgo#607782,
bgo#610808, bgo#611588, bgo#618506, bgo#622796, bgo#625706,
bgo#626079, bgo#628886, bgo#631925, bgo#630615
+ Various small fixes, code cleanups, and build fixes.
+ Updated translations.
- Drop nemiver-gcc45.patch: fixed upstream.
- Remove libglademm-devel BuildRequires.
- Change Requires of lang package to Recommends.
- Remove explicit devel Requires in devel subpackage: they will be
added automatically the pkgconfig() way.
- Do not add Development category to nemiver.desktop with
%suse_update_desktop_file: it's already there. Also do not use -i
since it's already installed.