From f5d997b4800cb99dbd336cf3b04aea5bf1cd1cae Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 13 Aug 2015 14:33:11 -0400 Subject: [PATCH] 1.15.0 --- .gitignore | 1 + efl.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 312ed36..b12caf5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /efl-1.14.0.tar.xz /efl-1.14.1.tar.xz /efl-1.14.2.tar.xz +/efl-1.15.0.tar.xz diff --git a/efl.spec b/efl.spec index 2519a7b..bc7f345 100644 --- a/efl.spec +++ b/efl.spec @@ -12,7 +12,7 @@ %global use_wayland 0 Name: efl -Version: 1.14.2 +Version: 1.15.0 Release: 1%{?dist} Summary: Collection of Enlightenment libraries License: BSD and LGPLv2+ and GPLv2 and zlib @@ -205,7 +205,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %post /sbin/ldconfig -%systemd_post efreet.service %systemd_post ethumb.service /bin/touch --no-create %{_datadir}/mime/packages &>/dev/null || : @@ -214,14 +213,12 @@ if [ $1 -eq 0 ] ; then /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : fi /sbin/ldconfig -%systemd_postun_with_restart efreet.service %systemd_postun_with_restart ethumb.service %posttrans /usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %preun -%systemd_preun efreet.service %systemd_preun ethumb.service %files -f %{name}.lang @@ -229,6 +226,8 @@ fi %license COPYING licenses/COPYING.BSD licenses/COPYING.GPL licenses/COPYING.LGPL licenses/COPYING.SMALL %doc AUTHORS COMPLIANCE NEWS README %{_libdir}/libefl.so.1* +%{_bindir}/efl_debug +%{_bindir}/efl_debugd # ecore %{_bindir}/ecore_evas_convert %{_libdir}/ecore/ @@ -257,16 +256,15 @@ fi %{_libdir}/libeeze.so.1* # efreet %{_bindir}/efreetd -%{_unitdir}/efreet.service # we don't depend on dbus, but we want clean dir ownership here. %dir %{_datadir}/dbus-1/ %dir %{_datadir}/dbus-1/services/ -%{_datadir}/dbus-1/services/org.enlightenment.Efreet.service %{_libdir}/efreet/ %{_libdir}/libefreet.so.1* %{_libdir}/libefreet_mime.so.1* %{_libdir}/libefreet_trash.so.1* # eina +%{_bindir}/eina_btlog %{_libdir}/libeina.so.* # eio %{_libdir}/libeio.so.1* @@ -468,6 +466,9 @@ fi %{_libdir}/pkgconfig/evas*.pc %changelog +* Mon Aug 10 2015 Tom Callaway - 1.15.0-1 +- update to 1.15.0 + * Tue Jul 7 2015 Tom Callaway - 1.14.2-1 - disable scim by default - update to 1.14.2 diff --git a/sources b/sources index dc35ad3..a87b1f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ed966026250d2dbc5345b31a15f57b4 efl-1.14.2.tar.xz +8429b7ccd4e287abf9544da378749341 efl-1.15.0.tar.xz