From 540c8a7815749ee89a05801552164d61c8bb3dac580a7037066347fa2ed4189f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 30 Sep 2014 17:51:13 +0000 Subject: [PATCH] Accepting request 252376 from GNOME:Next Push after minor spellfix OBS-URL: https://build.opensuse.org/request/show/252376 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=33 --- nemiver-0.9.5.1411306867.91aaabf.tar.xz | 3 +++ nemiver-0.9.5.tar.xz | 3 --- nemiver.changes | 15 +++++++++++++++ nemiver.spec | 20 ++++++++++++++++---- 4 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 nemiver-0.9.5.1411306867.91aaabf.tar.xz delete mode 100644 nemiver-0.9.5.tar.xz diff --git a/nemiver-0.9.5.1411306867.91aaabf.tar.xz b/nemiver-0.9.5.1411306867.91aaabf.tar.xz new file mode 100644 index 0000000..7a78019 --- /dev/null +++ b/nemiver-0.9.5.1411306867.91aaabf.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec930fa230290de1dd22ef1f3ab6685047cd36e0c3e19774a57e15172411949 +size 2779228 diff --git a/nemiver-0.9.5.tar.xz b/nemiver-0.9.5.tar.xz deleted file mode 100644 index e7bd567..0000000 --- a/nemiver-0.9.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9 -size 1396468 diff --git a/nemiver.changes b/nemiver.changes index fe82a04..b2b027e 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Sep 24 13:00:14 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.9.5.1411306867.91aaabf: + + Support VTE 2.91. + + Updated translations. +- Replace pkgconfig(vte-2.90) BuildRequires with + pkgconfig(vte-2.91), following upstream. +- Introduce scm_bootstrap defines, allowing to easily + enable/disable the need to bootstrap (as the current tarball is a + git checkout): + + set scm_bootstrap to 1. + + Conditionally add gnome-common BuildRequires and call to + gnome-autogen.sh. + ------------------------------------------------------------------- Sun Dec 8 12:55:03 UTC 2013 - dimstar@opensuse.org diff --git a/nemiver.spec b/nemiver.spec index fd2b2fd..a1bfc61 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -1,7 +1,7 @@ # # spec file for package nemiver # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,21 @@ # +%define scm_bootstrap 1 + Name: nemiver -Version: 0.9.5 +Version: 0.9.5.1411306867.91aaabf Release: 0 Summary: Nemiver graphical debugger License: GPL-2.0+ Group: Development/Tools/Debuggers Url: http://home.gna.org/nemiver/ -Source0: http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz +# Currently no full URL, as we are using a git snapshot +#Source0: http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.xz +%if 0%{?scm_bootstrap} +BuildRequires: gnome-common +%endif BuildRequires: boost-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -40,7 +47,7 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) 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 +BuildRequires: pkgconfig(vte-2.91) >= 0.28 Requires: gdb Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,6 +76,9 @@ This package contains the development files to build debugger backend. translation-update-upstream %build +%if 0%{?scm_bootstrap} +NOCONFIGURE=1 gnome-autogen.sh +%endif %configure --disable-static --with-pic\ --enable-gsettings make %{?_smp_mflags} @@ -112,6 +122,8 @@ rm -rf %{buildroot} %{_bindir}/* %{_libdir}/nemiver/ %{_datadir}/nemiver/ +%dir %{_datadir}/appdata +%{_datadir}/appdata/nemiver.appdata.xml %{_datadir}/applications/* %{_datadir}/glib-2.0/schemas/org.nemiver.gschema.xml %{_datadir}/icons/*/*/apps/nemiver.*