forked from pool/perl-Prima
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
78a1e1f894 | |||
18929ec776 | |||
2d1dca98ca | |||
63cd128dc2 | |||
cbce84573c | |||
59865c01d1 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63a6f365631edd9e9ab0ffbf02b3cbaaa75ccd13712849caaf296870cc5542e4
|
|
||||||
size 2283123
|
|
3
Prima-1.76.tar.gz
Normal file
3
Prima-1.76.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:897ecc7bacf11cfe0c1a93279409429500cdf363faf87c1e5cbf2c0cbe671ae1
|
||||||
|
size 2347657
|
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 13 05:35:13 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.76
|
||||||
|
see /usr/share/doc/packages/perl-Prima/Changes
|
||||||
|
|
||||||
|
1.76 2025-03-12
|
||||||
|
- Implement gt::Grid geometry emulating Tk::grid
|
||||||
|
- 'run Prima' is no more, Prima->run it is now (because `use v5.36` ruins it)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 22 05:31:43 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.75
|
||||||
|
see /usr/share/doc/packages/perl-Prima/Changes
|
||||||
|
|
||||||
|
1.75 2024-12-21
|
||||||
|
- FrameSet: rename .arrangement to .vertical, remove .resizeMethod
|
||||||
|
- add Date,Time,KeySelector,FrameSet, and CheckList to VB
|
||||||
|
- s/dragable/draggable/g
|
||||||
|
- Grouped menu items use a distinct radio style check mark bitmap
|
||||||
|
- Support CPAL/COLR colored fonts
|
||||||
|
- Add the PopupButton class
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 20 05:30:44 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.74
|
||||||
|
see /usr/share/doc/packages/perl-Prima/Changes
|
||||||
|
|
||||||
|
1.74 2024-08-24
|
||||||
|
- implement antialiased polygon fill in C, use it in the
|
||||||
|
AA emulation in Prima::Drawable::Antialias instead of the old algorithm
|
||||||
|
- all AA plotting is supported internally, Prima::Drawable::Antialias is
|
||||||
|
not used for the emulated AA drawing
|
||||||
|
- add kb:: definitions for the internet keyboards
|
||||||
|
- fixes for Strawberry Perl 5.40
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 10 03:08:34 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Fri May 10 03:08:34 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Prima
|
# spec file for package perl-Prima
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%define cpan_name Prima
|
%define cpan_name Prima
|
||||||
Name: perl-Prima
|
Name: perl-Prima
|
||||||
Version: 1.73000
|
Version: 1.76000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.73
|
%define cpan_version 1.76
|
||||||
#Upstream: SUSE-Public-Domain
|
#Upstream: SUSE-Public-Domain
|
||||||
License: AGPL-3.0-only AND BSD-2-Clause
|
License: AGPL-3.0-only AND BSD-2-Clause
|
||||||
Summary: Perl graphic toolkit
|
Summary: Perl graphic toolkit
|
||||||
@@ -59,7 +59,7 @@ Builder and POD viewer are included. The toolkit can interoperate with
|
|||||||
other popular event loop libraries.
|
other popular event loop libraries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user