From 324631fa08c893e4aeadc0c054f6a97b928e089bc34daa83db75d33920b78661 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 28 May 2020 22:37:48 +0000 Subject: [PATCH] Accepting request 809858 from devel:languages:perl:autoupdate 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 OBS-URL: https://build.opensuse.org/request/show/809858 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Prima?expand=0&rev=51 --- Prima-1.58.tar.gz | 3 --- Prima-1.59.tar.gz | 3 +++ perl-Prima.changes | 22 ++++++++++++++++++++++ perl-Prima.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 Prima-1.58.tar.gz create mode 100644 Prima-1.59.tar.gz diff --git a/Prima-1.58.tar.gz b/Prima-1.58.tar.gz deleted file mode 100644 index 06da617..0000000 --- a/Prima-1.58.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00f91c37ebf7fa3d5b8eddd5f726e75fac30d5b1176a4bd57128ba9ad5dbe628 -size 1902845 diff --git a/Prima-1.59.tar.gz b/Prima-1.59.tar.gz new file mode 100644 index 0000000..585ae94 --- /dev/null +++ b/Prima-1.59.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43c5b063db6a418299fb8e7b01da432a90a8316adb7aff9acecc2428a62adfe +size 1862276 diff --git a/perl-Prima.changes b/perl-Prima.changes index 29d1c66..919e238 100644 --- a/perl-Prima.changes +++ b/perl-Prima.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu May 28 03:12:08 UTC 2020 - Tina Müller + +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 - diff --git a/perl-Prima.spec b/perl-Prima.spec index 8330c73..c880a8d 100644 --- a/perl-Prima.spec +++ b/perl-Prima.spec @@ -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