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:
parent
f88d35f65b
commit
9383e873b6
@ -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
3
nemiver-0.9.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd6b9e4286fb1ea83d4a5f14d28ca08cb4c33614cdd026eff08159c04d1a0b82
|
||||||
|
size 2572172
|
@ -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
|
Wed May 11 10:46:31 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
21
nemiver.spec
21
nemiver.spec
@ -18,30 +18,32 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nemiver
|
Name: nemiver
|
||||||
Version: 0.8.2
|
Version: 0.9.0
|
||||||
Release: 1
|
Release: 1
|
||||||
|
# FIXME: uncomment pkgconfig(gdlmm-3.0) BuildRequires when we have gdlmm packages
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Nemiver graphical debugger
|
Summary: Nemiver graphical debugger
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Url: http://home.gna.org/nemiver/
|
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: boost-devel
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gdb
|
BuildRequires: gdb
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gtkmm2-devel
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libgtksourceviewmm-2_0-devel
|
|
||||||
BuildRequires: libgtop-devel
|
BuildRequires: libgtop-devel
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
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(gsettings-desktop-schemas)
|
||||||
BuildRequires: pkgconfig(vte)
|
BuildRequires: pkgconfig(gtkhex-3) >= 2.90
|
||||||
%if 0%{?suse_version} >= 1100
|
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.0
|
||||||
BuildRequires: ghex-devel
|
BuildRequires: pkgconfig(gtksourceviewmm-3.0) >= 3.0
|
||||||
%endif
|
BuildRequires: pkgconfig(vte-2.90) >= 0.28
|
||||||
BuildRequires: fdupes
|
|
||||||
Requires: gdb
|
Requires: gdb
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -73,7 +75,6 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic\
|
%configure --disable-static --with-pic\
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--enable-sourceviewmm2 \
|
|
||||||
--enable-gsettings
|
--enable-gsettings
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user