diff --git a/nemiver-0.9.3.tar.xz b/nemiver-0.9.3.tar.xz deleted file mode 100644 index 8bd087a..0000000 --- a/nemiver-0.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27b8845e54a61ba597050eb16640aaaf2bf21be3191081c9ddd3a34fc2ae617d -size 2383192 diff --git a/nemiver-0.9.4.tar.xz b/nemiver-0.9.4.tar.xz new file mode 100644 index 0000000..f780955 --- /dev/null +++ b/nemiver-0.9.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f +size 1399136 diff --git a/nemiver.changes b/nemiver.changes index 8ef46f6..9560490 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -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 diff --git a/nemiver.spec b/nemiver.spec index a4ffa06..db95ec3 100644 --- a/nemiver.spec +++ b/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,9 +70,9 @@ This package contains the development files to build debugger backend. translation-update-upstream %build -%configure --disable-static --with-pic\ - --disable-scrollkeeper \ - --enable-gsettings +%configure --disable-static\ + --with-pic\ + --enable-gsettings %__make %{?jobs:-j%jobs} %install @@ -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