From ea8e1360db2fdf15eec7bb2f63ba956d1a89160b6d1bd676b208b90f762c2bd9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 19 Oct 2015 10:24:26 +0000 Subject: [PATCH] Accepting request 339376 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/339376 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=35 --- nemiver-0.9.5.1411306867.91aaabf.tar.xz | 3 --- nemiver-0.9.6.tar.xz | 3 +++ nemiver.changes | 24 ++++++++++++++++++++++++ nemiver.spec | 18 +++++++----------- 4 files changed, 34 insertions(+), 14 deletions(-) delete mode 100644 nemiver-0.9.5.1411306867.91aaabf.tar.xz create mode 100644 nemiver-0.9.6.tar.xz diff --git a/nemiver-0.9.5.1411306867.91aaabf.tar.xz b/nemiver-0.9.5.1411306867.91aaabf.tar.xz deleted file mode 100644 index 7a78019..0000000 --- a/nemiver-0.9.5.1411306867.91aaabf.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ec930fa230290de1dd22ef1f3ab6685047cd36e0c3e19774a57e15172411949 -size 2779228 diff --git a/nemiver-0.9.6.tar.xz b/nemiver-0.9.6.tar.xz new file mode 100644 index 0000000..b75c431 --- /dev/null +++ b/nemiver-0.9.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2 +size 1427660 diff --git a/nemiver.changes b/nemiver.changes index b2b027e..e2b226b 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Sep 30 12:14:46 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.9.6: + + Consolidate GErrorSafePtr definitions + + Port to vte-2.91 API + + Use c++11 when we use glibmm24 version >= 2.46 + + Consolidate NativeGObjectSafePtr definitions + + Make all dialogs transient on top of the workbench root window + + Support vte 2.90 alongside 2.91 + + Misc code & build system cleanup + + Fix a condition in UString::is_integer + + Import new boost M4 files from upstream + + Use BOOSTLIBDIR instead of harcoded path to find boost + + icon: provide a symbolic variant of the app icon + + Fix compilation issue in tests/ due to wrong type + + Fix tr1 and pty.h compilation issues + + configure.ac: don't fail if gconf is missing + + Updated translations. +- Disable translation-update-upstream as this breaks the build atm. +- Toggle scm_bootstrap to 0, we are using the upstream tarball. +- Drop %icon_theme_cache_post/postun script handling for + HighContrast icon theme, it is removed. + ------------------------------------------------------------------- Wed Sep 24 13:00:14 UTC 2014 - dimstar@opensuse.org diff --git a/nemiver.spec b/nemiver.spec index a1bfc61..b914b21 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -1,7 +1,7 @@ # # spec file for package nemiver # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,18 +16,16 @@ # -%define scm_bootstrap 1 +%define scm_bootstrap 0 Name: nemiver -Version: 0.9.5.1411306867.91aaabf +Version: 0.9.6 Release: 0 Summary: Nemiver graphical debugger License: GPL-2.0+ Group: Development/Tools/Debuggers Url: http://home.gna.org/nemiver/ -# 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 +Source0: http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz %if 0%{?scm_bootstrap} BuildRequires: gnome-common %endif @@ -73,7 +71,8 @@ This package contains the development files to build debugger backend. %lang_package %prep %setup -q -translation-update-upstream +# Disabled from ver 0.9.6, it breaks the build. +#translation-update-upstream %build %if 0%{?scm_bootstrap} @@ -102,7 +101,6 @@ rm -rf %{buildroot} %post %desktop_database_post %icon_theme_cache_post -%icon_theme_cache_post HighContrast %glib2_gsettings_schema_post %endif @@ -111,7 +109,6 @@ rm -rf %{buildroot} %postun %desktop_database_postun %icon_theme_cache_postun -%icon_theme_cache_postun HighContrast %glib2_gsettings_schema_postun %endif @@ -126,8 +123,7 @@ rm -rf %{buildroot} %{_datadir}/appdata/nemiver.appdata.xml %{_datadir}/applications/* %{_datadir}/glib-2.0/schemas/org.nemiver.gschema.xml -%{_datadir}/icons/*/*/apps/nemiver.* -%{_datadir}/icons/HighContrast/ +%{_datadir}/icons/hicolor/*/apps/nemiver*.* %{_mandir}/man1/nemiver.1.gz %files devel