rpms/ecore/devel .cvsignore, 1.4, 1.5 ecore-fix-DSO.patch, NONE, 1.1 ecore.spec, 1.23, 1.24 sources, 1.8, 1.9

thomasj thomasj at fedoraproject.org
Fri Jun 11 09:49:13 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/ecore/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11880

Modified Files:
	ecore.spec sources 
Added Files:
	.cvsignore ecore-fix-DSO.patch 
Log Message:
ecore 0.9.9.49539 + fix-DSO patch


Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	11 Jun 2010 09:49:13 -0000	1.5
@@ -0,0 +1 @@
+ecore-0.9.9.49539.tar.bz2

ecore-fix-DSO.patch:
 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE ecore-fix-DSO.patch ---
--- src/bin/Makefile.in	2008-09-25 04:25:28.000000000 +0200
+++ src/bin/Makefile.in.old	2010-04-04 13:23:29.000000000 +0200
@@ -122,7 +122,7 @@
 BUILD_ECORE_X_XLIB_TRUE = @BUILD_ECORE_X_XLIB_TRUE@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -leet
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CURL_CFLAGS = @CURL_CFLAGS@
@@ -187,7 +187,7 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -leet
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@


Index: ecore.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ecore/devel/ecore.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- ecore.spec	27 Feb 2010 20:08:34 -0000	1.23
+++ ecore.spec	11 Jun 2010 09:49:13 -0000	1.24
@@ -1,12 +1,12 @@
 Name:           ecore
-Version:        0.9.9.063
+Version:        0.9.9.49539
 Release:        1%{?dist}
 Summary:        Event/X abstraction layer
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://web.enlightenment.org/p.php?p=about/efl&l=en
-Source0:        http://download.enlightenment.org/snapshots/2009-12-02/%{name}-%{version}.tar.bz2
+Source0:        http://download.enlightenment.org/snapshots/LATEST/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  eet-devel evas-devel libX11-devel libXext-devel libeina-devel 
@@ -92,6 +92,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jun 11 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.49539-1
+- ecore 0.9.9.49539 snapshot release
+
 * Mon Feb 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.9.063-1
 - New upstream source 0.9.9.063
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ecore/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	15 Feb 2010 21:05:59 -0000	1.8
+++ sources	11 Jun 2010 09:49:13 -0000	1.9
@@ -1 +1 @@
-58e9c5df5102f963becb60c2d360cca8  ecore-0.9.9.063.tar.bz2
+45ee54a8691310d16a4c54b9725a3657  ecore-0.9.9.49539.tar.bz2



More information about the scm-commits mailing list