commit elementary for openSUSE:Factory
Hello community, here is the log from the commit of package elementary for openSUSE:Factory checked in at 2015-09-27 08:39:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/elementary (Old) and /work/SRC/openSUSE:Factory/.elementary.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "elementary" Changes: -------- --- /work/SRC/openSUSE:Factory/elementary/elementary.changes 2015-09-08 18:05:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.elementary.new/elementary.changes 2015-09-27 08:39:07.000000000 +0200 @@ -1,0 +2,36 @@ +Mon Sep 21 07:03:17 UTC 2015 - schwab@suse.de + +- Require pkgconfig(lua-5.1) instead of pkgconfig(lua) < 5.2 + +------------------------------------------------------------------- +Thu Sep 17 00:44:10 UTC 2015 - simon@simotek.net + +- Add fix-elm-toolbar-0-size-1.15.2.patch to fix a terminology bug + Should be removed after the 1.15.2 release + +------------------------------------------------------------------- +Tue Sep 15 05:58:38 UTC 2015 - simon@simotek.net + +- Bump to 1.15.1 bugfix +Feature: + popup: make scroller optional in popup (T2651) +Fixes: + focus: add del callback always. + Tooltip: reset content delete callback directly after invocation + elm_toolbar: fix icon_size to consider edje base scale + spinner: Add to support spinner value %d format. + cnp: init wayland dnd handlers upon creating the first drop target + cnp: initialize Elm_Selection_Data.action for wayland drops + cnp: fix wayland drop format selection + cnp: pass wayland drop event size to handler, do not nul terminate drop data + cnp: end wayland drag on allocation failure + cnp: only nul terminate wayland drops for text type drops + cnp: redo wayland drop to nul terminate for text_uri drops and free on every drop + list: fix crash while setting nearest item in viewport (T2662) + scroller: fix the focus move bug in scroller. + scroller: fix the misstake. change && -> || + elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking _elm_win_xwin_update() in _elm_win_finalize_internal(). + scroller: fix memory leak on keys traversal + + +------------------------------------------------------------------- Old: ---- elementary-1.15.0.tar.xz New: ---- elementary-1.15.1.tar.xz fix-elm-toolbar-0-size-1.15.2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ elementary.spec ++++++ --- /var/tmp/diff_new_pack.4rVTcT/_old 2015-09-27 08:39:08.000000000 +0200 +++ /var/tmp/diff_new_pack.4rVTcT/_new 2015-09-27 08:39:08.000000000 +0200 @@ -27,7 +27,7 @@ %define efl_version 1.15.0 Name: elementary -Version: 1.15.0 +Version: 1.15.1 Release: 0 Summary: The widget set for enlightenment @@ -35,6 +35,8 @@ Group: System/Libraries Url: http://enlightenment.org/ Source: %{name}-%{version}.tar.xz +# Bugfix effecting users, remove for 1.15.2 release +Patch0: fix-elm-toolbar-0-size-1.15.2.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen @@ -48,8 +50,12 @@ %if %luajit_present BuildRequires: pkgconfig(luajit) %else +%if 0%{suse_version} >= 1330 +BuildRequires: pkgconfig(lua-5.1) +%else BuildRequires: pkgconfig(lua) < 5.2 %endif +%endif BuildRequires: pkgconfig BuildRequires: pkgconfig(ecore) >= %efl_version BuildRequires: pkgconfig(ecore-con) >= %efl_version @@ -102,8 +108,12 @@ %if %luajit_present Requires: pkgconfig(luajit) %else +%if 0%{suse_version} >= 1330 +Requires: pkgconfig(lua-5.1) +%else Requires: pkgconfig(lua) < 5.2 %endif +%endif %description devel Development files for Elementary library. @@ -147,6 +157,7 @@ %prep %setup -q +%patch0 -p1 %build %if %build_doc ++++++ elementary-1.15.0.tar.xz -> elementary-1.15.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/elementary/elementary-1.15.0.tar.xz /work/SRC/openSUSE:Factory/.elementary.new/elementary-1.15.1.tar.xz differ: char 25, line 1 ++++++ fix-elm-toolbar-0-size-1.15.2.patch ++++++ ++++ 655 lines (skipped)
participants (1)
-
root@hilbert.suse.de