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
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63a6f365631edd9e9ab0ffbf02b3cbaaa75ccd13712849caaf296870cc5542e4
size 2283123

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

@@ -18,9 +18,9 @@
%define cpan_name Prima
Name: perl-Prima
Version: 1.73000
Version: 1.74000
Release: 0
%define cpan_version 1.73
%define cpan_version 1.74
#Upstream: SUSE-Public-Domain
License: AGPL-3.0-only AND BSD-2-Clause
Summary: Perl graphic toolkit
@@ -29,6 +29,8 @@ 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