Hello community,

here is the log from the commit of package gegl for openSUSE:Factory checked in 
at 2011-11-21 15:45:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gegl (Old)
 and      /work/SRC/openSUSE:Factory/.gegl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gegl", Maintainer is "sbra...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gegl/gegl.changes        2011-09-23 
01:59:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gegl.new/gegl.changes   2011-11-21 
15:45:44.000000000 +0100
@@ -1,0 +2,15 @@
+Mon Jun 20 09:42:30 UTC 2011 - j...@novell.com
+
+- update to 0.1.6 (see NEWS)
+ • New operations: max-rgb, pixelise, motion blur.
+
+ • Fixed a bugs in matting-levin that made GEGL halt due to errors
+   detected by babl sanity code, this made 0.1.4 be unusable if you had
+   all dependendency when building.
+ • build/test improvements.
+ • Buffer:
+    Added API to use external tile backends, allowing to plug-in alien
+    tilebackends, for GIMP/Krita/OSM or similar.
+- remove upstreamed patches bgo609706 bgo610680 (thanks, Vincent)
+
+-------------------------------------------------------------------

Old:
----
  gegl-0.1.2.tar.bz2
  gegl-fix-build.patch
  gegl-fix-overflow.patch

New:
----
  docs-build-fix.diff
  gegl-0.1.6.tar.bz2

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

Other differences:
------------------
++++++ gegl.spec ++++++
--- /var/tmp/diff_new_pack.z5SBhz/_old  2011-11-21 15:45:46.000000000 +0100
+++ /var/tmp/diff_new_pack.z5SBhz/_new  2011-11-21 15:45:46.000000000 +0100
@@ -41,21 +41,18 @@
 Provides:       patched_subset
 %endif
 Url:            http://gegl.org/
-Version:        0.1.2
+Version:        0.1.6
 Release:        10
 License:        GPLv3+ ; LGPLv3+
 Group:          System/Libraries
 Summary:        Generic Graphics Library
-Source:         ftp://ftp.gimp.org/pub/gegl/v0.0/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gegl-fix-build.patch bgo609706 vu...@opensuse.org -- 
Remove unneeded printf, which fixes build
-Patch0:         gegl-fix-build.patch
-# PATCH-FIX-UPSTREAM gegl-fix-overflow.patch bgo610680 vu...@opensuse.org -- 
Fix overflow found by gcc 4.5
-Patch1:         gegl-fix-overflow.patch
+Source:         ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
+Patch2:         docs-build-fix.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libgegl-0_1-0 = %{version}-%{release}
 
 %description
-GEGL provides infratructure to do demand based cached non destructive
+GEGL provides infrastructure to do demand based cached non destructive
 image editing on larger than RAM buffers. Through babl it provides
 support for a wide range of color models and pixel storage formats for
 input and output.
@@ -66,7 +63,7 @@
 Group:          System/Libraries
 
 %description 0_1
-GEGL provides infratructure to do demand based cached non destructive
+GEGL provides infrastructure to do demand based cached non destructive
 image editing on larger than RAM buffers. Through babl it provides
 support for a wide range of color models and pixel storage formats for
 input and output.
@@ -81,7 +78,7 @@
 Supplements:    packageand(%{name}-0_1:%(cd %{_libdir} ; rpm -qf 
--queryformat=%%{NAME} `readlink %{_libdir}/libavcodec.so` ))
 
 %description 0_1-orig-addon
-GEGL provides infratructure to do demand based cached non destructive
+GEGL provides infrastructure to do demand based cached non destructive
 image editing on larger than RAM buffers. Through babl it provides
 support for a wide range of color models and pixel storage formats for
 input and output.
@@ -96,7 +93,7 @@
 Recommends:     %{name}-0_1 >= %{version}
 
 %description -n libgegl-0_1-0
-GEGL provides infratructure to do demand based cached non destructive
+GEGL provides infrastructure to do demand based cached non destructive
 image editing on larger than RAM buffers. Through babl it provides
 support for a wide range of color models and pixel storage formats for
 input and output.
@@ -120,20 +117,24 @@
 Requires:       libgegl-0_1-0 = %{version}
 
 %description doc
-GEGL provides infratructure to do demand based cached non destructive
+GEGL provides infrastructure to do demand based cached non destructive
 image editing on larger than RAM buffers. Through babl it provides
 support for a wide range of color models and pixel storage formats for
 input and output.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+# docs-build-fix.diff
+%patch2 -p1
 
 %build
+export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+## do not use autogen.sh, it intentionally fails, if there is no ruby. 
+## so why use autogen, when you do not want portability?
+# ./autogen.sh
 %configure\
        --enable-workshop=yes\
-       --disable-static
+       --disable-static --disable-silent-rules
 make %{?jobs:-j%jobs}
 
 %install
@@ -146,7 +147,6 @@
 done
 %endif
 find %{buildroot} -type f -name "*.la" -delete -print
-chmod -x $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/gegl/*.*
 
 %post -n libgegl-0_1-0 -p /sbin/ldconfig
 
@@ -186,6 +186,7 @@
 
 %files doc
 %defattr(-,root,root)
-%{_datadir}/gtk-doc/html/gegl
+%dir %{_datadir}/gtk-doc/html/gegl
+%{_datadir}/gtk-doc/html/gegl/*
 
 %changelog

++++++ docs-build-fix.diff ++++++
--- gegl-0.1.6/docs/Makefile.in.orig    2011-02-13 19:15:29.000000000 +0100
+++ gegl-0.1.6/docs/Makefile.in 2011-06-19 20:43:33.052542851 +0200
@@ -345,7 +345,7 @@ SUBDIRS = gallery
 # The patterns used for html creation in the gegl build system
 # is very small, and should probably be documented in a tutorial.
 #
-gtkdochtmldir = $(DESTDIR)$(datadir)/gtk-doc/html/gegl
+gtkdochtmldir = $(datadir)/gtk-doc/html/gegl
 HTML_FILES = operations.html class-hierarchy.html $(am__append_1) \
        $(am__append_3) $(am__append_5)
 GTKDOC_FILES = operations.html gegl.css gegl.devhelp $(am__append_2) \
++++++ gegl-0.1.2.tar.bz2 -> gegl-0.1.6.tar.bz2 ++++++
++++ 71448 lines of diff (skipped)

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

Reply via email to