From 0b256ada2848ddd1626a941aaca6c233529945a172f5d4a87adb2480556c3e73 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 31 Jul 2009 18:28:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemiver?expand=0&rev=13 --- nemiver-0.6.7.tar.bz2 | 3 - nemiver-0.7.0.tar.bz2 | 3 + nemiver.changes | 21 +++++ nemiver.spec | 178 +----------------------------------------- 4 files changed, 27 insertions(+), 178 deletions(-) delete mode 100644 nemiver-0.6.7.tar.bz2 create mode 100644 nemiver-0.7.0.tar.bz2 diff --git a/nemiver-0.6.7.tar.bz2 b/nemiver-0.6.7.tar.bz2 deleted file mode 100644 index 10075ab..0000000 --- a/nemiver-0.6.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:329204ab28afc8c25557e6ed9285feae9084f8a1f7c02d6f723f7cb6f06ee549 -size 1334387 diff --git a/nemiver-0.7.0.tar.bz2 b/nemiver-0.7.0.tar.bz2 new file mode 100644 index 0000000..64d75b9 --- /dev/null +++ b/nemiver-0.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328e675d4a22e88c1dcc209cfa31c271d6dc655b60d3f68c97cada86e199bbee +size 1367397 diff --git a/nemiver.changes b/nemiver.changes index f6d8964..2e5e558 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 20 12:28:29 CEST 2009 - vuntz@novell.com + +- Update to version 0.7.0: + + Support GDB Variable Objects (Closes: bgo#573678) + + Properly show reference variable (Closes: bgo#585466) + + Make pointer dereferencing more intuitive (Closes: bgo#530902) + + Support variable value editing in variable inspector (Closes: + bgo#581169) + + Add watchpoint support (Closes: bgo#386450) + + Support copying variables to the clipboard (Closes: bgo#547329) + + Hide var tooltip appropriatly (Closes: bgo#545596) + + Don't overrun frames vector (Closes: bgo#585516) + + Keep popup tip under control (Closes: bgo#585657) + + Awesome up variable popup tip + + New nmv_abort_on_throw environment variable + + Allow the ',' separator in NMV_LOG_DOMAINS env var + + Use AM_SILENT_RULES for nicer compilation output + + Fix unused variable warning + + Updated translations. + ------------------------------------------------------------------- Sun May 3 03:16:37 CEST 2009 - mboman@suse.de diff --git a/nemiver.spec b/nemiver.spec index 138c17c..8fd7e39 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -1,5 +1,5 @@ # -# spec file for package nemiver (Version 0.6.7) +# spec file for package nemiver (Version 0.7.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Url: http://home.gna.org/nemiver/ Name: nemiver -Version: 0.6.7 +Version: 0.7.0 Release: 1 License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -108,6 +108,7 @@ find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + %fdupes $RPM_BUILD_ROOT %pre -f %{name}.schemas_pre + %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun @@ -135,176 +136,3 @@ 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 -- Update to version 0.6.6: - + Update ephy-spinner widget (bgo#574915) - + Fix tests to work with Boost.Test 1.37 - + Fix MI parsing error with Archer (bgo#575660) - + Fix build with gcc 4.1.2 (bgo#572704) - + Update all of the screenshots for the manual - + Change serial input to a FileChooserButton (bgo#436057) - + Enable re-ordering of source file tabs (bgo#545246) - + Make the 'View > Memory' conditionally used (bgo#564832) - + Give indication of activity in the 'open file' dialog - (bgo#564294) - + Fix File list so keyboard navigation scrolls list again - (bgo#564294) - + Scroll 'File Open' list to starting source file (bgo#525512) - + Ellipsize filename in tab (bgo#565645) - + Sort columns of process selection dialog displays warning - (bgo#534700) - + Improve global variable listing (bgo#573709) - + Check for empty before isspace in UString::chomp() (bgo#574214) - + Don't split member vars incorrectly if value has comma - (bgo#527947) - + Save session when switching debugging contexts (bgo#575912) - + Many build fixes for OpenBSD -- Clean up file list. -* Thu Mar 26 2009 crrodriguez@suse.de -- remove static modules and "la" files -* Mon Mar 16 2009 sbrabec@suse.cz -- Added support for translation-update-upstream (FATE#301344). -* Mon Mar 09 2009 vuntz@novell.com -- Add Requires on gdb (the BuildRequires is not enough to inherit - this Requires). -* Mon Mar 02 2009 mboman@suse.de -- Update to version 0.6.5: - + Enlarge the default size of the variable inspector dialog - + bgo#526151 - Change the 'restart' icon - + bgo#554405 - Fix libtool wrapper detection for files with - dashes - + bgo#530910 – View -> "Show Errors" and "Show Output" should not - be displayed - + bgo#536259 - Remember history in var inspector dialog - + bgo#553213 – tabs are in different order to Alt-1,2,3,4,5 - + bgo#564301 – Assertion when trying to open variable inspector - + Add a preference for sourceview color theme - + Hook up the color theme preference - + Don't link fooprog test program against libnemivercommon, etc. - + bgo#560662 Refactor the parser and create GDBMParser - + bgo#560662 - Support singular RESULT parsing. - + bgo#564113 - GDB/MI parsing error - + bgo#567175 - Listing Source files from target executable is - broken - + bgo#570029 – Print a message on the terminal when the user - calls a function - + bgo#568821 - "Call function" dialog should remember history - + bgo#571036 - Random crash - + bgo#571099 - nemiver crashes on startup in GtkHex - + Remove config.h.in from Source Control Manamagement. - + Fix compilation breakage with gtksourceviewmm-1 - + Make Nemiver compile on gtkmm 2.12 - + Better pretty print when calling functions. - + Avoid duplicates in call function dialog history. - + Persist the Variable inspector dialog history - + Fix compilation with gcc 4.3.3 - + bgo#568785 - Add Debugger category to desktop file - + bgo#569168 – Cannot locate source with a full file name - + bgo#562925 - Shorten compilation lines - + Translation updates -- Remove BuildRequires perl-XML-Parser, libgnome-devel, - libxml2-devel -- Remove %%if <= 10.2 statements -- Remove %%{release} from Requires -- Remove nemiver-desktop.diff. Fixed upstream -- Don't use %%{suse_update_config -f} -- Remove libxml2-devel and gnomevfs2-devel from Requires in -devel - section -* Sat Dec 20 2008 mboman@suse.de -- Update to version 0.6.4: - + bgo#555733 - "Assertion failed: editor" when trying to open a new binary - + bgo#560377 - support new running async output record in GDB trunk - + bgo#561287 - crash when doing nemiver --purgesessions - + bgo#562024 - cannot set breakpoint sometimes - + Re-arrange columns in call stack view - + bgo#555732 - Use font specified in the preferences for the output terminal - + various cleanups: move to new tooltip API, migrate from - deprecated TreePath APIs - + bgo#553780 - Status notebook disapearing sometimes - + bgo#553780 - Compilation speedups and remove __gnu::cxx deprecated - usage. -* Fri Oct 03 2008 hfiguiere@suse.de -- Fix dependency on libgtksourceviewmm due to update the 2.0 series. -* 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 - * arbitrary function calls - * various code cleanups - * add --version command line switch - * support running autogen.sh from other directories dans srcdir - * bgo#515525 - Arrow keys don't work to navigate through source file - * bgo#396277 - implement lazy evaluation of status widgets - * bgo#543798 - don't pop up 'reload file' dialog all the time - * bgo#543797 - display a meaningful error when inferior is not found - * bgo#545211 - Bad index management when closing a tab - * bgo#540934 - documentation docbook XML compliance - * on going HIG compliance assurance - * add preferences for controlling behaviour or reloading source files -* Sat Jun 21 2008 hfiguiere@novell.com -- Update to 0.5.4 - * many compilation fixes - * bgo#537281 unable to open some files because their encoding is not known - * bgo#539109 can't stop running inferior - * bgo#499873 Variable 'this' not found - * bgo#539311 - rhythmbox can loads its plugins under nemiver - * bgo#534990 - don't install libnemivercommon.pc - * bgo#535359 "Clicking on current stack frame should show the correct - source line in the editor" - * Updated po and oc translations -* Sat Jun 07 2008 hfiguiere@novell.com -- Fix build for 10.3 in OBS -* Sat Jun 07 2008 hfiguiere@novell.com -- Update to 0.5.3 - * bgo#526696 "Detach from the running program" not properly unsensitived" - * bgo#526866 breakpoint parsing failures - * bgo#526826 missing dependency in .pc file - * bgo#527696 nemiver --help only shows libgnome related help messages - * bgo#526863 Parsing error leaves nemiver in unusable state - * bgo#527796 remove libgnome dependency - * bgo#482806 Debugger state and Menu item sensitivity problems - * bgo#534619 Once detached of a program, you're not sure you're really disconnected - * add -Wl,--as-needed link flag for DSOs - * properly set memory editor sensitivity when debugger is running - * remove obsolete fields from nemiver.desktop file -* Sat Apr 12 2008 hfiguiere@suse.de -- Build with ghex to support the memory view. -- Add libgtop-devel as a requires for the devel package. -* Mon Apr 07 2008 hfiguiere@suse.de -- Update to 0.5.2 - * fix an infinite loop when parsing an output record having a - line starting with '=' - * support setting breakpoints on functions that are in - not-yet-loaded shared libraries. - * Nemiver doesn't propose to stop the debugging application (bgo#526291) -- Add glib2-devel to the Requires for the -devel package -* Thu Apr 03 2008 hfiguiere@suse.de -- Initial checkin