Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2012-11-29 09:22:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and      /work/SRC/openSUSE:Factory/.ecore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ecore", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ecore/ecore.changes      2012-11-28 
10:14:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2012-11-29 
09:22:31.000000000 +0100
@@ -1,0 +2,13 @@
+Sat Nov 24 01:34:36 UTC 2012 - [email protected]
+
+- require the same version or higher for EFL libraries
+
+-------------------------------------------------------------------
+Sat Nov 24 00:14:58 UTC 2012 - [email protected]
+
+- simplify make install
+- clean up spec file
+- update to 1.7.2
+  - only version number change to be synced with other EFL libraries
+
+-------------------------------------------------------------------

Old:
----
  ecore-1.7.1.tar.bz2

New:
----
  ecore-1.7.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ecore.spec ++++++
--- /var/tmp/diff_new_pack.0IVEUR/_old  2012-11-29 09:22:32.000000000 +0100
+++ /var/tmp/diff_new_pack.0IVEUR/_new  2012-11-29 09:22:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ecore
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ecore
-Version:       1.7.1
-Release:        1
-License:        BSD-2-Clause
+Version:        1.7.2
+Release:        0
 Summary:        Core mainloop, display abstraction and utility library
-Url:            http://enlightenment.org/
+License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
+Url:            http://enlightenment.org/
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  SDL-devel
-BuildRequires:  eet-devel
-BuildRequires:  eina-devel
-BuildRequires:  evas-devel
+BuildRequires:  eet-devel >= %version
+BuildRequires:  eina-devel >= %version
+BuildRequires:  evas-devel >= %version
 BuildRequires:  freetype2-devel
 BuildRequires:  gettext-devel
+BuildRequires:  glib2-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libpixman-1-0-devel
@@ -39,7 +41,6 @@
 BuildRequires:  xorg-x11-libXdmcp-devel
 BuildRequires:  xorg-x11-libXext-devel
 BuildRequires:  xorg-x11-libxcb-devel
-BuildRequires:  glib2-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,16 +56,16 @@
 %package devel
 Summary:        Ecore headers, static libraries, documentation and test 
programs
 Group:          Development/Libraries/C and C++
-Requires:       eet-devel
-Requires:       eina-devel
-Requires:       evas-devel
+Requires:       eet-devel >= %version
+Requires:       eina-devel >= %version
+Requires:       evas-devel >= %version
 Requires:       freetype2-devel
+Requires:       glib2-devel
 Requires:       libcurl-devel
 Requires:       libecore1 = %{version}
 Requires:       libpixman-1-0-devel
 Requires:       xorg-x11-devel
 Requires:       xorg-x11-libXdmcp-devel
-Requires:       glib2-devel
 
 %description devel
 Headers, static libraries, test programs and documentation for ecore
@@ -77,7 +78,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 %find_lang %{name}
 

++++++ ecore-1.7.1.tar.bz2 -> ecore-1.7.2.tar.bz2 ++++++
++++ 28355 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to