From d1a63d7c2fb5603af2d62f90df97f2be939ee876a7410bc30f74813ee67b988c Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 15 Mar 2013 10:20:12 +0000 Subject: [PATCH] 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