commit compiz-plugins-extra for openSUSE:Factory
Hello community, here is the log from the commit of package compiz-plugins-extra for openSUSE:Factory checked in at Wed Nov 10 21:01:24 CET 2010. -------- --- compiz-plugins-extra/compiz-plugins-extra.changes 2010-08-26 01:28:31.000000000 +0200 +++ compiz-plugins-extra/compiz-plugins-extra.changes 2010-11-08 19:55:22.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Nov 8 19:54:38 UTC 2010 - dimstar@opensuse.org + +- Update to version 0.9.2.1: + + Critical crasher buffixes +- Changes from version 0.9.2: + + Rewrote group plugin, far fewer bugs. New API makes a whole + lot more sense + + Move all cube cap image drawing into the cubeaddon plugin. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- update.sh ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compiz-plugins-extra.spec ++++++ --- /var/tmp/diff_new_pack.nGPOjj/_old 2010-11-10 21:01:07.000000000 +0100 +++ /var/tmp/diff_new_pack.nGPOjj/_new 2010-11-10 21:01:07.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package compiz-plugins-extra (Version 0.9.0) +# spec file for package compiz-plugins-extra (Version 0.9.2.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,13 +18,15 @@ Name: compiz-plugins-extra -Version: 0.9.0 -Release: 2 +Version: 0.9.2.1 +Release: 1 License: GPLv2+ Summary: Compiz extra plugins Url: http://opencompositing.org Group: System/X11/Utilities Source: %{name}.tar.bz2 +# Helper script to update to latest git. +Source99: update.sh BuildRequires: boost-devel BuildRequires: cmake BuildRequires: compiz-devel @@ -62,8 +64,8 @@ mkdir build %build +CMAKE_MODULE_PATH="%{_datadir}/compiz/cmake:%{_datadir}/cmake/Modules:$CMAKE_MODULE_PATH" pushd build -CMAKE_MODULE_PATH="%{_datadir}/compiz/cmake:$CMAKE_MODULE_PATH" export BUILD_GLOBAL=true cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ @@ -75,13 +77,14 @@ -DCOMPIZ_INSTALL_GCONF_SCHEMA_DIR=%{_sysconfdir}/gconf/schemas \ -DCOMPIZ_DISABLE_SCHEMAS_INSTALL=TRUE \ -DCOMPIZ_PACKAGING_ENABLED=TRUE \ + -DCOMPIZ_DESTDIR=%{buildroot} \ .. -make %{?jobs:-j%jobs} VERBOSE=1 +make VERBOSE=1 popd %install pushd build -%makeinstall +make install popd %find_gconf_schemas ++++++ compiz-plugins-extra.tar.bz2 ++++++ compiz-plugins-extra/compiz-plugins-extra.tar.bz2 compiz-plugins-extra/compiz-plugins-extra.tar.bz2 differ: char 11, line 1 ++++++ update.sh ++++++ #!/bin/sh oscmodule=$(basename $PWD) if [ ! -d $oscmodule ]; then echo "git checkout folder $oscmodule does not exist. Aborting..." exit 1 fi pushd $oscmodule; status=$(git pull); git submodule update; commitid=$(git log | head -n1); popd if [ "$status" != "Already up-to-date." ]; then if [ -n "$(head -n4 $oscmodule.changes | tail -n1 | grep commit)" ]; then # The last changelog entry already was an automatic forward... let's not pullute too much. sed -i 1,5d $oscmodule.changes fi tar cjf $oscmodule.tar.bz2 $oscmodule osc vc -m "Forward to $commitid" osc ci -m "Forward to $commitid" --skip-validation fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de