Mailinglist Archive: opensuse-commit (1500 mails)
| < Previous | Next > |
commit compiz
- From: root@xxxxxxx (h_root)
- Date: Tue, 21 Nov 2006 19:14:05 +0100 (CET)
- Message-id: <20061121181405.15F1F19AB20@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package compiz
checked in at Tue Nov 21 19:14:05 CET 2006.
--------
--- compiz/compiz.changes 2006-11-13 20:05:26.000000000 +0100
+++ /mounts/work_src_done/STABLE/compiz/compiz.changes 2006-11-21 00:24:39.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 21 00:24:13 CET 2006 - danw@xxxxxxx
+
+- Patch gnome-xgl-settings to use the new package-manager
+ abstraction. #222757
+
+-------------------------------------------------------------------
New:
----
gnome-xgl-settings-installer.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compiz.spec ++++++
--- /var/tmp/diff_new_pack.abUdII/_old 2006-11-21 19:13:55.000000000 +0100
+++ /var/tmp/diff_new_pack.abUdII/_new 2006-11-21 19:13:55.000000000 +0100
@@ -12,13 +12,13 @@
Name: compiz
BuildRequires: control-center2-devel freeglut-devel gcc-c++ gconf2-devel gtk2-devel intltool libdrm-devel librsvg-devel libwnck-devel metacity pango-devel update-desktop-files xorg-x11-compat70-devel xorg-x11-devel
Url: http://www.freedesktop.org/Software/compiz
-License: GNU General Public License (GPL) - all versions, Other License(s), see package
+License: GNU General Public License (GPL), Other License(s), see package
Group: System/GUI/Other
PreReq: %fillup_prereq
Requires: libpng libdrm gconf2 gtk2 librsvg libwnck metacity >= 2.15.1
Autoreqprov: on
Version: 0.2.2
-Release: 11
+Release: 16
Summary: OpenGL window and compositing manager.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64
@@ -38,6 +38,7 @@
Patch8: compiz-move-resize-fix.diff
Patch9: gnome-xgl-settings-glade.patch
Patch10: gnome-xgl-settings-compiz-0.2-update.diff
+Patch11: gnome-xgl-settings-installer.diff
%description
Compiz is an OpenGL compositing manager that use
@@ -83,6 +84,7 @@
patch -d compiz-0.2.2 -p1 < $RPM_SOURCE_DIR/compiz-move-resize-fix.diff
patch -d gnome-xgl-* -p0 < $RPM_SOURCE_DIR/gnome-xgl-settings-glade.patch
patch -d gnome-xgl-* -p0 < $RPM_SOURCE_DIR/gnome-xgl-settings-compiz-0.2-update.diff
+patch -d gnome-xgl-* -p0 < $RPM_SOURCE_DIR/gnome-xgl-settings-installer.diff
%build
PREFIX=/usr
@@ -172,6 +174,9 @@
/opt/gnome/share/gnome/wm-properties/compiz.desktop
%changelog -n compiz
+* Tue Nov 21 2006 - danw@xxxxxxx
+- Patch gnome-xgl-settings to use the new package-manager
+ abstraction. #222757
* Mon Nov 13 2006 - dreveman@xxxxxxx
- Fix support for _NET_MOVERESIZE_WINDOW. #220114
* Tue Oct 31 2006 - dreveman@xxxxxxx
++++++ gnome-xgl-settings-installer.diff ++++++
Index: xgl-settings/switch.c
===================================================================
--- xgl-settings/switch.c (revision 5)
+++ xgl-settings/switch.c (working copy)
@@ -453,7 +453,7 @@
int i;
argv = g_ptr_array_new ();
- g_ptr_array_add (argv, "/usr/bin/zen-installer");
+ g_ptr_array_add (argv, "/usr/bin/package-manager");
for (i = 0; missing_packages[i]; i++)
g_ptr_array_add (argv, missing_packages[i]);
g_ptr_array_add (argv, NULL);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |