forked from pool/nemiver
This commit is contained in:
parent
0fb4e9fce1
commit
af34bda3ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab65cd9adc72389e50b6801f66c284f73c0a5cc98198b85b4964ad4c2ce8a5fc
|
||||
size 1392274
|
3
nemiver-0.6.6.tar.bz2
Normal file
3
nemiver-0.6.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27f229897062f14e1fc31cfb09ec5ad972719523da58cca6d987ce6d05eae2fc
|
||||
size 1324223
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 14:07:28 CEST 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 14:26:03 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
|
60
nemiver.spec
60
nemiver.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package nemiver (Version 0.6.5)
|
||||
# spec file for package nemiver (Version 0.6.6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,8 +19,8 @@
|
||||
Url: http://home.gna.org/nemiver/
|
||||
|
||||
Name: nemiver
|
||||
Version: 0.6.5
|
||||
Release: 3
|
||||
Version: 0.6.6
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: boost-devel
|
||||
@ -118,32 +118,11 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README NEWS TODO
|
||||
%{_prefix}/bin/*
|
||||
%dir %{_datadir}/nemiver/
|
||||
%{_datadir}/nemiver/*
|
||||
#%{_datadir}/gnome/help/*
|
||||
%{_libdir}/nemiver
|
||||
%{_datadir}/nemiver
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/icons/*
|
||||
%{_datadir}/omf/*
|
||||
%{_datadir}/icons/*/*/apps/nemiver.*
|
||||
%{_mandir}/man1/nemiver.1.gz
|
||||
%dir %{_libdir}/nemiver
|
||||
%dir %{_libdir}/nemiver/config
|
||||
%{_libdir}/nemiver/config/*
|
||||
%{_libdir}/nemiver/*.so
|
||||
%dir %{_libdir}/nemiver/modules
|
||||
%{_libdir}/nemiver/modules/*.so
|
||||
%dir %{_libdir}/nemiver/plugins
|
||||
%dir %{_libdir}/nemiver/plugins/dbgperspective
|
||||
%{_libdir}/nemiver/plugins/dbgperspective/*.conf
|
||||
%{_libdir}/nemiver/plugins/dbgperspective/*.so
|
||||
%{_libdir}/nemiver/plugins/dbgperspective/*.xml
|
||||
%dir %{_libdir}/nemiver/plugins/dbgperspective/glade
|
||||
%{_libdir}/nemiver/plugins/dbgperspective/glade/*
|
||||
%dir %{_libdir}/nemiver/plugins/dbgperspective/icons
|
||||
%{_libdir}/nemiver/plugins/dbgperspective/icons/*
|
||||
%dir %{_libdir}/nemiver/plugins/dbgperspective/menus
|
||||
%{_libdir}/nemiver/plugins/dbgperspective/menus/*
|
||||
%dir %{_libdir}/nemiver/plugins/dbgperspective/sqlscripts
|
||||
%{_libdir}/nemiver/plugins/dbgperspective/sqlscripts/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -155,6 +134,31 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
@ -162,7 +166,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
* 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
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user