Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Prima for openSUSE:Factory checked in at 2023-09-13 20:44:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Prima (Old) and /work/SRC/openSUSE:Factory/.perl-Prima.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Prima" Wed Sep 13 20:44:19 2023 rev:50 rq:1110666 version:1.70000 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Prima/perl-Prima.changes 2023-06-03 00:07:24.570054760 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Prima.new.1766/perl-Prima.changes 2023-09-13 20:45:08.099298430 +0200 @@ -1,0 +2,19 @@ +Tue Sep 5 16:57:28 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.70 + see /usr/share/doc/packages/perl-Prima/Changes + + 1.70 2023-09-03 + - Use fading effects in widgets + - Solidify emulated 2D transformations with images + -- Add aperture point for Image.matrix_transform + - Animation is using core image processing instead of DeviceBitmap + - Path rendering is optimized for widened arcs and splines + - Add Widget.is_surface_buffered to check if .buffered(1) was respected + - Edit.find() changed the coordinate system used, from visual to physical + - Core Icon.put_image(Icon) will affect the destinations 1-bit mask + - Image.premultiply_alpha(constant) will work on palettes when bpp <= 8 + - Add Image.to_colormask + - Add --no-xrender-matrix command line switch for x11 builds + +------------------------------------------------------------------- Old: ---- Prima-1.69.tar.gz New: ---- Prima-1.70.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Prima.spec ++++++ --- /var/tmp/diff_new_pack.8L4w1d/_old 2023-09-13 20:45:09.195337396 +0200 +++ /var/tmp/diff_new_pack.8L4w1d/_new 2023-09-13 20:45:09.195337396 +0200 @@ -18,13 +18,14 @@ %define cpan_name Prima Name: perl-Prima -Version: 1.69000 +Version: 1.70000 Release: 0 +%define cpan_version 1.70 #Upstream: SUSE-Public-Domain License: AGPL-3.0-only AND BSD-2-Clause Summary: Perl graphic toolkit URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-1.69.tar.gz +Source0: https://cpan.metacpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros @@ -50,15 +51,16 @@ # MANUAL END %description -The toolkit is combined from two basic set of classes - core and external. -The core classes are coded in C and form a base line for every Prima object -written in perl. The usage of C is possible together with the toolkit; -however, its full power is revealed in the perl domain. The external -classes present easily expandable set of widgets, written completely in -perl and communicating with the system using Prima library calls. +The toolkit is a combination of two basic sets of classes - core and +external. The core classes are coded in C and form a baseline for every +Prima object written in Perl. The usage of C is possible together with the +toolkit; however, its full power is revealed in the Perl domain. The +external classes present an easily expandable set of widgets, written +entirely in Perl and communicating with the system using Prima library +calls. %prep -%autosetup -n %{cpan_name}-1.69 +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" ++++++ Prima-1.69.tar.gz -> Prima-1.70.tar.gz ++++++ ++++ 7673 lines of diff (skipped)