Hello community,

here is the log from the commit of package e17 for openSUSE:Factory checked in 
at 2013-04-17 23:02:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e17 (Old)
 and      /work/SRC/openSUSE:Factory/.e17.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e17", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/e17/e17.changes  2013-02-04 17:58:45.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.e17.new/e17.changes     2013-04-17 
23:02:25.000000000 +0200
@@ -1,0 +2,102 @@
+Fri Apr 12 10:59:03 UTC 2013 - sleep_wal...@suse.cz
+
+- disable building man pages for now completely
+- create tags for new patches
+
+-------------------------------------------------------------------
+Wed Apr 10 23:47:12 UTC 2013 - sleep_wal...@suse.cz
+
+- dont_offer_updates.patch:
+  don't offer update check in first run wizard, just disable it
+- set_default_system_language.patch:
+  use system default as E17 default and don't aski in first run
+  wizard
+
+-------------------------------------------------------------------
+Mon Apr  8 23:41:31 UTC 2013 - sleep_wal...@suse.cz
+
+- add udisks into Recommends to offer automount support
+  - there will be no UDisks2 support for E17
+- require exact version of EFL dependencies
+- sort tags a bit
+
+-------------------------------------------------------------------
+Mon Apr  8 13:54:57 UTC 2013 - sleep_wal...@suse.cz
+
+- disable man page generation for now as it collides with man pages
+  of boost package
+  you can still enable that easily in spec and rebuilt it locally
+  or take it from X11:Enlightenment:Factory
+- wrap lines in changes file a bit
+
+-------------------------------------------------------------------
+Sat Apr  6 00:55:06 UTC 2013 - si...@simotek.net
+
+- Removed Man page doco for now, apparently it conflicts with boost,
+  will add it again later
+- update to 0.17.2.1 (Bugfix Release)
+  0.17.2 had some issues in release creation hence the .1 at the end
+  ChangeLog:
+Cedric BAIL (3):
+      e17: backport r83720.
+      e: backport r83762.
+      e: backport r83815.
+
+Massimo Maiurana (4):
+      updating catalan and esperanto translations
+      this uncommented line was preventing launchpad to update its
+      files
+      updating italian translation
+      updating various translations
+
+Mike Blumenkrantz (32):
+      backport previous config option commit
+      backport autoraise fix for #2183
+      fix branch e17 news
+      backport link navigation fix
+      backport .part file change
+      backport previous xkb commits
+      remove unused var from branch because I am a pedant
+      fix xkb crash
+      same xkb typo in another place
+      on second thought, this config version check wouldn't work
+        in branch. fix fix!
+      fix eina_list_last_data_get detection for e
+      backport profile list leak fix
+      ffs this free macro needs to get fixed to not fail here
+      accidentally put this news item in the wrong place for branch
+        e17...
+      backport up/down key efm fix
+      backport personal apps and xkbswitch fixes from last 2 commits
+      backport personal apps button toggle fix
+      backport fixes for xkb config to e17 branch
+      backport previous commit with shelf deletion during screen
+        resolution change since this almost certainly fixes crashes
+      apparently I forgot to backport the actual fix for the edge
+        binding issue I fixed yesterday
+      backport previous fullscreen window stacking option move commit
+      backport previous efm cache update fixes
+      backport previous fix for API functionality in efm
+      backport 83717
+      fix same unused warning in branch
+      backport vmware commit
+      backport pointer warp fix
+      backport menu crash
+      backport e_layout frozen state fix
+      backport imc dialog fix
+      backport pointer warp to obscured window fix, other change was for
+        new in trunk bug
+      backport previous toolbar gadget popup fix
+
+Rafael Antognolli (2):
+      Bump stable enlightenment to 0.17.2.
+      Update changelog for 0.17.2 release.
+
+maxerba (1):
+      Corrections for italian translation
+-------------------------------------------------------------------
+Fri Mar 29 07:09:05 UTC 2013 - si...@simotek.net
+
+- Require edje-utils e17 requires edje_cc
+
+-------------------------------------------------------------------

Old:
----
  enlightenment-0.17.1.tar.bz2

New:
----
  dont_offer_updates.patch
  enlightenment-0.17.2.1.tar.bz2
  set_default_system_language.patch

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

Other differences:
------------------
++++++ e17.spec ++++++
--- /var/tmp/diff_new_pack.X5APN9/_old  2013-04-17 23:02:41.000000000 +0200
+++ /var/tmp/diff_new_pack.X5APN9/_new  2013-04-17 23:02:41.000000000 +0200
@@ -16,10 +16,12 @@
 #
 
 
-%define efl_release 1.7.5
+%define efl_release 1.7.6
+
+%define generate_manpages 0
 
 Name:           e17
-Version:        0.17.1
+Version:        0.17.2.1
 Release:        0
 Summary:        The window manager
 License:        BSD-2-Clause
@@ -30,6 +32,10 @@
 Source3:        sysactions.conf-oS12.2
 # PATCH-FEATURE-OPENSUSE 
enlightenment-0.16.999.65256-dont_require_suidbit.patch -- we can call dbus 
actions instead of suid binary sleep_wal...@suse.cz
 Patch0:         enlightenment-0.16.999.65256-dont_require_suidbit.patch
+# PATCH-FEATURE-OPENSUSE dont_offer_updates.patch -- don't offer updates, 
that's up to package manager -- sleep_wal...@suse.cz
+Patch1:         dont_offer_updates.patch
+# PATCH-FEATURE-OPENSUSE set_default_system_language.patch -- use system 
default language and don't ask user --  sleep_wal...@suse.cz
+Patch2:         set_default_system_language.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  doxygen
@@ -51,17 +57,23 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xcb-util-keysyms-devel
 BuildRequires:  xorg-x11-libXext-devel
-# to have dbus-send for sysactions.conf
-Requires:       dbus-1
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
+
+# to have dbus-send for sysactions.conf
+Requires:       dbus-1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       e17-branding = 0.1
 Requires:       e17-theme
-Requires:       efreet
+Requires:       edje-utils >= %efl_release
+Requires:       efreet >= %efl_release
 Requires:       libeina1 >= %efl_release
 Requires:       libeio1 >= %efl_release
+%if 0%{?suse_version}
+# to have working automounting we need udisks
+Recommends:     udisks
+%endif
 
 %description
 Enlightenment 0.17 window manager and desktop environment is really fast, 
configurable and beautiful.
@@ -117,16 +129,20 @@
 %description doc-html
 Documentation of Enlightenment in form of HTML pages.
 
+%if %generate_manpages
 %package doc-man
 Summary:        Man documentation of Enlightenment
 Group:          Documentation/Man
 
 %description doc-man
 Documentation of Enlightenment in form of man pages.
+%endif
 
 %prep
 %setup -q -n enlightenment-%{version}
 %patch0
+%patch1 -p1
+%patch2 -p1
 
 %build
 # fake time used for documentation
@@ -146,13 +162,20 @@
 echo "Copying HTML documentation"
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
+
+%if %generate_manpages
 echo "Copying MAN pages"
 /bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
+%endif
+
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
+
+%if %generate_manpages
 %fdupes -s %{buildroot}%{_mandir}
 %endif
+%endif
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 %find_lang enlightenment
@@ -228,8 +251,10 @@
 %exclude %{_docdir}/%{name}/AUTHORS
 %endif
 
+%if %generate_manpages
 %files doc-man
 %defattr(-, root, root)
 %{_mandir}/*/*
+%endif
 
 %changelog

++++++ dont_offer_updates.patch ++++++
Index: enlightenment-0.17.2.1/src/modules/wizard/page_170.c
===================================================================
--- enlightenment-0.17.2.1.orig/src/modules/wizard/page_170.c
+++ enlightenment-0.17.2.1/src/modules/wizard/page_170.c
@@ -1,7 +1,7 @@
 /* Ask about updates checking */
 #include "e_wizard.h"
 
-static int do_up = 1;
+static int do_up = 0;
 /*
 EAPI int
 wizard_page_init(E_Wizard_Page *pg __UNUSED__, Eina_Bool *need_xdg_desktops 
__UNUSED__, Eina_Bool *need_xdg_icons __UNUSED__)
@@ -58,7 +58,7 @@ wizard_page_show(E_Wizard_Page *pg)
    evas_object_show(of);
 
    e_wizard_page_show(o);
-   return 1; /* 1 == show ui, and wait for user, 0 == just continue */
+   return 0; /* 1 == show ui, and wait for user, 0 == just continue */
 }
 
 EAPI int
++++++ enlightenment-0.16.999.65256-dont_require_suidbit.patch ++++++
--- /var/tmp/diff_new_pack.X5APN9/_old  2013-04-17 23:02:41.000000000 +0200
+++ /var/tmp/diff_new_pack.X5APN9/_new  2013-04-17 23:02:41.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/bin/e_sys_main.c.orig
 +++ src/bin/e_sys_main.c
-@@ -103,6 +103,7 @@ main(int argc,
+@@ -123,6 +123,7 @@ main(int argc,
          printf("ERROR: MEMBER OF MORE THAN 65536 GROUPS\n");
          exit(3);
       }
@@ -10,7 +10,7 @@
     if (setuid(0) != 0)
       {
          printf("ERROR: UNABLE TO ASSUME ROOT PRIVILEGES\n");
-@@ -113,7 +114,7 @@ main(int argc,
+@@ -133,7 +134,7 @@ main(int argc,
          printf("ERROR: UNABLE TO ASSUME ROOT GROUP PRIVILEGES\n");
          exit(7);
       }

++++++ enlightenment-0.17.1.tar.bz2 -> enlightenment-0.17.2.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/e17/enlightenment-0.17.1.tar.bz2 
/work/SRC/openSUSE:Factory/.e17.new/enlightenment-0.17.2.1.tar.bz2 differ: char 
11, line 1

++++++ set_default_system_language.patch ++++++
Index: enlightenment-0.17.2.1/src/modules/wizard/page_010.c
===================================================================
--- enlightenment-0.17.2.1.orig/src/modules/wizard/page_010.c
+++ enlightenment-0.17.2.1/src/modules/wizard/page_010.c
@@ -189,6 +189,7 @@ wizard_page_show(E_Wizard_Page *pg)
      }
    e_widget_ilist_go(ob);
    e_widget_ilist_thaw(ob);
+   /*
    if (sel >= 0)
      {
         e_widget_ilist_selected_set(ob, sel);
@@ -197,6 +198,7 @@ wizard_page_show(E_Wizard_Page *pg)
    else if (e_widget_ilist_count(ob) == 2) // default and one other
      e_widget_ilist_selected_set(ob, 1);
    else
+   */
      e_widget_ilist_selected_set(ob, 0);
 
    e_widget_framelist_object_append(of, ob);
@@ -205,7 +207,7 @@ wizard_page_show(E_Wizard_Page *pg)
    evas_object_show(of);
    e_wizard_page_show(o);
 //   pg->data = o;
-   return 1; /* 1 == show ui, and wait for user, 0 == just continue */
+   return 0; /* 1 == show ui, and wait for user, 0 == just continue */
 }
 
 EAPI int
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to