Hello community,

here is the log from the commit of package nemiver for openSUSE:Factory checked 
in at 2013-03-18 07:08:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nemiver (Old)
 and      /work/SRC/openSUSE:Factory/.nemiver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nemiver", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nemiver/nemiver.changes  2012-08-23 
16:05:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nemiver.new/nemiver.changes     2013-03-18 
07:08:21.000000000 +0100
@@ -1,0 +2,24 @@
+Wed Mar 13 22:47:41 UTC 2013 - zai...@opensuse.org
+
+- Add nemiver-fix-desktopfile-syntax.patch, fix broken syntax in
+  .desktop file.
+
+-------------------------------------------------------------------
+Mon Jan 14 11:58:27 UTC 2013 - dims...@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.
+
+-------------------------------------------------------------------

Old:
----
  nemiver-0.9.3.tar.xz

New:
----
  nemiver-0.9.4.tar.xz
  nemiver-fix-desktopfile-syntax.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nemiver.spec ++++++
--- /var/tmp/diff_new_pack.Uf2LXn/_old  2013-03-18 07:08:22.000000000 +0100
+++ /var/tmp/diff_new_pack.Uf2LXn/_new  2013-03-18 07:08:22.000000000 +0100
@@ -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,23 +17,25 @@
 
 
 Name:           nemiver
-Version:        0.9.3
+Version:        0.9.4
 Release:        0
 Summary:        Nemiver graphical debugger
 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 zai...@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++
 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)
@@ -66,11 +68,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
 %configure --disable-static --with-pic\
-        --disable-scrollkeeper \
         --enable-gsettings
 %__make %{?jobs:-j%jobs}
 
@@ -107,13 +109,7 @@
 %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/

++++++ nemiver-0.9.3.tar.xz -> nemiver-0.9.4.tar.xz ++++++
++++ 62413 lines of diff (skipped)

++++++ nemiver-fix-desktopfile-syntax.patch ++++++
>From c6116f784ab5f20336184b3c20ec8e51a71e7a6a Mon Sep 17 00:00:00 2001
From: Daniel Mustieles <daniel.mustie...@gmail.com>
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
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to