Accepting request 155006 from home:Zaitor:branches:GNOME:Apps
Update to ver 0.9.4 OBS-URL: https://build.opensuse.org/request/show/155006 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=26
This commit is contained in:
parent
8b6690c208
commit
b1bac8354e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27b8845e54a61ba597050eb16640aaaf2bf21be3191081c9ddd3a34fc2ae617d
|
||||
size 2383192
|
3
nemiver-0.9.4.tar.xz
Normal file
3
nemiver-0.9.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f
|
||||
size 1399136
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 21:45:49 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.9.4:
|
||||
+ Added search keywords to .desktop file
|
||||
+ Sometimes current frame is wrongly set (bgo#689338).
|
||||
+ Crash when copying variable value (bgo#689458).
|
||||
+ Nemiver.desktop conformance fix (bgo#684046).
|
||||
+ Freeze when local variable values are refreshed (bgo#689575).
|
||||
+ Fix well form-ness of gl.po.
|
||||
+ Fix help browser launching.
|
||||
+ Fix French translation markup.
|
||||
+ Ensure workbench body is shown.
|
||||
+ Added a README.release.txt file.
|
||||
+ Various code cleanups.
|
||||
+ Use new documentation infrastructure.
|
||||
+ Updated translations.
|
||||
- Add itstool BuildRequires, new dependency.
|
||||
- Exchange gnome-doc-utils-devel for yelp-tools BuildRequires,
|
||||
following upstream changes.
|
||||
- Drop obsolete --disable-scrollkeeper configure option.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 19:50:00 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
22
nemiver.spec
22
nemiver.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nemiver
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nemiver
|
||||
Version: 0.9.3
|
||||
Version: 0.9.4
|
||||
Release: 0
|
||||
Summary: Nemiver graphical debugger
|
||||
License: GPL-2.0+
|
||||
@ -28,12 +28,13 @@ BuildRequires: boost-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gdb
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libgtop-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gdlmm-3.0) >= 3.0
|
||||
BuildRequires: pkgconfig(giomm-2.4) >= 2.15.2
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
@ -69,8 +70,8 @@ This package contains the development files to build debugger backend.
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-pic\
|
||||
--disable-scrollkeeper \
|
||||
%configure --disable-static\
|
||||
--with-pic\
|
||||
--enable-gsettings
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
@ -107,13 +108,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README NEWS TODO
|
||||
%dir %{_datadir}/gnome/
|
||||
%dir %{_datadir}/gnome/help/
|
||||
%dir %{_datadir}/gnome/help/%{name}/
|
||||
%doc %{_datadir}/gnome/help/%{name}/C/
|
||||
%dir %{_datadir}/omf/
|
||||
%dir %{_datadir}/omf/%{name}/
|
||||
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
|
||||
%dir %{_datadir}/help/
|
||||
%dir %{_datadir}/help/C
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/*
|
||||
%{_libdir}/nemiver/
|
||||
%{_datadir}/nemiver/
|
||||
@ -126,7 +123,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README NEWS TODO
|
||||
%{_includedir}/nemiver/
|
||||
#%{_libdir}/pkgconfig/libnemivercommon.pc
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user