rpms/compiz/devel .cvsignore, 1.23, 1.24 compiz.spec, 1.86, 1.87 sources, 1.25, 1.26

Kristian Høgsberg (krh) fedora-extras-commits at redhat.com
Tue Aug 14 18:34:51 UTC 2007


Author: krh

Update of /cvs/pkgs/rpms/compiz/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6038

Modified Files:
	.cvsignore compiz.spec sources 
Log Message:
* Tue Aug 14 2007 Kristian Høgsberg <krh at redhat.com> - 0.5.2-3.0ec3ec
- Build git snapshot from fedora branch at
  git://people.freedesktop.org/~krh/compiz, brances from 0.6 upstream
  branch.
- Fixes #237486.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	10 Aug 2007 19:15:26 -0000	1.23
+++ .cvsignore	14 Aug 2007 18:34:19 -0000	1.24
@@ -1,2 +1,2 @@
-desktop-effects-0.7.3.tar.bz2
-compiz-0.5.2.tar.gz
+desktop-effects-0.7.4.tar.bz2
+compiz-0ec3ec.tar.gz


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- compiz.spec	10 Aug 2007 19:15:26 -0000	1.86
+++ compiz.spec	14 Aug 2007 18:34:19 -0000	1.87
@@ -1,12 +1,13 @@
-%define		dialogversion	0.7.3
-%define		plugins place,png,decoration,clone,fade,minimize,move,resize,switcher,scale
+%define		snapshot	0ec3ec
+%define		dialogversion	0.7.4
+%define		plugins		place,png,decoration,clone,fade,minimize,move,resize,switcher,scale
 
 Name:           compiz
 Url:            http://www.go-compiz.org
 License:        X11/MIT/GPL
 Group:          User Interface/Desktops
 Version:        0.5.2
-Release:        3%{?dist}
+Release:        3.%{snapshot}%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -39,7 +40,7 @@
 BuildRequires:  metacity-devel >= 2.18
 BuildRequires:  mesa-libGLU-devel
 
-Source0:        http://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{snapshot}.tar.gz
 Source1:	desktop-effects-%{dialogversion}.tar.bz2
 
 # Patches that are not upstream
@@ -73,7 +74,7 @@
 
 %prep
 %setup -q -T -b1 -n desktop-effects-%{dialogversion}
-%setup -q 
+%setup -q  -n compiz-%{snapshot}
 
 # %patch103 -p1 -b .composite-cube-logo
 %patch105 -p1 -b .fedora-logo
@@ -85,15 +86,16 @@
 CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
 export CPPFLAGS
 
-%configure 			\
-	--enable-gconf 		\
-	--enable-dbus 		\
-	--enable-place 		\
-	--enable-librsvg 	\
-	--enable-gtk 		\
-	--enable-metacity 	\
-	--enable-gnome		\
-	--with-default-plugins=%{plugins} \
+%configure 					\
+	--enable-gconf 				\
+	--enable-dbus 				\
+	--enable-place 				\
+	--enable-librsvg 			\
+	--enable-gtk 				\
+	--enable-metacity 			\
+	--enable-gnome				\
+	--with-default-plugins=%{plugins}	\
+	--enable-gnome-keybindings		\
 	--disable-kde
 
 make %{?_smp_mflags} imagedir=%{_datadir}/pixmaps
@@ -197,6 +199,12 @@
 %{_libdir}/libdecoration.so
 
 %changelog
+* Tue Aug 14 2007 Kristian Høgsberg <krh at redhat.com> - 0.5.2-3.0ec3ec
+- Build git snapshot from fedora branch at
+  git://people.freedesktop.org/~krh/compiz, brances from 0.6 upstream
+  branch.
+- Fixes #237486.
+
 * Fri Aug 10 2007 Kristian Høgsberg <krh at redhat.com> - 0.5.2-3
 - Require desktop-effects 0.7.3 and gnome-session 2.19.6-5 which pass
   'glib' on the command line too.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	10 Aug 2007 19:15:26 -0000	1.25
+++ sources	14 Aug 2007 18:34:19 -0000	1.26
@@ -1,2 +1,2 @@
-2420574cc45bd5924cf0235905e9c09f  desktop-effects-0.7.3.tar.bz2
-7a38a921359573fb57d53e057f481f08  compiz-0.5.2.tar.gz
+4808733d3c3076570b29676534cd1d4c  desktop-effects-0.7.4.tar.bz2
+cfcf5f3d4a3f8dc4363f570ea326a7e3  compiz-0ec3ec.tar.gz




More information about the scm-commits mailing list