Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2015-03-03 11:16:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scilab (Old)
 and      /work/SRC/openSUSE:Factory/.scilab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scilab"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scilab/scilab.changes    2015-01-25 
21:16:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes       2015-03-03 
11:16:38.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Mar  2 17:52:59 UTC 2015 - [email protected]
+
+- Added patch to fix desktop file categories, they were causing
+  brp-check-suse failure in Factory.
+  + Added: scilab-0003-fix-desktop-categories.patch 
+
+-------------------------------------------------------------------

New:
----
  scilab-0003-fix-desktop-categories.patch

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

Other differences:
------------------
++++++ scilab.spec ++++++
--- /var/tmp/diff_new_pack.6g43w8/_old  2015-03-03 11:16:40.000000000 +0100
+++ /var/tmp/diff_new_pack.6g43w8/_new  2015-03-03 11:16:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scilab
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,6 +44,8 @@
 Patch5:         scilab-special-jarnames.patch
 # PATCH-FIX-UPSTREAM scilab-build-with-xmlgraphics-commons-2_0.patch 
[email protected] -- Fix compilation with xmlgraphics-commons >= 2.0
 Patch6:         scilab-build-with-xmlgraphics-commons-2_0.patch
+# PATCH-FIX-OPENSUSE scilab-0003-fix-xcos-desktop.patch [email protected] 
-- Change Desktop categories in xcos.desktop to clear brp-check-suse failure
+Patch7:         %{name}-0003-fix-desktop-categories.patch
 # Dependencies are extracted from :
 # "http://wiki.scilab.org/Dependencies of Scilab 5.X"
 # Mandatory
@@ -274,6 +276,7 @@
 %if 0%{?suse_version} > 1320
 %patch6 -p1
 %endif
+%patch7 -p1
 
 # Fix Class-Path in manifest
 sed -i '/name="Class-Path"/d' build.incl.xml
@@ -317,7 +320,7 @@
 do
   desktop-file-install \
     --dir=%{buildroot}%{_datadir}/applications \
-    --add-category="Education;" desktop/$i.desktop;
+    desktop/$i.desktop;
 done
 
 %find_lang %{name} %{?no_lang_C}

++++++ scilab-0003-fix-desktop-categories.patch ++++++
Index: scilab-5.5.1/desktop/xcos.desktop
===================================================================
--- scilab-5.5.1.orig/desktop/xcos.desktop
+++ scilab-5.5.1/desktop/xcos.desktop
@@ -12,4 +12,4 @@ Name=Xcos
 StartupNotify=false
 Terminal=false
 Type=Application
-Categories=Science;Physics;
+Categories=Education;Science;Math;
Index: scilab-5.5.1/desktop/scilab-adv-cli.desktop
===================================================================
--- scilab-5.5.1.orig/desktop/scilab-adv-cli.desktop
+++ scilab-5.5.1/desktop/scilab-adv-cli.desktop
@@ -15,4 +15,4 @@ Name[ru]=Scilab передовой CLI
 StartupNotify=false
 Terminal=true
 Type=Application
-Categories=Science;Math;
+Categories=Education;Science;Math;
Index: scilab-5.5.1/desktop/scilab.desktop
===================================================================
--- scilab-5.5.1.orig/desktop/scilab.desktop
+++ scilab-5.5.1/desktop/scilab.desktop
@@ -14,4 +14,4 @@ Name=Scilab
 StartupNotify=false
 Terminal=false
 Type=Application
-Categories=Science;Math;
+Categories=Education;Science;Math;
Index: scilab-5.5.1/desktop/scinotes.desktop
===================================================================
--- scilab-5.5.1.orig/desktop/scinotes.desktop
+++ scilab-5.5.1/desktop/scinotes.desktop
@@ -13,4 +13,4 @@ Name=Scinotes
 StartupNotify=false
 Terminal=false
 Type=Application
-Categories=Science;Math;
+Categories=Education;Science;Math;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to