SHA256
8
0
forked from pool/perl-Prima

2 Commits

Author SHA256 Message Date
cbce84573c Accepting request 1197309 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1197309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Prima?expand=0&rev=54
2024-08-29 13:43:53 +00:00
59865c01d1 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Prima?expand=0&rev=78
2024-08-29 07:04:49 +00:00
5 changed files with 9 additions and 44 deletions

3
Prima-1.74.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91c4aace57faa34070ad00812d119e6cf47b84df9069d0d88e09426c1a6260ad
size 2303308

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:897ecc7bacf11cfe0c1a93279409429500cdf363faf87c1e5cbf2c0cbe671ae1
size 2347657

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Prima/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Prima)

View File

@@ -1,27 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Prima
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,19 @@
%define cpan_name Prima
Name: perl-Prima
Version: 1.76000
Version: 1.74000
Release: 0
%define cpan_version 1.76
%define cpan_version 1.74
#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}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Prima) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: giflib-devel
@@ -60,7 +61,7 @@ Builder and POD viewer are included. The toolkit can interoperate with
other popular event loop libraries.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644