From 4644dbe5a4a6b4be5245de51ca97ce7f3076302d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Wed, 28 Jun 2017 16:09:25 +0200
Subject: 1.52 bump

---
 .gitignore      |  1 +
 perl-Prima.spec | 17 ++++++++++++++---
 sources         |  2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9deec39..c669695 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /Prima-1.49.tar.gz
 /Prima-1.50.tar.gz
 /Prima-1.51.tar.gz
+/Prima-1.52.tar.gz
diff --git a/perl-Prima.spec b/perl-Prima.spec
index 3841aec..b13f8c0 100644
--- a/perl-Prima.spec
+++ b/perl-Prima.spec
@@ -2,12 +2,14 @@
 %{bcond_without perl_Prima_enables_x11_test}
 # Use GTK2 file dialogs and fonts
 %{bcond_without perl_Prima_enables_gtk2}
+# Support colorful cursor via Xcursor
+%{bcond_without perl_Prima_enables_xcursor}
 # Support FreeType fonts via xft
 %{bcond_without perl_Prima_enables_xft}
 
 Name:           perl-Prima
-Version:        1.51
-Release:        2%{?dist}
+Version:        1.52
+Release:        1%{?dist}
 Summary:        Perl graphic toolkit
 # img/codec_jpeg.c:     EXIF parser is based on io-jpeg.c from gdk-pixbuf
 #                       (LGPLv2+)
@@ -21,7 +23,8 @@ Summary:        Perl graphic toolkit
 # img/codec_X11.c:      MIT
 # pod/Prima/Widget/place.pod:   TCL
 # src/Drawable.c:               TCL
-License:        BSD and MIT and TCL and ImageMagick and LGPLv2+
+# examples/tiger.eps:   AGPLv3+   (bundled from GhostScript? CPAN RT#122271)
+License:        BSD and MIT and TCL and ImageMagick and LGPLv2+ and AGPLv3+
 URL:            http://search.cpan.org/dist/Prima/
 Source0:        
http://www.cpan.org/authors/id/K/KA/KARASIK/Prima-%{version}.tar.gz
 BuildRequires:  findutils
@@ -59,6 +62,9 @@ BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcomposite)
+%if %{with perl_Prima_enables_xcursor}
+BuildRequires:  pkgconfig(xcursor)
+%endif
 BuildRequires:  pkgconfig(xext)
 %if %{with perl_Prima_enables_xft}
 BuildRequires:  pkgconfig(xft)
@@ -168,6 +174,11 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_mandir}/man3/Prima::Test.*
 
 %changelog
+* Wed Jun 28 2017 Petr Pisar <ppi...@redhat.com> - 1.52-1
+- 1.52 bump
+- License changed to "BSD and MIT and TCL and ImageMagick and LGPLv2+ and
+  AGPLv3+"
+
 * Sun Jun 04 2017 Jitka Plesnikova <jples...@redhat.com> - 1.51-2
 - Perl 5.26 rebuild
 
diff --git a/sources b/sources
index 9b8fa66..17ba012 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Prima-1.51.tar.gz) = 
d5a3c2355e7890e6354418f0868ea2a0daa901d816d08073a6d6a7897dbf407be5720df3dc7089dec1e94e19e48a9149326fd3e31fd24e7463a56ee75ba129e1
+SHA512 (Prima-1.52.tar.gz) = 
09dae9e6bbd9a0807554653ef26aed74f2e2de112b31a62a12a5c4a8d5648ecb89a9a153cb843919d5946b04a0beea17d2beca29e98bf4eee2c016a39f244f52
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Prima.git/commit/?h=master&id=4644dbe5a4a6b4be5245de51ca97ce7f3076302d
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to