forked from pool/nemiver
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
This commit is contained in:
parent
540c8a7815
commit
ea8e1360db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ec930fa230290de1dd22ef1f3ab6685047cd36e0c3e19774a57e15172411949
|
||||
size 2779228
|
3
nemiver-0.9.6.tar.xz
Normal file
3
nemiver-0.9.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2
|
||||
size 1427660
|
@ -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
|
||||
|
||||
|
18
nemiver.spec
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user