diff --git a/nemiver-0.9.3.tar.xz b/nemiver-0.9.3.tar.xz new file mode 100644 index 0000000..8bd087a --- /dev/null +++ b/nemiver-0.9.3.tar.xz @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index f780955..0000000 --- a/nemiver-0.9.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f -size 1399136 diff --git a/nemiver.changes b/nemiver.changes index 9560490..8ef46f6 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -1,25 +1,3 @@ -------------------------------------------------------------------- -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 db95ec3..a4ffa06 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) 2012 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.4 +Version: 0.9.3 Release: 0 Summary: Nemiver graphical debugger License: GPL-2.0+ @@ -28,13 +28,12 @@ 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) @@ -70,9 +69,9 @@ This package contains the development files to build debugger backend. translation-update-upstream %build -%configure --disable-static\ - --with-pic\ - --enable-gsettings +%configure --disable-static --with-pic\ + --disable-scrollkeeper \ + --enable-gsettings %__make %{?jobs:-j%jobs} %install @@ -108,9 +107,13 @@ rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) %doc AUTHORS README NEWS TODO -%dir %{_datadir}/help/ -%dir %{_datadir}/help/C -%doc %{_datadir}/help/C/%{name}/ +%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 %{_bindir}/* %{_libdir}/nemiver/ %{_datadir}/nemiver/ @@ -123,6 +126,7 @@ rm -rf "$RPM_BUILD_ROOT" %defattr(-,root,root) %doc AUTHORS README NEWS TODO %{_includedir}/nemiver/ +#%{_libdir}/pkgconfig/libnemivercommon.pc %files lang -f %{name}.lang