Hello community, here is the log from the commit of package compiz-manager for openSUSE:Factory checked in at 2014-10-22 16:23:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/compiz-manager (Old) and /work/SRC/openSUSE:Factory/.compiz-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compiz-manager" Changes: -------- --- /work/SRC/openSUSE:Factory/compiz-manager/compiz-manager.changes 2012-06-05 15:29:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.compiz-manager.new/compiz-manager.changes 2014-10-22 16:23:32.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Oct 19 00:56:00 UTC 2014 - Led <[email protected]> + +- fix bashism +- update patches: + * compiz-manager-setup.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compiz-manager.spec ++++++ --- /var/tmp/diff_new_pack.xULtXK/_old 2014-10-22 16:23:33.000000000 +0200 +++ /var/tmp/diff_new_pack.xULtXK/_new 2014-10-22 16:23:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package compiz-manager # -# Copyright (c) 2012 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 @@ -16,14 +16,13 @@ # - Name: compiz-manager Version: 0.6.0 Release: 16 -License: GPL-2.0+ Summary: A wrapper script to launch Compiz with proper options -Url: http://opencompositing.org +License: GPL-2.0+ Group: System/X11/Utilities +Url: http://opencompositing.org Source: %name-%version.tar.bz2 Source2: Compiz.desktop Source3: config.skel ++++++ compiz-manager-setup.patch ++++++ --- /var/tmp/diff_new_pack.xULtXK/_old 2014-10-22 16:23:33.000000000 +0200 +++ /var/tmp/diff_new_pack.xULtXK/_new 2014-10-22 16:23:33.000000000 +0200 @@ -1,13 +1,12 @@ -Index: compiz-manager-0.6.0/compiz-manager -=================================================================== ---- compiz-manager-0.6.0.orig/compiz-manager -+++ compiz-manager-0.6.0/compiz-manager +diff -Ndurp compiz-manager-0.6.0/compiz-manager compiz-manager-0.6.0-setup/compiz-manager +--- compiz-manager-0.6.0/compiz-manager 2007-10-15 22:10:06.000000000 +0300 ++++ compiz-manager-0.6.0-setup/compiz-manager 2014-10-19 03:55:17.666596337 +0300 @@ -25,11 +25,18 @@ # This script will detect what options we need to pass to compiz to get it # started, and start a default plugin and possibly window decorator. # +ARCH=`arch` -+if [ $ARCH == "x86_64" ]; then ++if [ "$ARCH" = "x86_64" ]; then + LIB=lib64 +else + LIB=lib -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
