Hello community,

here is the log from the commit of package perl-Prima for openSUSE:Factory 
checked in at 2018-11-10 17:01:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Prima (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Prima.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Prima"

Sat Nov 10 17:01:31 2018 rev:34 rq:647510 version:1.53

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Prima/perl-Prima.changes    2016-06-19 
10:48:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Prima.new/perl-Prima.changes       
2018-11-10 17:02:33.587520353 +0100
@@ -1,0 +2,57 @@
+Fri Nov  9 07:03:07 UTC 2018 - Stephan Kulow <[email protected]>
+
+- remove upstreamed gcc-warnings.patch and Prima-GenericEvent.patch
+
+-------------------------------------------------------------------
+Thu Nov  8 06:50:47 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 1.53
+   see /usr/share/doc/packages/perl-Prima/Changes
+
+  1.53 2018-10-10
+   - Image downsampling made consistent; added ict::Posterization; 
+   - Added images to documentations
+   - Support gtk3 (but prefer gtk2)
+
+  1.52 2017-06-28
+   - Better support for multi-threading
+   - Better support of MacOS/XQuartz
+   - Aesthetic fixes for scrollbars, spin edits, and sliders
+   - Fixes for paths; path demo with PS interpreter
+   - Add Widget.clipChildren, Drawable.fillPatternOffset, Timer.toggle
+   - Coredump fix for Data::Dumper::GUI usage pattern
+   - Support colored cursors on X11
+  
+  1.51 2017-03-28
+   - Add graphic paths support
+   - Add spinner widgets by Maximilian Lika
+   - Use Region objects for shape and clipping
+  
+  1.50 2017-01-03
+   - Renamed utils after debian standard
+   - Support high-dpi monitors and uiScaling, also with smooth bitmap scaling
+   - Image.data/Icon.mask made faster by returning a read-only scalar
+   - Support multiple monitors for win32
+   - Adapt event loop for AnyEvent integration ( add onIdle and yield(1) )
+  
+  1.49 2016-09-27
+   - Fixes for new development bugs in 1.48
+  
+  1.48 2016-08-21
+   - Support dynamic font loading
+   - Added support for invividual horizontal font glyph metrics
+   - Added afm2prima script to convert .afm PostScript font headers to Prima 
format
+   - Add Markup (rich text) widget support, originally implemented by Teo 
Sankaro
+   - Add KeySelector integration with menu shortcuts
+   - Add alpha layering and blending with native win32 and XRender support:
+     -- New Drawable call .alpha()
+     -- New Icon.maskType property containing either im::bpp1 or im::bpp8; the 
latter represents ARGB image
+     -- Widgets and Windows can request per-pixel alpha transparency with new 
.layered property
+     -- DeviceBitmap.monochrome property changed to 
.type(Bitmap/Pixmap/Layered)
+     -- put_image and stretch_image support new rops rop::SrcCopy and 
rop::SrcOver with ARGB images and surfaces
+     -- put_image and stretch_image support new rop::AlphaCopy with grayscale 
images to address alpha channel only
+     -- Image bit operations support 12 Porter-Duff rops and alpha 
pre-multiplication on ARGB images
+        and RGB images with constant alpha value
+     -- PNG codec supports ARGB icons
+
+-------------------------------------------------------------------

Old:
----
  Prima-1.47.tar.gz
  Prima-GenericEvent.patch
  gcc-warnings.patch

New:
----
  Prima-1.53.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Prima.spec ++++++
--- /var/tmp/diff_new_pack.BsrPYR/_old  2018-11-10 17:02:34.015519830 +0100
+++ /var/tmp/diff_new_pack.BsrPYR/_new  2018-11-10 17:02:34.019519826 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Prima
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Prima
-Version:        1.47
+Version:        1.53
 Release:        0
 #Upstream: SUSE-Public-Domain
 %define cpan_name Prima
 Summary:        Perl Graphic Toolkit
 License:        BSD-2-Clause
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Prima/
-Source0:        
http://www.cpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-%{version}.tar.gz
+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
-Patch0:         gcc-warnings.patch
-Patch1:         Prima-GenericEvent.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -56,15 +54,13 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
-%patch0 -p1
-%patch1 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -80,6 +76,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Copying examples LICENSE README.md
+%doc AGPLv3 Changes examples README.md
+%license Copying LICENSE
 
 %changelog

++++++ Prima-1.47.tar.gz -> Prima-1.53.tar.gz ++++++
++++ 171049 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.BsrPYR/_old  2018-11-10 17:02:34.399519362 +0100
+++ /var/tmp/diff_new_pack.BsrPYR/_new  2018-11-10 17:02:34.399519362 +0100
@@ -1,9 +1,6 @@
 ---
 description_paragraphs: 1
 #no_testing: broken upstream
-patches:
-  Prima-GenericEvent.patch:
-  gcc-warnings.patch: -p1
 preamble: |-
  BuildRequires:  giflib-devel
  BuildRequires:  libpng-devel


Reply via email to