[nemiver] Update for upstream 0.9.5 release

Dodji Seketeli dodji at fedoraproject.org
Sun Dec 8 12:21:01 UTC 2013


commit 11b3ab41e7b0bfe5936a59f340701432f7ed5943
Author: Dodji Seketeli <dodji at seketeli.org>
Date:   Sun Dec 8 13:09:22 2013 +0100

    Update for upstream 0.9.5 release
    
    nemiver.spec:
    
     - Package new high contrast icons: %%{_datadir}/icons/HighContrast/*/apps/nemiver.*
     - Bug fixed -- numbers are bug numbers in upstream bugzilla:
       - 680376 - Local variables in nested scopes don't get refreshed automatically
       - 697992 - fail to restart a program wrapped in libtool shell script
       - 687609 - nemiver should install a highcontrast app icon
       - 561239 - UI to select and copy text from source editor
       - 700248 - Support breakpoints with multiple locations
       - 701480 - Correctly flag a breakpoint pending state
       - 698371 - Run command is available even after detaching
       - 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
       - Fix menu typo
    
    sources:
    
     Uploaded nemiver-0.9.5.tar.xz

 .gitignore   |    1 +
 nemiver.spec |   25 +++++++++++++++++++++++--
 sources      |    1 +
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 38b55e2..f3b1706 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ nemiver-0.7.3.tar.bz2
 /nemiver-0.9.2.tar.xz
 /nemiver-0.9.3.tar.xz
 /nemiver-0.9.4.tar.xz
+/nemiver-0.9.5.tar.xz
diff --git a/nemiver.spec b/nemiver.spec
index 7a8420a..5d18a2a 100644
--- a/nemiver.spec
+++ b/nemiver.spec
@@ -1,6 +1,6 @@
 Name:		nemiver
-Version:	0.9.4
-Release:	7%{?dist}
+Version:	0.9.5
+Release:	1%{?dist}
 Summary:	A GNOME C/C++ Debugger
 
 Group:		Development/Debuggers
@@ -118,11 +118,32 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %{_datadir}/glib-2.0/schemas/org.nemiver.gschema.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/icons/HighContrast/*/apps/%{name}.*
 %{_datadir}/%{name}/
 %{_datadir}/help/*
 %{_mandir}/man?/%{name}.*
 
 %changelog
+* Sun Dec  8 2013 Dodji Seketeli <dodji at seketeli.org> - 0.9.5-7
+- Update for upstream release 0.9.5
+  - Package new high contrast icons: %%{_datadir}/icons/HighContrast/*/apps/nemiver.*
+  - Bug fixed -- numbers are bug numbers in upstream bugzilla:
+    - 680376 - Local variables in nested scopes don't get refreshed automatically
+    - 697992 - fail to restart a program wrapped in libtool shell script
+    - 687609 - nemiver should install a highcontrast app icon
+    - 561239 - UI to select and copy text from source editor
+    - 700248 - Support breakpoints with multiple locations
+    - 701480 - Correctly flag a breakpoint pending state
+    - 698371 - Run command is available even after detaching
+    - 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
+    - Fix menu typo
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 26aad55..feb713e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 5993d3b39779331d172df8c528887359  nemiver-0.9.4.tar.xz
+d748f702ff812c300ef7d9a414fcb491  nemiver-0.9.5.tar.xz


More information about the scm-commits mailing list