forked from pool/perl-Prima
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
cbce84573c | |||
59865c01d1 |
@@ -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
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 +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>
|
Fri May 10 03:08:34 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%define cpan_name Prima
|
%define cpan_name Prima
|
||||||
Name: perl-Prima
|
Name: perl-Prima
|
||||||
Version: 1.73000
|
Version: 1.74000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.73
|
%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
|
||||||
@@ -29,6 +29,8 @@ Source0: https://cpan.metacpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-%
|
|||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user