Hello community,

here is the log from the commit of package edje for openSUSE:Factory checked in 
at 2012-12-05 13:48:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/edje (Old)
 and      /work/SRC/openSUSE:Factory/.edje.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "edje", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/edje/edje.changes        2012-12-03 
09:33:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.edje.new/edje.changes   2012-12-05 
13:48:52.000000000 +0100
@@ -1,0 +2,23 @@
+Sat Nov 24 01:36:16 UTC 2012 - [email protected]
+
+- require the same version or higher for EFL libraries
+
+-------------------------------------------------------------------
+Sat Nov 24 00:24:48 UTC 2012 - [email protected]
+
+- simplify make install
+
+-------------------------------------------------------------------
+Fri Nov 23 18:31:43 UTC 2012 - [email protected]
+
+- bump to 1.7.2 
+  Fixes:
+    * fix scale_set with edje containing boxes and/or tables
+    * fix edje_cc to use max, not default compression
+    * fix edje_text_class_set to update the text classes correctly.
+    * fix to not update map uv for proxy
+    * fix to not segv on inheriting group lookups
+
+- remove patch from 76449 this issue was fixed for 1.7.2
+
+-------------------------------------------------------------------

Old:
----
  0001-edje-don-t-strcmp-ith-NULL.patch
  edje-1.7.1.tar.bz2

New:
----
  edje-1.7.2.tar.bz2

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

Other differences:
------------------
++++++ edje.spec ++++++
--- /var/tmp/diff_new_pack.R0GaRT/_old  2012-12-05 13:48:53.000000000 +0100
+++ /var/tmp/diff_new_pack.R0GaRT/_new  2012-12-05 13:48:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package edje
 #
-# 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,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           edje
-Version:        1.7.1
-Release:        1
-License:        BSD-2-Clause and GPL-2.0
+Version:        1.7.2
+Release:        0
 Summary:        Abstract GUI layout and animation object library
-Url:            http://www.enlightenment.org
+License:        BSD-2-Clause and GPL-2.0
 Group:          Development/Libraries/C and C++
+Url:            http://www.enlightenment.org
 Source:         %{name}-%{version}.tar.bz2
-Patch0:                0001-edje-don-t-strcmp-ith-NULL.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -34,9 +32,9 @@
 BuildRequires:  lua51-devel
 %endif
 BuildRequires:  ecore-devel >= %{version}
-BuildRequires:  eet-devel
-BuildRequires:  eina-devel
-BuildRequires:  embryo-devel
+BuildRequires:  eet-devel >= %{version}
+BuildRequires:  eina-devel >= %{version}
+BuildRequires:  embryo-devel >= %{version}
 BuildRequires:  evas-devel >= %{version}
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
@@ -62,11 +60,11 @@
 %if 0%{?suse_version} > 1210
 Requires:       lua51-devel
 %endif
-Requires:       ecore-devel
-Requires:       eet-devel
-Requires:       eina-devel
-Requires:       embryo-devel
-Requires:       evas-devel
+Requires:       ecore-devel >= %{version}
+Requires:       eet-devel >= %{version}
+Requires:       eina-devel >= %{version}
+Requires:       embryo-devel >= %{version}
+Requires:       evas-devel >= %{version}
 
 %description devel
 Headers, static libraries, test programs and documentation for eina
@@ -82,22 +80,15 @@
 
 %prep
 %setup -q
-%patch0 -p2
 
 %build
 %configure --disable-static --disable-silent-rules
 make %{?_smp_mflags}
 
 %install
-%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?mandriva_version}
 make install DESTDIR="%buildroot"
-%else
-%makeinstall
-%endif
-
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 
-
 %post -n libedje1 -p /sbin/ldconfig
 
 %postun -n libedje1 -p /sbin/ldconfig

++++++ edje-1.7.1.tar.bz2 -> edje-1.7.2.tar.bz2 ++++++
++++ 22358 lines of diff (skipped)

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

Reply via email to