Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2014-09-18 08:00:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enlightenment (Old)
 and      /work/SRC/openSUSE:Factory/.enlightenment.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enlightenment"

Changes:
--------
--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes      
2014-07-24 00:27:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment.changes 
2014-09-18 08:02:13.000000000 +0200
@@ -1,0 +2,67 @@
+Tue Sep 16 04:51:13 UTC 2014 - [email protected]
+
+- Update to 0.19.0 Release
+
+Changelog from upstream (Note we don't build wayland support for 13.2)
+Features:
+* greatly improved wayland support
+    - E_WL_FORCE environment variable for forcing output types
+* e_uuid_store: Add infrastructure to store window/surface properties.
+* Add a tiling profile.
+* per-screen desklock logo visibility config
+* Tiling: Merge the tiling module rework..
+* check udisks1 DevicePresentationHide flag
+* ACTIVATE_EXCLUDE window active hint policy
+* show video resolution in filepreview widget
+* add fileman option to clamp video size for video previews
+* handle xrandr backlight using a single, accurate handler
+* blanking options for wakeup on events (urgent + notify)
+* packagekit module for package manager integration
+* ibar now optionaly triggers its menu on mouse in
+* selective redirection toggling
+* new focus option "raise on revert focus"
+* add PIN-style desklock for lokker module
+* make desklock hookable, break out current desklock into module, move pam
+stuff to separate file
+* revive personal desklock passwords
+* allow moveresize visuals to be replaced
+* allow desk flip animations to be handled completely externally
+* E16-style live pager returns!
+* comp config is no longer a module
+* E_FIRST_FRAME env variable
+* new compositor API
+* add E_MODULE_SRC_PATH for setting current module src path without needing
+to install modules
+* use non-recursive makefiles for entire build system
+
+Improvements:
+* filemanager popups no longer span multiple monitors
+* system operations no longer dim screen until action has begun
+* window stacking and focus restore is more accurate across restarts
+* gstreamer1 is now used for media previews
+* improved multiple monitor setup reliability
+* shaped windows now render more accurately
+
+
+-------------------------------------------------------------------
+Fri Aug 29 13:51:20 UTC 2014 - [email protected]
+
+- Update to 0.19.0 RC3- Merged from X11:Enlightenment:Nightly
+  * Major Packaging changes
+    * Use upstream sysactions.conf, if systemd is present, no longer requires 
suid bits
+    * remove disable physics / ephysics configure flags, physics module is 
long gone, 
+      and we support physics now anyway (removes sysactions.conf-oS12.2 patch 
from factory)
+    * e18.service now enlightenment.service
+  * Upstream changes
+    * Compositor rewrite
+    * Vastly better wayland support (were not building it)
+    * New modules
+      * Tiling
+      * Pager
+      * ibar - now behaves like a complete task bar (Win 7 Style)
+      * Music control
+      * package management modules
+    * Bug fixes and coverty fixes
+    * Probably a whole lot more (News files still need work)
+
+-------------------------------------------------------------------

Old:
----
  enlightenment-0.18.8.tar.bz2

New:
----
  enlightenment-0.19.0.tar.xz

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

Other differences:
------------------
++++++ enlightenment.spec ++++++
--- /var/tmp/diff_new_pack.xpYKvV/_old  2014-09-18 08:02:14.000000000 +0200
+++ /var/tmp/diff_new_pack.xpYKvV/_new  2014-09-18 08:02:14.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define efl_version    1.9.3
+%define efl_version    1.11.2
 
 %if 0%{?suse_version} >= 1230 || 0%{?fedora} >= 18
 %define systemd_present 1
@@ -27,13 +27,13 @@
 %define generate_manpages 0
 
 Name:           enlightenment
-Version:        0.18.8
+Version:        0.19.0
 Release:        0
 Summary:        The window manager
 License:        BSD-2-Clause
 Group:          System/X11/Displaymanagers
 Url:            http://enlightenment.org/
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-0.19.0.tar.xz
 Source2:        e17
 Source3:        sysactions.conf-oS12.2
 # PATCH-FIX-OPENSUSE - enlightenment-0.16.999.65256-dont_require_suidbit.patch 
[email protected] -- upstream insist on having suidbit
@@ -162,7 +162,7 @@
 %endif
 
 %prep
-%setup -q
+%setup -q -n enlightenment-0.19.0
 %patch0
 %patch1 -p1
 %patch2 -p1
@@ -174,7 +174,7 @@
 FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %T')
 sed -i 
"s/\$datetime/$FAKE_DOCDATETIME/g;s/\$date/$FAKE_DOCDATE/g;s/\$year/$FAKEDOCYEAR/g"
 doc/*.html
 
-%configure --disable-static --disable-silent-rules --disable-physics 
--disable-ephysics
+%configure --disable-static --disable-silent-rules
 make %{?_smp_mflags}
 make doc
 
@@ -226,30 +226,33 @@
 cp %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/enlightenment
 %if 0%{?suse_version} >= 1220
 # replace sysactions.conf with the distribution one
+# if using systemd the upstream config is now more reasonable so keep that one
+%if !%systemd_present
 cp %{SOURCE3} %{buildroot}%{_sysconfdir}/enlightenment/sysactions.conf
 %endif
+%endif
 
 # remove files from not wanted place
 rm %{buildroot}%{_datadir}/enlightenment/{COPYING,AUTHORS}
 
 %if %systemd_present
 %pre
-%service_add_pre e18.service
+%service_add_pre enlightenment.service
 %endif
 
 %post
 %if %systemd_present
-%service_add_post e18.service
+%service_add_post enlightenment.service
 %endif
 
 %if %systemd_present
 %preun
-%service_del_preun e18.service
+%service_del_preun enlightenment.service
 %endif
 
 %postun
 %if %systemd_present
-%service_del_postun e18.service
+%service_del_postun enlightenment.service
 %endif
 
 %files -f enlightenment.lang
@@ -263,10 +266,10 @@
 %config(noreplace) %{_sysconfdir}/enlightenment
 %config(noreplace) %{_sysconfdir}/pam.d/enlightenment
 %dir %{_sysconfdir}/xdg/menus
-%config %{_sysconfdir}/xdg/menus/enlightenment.menu
+%config %{_sysconfdir}/xdg/menus/e-applications.menu
 %{_bindir}/enlightenment*
 %if %systemd_present
-%{_prefix}/lib/systemd/user/e18.service
+%{_prefix}/lib/systemd/user/enlightenment.service
 %endif
 # excluded to be branded
 %exclude %{_libdir}/enlightenment/modules/wizard/def-ibar.txt

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

Reply via email to