Hello community,

here is the log from the commit of package gconf2 for openSUSE:Factory checked 
in at 2014-07-31 21:50:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gconf2 (Old)
 and      /work/SRC/openSUSE:Factory/.gconf2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gconf2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gconf2/gconf2.changes    2014-06-18 
07:52:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gconf2.new/gconf2.changes       2014-07-31 
21:50:19.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 30 15:58:10 UTC 2014 - [email protected]
+
+- Update macros.gconf2: ensure schemas file path is absolute
+  (bnc#886600).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ macros.gconf2 ++++++
--- /var/tmp/diff_new_pack.cOqiE5/_old  2014-07-31 21:50:21.000000000 +0200
+++ /var/tmp/diff_new_pack.cOqiE5/_new  2014-07-31 21:50:21.000000000 +0200
@@ -83,8 +83,8 @@
 
 %_add_gconf_schemas() \
 echo $SCHEMAS >>$GCONF_SCHEMAS_NAME.schemas_list\
-echo "if test -f ${SCHEMAS#/} ; then\
-    cp -f ${SCHEMAS#/} /usr/share/GConf/schemas/outdated/\
+echo "if test -f ${SCHEMAS} ; then\
+    cp -f ${SCHEMAS} /usr/share/GConf/schemas/outdated/\
 elif test -f /usr/share/gconf/schemas/${SCHEMAS#/usr/share/GConf/schemas/} ; 
then\
     # Migration from /usr/share/gconf/schemas to /usr/share/GConf/schemas. Can 
be removed for openSUSE 11.4+3\
     cp -f /usr/share/gconf/schemas/${SCHEMAS#/usr/share/GConf/schemas/} 
/usr/share/GConf/schemas/outdated/\
@@ -93,21 +93,21 @@
     cp -f /etc/gconf/schemas/${SCHEMAS#/usr/share/GConf/schemas/} 
/usr/share/GConf/schemas/outdated/\
 fi" >>$GCONF_SCHEMAS_NAME.schemas_pre\
 echo "if test -f 
/usr/share/GConf/schemas/outdated/${SCHEMAS#/usr/share/GConf/schemas/}; then\
-    cmp --quiet 
/usr/share/GConf/schemas/outdated/${SCHEMAS#/usr/share/GConf/schemas/} 
${SCHEMAS#/}\
+    cmp --quiet 
/usr/share/GConf/schemas/outdated/${SCHEMAS#/usr/share/GConf/schemas/} 
${SCHEMAS}\
     if test \\\$? != 0; then\
         UNINSTALL_SCHEMA_FILES=\\\"\\\$UNINSTALL_SCHEMA_FILES 
/usr/share/GConf/schemas/outdated/${SCHEMAS#/usr/share/GConf/schemas/}\\\"\
-        INSTALL_SCHEMA_FILES=\\\"\\\$INSTALL_SCHEMA_FILES ${SCHEMAS#/}\\\"\
+        INSTALL_SCHEMA_FILES=\\\"\\\$INSTALL_SCHEMA_FILES ${SCHEMAS}\\\"\
     else\
         rm -f 
/usr/share/GConf/schemas/outdated/${SCHEMAS#/usr/share/GConf/schemas/}\
     fi\
 else\
-  INSTALL_SCHEMA_FILES=\\\"\\\$INSTALL_SCHEMA_FILES ${SCHEMAS#/}\\\"\
+  INSTALL_SCHEMA_FILES=\\\"\\\$INSTALL_SCHEMA_FILES ${SCHEMAS}\\\"\
 fi" >>$GCONF_SCHEMAS_NAME.schemas_posttrans\
 echo "    if test -x /usr/bin/gconftool-2 ; then\
         if test -f 
/usr/share/GConf/schemas/outdated/${SCHEMAS#/usr/share/GConf/schemas/} ; then\
             /usr/bin/gconftool-2 --makefile-uninstall-rule 
/usr/share/GConf/schemas/outdated/${SCHEMAS#/usr/share/GConf/schemas/} 
>/dev/null\
-        elif test -f ${SCHEMAS#/} ; then\
-            /usr/bin/gconftool-2 --makefile-uninstall-rule ${SCHEMAS#/} 
>/dev/null\
+        elif test -f ${SCHEMAS} ; then\
+            /usr/bin/gconftool-2 --makefile-uninstall-rule ${SCHEMAS} 
>/dev/null\
         fi\
     fi\
     rm -f 
/usr/share/GConf/schemas/outdated/${SCHEMAS#/usr/share/GConf/schemas/}" 
>>$GCONF_SCHEMAS_NAME.schemas_preun\

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to