From 208b431cc57e067124c5dbf466e422af7dacaeaff13d464949d810f4fe557363 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 29 Sep 2011 21:08:00 +0000 Subject: [PATCH] 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 --- nemiver-0.8.2.tar.bz2 | 3 --- nemiver-0.9.0.tar.bz2 | 3 +++ nemiver.changes | 24 ++++++++++++++++++++++++ nemiver.spec | 21 +++++++++++---------- 4 files changed, 38 insertions(+), 13 deletions(-) delete mode 100644 nemiver-0.8.2.tar.bz2 create mode 100644 nemiver-0.9.0.tar.bz2 diff --git a/nemiver-0.8.2.tar.bz2 b/nemiver-0.8.2.tar.bz2 deleted file mode 100644 index 230c465..0000000 --- a/nemiver-0.8.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dab916dcfa6538f6bd95d6014d7add26c37753f9453dcc188a850a80d1144f5 -size 2541781 diff --git a/nemiver-0.9.0.tar.bz2 b/nemiver-0.9.0.tar.bz2 new file mode 100644 index 0000000..fb60331 --- /dev/null +++ b/nemiver-0.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6b9e4286fb1ea83d4a5f14d28ca08cb4c33614cdd026eff08159c04d1a0b82 +size 2572172 diff --git a/nemiver.changes b/nemiver.changes index ed97997..7e5337e 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -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 diff --git a/nemiver.spec b/nemiver.spec index f1321eb..888e9fd 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -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}