forked from pool/perl-Prima
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
cbce84573c | |||
59865c01d1 |
3
Prima-1.74.tar.gz
Normal file
3
Prima-1.74.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91c4aace57faa34070ad00812d119e6cf47b84df9069d0d88e09426c1a6260ad
|
||||||
|
size 2303308
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:897ecc7bacf11cfe0c1a93279409429500cdf363faf87c1e5cbf2c0cbe671ae1
|
|
||||||
size 2347657
|
|
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
## Build Results
|
|
||||||
|
|
||||||
Current state of perl in openSUSE:Factory is
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The current state of perl in the devel project build (devel:languages:perl)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
@@ -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>
|
Tue Aug 20 05:30:44 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) 2025 SUSE LLC
|
# Copyright (c) 2024 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,18 +18,19 @@
|
|||||||
|
|
||||||
%define cpan_name Prima
|
%define cpan_name Prima
|
||||||
Name: perl-Prima
|
Name: perl-Prima
|
||||||
Version: 1.76000
|
Version: 1.74000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.76
|
%define cpan_version 1.74
|
||||||
#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
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(Prima) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
BuildRequires: giflib-devel
|
BuildRequires: giflib-devel
|
||||||
@@ -60,7 +61,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} -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
|
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