SHA256
1
0
forked from pool/nemiver
OBS User unknown 2009-03-11 23:42:57 +00:00 committed by Git OBS Bridge
parent 8df3c49c42
commit 1be2b12c98
5 changed files with 123 additions and 43 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bab0a68398608e043af03398c03c779daa2cd9a887c4c97f99bee8b98e350a7b
size 1388390

3
nemiver-0.6.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab65cd9adc72389e50b6801f66c284f73c0a5cc98198b85b4964ad4c2ce8a5fc
size 1392274

View File

@ -1,10 +0,0 @@
--- data/nemiver.desktop.in.orig 2008-03-24 13:43:14.000000000 -0400
+++ data/nemiver.desktop.in 2008-03-24 13:43:21.000000000 -0400
@@ -7,5 +7,5 @@
_Comment=Debug Applications
Icon=nemiver
Exec=nemiver
-Categories=GNOME;Development;
+Categories=GNOME;Development;Debugger;
StartupNotify=true

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Mon Mar 9 10:59:27 CET 2009 - vuntz@novell.com
- Add Requires on gdb (the BuildRequires is not enough to inherit
this Requires).
-------------------------------------------------------------------
Sun Mar 1 23:15:20 CET 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 11:46:34 EST 2008 - mboman@suse.de Sat Dec 20 11:46:34 EST 2008 - mboman@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package nemiver (Version 0.6.4) # spec file for package nemiver (Version 0.6.5)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,35 +19,32 @@
Url: http://home.gna.org/nemiver/ Url: http://home.gna.org/nemiver/
Name: nemiver Name: nemiver
Version: 0.6.4 Version: 0.6.5
Release: 1 Release: 1
License: GPL v2 or later License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++ gdb BuildRequires: boost-devel
BuildRequires: perl-XML-Parser BuildRequires: gcc-c++
BuildRequires: update-desktop-files BuildRequires: gconf2-devel
BuildRequires: gdb
BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-doc-utils-devel
BuildRequires: libgnome-devel BuildRequires: gtkmm2-devel
BuildRequires: libxml2-devel >= 2.6.22 BuildRequires: intltool
BuildRequires: boost-devel >= 1.33.1 BuildRequires: libglademm-devel
BuildRequires: gtkmm2-devel >= 2.10 BuildRequires: libgtksourceviewmm-2_0-devel
BuildRequires: libglademm-devel >= 2.6 BuildRequires: libgtop-devel
BuildRequires: libgtksourceviewmm-2_0-devel >= 1.9.4 BuildRequires: sqlite-devel
BuildRequires: sqlite-devel >= 3.0 BuildRequires: update-desktop-files
BuildRequires: libgtop-devel >= 2.14 BuildRequires: vte-devel
BuildRequires: gconf2-devel >= 2.14
BuildRequires: vte-devel >= 0.12.0
%if 0%{?suse_version} >= 1100 %if 0%{?suse_version} >= 1100
BuildRequires: ghex-devel >= 2.21.4 BuildRequires: ghex-devel
%endif %endif
%if 0%{?suse_version} > 1020
BuildRequires: fdupes BuildRequires: fdupes
%endif Requires: gdb
Group: Development/Tools/Debuggers Group: Development/Tools/Debuggers
Summary: Nemiver graphical debugger Summary: Nemiver graphical debugger
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Patch: %{name}-desktop.diff Requires: %{name}-lang = %{version}
Requires: %{name}-lang = %{version}-%{release}
%gconf_schemas_prereq %gconf_schemas_prereq
%description %description
@ -65,11 +62,9 @@ Authors:
%package devel %package devel
License: GPL v2 or later License: GPL v2 or later
Summary: Nemiver graphical debugger - Development files Summary: Nemiver graphical debugger - Development files
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}
Requires: libxml2-devel >= 2.6.22
Requires: glib2-devel Requires: glib2-devel
Requires: glibmm2-devel Requires: glibmm2-devel
Requires: gnome-vfs2-devel
Requires: libgtop-devel Requires: libgtop-devel
Group: Development/Tools/Debuggers Group: Development/Tools/Debuggers
@ -90,26 +85,23 @@ Authors:
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch -p0
%build %build
%{suse_update_config -f} #%{suse_update_config -f}
%configure \ %configure \
--disable-scrollkeeper \ --disable-scrollkeeper \
--enable-sourceviewmm2 --enable-sourceviewmm2
%__make %{?jobs:-j%jobs} %__make %{?jobs:-j%jobs}
%install %install
make DESTDIR=$RPM_BUILD_ROOT install %makeinstall
%find_gconf_schemas %find_gconf_schemas
%suse_update_desktop_file -i nemiver Development %suse_update_desktop_file -i nemiver Development
%find_lang %{name} %find_lang %{name}
%if 0%{?suse_version} > 1020
# create symlinks for man pages # create symlinks for man pages
%fdupes -s $RPM_BUILD_ROOT/%_mandir %fdupes -s $RPM_BUILD_ROOT/%_mandir
# create hardlinks for the rest # create hardlinks for the rest
%fdupes $RPM_BUILD_ROOT %fdupes $RPM_BUILD_ROOT
%endif
%pre -f %{name}.schemas_pre %pre -f %{name}.schemas_pre
@ -162,6 +154,52 @@ rm -rf "$RPM_BUILD_ROOT"
%files lang -f %{name}.lang %files lang -f %{name}.lang
%changelog %changelog
* Mon Mar 09 2009 vuntz@novell.com
- Add Requires on gdb (the BuildRequires is not enough to inherit
this Requires).
* Sun Mar 01 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 * Sat Dec 20 2008 mboman@suse.de
- Update to version 0.6.4: - Update to version 0.6.4:
+ bgo#555733 - "Assertion failed: editor" when trying to open a new binary + bgo#555733 - "Assertion failed: editor" when trying to open a new binary
@ -217,7 +255,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Updated po and oc translations * Updated po and oc translations
* Sat Jun 07 2008 hfiguiere@novell.com * Sat Jun 07 2008 hfiguiere@novell.com
- Fix build for 10.3 in OBS - Fix build for 10.3 in OBS
* Fri Jun 06 2008 hfiguiere@novell.com * Sat Jun 07 2008 hfiguiere@novell.com
- Update to 0.5.3 - Update to 0.5.3
* bgo#526696 "Detach from the running program" not properly unsensitived" * bgo#526696 "Detach from the running program" not properly unsensitived"
* bgo#526866 breakpoint parsing failures * bgo#526866 breakpoint parsing failures
@ -230,7 +268,7 @@ rm -rf "$RPM_BUILD_ROOT"
* add -Wl,--as-needed link flag for DSOs * add -Wl,--as-needed link flag for DSOs
* properly set memory editor sensitivity when debugger is running * properly set memory editor sensitivity when debugger is running
* remove obsolete fields from nemiver.desktop file * remove obsolete fields from nemiver.desktop file
* Fri Apr 11 2008 hfiguiere@suse.de * Sat Apr 12 2008 hfiguiere@suse.de
- Build with ghex to support the memory view. - Build with ghex to support the memory view.
- Add libgtop-devel as a requires for the devel package. - Add libgtop-devel as a requires for the devel package.
* Mon Apr 07 2008 hfiguiere@suse.de * Mon Apr 07 2008 hfiguiere@suse.de