From 6d25a70f31e39df8f37d8d9c04a246b5ff3742aecd587163d4886d1a85a84336 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 9 Feb 2013 20:55:00 +0000 Subject: [PATCH 1/4] 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 --- nemiver-0.9.3.tar.xz | 3 --- nemiver-0.9.4.tar.xz | 3 +++ nemiver.changes | 22 ++++++++++++++++++++++ nemiver.spec | 24 ++++++++++-------------- 4 files changed, 35 insertions(+), 17 deletions(-) delete mode 100644 nemiver-0.9.3.tar.xz create mode 100644 nemiver-0.9.4.tar.xz 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 From 1e2d96c73febfc3b1f3c906d97fd547d8762c3e9c4b06dac122c80c4d92c4f55 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 9 Feb 2013 21:32:14 +0000 Subject: [PATCH 2/4] Accepting request 155010 from GNOME:Apps Revert... no reason to break GNOME:Next branch... where this is already up-to-date OBS-URL: https://build.opensuse.org/request/show/155010 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=27 --- nemiver-0.9.3.tar.xz | 3 +++ nemiver-0.9.4.tar.xz | 3 --- nemiver.changes | 22 ---------------------- nemiver.spec | 24 ++++++++++++++---------- 4 files changed, 17 insertions(+), 35 deletions(-) create mode 100644 nemiver-0.9.3.tar.xz delete mode 100644 nemiver-0.9.4.tar.xz 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 From f1b31013021eb6508ab9259d3b3f931c699c2b4052c01cc28bc799301d4425d8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 23:06:57 +0000 Subject: [PATCH 3/4] Accepting request 158468 from GNOME:Next Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158468 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=28 --- nemiver-0.9.3.tar.xz | 3 --- nemiver-0.9.4.tar.xz | 3 +++ nemiver.changes | 18 ++++++++++++++++++ nemiver.spec | 15 ++++----------- 4 files changed, 25 insertions(+), 14 deletions(-) delete mode 100644 nemiver-0.9.3.tar.xz create mode 100644 nemiver-0.9.4.tar.xz 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..265e0de 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jan 14 11:58:27 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.9.4: + + Added search keywords to .desktop file. + + Fix well form-ness of gl.po. + + Fix help browser launching. + + Ensure workbench body is shown. + + Added a README.release.txt file. + + Various code cleanups. + + Use new documentation infrastructure. + + Bugs fixed: bgo#689338, bgo#689458, bgo#684046, bgo#670439, + bgo#689575. + + Updated translations. +- Replace gnome-doc-utils-devel BuildRequires with yelp-tools, + following upstreams port to the new documentation infrastructure. +- Drop obsolete --disable-scrollkeeper configure parameter. + ------------------------------------------------------------------- Tue Aug 14 19:50:00 UTC 2012 - dimstar@opensuse.org diff --git a/nemiver.spec b/nemiver.spec index a4ffa06..9c01dee 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,12 @@ BuildRequires: boost-devel BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gdb -BuildRequires: gnome-doc-utils-devel BuildRequires: intltool 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,7 +70,6 @@ translation-update-upstream %build %configure --disable-static --with-pic\ - --disable-scrollkeeper \ --enable-gsettings %__make %{?jobs:-j%jobs} @@ -107,13 +106,7 @@ 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 +%doc %{_datadir}/help/C/%{name}/ %{_bindir}/* %{_libdir}/nemiver/ %{_datadir}/nemiver/ From 2f3a41da489d11e577bbec366b87820e68d52805d64547714cec573cc72852b6 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 15 Mar 2013 10:20:12 +0000 Subject: [PATCH 4/4] Accepting request 159446 from GNOME:Next Forward OBS-URL: https://build.opensuse.org/request/show/159446 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=29 --- nemiver-fix-desktopfile-syntax.patch | 21 +++++++++++++++++++++ nemiver.changes | 6 ++++++ nemiver.spec | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 nemiver-fix-desktopfile-syntax.patch diff --git a/nemiver-fix-desktopfile-syntax.patch b/nemiver-fix-desktopfile-syntax.patch new file mode 100644 index 0000000..ffdfe5b --- /dev/null +++ b/nemiver-fix-desktopfile-syntax.patch @@ -0,0 +1,21 @@ +From c6116f784ab5f20336184b3c20ec8e51a71e7a6a Mon Sep 17 00:00:00 2001 +From: Daniel Mustieles +Date: Tue, 15 Jan 2013 15:28:26 +0000 +Subject: Fixed syntax in .desktop file + +--- +diff --git a/data/nemiver.desktop.in b/data/nemiver.desktop.in +index eedbfbf..954b8d0 100644 +--- a/data/nemiver.desktop.in ++++ b/data/nemiver.desktop.in +@@ -5,7 +5,7 @@ _Name=Nemiver + _GenericName=C/C++ Debugger + _X-GNOME-FullName=Nemiver C/C++ Debugger + _Comment=Debug Applications +-_Keywords=gdb;disassembler;debugger;c;c++ ++_Keywords=gdb;disassembler;debugger;c;c++; + Icon=nemiver + Exec=nemiver + Categories=GNOME;GTK;Development;Debugger; +-- +cgit v0.9.1 diff --git a/nemiver.changes b/nemiver.changes index 265e0de..aaa373d 100644 --- a/nemiver.changes +++ b/nemiver.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 13 22:47:41 UTC 2013 - zaitor@opensuse.org + +- Add nemiver-fix-desktopfile-syntax.patch, fix broken syntax in + .desktop file. + ------------------------------------------------------------------- Mon Jan 14 11:58:27 UTC 2013 - dimstar@opensuse.org diff --git a/nemiver.spec b/nemiver.spec index 9c01dee..712300a 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -24,6 +24,8 @@ License: GPL-2.0+ Group: Development/Tools/Debuggers Url: http://home.gna.org/nemiver/ Source0: http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM nemiver-fix-desktopfile-syntax.patch zaitor@opensuse.org -- fix broken syntax in .desktop file, patch from upstream git. +Patch0: nemiver-fix-desktopfile-syntax.patch BuildRequires: boost-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -66,6 +68,7 @@ This package contains the development files to build debugger backend. %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build