Hello community,

here is the log from the commit of package gegl-unstable for openSUSE:Factory 
checked in at 2017-09-04 12:24:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gegl-unstable (Old)
 and      /work/SRC/openSUSE:Factory/.gegl-unstable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gegl-unstable"

Mon Sep  4 12:24:19 2017 rev:13 rq:519466 version:0.3.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/gegl-unstable/gegl-unstable.changes      
2017-04-29 10:51:58.897303915 +0200
+++ /work/SRC/openSUSE:Factory/.gegl-unstable.new/gegl-unstable.changes 
2017-09-04 12:24:22.392316374 +0200
@@ -1,0 +2,49 @@
+Thu Aug 24 10:35:26 UTC 2017 - [email protected]
+
+- Update to version 0.3.20:
+  + Core: Increased max thread limit to 64 threads, and
+    improvements to both buffer and progress reporting thread
+    safety, point sized buffers are handled better and COW-tiles
+    are now lock free. Serialization and parsing has been made more
+    robust.
+  + Operations:
+    - Improved property meta data for many opertions, two new
+      operations gegl:spiral and gegl:mix.
+    - ff-load/ff-save: make audio frame handling more generic.
+    - c2g, avoid possible infinite loop on transparent areas.
+    - Fixes to gaussian-blur and ops core for multi-threaded
+      blurring.
+  + New binary: gcut, a video editing engine for GEGL has also been
+    added to the repo. It permits reusing image filters written as
+    GEGL operations for video, and basic motion graphics. The
+    engines data model is currently fully functional for text-file
+    based input and offline rendering, an experimental user
+    interface for this video editing system is also currently being
+    worked on.
+- Changes from version 0.3.18:
+  + Operations:
+    - warp: performance improvements.
+    - displace, map-absolute, map-relative: abyss handling and
+      more.
+    - buffer-source: improved invalidation signalling.
+    - text,path: use endian agnostic cairo pixel formats.
+    - opencl implementations of: noise-hsv, diffraction-patterns,
+      gaussian-blur-selective and motion-blur-linear.
+  + Core:
+    - rerrange connection handling for nodes when changing
+      operation.
+    - gegl-path: improvements for corner cases found in warp.
+    - Add validation of roi in gegl_operation_get_bounding_box.
+
+-------------------------------------------------------------------
+Thu May 18 21:35:09 UTC 2017 - [email protected]
+
+- Update to version 0.3.16:
+  + Many operations have gotten an additiona meta-ui description
+    layer sprinkled on top. And The C source code of the operations
+    is no longer kept as a meta-data key on the binary, with a
+    shrink of ~10mb it might even impact startup time.
+  + Updated translations.
+- Drop gegl-move-log_domain.patch: Fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  gegl-0.3.14.tar.xz
  gegl-move-log_domain.patch

New:
----
  gegl-0.3.20.tar.xz

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

Other differences:
------------------
++++++ gegl-unstable.spec ++++++
--- /var/tmp/diff_new_pack.OXbWIa/_old  2017-09-04 12:24:23.812116764 +0200
+++ /var/tmp/diff_new_pack.OXbWIa/_new  2017-09-04 12:24:23.832113953 +0200
@@ -20,15 +20,13 @@
 %define _name gegl
 
 Name:           gegl-unstable
-Version:        0.3.14
+Version:        0.3.20
 Release:        0
 Summary:        Generic Graphics Library
 License:        GPL-3.0+ and LGPL-3.0+
 Group:          System/Libraries
 Url:            http://gegl.org/
 Source:         %{_name}-%{version}.tar.xz
-# PATCH-FIx-UPSTREAM gegl-move-log_domain.patch [email protected] -- move 
G_LOG_DOMAIN define to a Makefile.am as suggested in glib docs. Fixes build 
with recent gobject-introspection versions.
-Patch0:         gegl-move-log_domain.patch
 BuildRequires:  ImageMagick
 BuildRequires:  SDL-devel
 BuildRequires:  enscript
@@ -46,7 +44,7 @@
 BuildRequires:  ruby
 BuildRequires:  suitesparse-devel
 BuildRequires:  pkgconfig(OpenEXR)
-BuildRequires:  pkgconfig(babl) >= 0.1.24
+BuildRequires:  pkgconfig(babl) >= 0.1.30
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.18.0
 BuildRequires:  pkgconfig(gexiv2)
@@ -146,7 +144,6 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
 ./autogen.sh
@@ -180,6 +177,7 @@
 %defattr(-,root,root)
 %{_bindir}/gegl-0.3
 %{_bindir}/gegl-imgcmp-0.3
+%{_bindir}/gcut
 
 %files -n %{_name}-0_3
 %defattr(-,root,root)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OXbWIa/_old  2017-09-04 12:24:23.912102707 +0200
+++ /var/tmp/diff_new_pack.OXbWIa/_new  2017-09-04 12:24:23.924101020 +0200
@@ -2,9 +2,9 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">git://git.gnome.org/gegl</param>
     <param name="scm">git</param>
-    <param name="versionformat">0.3.14</param>
+    <param name="versionformat">0.3.20</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/GEGL_0_3_14</param>
+    <param name="revision">refs/tags/GEGL_0_3_20</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.OXbWIa/_old  2017-09-04 12:24:23.956096522 +0200
+++ /var/tmp/diff_new_pack.OXbWIa/_new  2017-09-04 12:24:23.956096522 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://git.gnome.org/gegl</param>
-          <param 
name="changesrevision">285e5b781f2ef6359d264192f826564402119b87</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">517991898e8ea672d38aa0dd282bb59b84ae253d</param></service></servicedata>
\ No newline at end of file

++++++ gegl-0.3.14.tar.xz -> gegl-0.3.20.tar.xz ++++++
/work/SRC/openSUSE:Factory/gegl-unstable/gegl-0.3.14.tar.xz 
/work/SRC/openSUSE:Factory/.gegl-unstable.new/gegl-0.3.20.tar.xz differ: char 
25, line 1


Reply via email to