SHA256
9
0
forked from pool/perl-Prima

Accepting request 810049 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/810049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Prima?expand=0&rev=40
This commit is contained in:
2020-06-02 12:35:20 +00:00
committed by Git OBS Bridge
4 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00f91c37ebf7fa3d5b8eddd5f726e75fac30d5b1176a4bd57128ba9ad5dbe628
size 1902845

3
Prima-1.59.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu May 28 03:12:08 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 1.59
see /usr/share/doc/packages/perl-Prima/Changes
1.59 2020-05-27
- Added support for unicode bidirectional algorithm and text shaping:
-- All standard widgets are moved to new shaped text implementation:
formerly char-based position properties, such as firstChar and selection,
are now cluster-based.
-- Unicode bidirectional algorithms uses fribidi on all platforms
-- Text shaping uses harfbuzz on unix
-- Text::Bidi is no loger used
-- Text input direction is deduced from new Application.language
- Switch PostScript backend to generate embedded Type1 fonts only
-- Remove bitmap font generation and remove support for native PS fonts
-- Remove support for encodings, leave only Unicode
- Move Prima::*Dialog.pm files into Prima::Dialog::* namespace.
-- The old packages will be alive for a while, but will print a deprecation message
-------------------------------------------------------------------
Mon Mar 16 03:12:59 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Prima
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Prima
Version: 1.58
Version: 1.59
Release: 0
#Upstream: SUSE-Public-Domain
%define cpan_name Prima
Summary: Perl graphic toolkit
License: BSD-2-Clause AND AGPL-3.0-only
Group: Development/Libraries/Perl
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}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build