Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opentoonz for openSUSE:Factory 
checked in at 2022-04-02 18:20:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opentoonz (Old)
 and      /work/SRC/openSUSE:Factory/.opentoonz.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opentoonz"

Sat Apr  2 18:20:53 2022 rev:16 rq:966527 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opentoonz/opentoonz.changes      2022-03-28 
17:01:37.557056165 +0200
+++ /work/SRC/openSUSE:Factory/.opentoonz.new.1900/opentoonz.changes    
2022-04-02 18:21:10.801844413 +0200
@@ -1,0 +2,56 @@
+Sat Apr  2 06:26:06 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 1.6.0:
+  + Audio
+    * Improved Audio Recording
+  + Cleanup
+    * Enabled to Cleanup Without Line Processing
+  + Flipbook / Viewers
+    * (new) Zoom in/out and fit floating panel geometry commands
+    * Enhanced Flipbook playback
+    * (new) 30bit display feature
+  + Xsheet / Timeline
+    * (new) "Implicit hold" move by Shift+dragging cells
+    * (new) Cell Mark feature
+    * Allowed changing parent of column from XSheet (Tahoma2D
+      port)
+    * (new) Xsheet Minimum Layout
+    * (new) Xsheet zoom control
+    * Enhanced Note level column
+  + Xsheet (Export)
+    * (new) Export Xsheet to PDF
+    * (new) TVPaint JSON export
+  + Image Levels / Rendering / FFMPEG
+    * Enabled to set Raster level frame number format
+    * Enabled to use PNG for new Raster level
+    * (new) Multi-Thread FFMPEG option
+    * Enhanced FFMPEG GIF export
+    * (new) OpenEXR I/O
+  + Palettes / Style Editor
+    * (new) Raster Lock Alpha tool setting
+    * (new) Hex editbox in Style Editor
+    * (new) Hex color names editor
+    * Enabled to paste style's color into a color field
+  + File Browser
+    * Enabled To view palette files from the File Browser
+  + Effects / Schematic
+    * (new) Conical Transform option for Fractal Noise Fx Iwa
+    * (new) "Image Size" option for the Input Size parameter
+      for Tile Fx Iwa
+    * Allowed Renaming Pass Through Nodes (Tahoma2D port)
+    * (new) Shader Fx: HSL Blend GPU
+    * (new) Fx Global Controls parameter
+    * Redesigned Pass Through Fx Node
+    * (new) Bokeh Advanced Iwa Fx
+    * (new) Compass Gadget for Radial and Spin Blur Fxs
+    * (new) Linear color space option for all Layer Blending
+      Ino fxs
+  + File I/O
+    * (new) File Path Processing Using Regular Expression
+  + Camera Capture / Stop Motion
+    * (new) Camera calibration for the Camera Capture feature
+    * Enabled inputting frame with suffix in Camera Capture
+    * Enhanced Stop motion feature
+- Enable build on all archs but ARM.
+
+-------------------------------------------------------------------

Old:
----
  opentoonz-1.5.0.tar.xz

New:
----
  _constraints
  opentoonz-1.6.0.tar.xz

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

Other differences:
------------------
++++++ opentoonz.spec ++++++
--- /var/tmp/diff_new_pack.XFZVmT/_old  2022-04-02 18:21:11.593835523 +0200
+++ /var/tmp/diff_new_pack.XFZVmT/_new  2022-04-02 18:21:11.601835434 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opentoonz
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           opentoonz
-Version:        1.5.0
+Version:        1.6.0
 Release:        0
 Summary:        2D animation software
 License:        BSD-2-Clause
 Group:          Productivity/Graphics/Other
 URL:            https://opentoonz.github.io/e/
 Source0:        %{name}-%{version}.tar.xz
-Source3:        %{name}-rpmlintrc
+Source99:       %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM
 Patch0:         0001-Fix-linker-errors-on-Linux.patch
 # PATCH-FIX-OPENSUSE -- Use the system mypaint brushes
@@ -63,23 +63,16 @@
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(lzo2)
 BuildRequires:  pkgconfig(mypaint-brushes-1.0) >= 1.3
-%ifarch x86_64
 %if 0%{suse_version} == 1500 && 0%{?sle_version} < 150400
 BuildRequires:  pkgconfig(opencv)
 %else
-BuildRequires:  pkgconfig(opencv4)
-%endif
+BuildRequires:  cmake(OpenCV)
 %endif
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(zlib)
-ExclusiveArch:  i586 x86_64
-# the package is called mypaint-brushes1 in the devel project,
-# but mypaint-brushes in the Leap:15.2 repo.
-%if 0%{?sle_version} == 150200
-Requires:       mypaint-brushes < 2.0
-%else
 Requires:       mypaint-brushes1
-%endif
+# build fails on ARM (conflicting declaration between glew and gles)
+ExclusiveArch:  %{ix86} x86_64 ppc64 ppc64le %{riscv} %{mips}
 
 %description
 2D animation software previously known as Toonz.
@@ -111,14 +104,14 @@
 cd toonz
 %cmake_install
 
-# fix lib dir since install puts 64bit libs in /usr/lib/
-%ifarch x86_64
+# fix library dir
+%if "%{_lib}" != "lib"
 mkdir -p %{buildroot}%{_libdir}/%{name}
 mv %{buildroot}%{_prefix}/lib/%{name}/* %{buildroot}%{_libdir}/%{name}
 rm -r %{buildroot}%{_prefix}/lib/%{name}
 
-# fix launch script that references lib/ instead of lib64/.
-sed -i 's|/lib/|/lib64/|' %{buildroot}%{_bindir}/%{name}
+# fix launch script that hardcodes 'lib'
+sed -i 's|/lib/|/%{_lib}/|' %{buildroot}%{_bindir}/%{name}
 %endif
 
 %suse_update_desktop_file io.github.OpenToonz 2DGraphics

++++++ _constraints ++++++
<constraints>
  <hardware>
    <disk>
      <size unit="G">5</size>
    </disk>
  </hardware>
</constraints>

++++++ _service ++++++
--- /var/tmp/diff_new_pack.XFZVmT/_old  2022-04-02 18:21:11.653834850 +0200
+++ /var/tmp/diff_new_pack.XFZVmT/_new  2022-04-02 18:21:11.657834804 +0200
@@ -2,8 +2,8 @@
     <service name="tar_scm" mode="disabled">
         <param name="scm">git</param>
         <param name="url">https://github.com/opentoonz/opentoonz</param>
-        <param name="revision">v1.5.0</param>
-        <param name="versionformat">1.5.0</param>
+        <param name="revision">v1.6.0</param>
+        <param name="versionformat">1.6.0</param>
         <!-- the openblas folder contains unredistributable files -->
         <param name="exclude">thirdparty/openblas</param>
         <!-- more thirdparty dependencies we don't need -->

++++++ opentoonz-1.5.0.tar.xz -> opentoonz-1.6.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/opentoonz/opentoonz-1.5.0.tar.xz 
/work/SRC/openSUSE:Factory/.opentoonz.new.1900/opentoonz-1.6.0.tar.xz differ: 
char 15, line 1

Reply via email to