Mailinglist Archive: opensuse-commit (869 mails)
| < Previous | Next > |
commit compiz for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 02 Oct 2010 00:13:57 +0200
- Message-id: <20101001221357.7579C2020D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package compiz for openSUSE:Factory
checked in at Sat Oct 2 00:13:57 CEST 2010.
--------
--- compiz/compiz.changes 2010-09-08 03:04:39.000000000 +0200
+++ /mounts/work_src_done/STABLE/compiz/compiz.changes 2010-09-30
15:08:16.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Sep 28 20:09:26 UTC 2010 - dimstar@xxxxxxxxxxxx
+
+- Forward to commit 0f9f1cdb8f03cef37643c636cbfc3897e61657f7
+
+-------------------------------------------------------------------
+Fri Sep 24 12:43:40 UTC 2010 - dimstar@xxxxxxxxxxxx
+
+- Drop compiz-gdk_deprecated.patch: fixed upstream.
+- BuildRequires gconf2-devel.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
compiz-gdk_deprecated.patch
New:
----
update.sh
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compiz.spec ++++++
--- /var/tmp/diff_new_pack.pIfqlP/_old 2010-10-02 00:13:22.000000000 +0200
+++ /var/tmp/diff_new_pack.pIfqlP/_new 2010-10-02 00:13:22.000000000 +0200
@@ -20,7 +20,7 @@
Name: compiz
Version: 0.9.0
-Release: 4
+Release: 5
License: GPLv2+ ; MIT License (or similar)
Summary: OpenGL window and compositing manager
Url: http://www.compiz.org
@@ -29,14 +29,13 @@
Source1: opensuse.png
Source2: sle.png
Patch0: 0001-Use-dynamic-allocation-for-plugin-class-indexes-and-.patch
-# PATCH-FIX-UPSTREAM compiz-gdk_deprecated.patch dimstar@xxxxxxxxxxxx -- We
still rely on deprecated gdkgc symbols.
-Patch1: compiz-gdk_deprecated.patch
BuildRequires: Mesa-devel
BuildRequires: boost-devel
BuildRequires: cairo-devel
BuildRequires: cmake
BuildRequires: dbus-1-devel
BuildRequires: gcc-c++
+BuildRequires: gconf2-devel
BuildRequires: intltool
BuildRequires: kdebase4-workspace-devel
BuildRequires: libkde4-devel
@@ -173,7 +172,6 @@
%if 0%{?suse_version} > 1120
%patch0 -p1
%endif
-%patch1 -p1
mkdir build
%build
@@ -191,7 +189,7 @@
-DCOMPIZ_PACKAGING_ENABLED=TRUE \
-DCOMPIZ_DESTDIR=%{buildroot} \
..
-make
+make VERBOSE=1
popd
%install
++++++ compiz.tar.bz2 ++++++
compiz/compiz.tar.bz2 /mounts/work_src_done/STABLE/compiz/compiz.tar.bz2
differ: char 11, line 1
++++++ update.sh ++++++
#!/bin/sh
oscmodule=$(basename $PWD)
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |