Compare commits

7 Commits

Author SHA256 Message Date
1c6ecdf8bf Add Gitea build results 2025-08-12 18:16:44 +02:00
1edd4c7dc3 Accepting request 1269371 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Prima?expand=0&rev=56
2025-04-15 14:46:31 +00:00
5afd9f388a Accepting request 1268708 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/1268708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Prima?expand=0&rev=82
2025-04-14 20:40:40 +00:00
86fe871148 Accepting request 1236289 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Prima?expand=0&rev=55
2025-01-12 10:15:18 +00:00
864a5e1f05 Accepting request 1235426 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1235426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Prima?expand=0&rev=80
2025-01-09 16:30:23 +00:00
7286050874 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
7cb4f40abd Accepting request 1195930 from devel:languages:perl:autoupdate
- 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/request/show/1195930
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 58 additions and 7 deletions

View File

@@ -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
View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## 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,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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,16 @@
%define cpan_name Prima
Name: perl-Prima
Version: 1.73000
Version: 1.76000
Release: 0
%define cpan_version 1.73
%define cpan_version 1.76
#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
%{perl_requires}
@@ -59,7 +60,7 @@ Builder and POD viewer are included. The toolkit can interoperate with
other popular event loop libraries.
%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