Hello community,

here is the log from the commit of package exo for openSUSE:Factory checked in 
at 2014-01-30 11:23:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exo (Old)
 and      /work/SRC/openSUSE:Factory/.exo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/exo/exo.changes  2013-05-06 10:13:35.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.exo.new/exo.changes     2014-01-30 
11:23:33.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Jan 25 15:39:05 UTC 2014 - g...@opensuse.org
+
+- fix a typo in use-versioned-helpers-db.patch causing custom
+  preference files to be saved in the wrong location (bnc#860479)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ exo.spec ++++++
--- /var/tmp/diff_new_pack.PJ8XMS/_old  2014-01-30 11:23:33.000000000 +0100
+++ /var/tmp/diff_new_pack.PJ8XMS/_new  2014-01-30 11:23:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++++++ use-versioned-helpers-db.patch ++++++
--- /var/tmp/diff_new_pack.PJ8XMS/_old  2014-01-30 11:23:33.000000000 +0100
+++ /var/tmp/diff_new_pack.PJ8XMS/_new  2014-01-30 11:23:33.000000000 +0100
@@ -43,7 +43,7 @@
    /* determine the spec for the custom helper */
    category_string = exo_helper_category_to_string (category);
 -  g_snprintf (spec, sizeof (spec), "xfce4/helpers/custom-%s.desktop", 
category_string);
-+  g_snprintf (spec, sizeof (spec), "xfce4/helpers/exo-" LIBEXO_VERSION_API 
"/custom-%s.desktop", category_string);
++  g_snprintf (spec, sizeof (spec), "xfce4/exo-" LIBEXO_VERSION_API 
"/helpers/custom-%s.desktop", category_string);
  
    /* lookup the resource save location */
    file = xfce_resource_save_location (XFCE_RESOURCE_DATA, spec, TRUE);

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to