diff --git a/Prima-1.66.tar.gz b/Prima-1.66.tar.gz deleted file mode 100644 index c6cfd7c..0000000 --- a/Prima-1.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a2c6ad1ef32c5ae4e13f85215d54b470d75e5481ac60a81d1241f9bde1d11d9 -size 2047745 diff --git a/Prima-1.67001.tar.gz b/Prima-1.67001.tar.gz new file mode 100644 index 0000000..2ce10fb --- /dev/null +++ b/Prima-1.67001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e8fe5a76b3e5eb69cd3ac73ce59dda00719b7224ea4813cbd61a1e778229a4 +size 2167391 diff --git a/perl-Prima.changes b/perl-Prima.changes index 46fda1c..9bed770 100644 --- a/perl-Prima.changes +++ b/perl-Prima.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Mon Feb 13 03:08:56 UTC 2023 - Tina Müller + +- updated to 1.67001 + see /usr/share/doc/packages/perl-Prima/Changes + + 1.68 2023-XX-XX + - Process signals inside event loop + - Add sys::GUIException, onDie, and a standard dialog for user interactions on exceptions + - Widget.onMouseClick.dblclick::bool is .nth::int now, can report triple, quadruple etc clicks + - Support fillPattern with tiles in the emulated antialiasing + - Add Date and Time widgets (and their example/clock.pl) + - Remove native Win32 support from cygwin builds + - File.onRead supports native Win32 console stdin event + - Support XIM input + + 1.67 2022-11-27 + - Links and tooltips extended functionality: + -- Added interactive links in Label + -- Markup recognizes hyperlinks now with new "L" syntax + -- Generic link opening is handled by new module Prima::Widget::Link + -- Pod-embedded base64-encoded images are supported in podview and tooltips + - Some modules were split and moved to Prima::Widget:: namespace + - Compilation update for the latest MSVC + - use Prima qw(MsgBox and the like) re-exports symbols to the caller level: + message() will do now instead of Prima::MsgBox::message() + - Added conversion helpers: + -- Prima::Image.to_rgba() + -- cl::to_gray_byte(), cl::to_gray_rgb(), cl::from_gray_byte() + - ColorDialog and ColorComboBox support grayscale mode + - Image.rotate() has new fill parameter + - Major rewrite of plotting primitives by Drawable: + -- lineEnd,linePattern,lineWidth,miterLimit,lineJoin are served by + Prima::Drawable::Path now if lineWidth > 0 + -- Note: antialiased lines with width = 0 are invisible now! + -- Prima::Drawable::Path is heavily optimized + -- Drawable.matrix() is supported for all plotting primitives + -- Drawable.translate() is a syntax sugar for matrix operations + -- Drawable line ends are customizable now (see Drawable.pod, "Custom line end styles" ) + -- Regions defined by polylines and images are internally plotted + - Drawable.render_pattern emulates fill patterns distorted via matrix transformations + - X11: + -- better support of window icons + -- better support of multiple monitors + ------------------------------------------------------------------- Sun Aug 21 03:10:07 UTC 2022 - Tina Müller diff --git a/perl-Prima.spec b/perl-Prima.spec index 8849b3c..facacfd 100644 --- a/perl-Prima.spec +++ b/perl-Prima.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Prima # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Prima Name: perl-Prima -Version: 1.66 +Version: 1.67001 Release: 0 #Upstream: SUSE-Public-Domain License: AGPL-3.0-only AND BSD-2-Clause