Accepting request 83356 from home:vuntz:branches:GNOME:Apps

Update to 0.9.0

OBS-URL: https://build.opensuse.org/request/show/83356
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=14
This commit is contained in:
Vincent Untz 2011-09-29 21:08:00 +00:00 committed by Git OBS Bridge
parent f88d35f65b
commit 9383e873b6
4 changed files with 38 additions and 13 deletions

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Sep 19 07:05:42 UTC 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 10:46:31 CEST 2011 - dimstar@opensuse.org

View File

@ -18,30 +18,32 @@
Name: nemiver
Version: 0.8.2
Version: 0.9.0
Release: 1
# FIXME: uncomment pkgconfig(gdlmm-3.0) BuildRequires when we have gdlmm packages
License: GPLv2+
Summary: Nemiver graphical debugger
Group: Development/Tools/Debuggers
Url: http://home.gna.org/nemiver/
Source0: %{name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.bz2
BuildRequires: boost-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gdb
BuildRequires: gnome-doc-utils-devel
BuildRequires: gtkmm2-devel
BuildRequires: intltool
BuildRequires: libgtksourceviewmm-2_0-devel
BuildRequires: libgtop-devel
BuildRequires: sqlite-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
# No such package right now.
#BuildRequires: pkgconfig(gdlmm-3.0) >= 3.0
BuildRequires: pkgconfig(giomm-2.4) >= 2.15.2
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(vte)
%if 0%{?suse_version} >= 1100
BuildRequires: ghex-devel
%endif
BuildRequires: fdupes
BuildRequires: pkgconfig(gtkhex-3) >= 2.90
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.0
BuildRequires: pkgconfig(gtksourceviewmm-3.0) >= 3.0
BuildRequires: pkgconfig(vte-2.90) >= 0.28
Requires: gdb
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -73,7 +75,6 @@ translation-update-upstream
%build
%configure --disable-static --with-pic\
--disable-scrollkeeper \
--enable-sourceviewmm2 \
--enable-gsettings
%__make %{?jobs:-j%jobs}