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.changes        2012-12-28 
14:59:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.evas.new/evas.changes   2013-01-10 
13:01:55.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.1VHauz/_new  2013-01-10 13:01:56.000000000 +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 @@
 %defattr(-, root, root)
 %{_docdir}/%{name}
 
+%files doc-man
+%defattr(-, root, root)
+%{_mandir}/*/*
+
+%files examples
+%defattr(-, root, root)
+%{_datadir}/%{name}/examples
+
 %changelog

++++++ evas-1.7.3.tar.bz2 -> evas-1.7.5.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/evas/evas-1.7.3.tar.bz2 
/work/SRC/openSUSE:Factory/.evas.new/evas-1.7.5.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

Reply via email to