Hello community,

here is the log from the commit of package wxsvg for openSUSE:Leap:15.2 checked 
in at 2020-05-13 13:47:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/wxsvg (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.wxsvg.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxsvg"

Wed May 13 13:47:24 2020 rev:14 rq:805223 version:1.5.22

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/wxsvg/wxsvg.changes    2020-01-15 
16:29:42.420796832 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.wxsvg.new.2738/wxsvg.changes  2020-05-13 
13:47:26.729321913 +0200
@@ -1,0 +2,67 @@
+Wed Apr 22 06:42:30 UTC 2020 - Luigi Baldoni <[email protected]>
+
+- Set correct license
+
+-------------------------------------------------------------------
+Wed Apr  8 08:42:55 UTC 2020 - [email protected]
+
+- Update to version 1.5.22
+  * wxSVGImage: fixed loading of video frames
+  * added support of rgba colors
+  version 1.5.21
+  * fixed renedring of symbol elements
+  * fixed handling of spaces in transform attribute
+  * added support of grayscale mask
+  * added initial support of switch element
+
+- Dropped Group tag
+
+-------------------------------------------------------------------
+Sat Sep 14 12:50:32 UTC 2019 - Mariusz Fik <[email protected]>
+
+- Update to 1.5.20:
+  * added handling of fill-rule
+  * added handling of spreadMethod
+  * added handling of clipPath
+  * added support of dash-offset
+  * added support of mask for path element
+  * fixed handling of pt units
+  * fixed fill pattern with opacity
+  * fixed handling of referenced patterns
+- Update to 1.5.19:
+  * fixed rendering polyline element
+  * fixed drawing a cubic Bézier curve if the previous command was not
+    an c or s
+- Update to 1.5.18:
+  * wxFfmpegMediaDecoder: fixed support of ffmpeg 3.4.x
+- Update to 1.5.17:
+  * wxSVGUseElement: fixed GetBBox() and GetResultBBox()
+
+-------------------------------------------------------------------
+Thu Feb 14 12:49:45 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Update to version 1.5.16
+  * wxFfmpegMediaDecoder.SetPosition(): added parameter
+    seekBackward
+  version 1.5.15
+  * added skia backend (experimental) (thanks to Zicheng Yang) 
+
+-------------------------------------------------------------------
+Tue Feb 12 18:15:57 UTC 2019 - [email protected]
+
+- No longer force ffmpeg-3 libs during build.
+
+-------------------------------------------------------------------
+Fri Aug  3 11:13:20 UTC 2018 - [email protected]
+
+- Update to version 1.5.14
+  * fixed calculation of bounding box if viewbox is specified
+  * fixed GetResultBBox()
+  * wxSVGCanvasImage: added support of data base64 href
+
+-------------------------------------------------------------------
+Fri Aug  3 09:47:38 UTC 2018 - [email protected]
+
+- Build with ffmpeg-3 libs to match DVDStyler, see boo#1103008
+
+-------------------------------------------------------------------

Old:
----
  wxsvg-1.5.13.tar.bz2

New:
----
  wxsvg-1.5.22.tar.bz2

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

Other differences:
------------------
++++++ wxsvg.spec ++++++
--- /var/tmp/diff_new_pack.r7GKnW/_old  2020-05-13 13:47:27.209322946 +0200
+++ /var/tmp/diff_new_pack.r7GKnW/_new  2020-05-13 13:47:27.209322946 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package wxsvg
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2015 Mariusz Fik <[email protected]>
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2012-2019 Mariusz Fik <[email protected]>
 # Copyright (c) 2012 Stefan Seyfried <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -14,47 +14,41 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define         sover      3
 Name:           wxsvg
-Version:        1.5.13
+Version:        1.5.22
 Release:        0
 Summary:        Library to create, manipulate and render SVG files
-License:        GPL-2.0+
-Group:          Development/Libraries/C and C++
-Url:            https://wxsvg.sourceforge.net/
+License:        LGPL-2.1+ WITH WxWindows-exception-3.1
+URL:            http://wxsvg.sourceforge.net/
 Source:         
https://prdownloads.sourceforge.net/wxsvg/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(libart-2.0)
-BuildRequires:  pkgconfig(libavcodec) > 57
-BuildRequires:  pkgconfig(libavformat) > 57
-BuildRequires:  pkgconfig(libavutil) > 55
-BuildRequires:  pkgconfig(libexif)
-BuildRequires:  pkgconfig(libswscale) > 4
-%if 0%{?suse_version} > 1320
-BuildRequires:  wxWidgets-devel >= 3
-%else
+# WARNING: needs to build with the same ffmpeg libraries as DVDStyler.
 BuildRequires:  wxWidgets-3_0-devel
-%endif
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(libswscale)
 
 %description
 WxSVG is a C++ library to create, manipulate and render SVG files.
 
 %package -n     lib%{name}%{sover}
 Summary:        Library to create, manipulate and render SVG files
-Group:          System/Libraries
 
 %description -n lib%{name}%{sover}
 Dynamic libraries from %{name}, as required at runtime.
 
 %package -n     lib%{name}-devel
 Summary:        Header files for %{name}
-Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Requires:       lib%{name}%{sover} = %{version}
 Requires:       wxWidgets-devel >= 3
@@ -79,8 +73,9 @@
 %postun -n lib%{name}%{sover} -p /sbin/ldconfig
 
 %files
-%doc AUTHORS ChangeLog COPYING TODO
+%doc AUTHORS ChangeLog TODO
 %{_bindir}/svgview
+%license COPYING
 
 %files -n lib%{name}%{sover}
 %{_libdir}/libwxsvg.so.%{sover}

++++++ wxsvg-1.5.13.tar.bz2 -> wxsvg-1.5.22.tar.bz2 ++++++
++++ 10882 lines of diff (skipped)


Reply via email to