4 Commits

Author SHA256 Message Date
78a1e1f894 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
18929ec776 - 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/package/show/devel:languages:perl/perl-Prima?expand=0&rev=82
2025-04-14 20:40:40 +00:00
2d1dca98ca 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
63cd128dc2 - 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/package/show/devel:languages:perl/perl-Prima?expand=0&rev=80
2025-01-09 16:30:23 +00:00
4 changed files with 31 additions and 9 deletions

View File

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

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

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
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) 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,9 +18,9 @@
%define cpan_name Prima
Name: perl-Prima
Version: 1.74000
Version: 1.76000
Release: 0
%define cpan_version 1.74
%define cpan_version 1.76
#Upstream: SUSE-Public-Domain
License: AGPL-3.0-only AND BSD-2-Clause
Summary: Perl graphic toolkit
@@ -29,8 +29,6 @@ Source0: https://cpan.metacpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-%
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Prima) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: giflib-devel
@@ -61,7 +59,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