Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        e.spec configure.in ChangeLog 


Log Message:
Sun Feb  1 17:54:40 CET 2004
(Kim)

Shuffled around some focus and event handling code.
Attempted to fix some focus problems.
Fixed error in placement of initially shaded windows.
Included ENLIGHTENMENT_RELEASE in version string.

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/e.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -3 -r1.96 -r1.97
--- e.spec      25 Jan 2004 09:02:31 -0000      1.96
+++ e.spec      1 Feb 2004 16:53:41 -0000       1.97
@@ -1,15 +1,20 @@
-Summary: The Enlightenment window manager.
-Name: enlightenment
-Version: 0.16.7
-Release: 0.21
-Copyright: BSD
-Group: User Interface/Desktops
-Source: ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment-%{version}.tar.gz
-Prefix: %{_prefix}
-Docdir: %{_docdir}
-BuildRoot: /tmp/e-%{version}-root
-Packager: Michael Jennings <[EMAIL PROTECTED]>
-URL: http://www.enlightenment.org/
+%define name   enlightenment
+%define version 0.16.7
+%define release 0.22
+
+Summary:       The Enlightenment window manager.
+Name:          %{name}
+Version:       %{version}
+Release:       %{release}
+Copyright:     BSD
+Group:         User Interface/Desktops
+Source:                
ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment-%{version}.tar.gz
+Prefix:                %{_prefix}
+Docdir:                %{_docdir}
+BuildRoot:     /tmp/e-%{version}-root
+Packager:      Michael Jennings <[EMAIL PROTECTED]>
+URL:           http://www.enlightenment.org/
+
 Requires: imlib2
 Requires: esound >= 0.2.13
 
@@ -33,7 +38,8 @@
 
 %build
 CFLAGS="${RPM_OPT_FLAGS}"
-export CFLAGS
+ENLIGHTENMENT_RELEASE=%{release}
+export CFLAGS ENLIGHTENMENT_RELEASE
 if [ ! -f configure ]; then
   ./autogen.sh --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} 
--mandir=%{_mandir} --enable-fsstd --enable-upgrade=no --enable-hints-gnome
 else
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- configure.in        14 Dec 2003 17:45:28 -0000      1.74
+++ configure.in        1 Feb 2004 16:53:41 -0000       1.75
@@ -26,6 +26,9 @@
 AC_SUBST(ENLIGHTENMENT_MINOR)
 AC_DEFINE_UNQUOTED(ENLIGHTENMENT_MICRO, "$ENLIGHTENMENT_MICRO", [Micro Version])
 AC_SUBST(ENLIGHTENMENT_MICRO)
+if test "x$ENLIGHTENMENT_RELEASE" != "x"; then
+AC_DEFINE_UNQUOTED(ENLIGHTENMENT_RELEASE, "$ENLIGHTENMENT_RELEASE", [Release])
+fi
 
 AC_SUBST(ENLIGHTENMENT_ROOT)
 AC_SUBST(ENLIGHTENMENT_BIN)
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -3 -r1.95 -r1.96
--- ChangeLog   25 Jan 2004 09:02:32 -0000      1.95
+++ ChangeLog   1 Feb 2004 16:53:41 -0000       1.96
@@ -2396,3 +2396,13 @@
 
 Fixups after recent changes.
 Focus code name space cleanup.
+
+-------------------------------------------------------------------------------
+
+Sun Feb  1 17:54:40 CET 2004
+(Kim)
+
+Shuffled around some focus and event handling code.
+Attempted to fix some focus problems.
+Fixed error in placement of initially shaded windows.
+Included ENLIGHTENMENT_RELEASE in version string.




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to