diff --git a/terminology-0.8.0-fix-build-on-eina-1.7.x.diff b/terminology-0.8.0-fix-build-on-eina-1.7.x.diff deleted file mode 100644 index 7247086..0000000 --- a/terminology-0.8.0-fix-build-on-eina-1.7.x.diff +++ /dev/null @@ -1,26 +0,0 @@ ---- terminology-0.8.0/src/bin/main.c.orig 2015-02-15 07:44:38.000000000 -0500 -+++ terminology-0.8.0/src/bin/main.c 2015-02-15 13:24:20.632867523 -0500 -@@ -871,10 +871,11 @@ - main_trans_update(config); - main_media_update(config); - win_sizing_handle(wn); - win = win_evas_object_get(wn); - evas_object_show(win); -+#if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8) - if (startup_split) - { - unsigned int i = 0; - void *pch = NULL; - Term *next = term; -@@ -903,10 +904,11 @@ - goto end; - } - } - if (cmds_list) eina_list_free(cmds_list); - } -+#endif - if (pos_set) - { - int screen_w, screen_h; - - elm_win_screen_size_get(win, NULL, NULL, &screen_w, &screen_h); diff --git a/terminology.spec b/terminology.spec index d0ccd48..3b4e525 100644 --- a/terminology.spec +++ b/terminology.spec @@ -1,6 +1,6 @@ Name: terminology Version: 0.9.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Summary: EFL based terminal emulator Url: http://www.enlightenment.org @@ -66,6 +66,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/terminology.desktop %changelog +* Mon Mar 14 2016 Ding-Yi Chen - 0.9.1-6 +- Rebuild for efl-1.17.0 + * Fri Mar 04 2016 Conrad Meyer - 0.9.1-5 - Pull bugfix from terminology git to fix issue users may be hitting in the field: https://retrace.fedoraproject.org/faf/reports/997237/