commit evas for openSUSE:Factory

2013-10-20 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-10-20 10:51:00

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


Package is evas

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2013-09-27 
19:47:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-10-20 
10:51:01.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 11 13:57:57 UTC 2013 - sleep_wal...@suse.cz
+
+- properly escape %T in date command call
+
+---
+Fri Oct 11 12:54:53 UTC 2013 - sleep_wal...@suse.cz
+
+- properly escape %T in date command call
+
+---



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.pToBhM/_old  2013-10-20 10:51:02.0 +0200
+++ /var/tmp/diff_new_pack.pToBhM/_new  2013-10-20 10:51:02.0 +0200
@@ -110,7 +110,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
 
 %if 0%{?sles_version}   0%{?sles_version} = 10

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



commit evas for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-09-27 19:47:45

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


Package is evas

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2013-08-04 
07:46:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-09-27 
19:47:46.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 27 12:00:02 UTC 2013 - si...@simotek.net
+
+- Disable wayland as it has conflicts in 586 builds for 13.1
+  Wayland will probably return in the 1.8 series
+
+---
+Thu Sep 26 11:09:33 UTC 2013 - guilla...@opensuse.org
+
+- Swith from openGL to openGL ES for %arm
+
+---



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.Jt7PIl/_old  2013-09-27 19:47:47.0 +0200
+++ /var/tmp/diff_new_pack.Jt7PIl/_new  2013-09-27 19:47:47.0 +0200
@@ -117,7 +117,18 @@
 # old gcc without intristic
%configure --disable-static --disable-cpu-sse3  
--enable-image-loader-generic --enable-software-16-x11
 %else
-   %configure --disable-static --enable-image-loader-generic 
--enable-image-loader-svg --enable-software-16-x11
+   %configure --disable-static \
+--enable-image-loader-generic \
+--enable-image-loader-svg \
+--with-opengl=full \
+%ifarch %arm
+--enable-gl-flavor-gles \
+--enable-gles-variety-sgx \
+--enable-gl-xlib \
+%endif
+--enable-software-16-x11 \
+--disable-wayland-shm \
+--disable-wayland-egl
 %endif
 make %{?_smp_mflags}
 make doc

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



commit evas for openSUSE:Factory

2013-08-03 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-08-04 07:46:55

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


Package is evas

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2013-05-27 
09:49:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-08-04 
07:46:56.0 +0200
@@ -1,0 +2,36 @@
+Sat Aug  3 00:59:20 UTC 2013 - si...@simotek.net
+
+- bump to 1.7.8
+  This includes the giflib5 fix so the patch has been removed
+Changelog:
+Cedric Bail (1):
+  evas: correctly detect if loader support asynchronous preloading.
+
+Daniel Willmann (3):
+  Revert Backport rev 83789
+  evas_convert_colorspace: Be nice and actually return the converted data
+  evas_convert_colorspace: Remove printf in e_c_convert_yuv_422_601_to()
+
+Doug Newgard (1):
+  evas: Fix evas gif image loader for libgif version 5
+
+Rafael Antognolli (3):
+  elm/wayland_shm: Do not discard tilebuf on eng_setup.
+  backport: evas/gl: Restore framebuffer after texture creation.
+  Backport r82183 (f8dbdafae60f42f3ac3cc1ef12516840ccacdd0c).
+
+Raphael Kubo da Costa (1):
+  pixes - pixels.
+
+Stefan Schmidt (1):
+  evas/textgrid: Fix memory leak.
+
+Tom Hacohen (6):
+  Evas font: Fixed line size calculation using multiple fonts.
+  Evas text: Removed unused variables.
+  Evas font: Fix initialization of ascent/descent for empty objects.
+  Evas textblock: Fixed format parsing to not be confused by single-quotes.
+  fix bug introduced by: 79bfa9cd10ee64f49008bf3638db77fd2c557552
+  Text object: Improved the docs explaining font selection.
+
+---

Old:

  evas-1.7.5-giflib5.patch
  evas-1.7.7.tar.bz2

New:

  evas-1.7.8.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.RLdOb9/_old  2013-08-04 07:46:57.0 +0200
+++ /var/tmp/diff_new_pack.RLdOb9/_new  2013-08-04 07:46:57.0 +0200
@@ -17,20 +17,18 @@
 
 
 Name:   evas
-Version:1.7.7
+Version:1.7.8
 Release:0
 Summary:Canvas and scenegraph rendering library
 License:BSD-2-Clause
 Group:  Development/Libraries/C and C++
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
-Patch1: evas-1.7.5-giflib5.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  doxygen
-# SL: added 1.7.7 manually here  due to the 1.7.6.1 version number
-BuildRequires:  eet-devel = 1.7.7
-BuildRequires:  eina-devel = 1.7.7
+BuildRequires:  eet-devel = %{version}
+BuildRequires:  eina-devel = %{version}
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  fribidi-devel
@@ -66,8 +64,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   Mesa-devel
 Requires:   SDL-devel
-Requires:   eet-devel = 1.7.7
-Requires:   eina-devel = 1.7.7
+Requires:   eet-devel = %{version}
+Requires:   eina-devel = %{version}
 Requires:   fontconfig-devel
 Requires:   freetype2-devel
 Requires:   giflib-devel
@@ -107,7 +105,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 # fake time used for documentation

++ evas-1.7.7.tar.bz2 - evas-1.7.8.tar.bz2 ++
/work/SRC/openSUSE:Factory/evas/evas-1.7.7.tar.bz2 
/work/SRC/openSUSE:Factory/.evas.new/evas-1.7.8.tar.bz2 differ: char 11, line 1

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



commit evas for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-05-27 09:48:59

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


Package is evas

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2013-04-17 
23:04:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-05-27 
09:49:01.0 +0200
@@ -1,0 +2,19 @@
+Wed May 15 11:29:55 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 1.7.7
+  Fixes:
+   * Fix over redrawing of Evas_Map when applied on smart object.
+   * Evas font: Fix a bug with cluster size calculation with texts ending
+ with ligatures.
+   * Evas map: don't be crashed even if image size is 0.
+   * Evas: Don't update evas update area by the clipper if the image obj
+ visible is changed.
+   * Evas textblock: Fixed a bug with deletion of ranges that end just before
+ a visual format.
+   * Evas: If an object goes to be hidden without replacing the cur/prev state
+ info, the object context can be corrupted at the next show time. Now it
+ replaces the cur/prev in that rare case.
+   * Fix recursive proxy image rendering to just render black
+   * Evas text: Fixed line size calculation when using multiple fonts.
+
+---

Old:

  evas-1.7.6.1.tar.bz2

New:

  evas-1.7.7.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.aDn18H/_old  2013-05-27 09:49:02.0 +0200
+++ /var/tmp/diff_new_pack.aDn18H/_new  2013-05-27 09:49:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evas
-Version:1.7.6.1
+Version:1.7.7
 Release:0
 Summary:Canvas and scenegraph rendering library
 License:BSD-2-Clause
@@ -28,9 +28,9 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  doxygen
-# SL: added 1.7.6 manually here  due to the 1.7.6.1 version number
-BuildRequires:  eet-devel = 1.7.6
-BuildRequires:  eina-devel = 1.7.6
+# SL: added 1.7.7 manually here  due to the 1.7.6.1 version number
+BuildRequires:  eet-devel = 1.7.7
+BuildRequires:  eina-devel = 1.7.7
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  fribidi-devel
@@ -66,8 +66,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   Mesa-devel
 Requires:   SDL-devel
-Requires:   eet-devel = 1.7.6
-Requires:   eina-devel = 1.7.6
+Requires:   eet-devel = 1.7.7
+Requires:   eina-devel = 1.7.7
 Requires:   fontconfig-devel
 Requires:   freetype2-devel
 Requires:   giflib-devel

++ evas-1.7.6.1.tar.bz2 - evas-1.7.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/evas/evas-1.7.6.1.tar.bz2 
/work/SRC/openSUSE:Factory/.evas.new/evas-1.7.7.tar.bz2 differ: char 11, line 1

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



commit evas for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

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

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


Package is evas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2013-03-14 
10:56:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-04-17 
23:04:31.0 +0200
@@ -1,0 +2,99 @@
+Tue Apr 16 23:01:47 UTC 2013 - sleep_wal...@suse.cz
+
+- remove also forgotten remnants
+
+---
+Tue Apr 16 22:58:00 UTC 2013 - sleep_wal...@suse.cz
+
+- removing man page documentation completely
+
+---
+Tue Apr  9 14:22:11 UTC 2013 - sleep_wal...@suse.cz
+
+- improve man page filter a bit
+
+---
+Tue Apr  9 12:01:30 UTC 2013 - sleep_wal...@suse.cz
+
+- instead of building manpages for X11:Enlightenment:Factory only
+  filter them
+
+---
+Mon Apr  8 10:40:24 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:00:47 UTC 2013 - si...@simotek.net
+
+- update to 1.7.6.1
+  1.7.6 had issues discovered in testing upstream so they made 1.7.6.1
+  ChangeLog:
+  
+Bruno Dilly (1):
+  evas-1.7: backport r83605
+
+Carsten Haitzler (3):
+  fribidi header path fix.
+  backport pixman fix.
+  i call this minor so not chlogging but patch from tene: make d3d
+
+Carsten Haitzler (Rasterman) (2):
+  fix word start/end logic to be consistent with other toolkits.
+  matching fix to evas test suite to account for changes in word start/end 
changes as per log message/changelog
+
+Cedric BAIL (5):
+  evas: backport r82310.
+  evas: backport r82612.
+  evas: backport 74aa601afcdba8b30932a3c3d7c0d2485ecc6e42
+  evas: forgotten backport r78360.
+  backport f11dc2f184392a51a8b40e3a0e791c47653cfcdf.
+
+ChunEon Park (2):
+  evas - backport 82792
+  evas - backport git commit 2af4cc2687e68897fe77a3080352b0a1d15b6620
+
+Jiyoun Park (1):
+  Fix evas bmp loader code which deal with image size.
+
+Leandro Dorileo (1):
+  evas: wayland egl engine needs egldisp
+
+Mike Blumenkrantz (1):
+  workaround for constant entry crashing in e from r82816: now we just 
print a million error messages instead
+
+Paulo C. A. Cavalcanti Jr (1):
+  evas/engines: Introduce pixel_alpha_get()
+
+Rafael Antognolli (4):
+  Fix changelog for 1.7.6 release.
+  Fix NEWS for 1.7.6 release.
+  Bump stable efl to 1.7.6.
+  Update changelog for 1.7.6 release.
+
+Stefan Schmidt (2):
+  evas 1.7: Backport textblock fix rev 82763
+  Backport rev 83789
+
+Tom Hacohen (12):
+  Evas 1.7: Backport 82653.
+  Evas textblock: simplified and fixed bugs in _cursor_geometry_get.
+  Evas obj text: Fix an issue with horiz_advance_get func.
+  Evas text props: Fixed bug with no-harfbuzz bidi.
+  Revert workaround for constant entry crashing in e from r82816: now we 
just print a million error messages instead
+  Evas 1.7: Backport a fix (dunno the origin patch-set) for the e crashes.
+  Evas textblock: Fixed a selection issue.
+  Evas textblock: Fixed a selection bug introduced in my previous commit.
+  Evas text: Fixed bug with the text object direction detection.
+  Evas font: Fixed font run detection for some cases.
+  Fix revision fetching when not using git.
+  Evas font: Disable run-time emboldment in some cases.
+
+U. Artie Eoff (1):
+  evas: fix documentation sample code format specifiers
+
+
+---

Old:

  evas-1.7.5.tar.bz2

New:

  evas-1.7.6.1.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.IlIlrL/_old  2013-04-17 23:04:36.0 +0200
+++ /var/tmp/diff_new_pack.IlIlrL/_new  2013-04-17 23:04:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   evas
-Version:1.7.5
+Version:1.7.6.1
 Release:0
 Summary:Canvas and scenegraph rendering library
 License:BSD-2-Clause
@@ -28,8 +28,9 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  doxygen
-BuildRequires:  eet-devel = %version
-BuildRequires:  eina-devel = %version
+# SL: added 1.7.6 manually here  

commit evas for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-03-14 10:56:28

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


Package is evas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2013-01-10 
13:01:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-03-14 
10:56:29.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 12 15:58:51 UTC 2013 - seife+...@b1-systems.com
+
+- add evas-1.7.5-giflib5.patch to fix build with giflib-5
+
+---

New:

  evas-1.7.5-giflib5.patch



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.cWD7Gb/_old  2013-03-14 10:56:30.0 +0100
+++ /var/tmp/diff_new_pack.cWD7Gb/_new  2013-03-14 10:56:30.0 +0100
@@ -24,6 +24,7 @@
 Group:  Development/Libraries/C and C++
 Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
+Patch1: evas-1.7.5-giflib5.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  doxygen
@@ -112,6 +113,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 # fake time used for documentation

++ evas-1.7.5-giflib5.patch ++
diff --git a/src/modules/loaders/gif/evas_image_load_gif.c 
b/src/modules/loaders/gif/evas_image_load_gif.c
index 18a6e23..e8cc562 100644
--- a/src/modules/loaders/gif/evas_image_load_gif.c
+++ b/src/modules/loaders/gif/evas_image_load_gif.c
@@ -684,7 +684,9 @@ evas_image_load_file_head_gif(Image_Entry *ie, const char 
*file, const char *key
int h;
int alpha;
int loop_count = -1;
-
+#if GIFLIB_MAJOR = 5
+   int err;
+#endif
w = 0;
h = 0;
alpha = -1;
@@ -700,7 +702,11 @@ evas_image_load_file_head_gif(Image_Entry *ie, const char 
*file, const char *key
 return EINA_FALSE;
  }
 
+#if GIFLIB_MAJOR = 5
+   gif = DGifOpenFileHandle(fd, err);
+#else
gif = DGifOpenFileHandle(fd);
+#endif
if (!gif)
  {
 if (fd) close(fd);
@@ -826,6 +832,9 @@ evas_image_load_specific_frame(Image_Entry *ie, const char 
*file, int frame_inde
GifFileType   *gif;
Image_Entry_Frame *frame = NULL;
Gif_Frame *gif_frame = NULL;
+#if GIFLIB_MAJOR = 5
+   interr;
+#endif
 
 #ifndef __EMX__
fd = open(file, O_RDONLY);
@@ -838,7 +847,11 @@ evas_image_load_specific_frame(Image_Entry *ie, const char 
*file, int frame_inde
 return EINA_FALSE;
  }
 
+#if GIFLIB_MAJOR = 5
+   gif = DGifOpenFileHandle(fd, err);
+#else
gif = DGifOpenFileHandle(fd);
+#endif
if (!gif)
  {
 if (fd) close(fd);
@@ -915,6 +928,9 @@ evas_image_load_file_data_gif(Image_Entry *ie, const char 
*file, const char *key
   {
  int   fd;
  GifFileType  *gif;
+#if GIFLIB_MAJOR = 5
+ int   err;
+#endif
 
 #ifndef __EMX__
  fd = open(file, O_RDONLY);
@@ -927,7 +943,11 @@ evas_image_load_file_data_gif(Image_Entry *ie, const char 
*file, const char *key
   return EINA_FALSE;
}
 
+#if GIFLIB_MAJOR = 5
+ gif = DGifOpenFileHandle(fd, err);
+#else
  gif = DGifOpenFileHandle(fd);
+#endif
  if (!gif)
{
   if (fd) close(fd);
@@ -984,6 +1004,9 @@ evas_image_load_frame_duration_gif(Image_Entry *ie, const 
char *file, const int
int remain_frames = frame_num;
double  duration = 0;
int frame_count = 0;
+#if GIFLIB_MAJOR = 5
+   int err;
+#endif
 
frame_count = ie-frame_count;
 
@@ -1000,7 +1023,11 @@ evas_image_load_frame_duration_gif(Image_Entry *ie, 
const char *file, const int
 #endif
if (fd  0) return -1;
 
+#if GIFLIB_MAJOR = 5
+   gif = DGifOpenFileHandle(fd, err);
+#else
gif = DGifOpenFileHandle(fd);
+#endif
if (!gif)
  {
 if (fd) close(fd);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evas for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2013-01-10 13:01:52

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


Package is evas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2012-12-28 
14:59:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-01-10 
13:01:55.0 +0100
@@ -1,0 +2,42 @@
+Fri Jan  4 21:40:01 UTC 2013 - sleep_wal...@suse.cz
+
+- update to 1.7.5
+  Changes since Evas 1.7.4:
+   * Fix mask write lines to not choose too small segments
+
+---
+Sat Dec 29 01:21:34 UTC 2012 - sleep_wal...@suse.cz
+
+- add fribidi to dependencies
+- fix condition for compiler
+
+---
+Thu Dec 27 13:59:23 UTC 2012 - sleep_wal...@suse.cz
+
+- separate examples to its subpackage
+
+---
+Fri Dec 21 16:04:51 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.4
+  Changes since Evas 1.7.3:
+   * Fix the gl line incorrect position drawing.
+   * Fix uninitialized data in Evas_Smart initialization code.
+   * Fix potential segv in software engine native_set call.
+   * Fix uninitialized data in OpenGL engine native_set call.
+   * Fix crash when precise_is_inside is set on an image, and
+ events are generated from it.
+   * Properly close async pipe fd on exec.
+   * Fix the line drawing clipping problem on arm gl driver.
+   * Fix big rendering/conversion problem in kvm/qemu 24bpp.
+   * Fix Evas RGBA_Image-flags.loaded for copied images.
+   * Fix evas_object_image_is_inside()
+   * Fix small memory leak in evas_bidi_utils error path
+
+
+---
+Thu Dec 20 21:40:44 UTC 2012 - sleep_wal...@suse.cz
+
+- add man documentation as well
+
+---

Old:

  evas-1.7.3.tar.bz2

New:

  evas-1.7.5.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.1VHauz/_old  2013-01-10 13:01:56.0 +0100
+++ /var/tmp/diff_new_pack.1VHauz/_new  2013-01-10 13:01:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evas
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   evas
-Version:1.7.3
+Version:1.7.5
 Release:0
 Summary:Canvas and scenegraph rendering library
 License:BSD-2-Clause
@@ -31,6 +31,7 @@
 BuildRequires:  eina-devel = %version
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
+BuildRequires:  fribidi-devel
 BuildRequires:  giflib-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libjpeg-devel
@@ -95,6 +96,20 @@
 %description doc-html
 Documentation of Evas library in form of HTML pages.
 
+%package doc-man
+Summary:Man documentation of Evas
+Group:  Documentation/Man
+
+%description doc-man
+Documentation of Evas library in form of man pages.
+
+%package examples
+Summary:Evas usage example
+Group:  Documentation/Other
+
+%description examples
+Example of usage of Evas library.
+
 %prep
 %setup -q
 
@@ -105,7 +120,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
 
-%if 0%{?sles_version} = 10
+%if 0%{?sles_version}   0%{?sles_version} = 10
 # old gcc without intristic
%configure --disable-static --disable-cpu-sse3  
--enable-image-loader-generic --enable-software-16-x11
 %else
@@ -121,6 +136,8 @@
 echo Copying HTML documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
+echo Copying MAN pages
+/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
 # fix line endings
 find %{buildroot}%{_docdir} -name '*.eps' | xargs sed -i 's@\r@\n@g'
 # fix permissions
@@ -129,6 +146,7 @@
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
+%fdupes -s %{buildroot}%{_mandir}
 %endif
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
@@ -175,7 +193,8 @@
 %{_includedir}/evas-1/
 %{_libdir}/pkgconfig/evas*.pc
 %{_libdir}/libevas.so
-%{_datadir}/evas/
+%dir %{_datadir}/evas/
+%{_datadir}/evas/checkme
 %{_libexecdir}/evas_*
 %{_libexecdir}/dummy_slave
 
@@ -183,4 +202,12 

commit evas for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2012-12-28 14:59:32

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


Package is evas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2012-12-10 
13:52:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2012-12-28 
14:59:35.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 20 00:00:36 UTC 2012 - sleep_wal...@suse.cz
+
+- build documentation
+
+---



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.2U1ZMp/_old  2012-12-28 14:59:36.0 +0100
+++ /var/tmp/diff_new_pack.2U1ZMp/_new  2012-12-28 14:59:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evas
 #
-# 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,16 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   evas
 Version:1.7.3
 Release:0
-License:BSD-2-Clause
 Summary:Canvas and scenegraph rendering 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:  Mesa-devel
 BuildRequires:  SDL-devel
+BuildRequires:  doxygen
 BuildRequires:  eet-devel = %version
 BuildRequires:  eina-devel = %version
 BuildRequires:  fontconfig-devel
@@ -40,6 +42,9 @@
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXext-devel
 BuildRequires:  xorg-x11-libxcb-devel
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,16 +82,29 @@
 Headers, static libraries, test programs and documentation for evas
 
 %package modules
-Summary:Evas headers, static libraries, documentation and test programs
+Summary:Evas modules
 Group:  Development/Libraries/C and C++
 
 %description modules
-Headers, static libraries, test programs and documentation for evas
+Evas modules containing loader, savers and engines.
+
+%package doc-html
+Summary:HTML documentation of Evas
+Group:  Documentation/HTML
+
+%description doc-html
+Documentation of Evas library in form of HTML pages.
 
 %prep
 %setup -q
 
 %build
+# 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
+
 %if 0%{?sles_version} = 10
 # old gcc without intristic
%configure --disable-static --disable-cpu-sse3  
--enable-image-loader-generic --enable-software-16-x11
@@ -94,10 +112,27 @@
%configure --disable-static --enable-image-loader-generic 
--enable-image-loader-svg --enable-software-16-x11
 %endif
 make %{?_smp_mflags}
+make doc
 
 %install
-%makeinstall
+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 {} \;
+
 if [ /usr/lib != %{_libexecdir} ]  [ -e 
%{buildroot}%{_prefix}/lib/dummy_slave ]; then
mv %{buildroot}%{_prefix}/lib/evas* 
%{buildroot}%{_prefix}/lib/dummy_slave %{buildroot}%{_libexecdir}
 fi
@@ -144,4 +179,8 @@
 %{_libexecdir}/evas_*
 %{_libexecdir}/dummy_slave
 
+%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 evas for openSUSE:Factory

2012-12-10 Thread h_root
Hello community,

here is the log from the commit of package evas for openSUSE:Factory checked in 
at 2012-12-10 13:52:01

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


Package is evas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2012-11-29 
09:23:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2012-12-10 
13:52:04.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  8 01:51:36 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:

  evas-1.7.2.tar.bz2

New:

  evas-1.7.3.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.kmhH46/_old  2012-12-10 13:52:05.0 +0100
+++ /var/tmp/diff_new_pack.kmhH46/_new  2012-12-10 13:52:05.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   evas
-Version:1.7.2
+Version:1.7.3
 Release:0
 License:BSD-2-Clause
 Summary:Canvas and scenegraph rendering library

++ evas-1.7.2.tar.bz2 - evas-1.7.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/evas/evas-1.7.2.tar.bz2 
/work/SRC/openSUSE:Factory/.evas.new/evas-1.7.3.tar.bz2 differ: char 11, line 1

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



commit evas for openSUSE:Factory

2012-11-29 Thread h_root
Hello community,

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

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


Package is evas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/evas/evas.changes2012-11-26 
18:56:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2012-11-29 
09:23:03.0 +0100
@@ -1,0 +2,16 @@
+Sat Nov 24 01:33:39 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Fri Nov 23 18:17:31 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+
+---
+Thu Nov 22 00:46:52 UTC 2012 - sleep_wal...@suse.cz
+
+- remove sles 10 and centos 5 conditions as we don't build for it anymore
+
+---

Old:

  evas-1.7.1.tar.bz2

New:

  evas-1.7.2.tar.bz2



Other differences:
--
++ evas.spec ++
--- /var/tmp/diff_new_pack.KDx7Rj/_old  2012-11-29 09:23:05.0 +0100
+++ /var/tmp/diff_new_pack.KDx7Rj/_new  2012-11-29 09:23:05.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   evas
-Version:   1.7.1
+Version:1.7.2
 Release:0
 License:BSD-2-Clause
 Summary:Canvas and scenegraph rendering library
@@ -25,8 +25,8 @@
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
-BuildRequires:  eet-devel
-BuildRequires:  eina-devel
+BuildRequires:  eet-devel = %version
+BuildRequires:  eina-devel = %version
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  giflib-devel
@@ -58,8 +58,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   Mesa-devel
 Requires:   SDL-devel
-Requires:   eet-devel
-Requires:   eina-devel
+Requires:   eet-devel = %version
+Requires:   eina-devel = %version
 Requires:   fontconfig-devel
 Requires:   freetype2-devel
 Requires:   giflib-devel
@@ -87,13 +87,9 @@
 %setup -q
 
 %build
-%if 0%{?sles_version} = 10 || 0%{?centos_version} == 505 || 
0%{?mandriva_version} == 200910
+%if 0%{?sles_version} = 10
 # old gcc without intristic
-   %if 0%{?centos_version} == 505
-   %configure --disable-static --disable-cpu-sse3 
--disable-gl-xlib --disable-gl-xcb  --enable-image-loader-generic 
--enable-software-16-x11
-   %else
%configure --disable-static --disable-cpu-sse3  
--enable-image-loader-generic --enable-software-16-x11
-   %endif
 %else
%configure --disable-static --enable-image-loader-generic 
--enable-image-loader-svg --enable-software-16-x11
 %endif
@@ -102,11 +98,9 @@
 %install
 %makeinstall
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
-%if 0%{?centos_version} != 505  0%{?sles_version} != 10
 if [ /usr/lib != %{_libexecdir} ]  [ -e 
%{buildroot}%{_prefix}/lib/dummy_slave ]; then
mv %{buildroot}%{_prefix}/lib/evas* 
%{buildroot}%{_prefix}/lib/dummy_slave %{buildroot}%{_libexecdir}
 fi
-%endif
 
 %post -n libevas1 -p /sbin/ldconfig
 %postun -n libevas1 -p /sbin/ldconfig
@@ -147,9 +141,7 @@
 %{_libdir}/pkgconfig/evas*.pc
 %{_libdir}/libevas.so
 %{_datadir}/evas/
-%if 0%{?centos_version} != 505  0%{?sles_version} != 10
 %{_libexecdir}/evas_*
 %{_libexecdir}/dummy_slave
-%endif
 
 %changelog

++ evas-1.7.1.tar.bz2 - evas-1.7.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/evas/evas-1.7.1.tar.bz2 
/work/SRC/openSUSE:Factory/.evas.new/evas-1.7.2.tar.bz2 differ: char 11, line 1

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