Hello community,

here is the log from the commit of package opentoonz for openSUSE:Factory 
checked in at 2020-02-03 11:14:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opentoonz (Old)
 and      /work/SRC/openSUSE:Factory/.opentoonz.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opentoonz"

Mon Feb  3 11:14:26 2020 rev:5 rq:769266 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opentoonz/opentoonz.changes      2019-11-14 
23:46:35.792662647 +0100
+++ /work/SRC/openSUSE:Factory/.opentoonz.new.26092/opentoonz.changes   
2020-02-03 11:14:34.129882855 +0100
@@ -1,0 +2,34 @@
+Sat Feb 01 15:58:57 UTC 2020 - [email protected]
+
+- Update to v1.4.0. Check
+  https://github.com/opentoonz/opentoonz/releases/tag/v1.4.0 for
+  the full changelog.
+- Replace tar_scm with obs_scm in the _service file.
+
+-------------------------------------------------------------------
+Mon Jan 27 17:15:35 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 1.4.0rc. Check
+  https://github.com/opentoonz/opentoonz/releases/tag/v1.4.0rc for
+  the full changelog.
+  * New Guided Drawing/Autoinbetweening
+  * New XDTS File Support (Celsys and Toei Animation xsheet file format 
Import/Export)
+  * New Cache folder Replacement & Clear Cache Command
+  * New Camera Column in XSheet
+  * New Context Aware Toolbar
+  * New Create Blank Drawing command
+  * New Fx: Corridor Gradient Fx Iwa
+  * New Fx: Spin Gradient Fx Iwa
+  * New Geometry Tool Driven Motion Paths
+  * New (Initial) Korean Menu Translation
+  * New Level Settings Adjustment for Multiple Selections in XSheet/Timeline
+  * New Next/Previous Keyframe Shortcuts
+  * New Pencil Mode for Toonz Raster Eraser in Freehand and Polyline
+  * New Swap Colors Button for Gradient Fxs
+  * New Short Play Feature
+  * New Fill Tool for Raster Level
+  * Updated/Reorganized Menus
+- Refresh p_handle-no-return-in-nonvoid-function.patch
+- Drop Fix-build-with-Qt-5_13.patch. Fixed upstream
+
+-------------------------------------------------------------------

Old:
----
  Fix-build-with-Qt-5_13.patch
  opentoonz-v1.3.0.tar.xz

New:
----
  opentoonz-1.4.0.tar.xz

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

Other differences:
------------------
++++++ opentoonz.spec ++++++
--- /var/tmp/diff_new_pack.MwKweD/_old  2020-02-03 11:14:35.113883352 +0100
+++ /var/tmp/diff_new_pack.MwKweD/_new  2020-02-03 11:14:35.113883352 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opentoonz
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,17 @@
 %global __requires_exclude ^(libcolorfx|libimage|libsound|libtif).*
 %global __provides_exclude ^(libcolorfx|libimage|libsound|libtif).*
 Name:           opentoonz
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        2D animation software
 # need to review license as site indicates: "modified BSD license"
 License:        BSD-2-Clause
 Group:          Productivity/Graphics/Other
 URL:            https://opentoonz.github.io/e/
-Source0:        %{name}-v%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 Source3:        %{name}-rpmlintrc
 Patch1:         p_handle-no-return-in-nonvoid-function.patch
 Patch2:         p_add-zlo-to-cmake-include-path-suffixes.patch
-Patch3:         Fix-build-with-Qt-5_13.patch
 BuildRequires:  boost-devel >= 1.55
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -70,7 +69,7 @@
 2D animation software previously known as Toonz.
 
 %prep
-%autosetup -p1 -n %{name}-v%{version}
+%autosetup -p1
 
 # Remove all thirdparty except tiff which is patched.
 find thirdparty/* -maxdepth 0 ! -name "tiff-*" ! -name "lzo" ! -name 
"kiss_fft*" -type d -exec rm -r "{}" \;

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MwKweD/_old  2020-02-03 11:14:35.137883364 +0100
+++ /var/tmp/diff_new_pack.MwKweD/_new  2020-02-03 11:14:35.137883364 +0100
@@ -1,14 +1,18 @@
+
 <services>
-  <service name="tar_scm" mode="disabled">
-    <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">refs/tags/v1.3.0</param>
-    <param name="url">git://github.com/opentoonz/opentoonz.git</param>
+  <service name="obs_scm" mode="disabled">
     <param name="scm">git</param>
+    <param name="url">git://github.com/opentoonz/opentoonz.git</param>
+    <param name="revision">v1.4.0</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
   </service>
+  <service name="tar" mode="disabled" />
   <service name="recompress" mode="disabled">
     <param name="compression">xz</param>
     <param name="file">*.tar</param>
   </service>
-  <service name="set_version" mode="disabled"/>
+  <service name="set_version" mode="disabled" />
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.MwKweD/_old  2020-02-03 11:14:35.145883369 +0100
+++ /var/tmp/diff_new_pack.MwKweD/_new  2020-02-03 11:14:35.149883370 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/opentoonz/opentoonz.git</param>
-    <param 
name="changesrevision">763ff111fa91c471fc6cd69fd46a4fe42c8042d0</param>
+    <param 
name="changesrevision">df1a12caba9385dfa8a075400b8d984a76d07f15</param>
   </service>
 </servicedata>
\ No newline at end of file

++++++ opentoonz-v1.3.0.tar.xz -> opentoonz-1.4.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/opentoonz/opentoonz-v1.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.opentoonz.new.26092/opentoonz-1.4.0.tar.xz differ: 
char 26, line 1

++++++ p_handle-no-return-in-nonvoid-function.patch ++++++
--- /var/tmp/diff_new_pack.MwKweD/_old  2020-02-03 11:14:35.169883380 +0100
+++ /var/tmp/diff_new_pack.MwKweD/_new  2020-02-03 11:14:35.169883380 +0100
@@ -9,10 +9,10 @@
  2 files changed, 3 insertions(+), 2 deletions(-)
 
 diff --git a/toonz/sources/image/ffmpeg/tiio_ffmpeg.cpp 
b/toonz/sources/image/ffmpeg/tiio_ffmpeg.cpp
-index 3f35abe..baa3c84 100644
+index 796543a5..80611535 100644
 --- a/toonz/sources/image/ffmpeg/tiio_ffmpeg.cpp
 +++ b/toonz/sources/image/ffmpeg/tiio_ffmpeg.cpp
-@@ -289,8 +289,8 @@ TRasterImageP Ffmpeg::getImage(int frameIndex) {
+@@ -301,8 +301,8 @@ TRasterImageP Ffmpeg::getImage(int frameIndex) {
        ret->yMirror();
        return TRasterImageP(ret);
      }
@@ -24,7 +24,7 @@
  
  double Ffmpeg::getFrameRate() {
 diff --git a/toonz/sources/tnztools/trackertool.cpp 
b/toonz/sources/tnztools/trackertool.cpp
-index 33d8202..c36ac77 100644
+index 6a6f4494..d82bb2f5 100644
 --- a/toonz/sources/tnztools/trackertool.cpp
 +++ b/toonz/sources/tnztools/trackertool.cpp
 @@ -112,6 +112,7 @@ hook->setAPos(fid, hook->getBPos(fid));
@@ -35,6 +35,3 @@
    }
  
    TDataP pasteData(const TDataP &data) { return TDataP(); }
--- 
-2.9.3
-


Reply via email to