Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2014-04-14 20:25:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/efl (Old)
 and      /work/SRC/openSUSE:Factory/.efl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "efl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/efl/efl.changes  2014-04-09 13:12:55.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes     2014-04-14 
20:25:12.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Apr 12 08:28:42 UTC 2014 - sch...@suse.de
+
+- Only use valgrind when it exists
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ efl.spec ++++++
--- /var/tmp/diff_new_pack.F8LwlA/_old  2014-04-14 20:25:13.000000000 +0200
+++ /var/tmp/diff_new_pack.F8LwlA/_new  2014-04-14 20:25:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package efl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define build_doc 1
 # Build doc needs to be defined for build doc man to work
 %define build_doc_man 0
@@ -54,12 +55,12 @@
 
 Name:           efl
 Version:       1.9.2
-Release:        1
+Release:        0
 # TODO: split package to separate packages and specify licenses correctly
-License:        BSD-2-Clause and LGPL-2.1 and Zlib
 Summary:        Enlightenment Foundation Libraries - set of libraries used 
(not only) by E17
-Url:            http://enlightenment.org
+License:        BSD-2-Clause and LGPL-2.1 and Zlib
 Group:          Development/Libraries/C and C++
+Url:            http://enlightenment.org
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  autoconf >= 2.5
 BuildRequires:  automake
@@ -74,7 +75,9 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python >= 2.5
+%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl
 BuildRequires:  valgrind
+%endif
 
 BuildRequires:  pkgconfig(alsa)
 %if %physics_present
@@ -83,9 +86,11 @@
 BuildRequires:  pkgconfig(check)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dri)
+BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(fribidi)
+BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libexif)
@@ -101,8 +106,6 @@
 BuildRequires:  pkgconfig(sdl)
 BuildRequires:  pkgconfig(sndfile)
 BuildRequires:  pkgconfig(x11)
-BuildRequires: pkgconfig(egl)
-BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(xcb-composite)
 BuildRequires:  pkgconfig(xcb-damage)
 BuildRequires:  pkgconfig(xcb-dpms)
@@ -137,7 +140,6 @@
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(zlib)
 
-
 %if %harfbuzz_present
 BuildRequires:  pkgconfig(harfbuzz)
 %endif
@@ -150,8 +152,8 @@
 %endif
 %if %{gstreamer_present}
 BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
 BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 %endif
 %if 0%{?mandriva_version} != 201010 && 0%{?centos_version} != 600 && 
0%{?sles_version} != 11
@@ -190,26 +192,26 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
-
 %description
 EFL is library collection providing various functionality used (not onyl) by 
Enlightenment 17, Terminology, Tizen mobile platform and much more.
 
 %package devel
 Summary:        Headers, pkgconfig files and other files for development with 
EFL
+License:        BSD-2-Clause and LGPL-2.1 and Zlib
 Group:          Development/Libraries/C and C++
-Requires:       glibc-devel
 Requires:       gettext-devel
 Requires:       giflib-devel
+Requires:       glibc-devel
 
 %if %physics_present
 Requires:       pkgconfig(bullet)
 %endif
 Requires:       pkgconfig(dbus-1)
 Requires:       pkgconfig(dri)
+Requires:       pkgconfig(egl)
 Requires:       pkgconfig(fontconfig)
 Requires:       pkgconfig(freetype2)
 Requires:       pkgconfig(fribidi)
-Requires:      pkgconfig(egl)
 Requires:       pkgconfig(glesv2)
 Requires:       pkgconfig(glib-2.0)
 Requires:       pkgconfig(libcurl)
@@ -270,8 +272,8 @@
 %endif
 %if %{gstreamer_present}
 Requires:       pkgconfig(gstreamer-0.10)
-Requires:       pkgconfig(gstreamer-plugins-base-0.10)
 Requires:       pkgconfig(gstreamer-1.0)
+Requires:       pkgconfig(gstreamer-plugins-base-0.10)
 Requires:       pkgconfig(gstreamer-plugins-base-1.0)
 %endif
 %if %pulse_present
@@ -281,7 +283,6 @@
 Requires:       %{name} = %{version}
 Requires:       libecore1 = %{version}
 Requires:       libedje1 = %{version}
-Requires:       libeldbus1 = %{version}
 Requires:       libeet1 = %{version}
 Requires:       libeeze1 = %{version}
 Requires:       libefreet1 = %{version}
@@ -289,25 +290,26 @@
 Requires:       libefreet_trash1 = %{version}
 Requires:       libeina1 = %{version}
 Requires:       libeio1 = %{version}
+Requires:       libeldbus1 = %{version}
 Requires:       libembryo1 = %{version}
 Requires:       libemotion1 = %{version}
 Requires:       libeo1 = %{version}
 %if %physics_present
 Requires:       libephysics1 = %{version}
 %endif
+Requires:       edje = %{version}
+Requires:       embryo = %{version}
 Requires:       libethumb1 = %{version}
 Requires:       libethumb_client1 = %{version}
 Requires:       libevas1 = %{version}
-Requires:      edje = %{version}
-Requires:      embryo = %{version}
 Provides:       ecore-devel = %{version}
-Provides:       edje-devel = %{version}
 Provides:       edbus-devel = %{version}
-Provides:       eina-devel = %{version}
-Provides:       eio-devel = %{version}
+Provides:       edje-devel = %{version}
 Provides:       eet-devel = %{version}
 Provides:       eeze-devel = %{version}
 Provides:       efreet-devel = %{version}
+Provides:       eina-devel = %{version}
+Provides:       eio-devel = %{version}
 Provides:       embryo-devel = %{version}
 Provides:       emotion-devel = %{version}
 %if %physics_present
@@ -317,13 +319,13 @@
 Provides:       ethumb-devel = %{version}
 Provides:       evas-devel = %{version}
 Obsoletes:      ecore-devel < %{version}
-Obsoletes:      edje-devel < %{version}
 Obsoletes:      edbus-devel < %{version}
-Obsoletes:      eina-devel < %{version}
-Obsoletes:      eio-devel < %{version}
+Obsoletes:      edje-devel < %{version}
 Obsoletes:      eet-devel < %{version}
 Obsoletes:      eeze-devel < %{version}
 Obsoletes:      efreet-devel < %{version}
+Obsoletes:      eina-devel < %{version}
+Obsoletes:      eio-devel < %{version}
 Obsoletes:      embryo-devel < %{version}
 Obsoletes:      emotion-devel < %{version}
 Obsoletes:      eo-devel < %{version}
@@ -337,8 +339,8 @@
 Headers, pkgconfig files and other files needed for development with EFL.
 
 %package -n libecore1
-License:        BSD-2-Clause
 Summary:        Ecore, part of EFL
+License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
 
 %description -n libecore1
@@ -346,23 +348,25 @@
 convenient things for a programmer, to save time and effort.
 
 %package -n libedje1
-License:        BSD-2-Clause and GPL-2.0
 Summary:        Edje, part of EFL
+License:        BSD-2-Clause and GPL-2.0
 Group:          System/Libraries
+
 %description -n libedje1
 Abstract GUI layout and animation object library. Part of Enlightenment 
Foundation Libraries.
 
 %package -n libeldbus1
-License:        LGPL-2.1
 Summary:        ELDbus, part of EFL
+License:        LGPL-2.1
 Group:          System/Libraries
+
 %description -n libeldbus1
 ELDbus is a wrapper around libdbus for the Enlightenment Foundation Libraries
 
 %package -n libeet1
 Summary:        Eet, part of EFL
-Group:          Development/Libraries/C and C++
 License:        BSD-2-Clause
+Group:          Development/Libraries/C and C++
 
 %description -n libeet1
 Eet is a tiny library designed to write an arbitrary set of chunks of
@@ -378,8 +382,8 @@
 read by any architecture.
 
 %package -n libeeze1
-License:        BSD-2-Clause
 Summary:        Eeze, part of EFL
+License:        BSD-2-Clause
 Group:          System/Libraries
 
 %description -n libeeze1
@@ -399,16 +403,16 @@
 reduce the complexity of managing devices.
 
 %package -n libefreet1
-License:        BSD-2-Clause
 Summary:        Efreet, part of EFL
+License:        BSD-2-Clause
 Group:          System/Libraries
 
 %description -n libefreet1
 Standards handling for FreeDesktop.org standards.
 
 %package -n libefreet_mime1
-License:        BSD-2-Clause
 Summary:        Efreet, part of EFL
+License:        BSD-2-Clause
 Group:          System/Libraries
 Conflicts:             libefreet1 < 1.8
 
@@ -416,8 +420,8 @@
 Standards handling for FreeDesktop.org mime types.
 
 %package -n libefreet_trash1
-License:        BSD-2-Clause
 Summary:        Efreet, part of EFL
+License:        BSD-2-Clause
 Group:          System/Libraries
 Conflicts:             libefreet1 < 1.8
 
@@ -425,24 +429,24 @@
 Standards handling for FreeDesktop.org trash.
 
 %package -n libeina1
-License:        LGPL-2.1
 Summary:        Eina, part of EFL
+License:        LGPL-2.1
 Group:          Development/Libraries/C and C++
 
 %description -n libeina1
 Eina is library handling various data types.
 
 %package -n libeio1
-License:        LGPL-2.1
 Summary:        Eio, part of EFL
+License:        LGPL-2.1
 Group:          Development/Libraries/C and C++
 
 %description -n libeio1
 Extension of ecore for parallel I/O operations. Part of Enlightenment 
Foundation Libraries.
 
 %package -n libembryo1
-License:        BSD-2-Clause and Zlib
 Summary:        Embryo, part of EFL
+License:        BSD-2-Clause and Zlib
 Group:          Development/Libraries/C and C++
 
 %description -n libembryo1
@@ -452,8 +456,8 @@
 untouched.
 
 %package -n libemotion1
-License:        BSD-2-Clause
 Summary:        Emotion, part of EFL
+License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
 
 %description -n libemotion1
@@ -461,16 +465,16 @@
 Currently the supported backends for this 
 
 %package -n libeo1
-License:        LGPL-2.1
 Summary:        Eo, part of EFL
+License:        LGPL-2.1
 Group:          Development/Libraries/C and C++
 
 %description -n libeo1
 Eo is library providing basic E object in OOP way of programming.
 
 %package -n libethumb1
-License:        LGPL-2.1
 Summary:        EThumb, part of EFL
+License:        LGPL-2.1
 Group:          Development/Libraries/C and C++
 
 %description -n libethumb1
@@ -478,8 +482,8 @@
 
 %if %physics_present
 %package -n libephysics1
-License:        LGPL-2.1
 Summary:        EPhysics, part of EFL
+License:        LGPL-2.1
 Group:          Development/Libraries/C and C++
 
 %description -n libephysics1
@@ -487,8 +491,8 @@
 %endif
 
 %package -n libevas1
-License:        BSD-2-Clause
 Summary:        Evas, part of EFL
+License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
 
 %description -n libevas1
@@ -499,25 +503,25 @@
 
 %package -n libethumb_client1
 Summary:        EThumb Client, part of EFL
-Group:          System/Libraries
 License:        LGPL-2.1
+Group:          System/Libraries
 
 %description -n libethumb_client1
 Shared library of ethumb client
 
 %package -n edje
-License:       BSD-2-Clause
 Summary:       Abstract GUI layout and animation object library
+License:        BSD-2-Clause
 Group:         Development/Libraries/C and C++
-Requires:      libedje1 = %{version}
 Requires:      embryo = %{version}
+Requires:       libedje1 = %{version}
 
 %description -n edje
 Abstract GUI layout and animation object library. Part of Enlightenment 
Foundation Libraries.
 
 %package -n embryo
-License:       BSD-2-Clause
 Summary:       Abstract GUI layout and animation object library
+License:        BSD-2-Clause
 Group:         Development/Libraries/C and C++
 Requires:      libembryo1 = %{version}
 
@@ -530,8 +534,8 @@
 %if %{build_doc}
 %if %{build_doc_man}
 %package doc-man
-License:        BSD-2-Clause
 Summary:        EFL reference man pages
+License:        BSD-2-Clause
 Group:          Documentation/Man
 
 %description doc-man
@@ -539,8 +543,8 @@
 %endif #build_doc_man
 
 %package doc-html
-License:        BSD-2-Clause
 Summary:        EFL reference man pages
+License:        BSD-2-Clause
 Group:          Documentation/HTML
 
 %description doc-html
@@ -549,6 +553,7 @@
 
 %package examples
 Summary:        Examples of EFL usage
+License:        BSD-2-Clause and LGPL-2.1 and Zlib
 Group:          Documentation/Man
 
 %description examples
@@ -556,6 +561,7 @@
 
 %package testsuite
 Summary:        EFL testsuite
+License:        BSD-2-Clause and LGPL-2.1 and Zlib
 Group:          Development/Libraries/C and C++
 Requires:       libefreet1 = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to