commit ecore for openSUSE:Factory

2013-10-20 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2013-10-20 10:50:04

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore"

Changes:

--- /work/SRC/openSUSE:Factory/ecore/ecore.changes  2013-08-04 
07:29:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2013-10-20 
10:50:06.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 12:55:49 UTC 2013 - sleep_wal...@suse.cz
+
+- properly escape %T in date command call
+
+---



Other differences:
--
++ ecore.spec ++
--- /var/tmp/diff_new_pack.e8kKrJ/_old  2013-10-20 10:50:07.0 +0200
+++ /var/tmp/diff_new_pack.e8kKrJ/_new  2013-10-20 10:50:07.0 +0200
@@ -128,7 +128,7 @@
 # fake time used for documentation
 FAKE_DOCDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b %%d 
%%Y')
 FAKE_DOCYEAR=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%Y')
-FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %T')
+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 \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ecore for openSUSE:Factory

2013-08-03 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2013-08-04 07:29:14

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore"

Changes:

--- /work/SRC/openSUSE:Factory/ecore/ecore.changes  2013-05-27 
09:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2013-08-04 
07:29:16.0 +0200
@@ -1,0 +2,119 @@
+Sat Aug  3 01:14:50 UTC 2013 - si...@simotek.net
+
+- bump to 1.7.8
+  Multiple Randr and Wayland fixes
+  Randr is now disabled on sles as it no longer builds
+  Changelog:
+Boris Faure (1):
+  Backport: d9e05b1 :: ecore_x: randr: don't crash when launching
+e without second screen
+
+Carsten Haitzler (1):
+  Backport: afd8a71 :: devilhorns: u lets not segv and run
+allover the stack shall we? memset the size of memory we ALLOCATED!
+
+Carsten Haitzler (Rasterman) (1):
+  Backport: c5ade50 :: Fix ecore-x edid fetch to ftech 128, not 100 bytes.
+
+Chris Michael (8):
+  Backport: f5a1889 :: Add missing randr_crtc_info_get function to xcb.
+  Backport: b619f84 :: Add missing ecore_x_randr_crtc_clone_set
+function for xcb.
+  Backport: 559b1b3 :: Add missing ecore_x_randr_crtc_info_free
+function to xcb.
+  Backport: bc31a55 :: Add ecore_x_randr_config_timestamp_get to
+return config timestamp that XRandr has currently.
+  Backport: afff55e :: Fix memleak in ecore_x_randr_crtc_settings_set.
+  Backport: 1d58f5f :: Don't allocate space for a mode name unless
+the nameLength is greater than 0.
+  Backport: d263e31 :: When getting crtc info, fill in missing
+"rotations" field so that the value is initialized.
+  Backport: aa75297 : Add #ifdef ECORE_XRANDR around the edid functions.
+
+Christopher Michael (21):
+  Backport: 8e62eb9 :: Implement & fix ecore_x_randr code.
+  Backport: 390c54e :: Add missing UNUSED to some function parameters.
+  Backport: 7fbaead :: Deprecate old ecore_x_randr_crtc_gamma
+functions. Create new (proper) Ecore_X_Randr_Crtc_Gamma_Info
+structure. Add new ecore_x_randr_crtc_gamma functions that use the
+proper structure.
+  Backport: 1330412 :: Deprecate old ecore_x_randr_crtc_gamma
+functions. Add new ecore_x_randr_crtc_gamma functions that use the
+proper structure. Add some missing UNUSED for function params.
+  Backport: 4739b50 :: Add the missing RandR 1.4 functions to
+Ecore_X header.
+  Backport: cdeedfb :: Fix parameters for new RandR 1.4 functions.
+  Backport: 469aeba :: Fix gamma functions (unsure how this all
+got messed up from previous commit).
+  Backport: d2a5654 :: Fix randr 1.4 function declarations to be
+sane (match rest of efl): There is no point in returning a rectangle
+if we are filling in the x, y, w, h params also. That's just
+stupidness.
+  Backport: afcc2c6 :: Actually Implement RandR 1.4 functions (with code) 
+  Backport: 8075dbc :: Remove blank line.
+  Backport: ea30a66 :: Since we actually support RandR 1.4 now,
+lets increment the minor version number.
+  Backport: e6be429 :: Length is optional here when getting edid
+from output.
+  Backport: cdb82dc :: Tell X to create the edid atom if it is
+missing so we can return valid edid information.
+  Backport: f317906 :: Set number of returned modes early in the
+process. Let's be a bit pedantic here, if the number of returned modes
+is Zero, then just free resources and get out.
+  Backport: 0c76117 :: Be a bit more pedantic when getting outputs
+for a crtc, in that if xrandr returns 0 outputs, then free resources
+and return null quickly.
+  Backport: 562b278 :: Be a lot more pedantic and add some more
+safety checks about xrandr return values (ie: if xrandr returns 0
+crtcs, then we don't need to allocate anything, etc, etc, etc).
+  Backport: 913f506 :: Add new Ecore_X_Randr_Crtc_Info structure.
+Add header function for ecore_x_randr_crtc_info_get.
+  Backport: 20d1df8 :: Add ecore_x_randr_crtc_info_get function.
+  Backport: 2fe1fa0 :: Fix crtc_info_get function (memcpy fails
+here in some cases, so manually allocate and copy things over).
+  Backport: 736d81e :: Add ecore_x_randr_crtc_info_free function.
+  Backport: 37749b3 :: Add ecore_x_randr_crtc_info_free function.
+
+Daniel Willmann (1):
+  Backport 6d54f4: fix 64bit ecore-x selection overrun bug.
+
+Deon Thomas (5):
+  Backport: 3888089 :: Remove old randr code.
+  Backport: ed1de4e :: Fix makefile for new randr code.
+  Backport: 139ca23 :: Remove ecore_x_randr.h file from Make. Not
+needed anymore.
+  updated NEWS to reflect devilhorns changes
+  updated changelog fixed building with --disable-ecore-xrandr
+
+Eduardo Lima (Etrunko) (2):
+  ecore_wl: Handle ECORE_WL_WINDOW_TYPE_NON

commit ecore for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2013-04-17 23:02:32

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ecore/ecore.changes  2013-01-17 
09:38:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2013-04-17 
23:02:45.0 +0200
@@ -1,0 +2,83 @@
+Tue Apr 16 11:36:02 UTC 2013 - sleep_wal...@suse.cz
+
+- remove manpages completely
+
+---
+Tue Apr  9 14:33:44 UTC 2013 - sleep_wal...@suse.cz
+
+- improve manpage filter
+
+---
+Tue Apr  9 13:47:32 UTC 2013 - sleep_wal...@suse.cz
+
+- build manpages for every project again, but try to filter
+  unimportant files
+
+---
+Mon Apr  8 12:16:44 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
+
+---
+Fri Apr  5 23:11:25 UTC 2013 - si...@simotek.net
+
+- Update to 1.7.6 
+  This includes a fix for 1786 so the relevant patch has been removed
+Boris Faure (1):
+  Fix use of uninitialized var + leak--. Fix #1786
+
+Carsten Haitzler (3):
+  backport ximage sync fix.
+  backport composited ecore x bug fix.
+  backport edid fix to ecore-x
+
+Cedric BAIL (4):
+  ecore: backport r82964.
+  ecore: properly handle mouse and touch screen with Ecore_Evas FB.
+  ecore: backport warning fix.
+  ecore_con: backport forgotten Ecore_Con_Url speed bug fix.
+
+Eduardo Lima (Etrunko) (1):
+  Backport r83644.
+
+Eduardo de Barros Lima (2):
+  Backport r83310.
+  Backport part of commit 83642, which adds missing #ifdef __cplusplus 
directive
+
+Guillaume Friloux (3):
+  Backport of r83517 (fixing a memory leak in ecore_con_dns)
+  backport of r83766, see the devel ML for explainations
+  Update ChangeLog and NEWS
+
+Leandro Dorileo (1):
+  ecore: ibus needs ecore_evas
+
+Massimo Maiurana (1):
+  updating catalan and esperanto translations
+
+Mike Blumenkrantz (6):
+  backport 78937: thread safety for ecore_pipe
+  clean up gnutls session init in ecore-con
+  also blacklist gnutls < 2.12.16 on 1.7 branch
+  rebase dns.c in 1.7 branch to fix hosts file parsing (nsswitch usage)
+  fix ecore-con writes for disconnected servers
+  use correct date for changelog in 1.7
+
+Rafael Antognolli (9):
+  Backport r83610.
+  Backport r83647:
+  ecore/wayland: Backport r83779.
+  Backport r83312.
+  Backport part of r83642.
+  backport: 97d06e5b3f4b658d60ef9ff2e3d1d81ce86cb3b3
+  More fixes on ChangeLog and NEWS for 1.7.6 release.
+  Bump stable efl to 1.7.6.
+  Update changelog for 1.7.6 release.
+
+Tom Hacohen (1):
+  Fix revision fetching when not using git.
+
+---

Old:

  0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch
  ecore-1.7.5.tar.bz2

New:

  ecore-1.7.6.tar.bz2



Other differences:
--
++ ecore.spec ++
--- /var/tmp/diff_new_pack.ZpiYtb/_old  2013-04-17 23:03:00.0 +0200
+++ /var/tmp/diff_new_pack.ZpiYtb/_new  2013-04-17 23:03:00.0 +0200
@@ -20,15 +20,13 @@
 %define has_scim 0%{?mandriva_version} != 201100 && 0%{?centos_version} != 600
 
 Name:   ecore
-Version:1.7.5
+Version:1.7.6
 Release:0
 Summary:Core mainloop, display abstraction and utility library
 License:BSD-2-Clause
 Group:  Development/Libraries/C and C++
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch 
sleep_wal...@suse.cz -- fix leak causing crash of terminology when pasting 
selection to rich text editor
-Patch0: 0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch
 BuildRequires:  SDL-devel
 BuildRequires:  doxygen
 BuildRequires:  eet-devel >= %version
@@ -116,13 +114,6 @@
 %description doc-html
 Documentation of Ecore library in form of HTML pages.
 
-%package doc-man
-Summary:Man documentation of Eina
-Group:  Documentation/Man
-
-%description doc-man
-Documentation of Eina library in form of man pages.
-
 %package examples
 Summary:Examples of Ecore usage
 Group:  Documentation/Other
@@

commit ecore for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2013-01-17 09:38:02

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ecore/ecore.changes  2013-01-10 
10:47:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2013-01-17 
09:38:04.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 22:01:22 UTC 2013 - sleep_wal...@suse.cz
+
+- introduce 0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch which fix 
terminology selection bug (ticket#1786)
+
+---

New:

  0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch



Other differences:
--
++ ecore.spec ++
--- /var/tmp/diff_new_pack.gf0Aw9/_old  2013-01-17 09:38:05.0 +0100
+++ /var/tmp/diff_new_pack.gf0Aw9/_new  2013-01-17 09:38:05.0 +0100
@@ -27,6 +27,8 @@
 Group:  Development/Libraries/C and C++
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM 0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch 
sleep_wal...@suse.cz -- fix leak causing crash of terminology when pasting 
selection to rich text editor
+Patch0: 0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch
 BuildRequires:  SDL-devel
 BuildRequires:  doxygen
 BuildRequires:  eet-devel >= %version

++ 0001-Fix-use-of-uninitialized-var-leak-.-Fix-1786.patch ++
>From e1147ea2d714bda14695bdf3075ff47e059ee9ee Mon Sep 17 00:00:00 2001
From: billiob 
Date: Sun, 13 Jan 2013 14:08:34 +
Subject: [PATCH] Fix use of uninitialized var + leak--. Fix #1786

git-svn-id: http://svn.enlightenment.org/svn/e/branches/ecore-1.7@82729 
7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
---
 ChangeLog |6 ++
 src/lib/ecore_x/xcb/ecore_xcb_selection.c |5 +++--
 src/lib/ecore_x/xlib/ecore_x_selection.c  |4 +++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a8a5985..6cfc909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1050,3 +1050,9 @@
 2013-01-04  Luis Felipe Strano Moraes
 
* 1.7.5 release
+
+2013-01-13  Boris Faure (billiob)
+
+   * Fixed condition based on uninitialized value in ecore_x_selection
+   (both xlib and xcb).
+   * Fixed a leaked when no selection converter matches.
diff --git a/src/lib/ecore_x/xcb/ecore_xcb_selection.c 
b/src/lib/ecore_x/xcb/ecore_xcb_selection.c
index 92f4f3d..5496f89 100644
--- a/src/lib/ecore_x/xcb/ecore_xcb_selection.c
+++ b/src/lib/ecore_x/xcb/ecore_xcb_selection.c
@@ -486,7 +486,7 @@ ecore_x_selection_convert(Ecore_X_Atom  selection,
 {
Ecore_X_Selection_Intern *sel;
Ecore_X_Selection_Converter *cnv;
-   void *data;
+   void *data = NULL;
char *tgt_str;
 
LOGFN(__FILE__, __LINE__, __FUNCTION__);
@@ -498,7 +498,7 @@ ecore_x_selection_convert(Ecore_X_Atom  selection,
  {
 if (cnv->target == target)
   {
- int r = 0;
+ int r;
 
  r = cnv->convert(tgt_str, sel->data, sel->length, &data, size,
   targtype, typesize);
@@ -512,6 +512,7 @@ ecore_x_selection_convert(Ecore_X_Atom  selection,
return EINA_FALSE;
   }
  }
+   free(tgt_str);
 
return EINA_FALSE;
 }
diff --git a/src/lib/ecore_x/xlib/ecore_x_selection.c 
b/src/lib/ecore_x/xlib/ecore_x_selection.c
index 5d71906..7d4e1fc 100644
--- a/src/lib/ecore_x/xlib/ecore_x_selection.c
+++ b/src/lib/ecore_x/xlib/ecore_x_selection.c
@@ -569,7 +569,7 @@ ecore_x_selection_convert(Ecore_X_Atom selection,
 {
Ecore_X_Selection_Intern *sel;
Ecore_X_Selection_Converter *cnv;
-   void *data;
+   void *data = NULL;
char *tgt_str;
 
LOGFN(__FILE__, __LINE__, __FUNCTION__);
@@ -581,6 +581,7 @@ ecore_x_selection_convert(Ecore_X_Atom selection,
 if (cnv->target == target)
   {
  int r;
+
  r = cnv->convert(tgt_str, sel->data, sel->length, &data, size,
   targtype, typesize);
  free(tgt_str);
@@ -593,6 +594,7 @@ ecore_x_selection_convert(Ecore_X_Atom selection,
return EINA_FALSE;
   }
  }
+   free(tgt_str);
 
/* ICCCM says "If the selection cannot be converted into a form based on 
the target (and parameters, if any), the owner should refuse the 
SelectionRequest as previously described." */
return EINA_FALSE;
-- 
1.7.10.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ecore for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2013-01-10 10:47:34

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ecore/ecore.changes  2012-12-28 
14:58:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2013-01-10 
10:47:36.0 +0100
@@ -1,0 +2,59 @@
+Fri Jan  4 21:41:33 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Ecore 1.7.4:
+  Fixes:
+* Fix ecore_con case where freeing server double-frees clients
+  Improvements:
+* New simplified chinese translation.
+
+---
+Fri Dec 28 23:09:45 UTC 2012 - sleep_wal...@suse.cz
+
+- explicitly specify features for configure
+- add more explicit dependencies- 
+
+---
+Thu Dec 27 10:56:31 UTC 2012 - sleep_wal...@suse.cz
+
+- explicitly require tslib
+
+---
+Tue Dec 25 22:30:38 UTC 2012 - sleep_wal...@suse.cz
+
+- more tidied deps
+
+---
+Tue Dec 25 17:57:38 UTC 2012 - sleep_wal...@suse.cz
+
+- create subpackages only if the dependencies are available
+
+---
+Tue Dec 25 17:07:27 UTC 2012 - sleep_wal...@suse.cz
+
+- add support for SCIM and IBUS input methods, put them into
+  separate subpackages so I don't have to require non-used deps
+- package also examples
+- explicitly say which features should be compiled in in configure
+  phase
+
+---
+Fri Dec 21 16:06:08 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Ecore 1.7.3:
+* Fix XCB compile with screensaver support
+* Fix build without IPv6.
+* Fix possible memory corruption in xrandr EDID functions.
+* Backport 81304, which fixes memory errors in
+  ecore_evas_extn
+* Fix big rendering/conversion problem in kvm/qemu 24bpp.
+
+
+
+---
+Thu Dec 20 23:18:17 UTC 2012 - sleep_wal...@suse.cz
+
+- package also man pages
+
+---

Old:

  ecore-1.7.3.tar.bz2

New:

  ecore-1.7.5.tar.bz2



Other differences:
--
++ ecore.spec ++
--- /var/tmp/diff_new_pack.yAW8pW/_old  2013-01-10 10:47:40.0 +0100
+++ /var/tmp/diff_new_pack.yAW8pW/_new  2013-01-10 10:47:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ecore
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,11 @@
 #
 
 
+%define has_ibus 0%{?sles_version} != 11 && 0%{?mandriva_version} != 201010 && 
0%{?mandriva_version} != 201000 && 0%{?suse_version} != 1140 && 
0%{?mandriva_version} != 201100 && 0%{?centos_version} != 600
+%define has_scim 0%{?mandriva_version} != 201100 && 0%{?centos_version} != 600
+
 Name:   ecore
-Version:1.7.3
+Version:1.7.5
 Release:0
 Summary:Core mainloop, display abstraction and utility library
 License:BSD-2-Clause
@@ -30,18 +33,27 @@
 BuildRequires:  eina-devel >= %version
 BuildRequires:  evas-devel >= %version
 BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
 BuildRequires:  glib2-devel
+BuildRequires:  gnutls-devel
+BuildRequires:  ibus-devel
+BuildRequires:  libXtst-devel
 BuildRequires:  libcurl-devel
-BuildRequires:  libopenssl-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libpixman-1-0-devel
 BuildRequires:  libtool
+BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
+BuildRequires:  scim-devel
+BuildRequires:  tslib-devel
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXdmcp-devel
 BuildRequires:  xorg-x11-libXext-devel
 BuildRequires:  xorg-x11-libxcb-devel
+BuildRequires:  pkgconfig(printproto)
+BuildRequires:  pkgconfig(xscrnsaver)
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
@@ -70,12 +82,31 @@
 Requires:   libcurl-devel
 Requires:   libecore1 = %{version}
 Requires:   libpixman-1-0-devel
+Requires:   tslib-devel
 Requires:   xorg-x11-devel
 Requires:   xorg-x11-libXdmcp-devel
 
 %description devel
 Headers, static libraries, tes

commit ecore for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2012-12-28 14:58:21

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ecore/ecore.changes  2012-12-10 
13:46:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2012-12-28 
14:58:21.0 +0100
@@ -1,0 +2,15 @@
+Thu Dec 20 08:50:19 UTC 2012 - sleep_wal...@suse.cz
+
+- build and package documentation
+
+---
+Thu Dec 20 08:40:21 UTC 2012 - sleep_wal...@suse.cz
+
+- enable build of ecore_SDL and software_SDL and OpenGL_SDL support
+
+---
+Thu Dec 20 08:25:15 UTC 2012 - sleep_wal...@suse.cz
+
+- move localisation and modules into separate package
+
+---



Other differences:
--
++ ecore.spec ++
--- /var/tmp/diff_new_pack.sBMgEu/_old  2012-12-28 14:58:24.0 +0100
+++ /var/tmp/diff_new_pack.sBMgEu/_new  2012-12-28 14:58:24.0 +0100
@@ -25,6 +25,7 @@
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  SDL-devel
+BuildRequires:  doxygen
 BuildRequires:  eet-devel >= %version
 BuildRequires:  eina-devel >= %version
 BuildRequires:  evas-devel >= %version
@@ -41,6 +42,9 @@
 BuildRequires:  xorg-x11-libXdmcp-devel
 BuildRequires:  xorg-x11-libXext-devel
 BuildRequires:  xorg-x11-libxcb-devel
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,6 +53,7 @@
 %package -n libecore1
 Summary:ECore Dynamic Libraries
 Group:  System/Libraries
+Requires:   %name
 
 %description -n libecore1
 Headers, static libraries, test programs and documentation for ecore
@@ -56,6 +61,7 @@
 %package devel
 Summary:Ecore headers, static libraries, documentation and test 
programs
 Group:  Development/Libraries/C and C++
+Requires:   %name = %version
 Requires:   eet-devel >= %version
 Requires:   eina-devel >= %version
 Requires:   evas-devel >= %version
@@ -70,15 +76,44 @@
 %description devel
 Headers, static libraries, test programs and documentation for ecore
 
+%package doc-html
+Summary:HTML documentation of Ecore
+Group:  Documentation/HTML
+
+%description doc-html
+Documentation of Ecore library in form of HTML pages.
+
 %prep
 %setup -q
 
 %build
-%configure --disable-static --disable-silent-rules
+# fake time used for documentation
+FAKE_DOCDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b %%d 
%%Y')
+FAKE_DOCYEAR=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%Y')
+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 --enable-ecore-sdl 
--enable-ecore-evas-opengl-sdl
 make %{?_smp_mflags}
+make doc
 
 %install
 make install DESTDIR="%buildroot"
+
+# copy documentation manually
+echo "Copying HTML documentation"
+mkdir -p %{buildroot}%{_docdir}/%{name}
+/bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
+# fix line endings
+find %{buildroot}%{_docdir} -name '*.eps' | xargs sed -i 's@\r@\n@g'
+# fix permissions
+find %{buildroot}%{_docdir} -type f | xargs chmod 0644
+find %{buildroot}%{_docdir} -type d | xargs chmod 0755
+# remove duplicates
+%if 0%{?suse_version}
+%fdupes -s %{buildroot}%{_docdir}
+%endif
+
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 %find_lang %{name}
 
@@ -89,15 +124,22 @@
 
 %postun  -n libecore1 -p /sbin/ldconfig
 
-%files -n libecore1 -f %{name}.lang
+%files -f %{name}.lang
 %defattr(-, root, root)
-%{_libdir}/libecore*.so.1*
 %{_libdir}/ecore
 
+%files -n libecore1
+%defattr(-, root, root)
+%{_libdir}/libecore*.so.1*
+
 %files devel
 %defattr(-, root, root)
 %{_includedir}/ecore-1/
 %{_libdir}/libecore*.so
 %{_libdir}/pkgconfig/ecore*.pc
 
+%files doc-html
+%defattr(-, root, root)
+%{_docdir}/%{name}
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ecore for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2012-12-10 13:46:14

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ecore/ecore.changes  2012-11-29 
09:22:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2012-12-10 
13:46:16.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  8 01:55:07 UTC 2012 - si...@simotek.net
+
+- Bump to 1.7.3 
+- 1.7.3 is a bugfix release to coincide with the beta release of efl
+
+---

Old:

  ecore-1.7.2.tar.bz2

New:

  ecore-1.7.3.tar.bz2



Other differences:
--
++ ecore.spec ++
--- /var/tmp/diff_new_pack.izsHo5/_old  2012-12-10 13:46:18.0 +0100
+++ /var/tmp/diff_new_pack.izsHo5/_new  2012-12-10 13:46:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ecore
-Version:1.7.2
+Version:1.7.3
 Release:0
 Summary:Core mainloop, display abstraction and utility library
 License:BSD-2-Clause

++ ecore-1.7.2.tar.bz2 -> ecore-1.7.3.tar.bz2 ++
 4276 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ecore for openSUSE:Factory

2012-11-29 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2012-11-29 09:22:29

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ecore/ecore.changes  2012-11-28 
10:14:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2012-11-29 
09:22:31.0 +0100
@@ -1,0 +2,13 @@
+Sat Nov 24 01:34:36 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Sat Nov 24 00:14:58 UTC 2012 - sleep_wal...@suse.cz
+
+- simplify make install
+- clean up spec file
+- update to 1.7.2
+  - only version number change to be synced with other EFL libraries
+
+---

Old:

  ecore-1.7.1.tar.bz2

New:

  ecore-1.7.2.tar.bz2



Other differences:
--
++ ecore.spec ++
--- /var/tmp/diff_new_pack.0IVEUR/_old  2012-11-29 09:22:32.0 +0100
+++ /var/tmp/diff_new_pack.0IVEUR/_new  2012-11-29 09:22:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ecore
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ecore
-Version:   1.7.1
-Release:1
-License:BSD-2-Clause
+Version:1.7.2
+Release:0
 Summary:Core mainloop, display abstraction and utility library
-Url:http://enlightenment.org/
+License:BSD-2-Clause
 Group:  Development/Libraries/C and C++
+Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  SDL-devel
-BuildRequires:  eet-devel
-BuildRequires:  eina-devel
-BuildRequires:  evas-devel
+BuildRequires:  eet-devel >= %version
+BuildRequires:  eina-devel >= %version
+BuildRequires:  evas-devel >= %version
 BuildRequires:  freetype2-devel
 BuildRequires:  gettext-devel
+BuildRequires:  glib2-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libpixman-1-0-devel
@@ -39,7 +41,6 @@
 BuildRequires:  xorg-x11-libXdmcp-devel
 BuildRequires:  xorg-x11-libXext-devel
 BuildRequires:  xorg-x11-libxcb-devel
-BuildRequires:  glib2-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,16 +56,16 @@
 %package devel
 Summary:Ecore headers, static libraries, documentation and test 
programs
 Group:  Development/Libraries/C and C++
-Requires:   eet-devel
-Requires:   eina-devel
-Requires:   evas-devel
+Requires:   eet-devel >= %version
+Requires:   eina-devel >= %version
+Requires:   evas-devel >= %version
 Requires:   freetype2-devel
+Requires:   glib2-devel
 Requires:   libcurl-devel
 Requires:   libecore1 = %{version}
 Requires:   libpixman-1-0-devel
 Requires:   xorg-x11-devel
 Requires:   xorg-x11-libXdmcp-devel
-Requires:   glib2-devel
 
 %description devel
 Headers, static libraries, test programs and documentation for ecore
@@ -77,7 +78,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 %find_lang %{name}
 

++ ecore-1.7.1.tar.bz2 -> ecore-1.7.2.tar.bz2 ++
 28355 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ecore for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package ecore for openSUSE:Factory checked 
in at 2012-11-28 10:14:27

Comparing /work/SRC/openSUSE:Factory/ecore (Old)
 and  /work/SRC/openSUSE:Factory/.ecore.new (New)


Package is "ecore", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ /work/SRC/openSUSE:Factory/.ecore.new/ecore.changes 2012-11-28 
10:14:44.0 +0100
@@ -0,0 +1,811 @@
+---
+Thu Nov 15 23:03:09 UTC 2012 - sleep_wal...@suse.cz
+
+- remove condition for SLES 10 as we don't build for that anymore
+
+---
+Thu Nov 15 22:59:51 UTC 2012 - sleep_wal...@suse.cz
+
+- remove condition for CentOS 5 as we don't build for that anymore
+
+---
+Thu Nov 15 15:27:56 UTC 2012 - sleep_wal...@suse.cz
+
+- remove ecore-fix-xk.patch as it is not needed for current targets
+- remove files not belonging to build
+
+---
+Thu Nov 15 15:04:22 UTC 2012 - sleep_wal...@suse.cz
+
+- try to remove ecore-fix-xk.patch and see results
+
+---
+Thu Nov 15 14:27:13 UTC 2012 - sleep_wal...@suse.cz
+
+- correct license to SPDX format
+
+---
+Thu Nov 15 12:42:21 UTC 2012 - sleep_wal...@suse.cz
+
+- remove autoreconf as it is not needed for release
+
+---
+Sat Oct 20 23:57:36 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+---
+Thu Sep 20 07:39:10 UTC 2012 - sleep_wal...@suse.cz
+
+- change pkgconfig dependency to package name
+
+---
+Sun Sep  9 19:50:35 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
425d4455e085c57d6e416f8849e2c6765ad031c7
+
+---
+Fri Sep  7 23:44:23 UTC 2012 - sleep_wal...@suse.cz
+
+- revert spec file change makeinstall --> make_install
+
+---
+Fri Sep  7 21:53:19 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
2d65e120a67c1c650d26154ca00ce185c559b2d0
+
+---
+Fri Sep  7 07:33:34 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
c8005191519ca769a42448d02752817434ff048b
+
+---
+Thu Sep  6 22:23:30 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
c8005191519ca769a42448d02752817434ff048b
+
+---
+Sat Aug 11 05:38:32 UTC 2012 - sleep_wal...@suse.cz
+
+- alter to 1.7.0-alpha
+
+---
+Fri Aug 10 20:18:14 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
291239f08db1985cd91782d2a34616fd887a0cc1
+
+---
+Fri Aug 10 00:04:45 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
238efbcb7969415fc870af31c6f3605af8ac04df
+
+---
+Wed Aug  1 22:59:32 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
33b8db42f5ae0945d3e0b47f29527f744caea26b
+
+---
+Fri Jul 20 10:23:05 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
2e97827239b9c6baa5378852b74dd517b01a138d
+
+---
+Thu Jul 19 10:26:01 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
af314951e50528de415724e486b9c3d6701812b5
+
+---
+Fri Jul 13 13:33:26 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
bc4ee4202871ec8dbcacbdedf2e21f783ca99855
+
+---
+Thu Jul 12 09:11:26 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
fda6dacc3887d37d8a2a3d348f117a038342fb23
+
+---
+Mon Jul  9 23:39:00 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
5a7534c41fd311fa42d02503fc91f08ee3cd0aa0
+
+---
+Sat Jul  7 19:33:17 UTC 201