Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Cairo for openSUSE:Factory 
checked in at 2021-01-21 21:57:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Cairo (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Cairo.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Cairo"

Thu Jan 21 21:57:42 2021 rev:41 rq:865451 version:1.109

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Cairo/perl-Cairo.changes    2020-12-01 
14:24:05.917678480 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Cairo.new.28504/perl-Cairo.changes 
2021-01-21 21:57:43.293865273 +0100
@@ -1,0 +2,6 @@
+Thu Jan 21 03:06:12 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.109
+   see /usr/share/doc/packages/perl-Cairo/ChangeLog.pre-git
+
+-------------------------------------------------------------------

Old:
----
  Cairo-1.108.tar.gz

New:
----
  Cairo-1.109.tar.gz

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

Other differences:
------------------
++++++ perl-Cairo.spec ++++++
--- /var/tmp/diff_new_pack.Q0deGP/_old  2021-01-21 21:57:43.821865486 +0100
+++ /var/tmp/diff_new_pack.Q0deGP/_new  2021-01-21 21:57:43.821865486 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Cairo
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name Cairo
 Name:           perl-Cairo
-Version:        1.108
+Version:        1.109
 Release:        0
 #Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
-%define cpan_name Cairo
 Summary:        Perl interface to the cairo 2d vector graphics library
 License:        LGPL-2.1-or-later
-Group:          Development/Libraries/Perl
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Depends) >= 0.2
@@ -43,11 +41,11 @@
 Perl interface to the cairo 2d vector graphics library
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -58,7 +56,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc ChangeLog.pre-git examples NEWS README TODO
 %license LICENSE
 

++++++ Cairo-1.108.tar.gz -> Cairo-1.109.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.108/META.json new/Cairo-1.109/META.json
--- old/Cairo-1.108/META.json   2020-11-24 18:51:22.000000000 +0100
+++ new/Cairo-1.109/META.json   2021-01-20 07:01:14.000000000 +0100
@@ -66,6 +66,6 @@
       },
       "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
    },
-   "version" : "1.108",
+   "version" : "1.109",
    "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.108/META.yml new/Cairo-1.109/META.yml
--- old/Cairo-1.108/META.yml    2020-11-24 18:51:22.000000000 +0100
+++ new/Cairo-1.109/META.yml    2021-01-20 07:01:14.000000000 +0100
@@ -31,5 +31,5 @@
   homepage: http://gtk2-perl.sourceforge.net
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: https://gitlab.gnome.org/GNOME/perl-cairo.git
-version: '1.108'
+version: '1.109'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.108/Makefile.PL new/Cairo-1.109/Makefile.PL
--- old/Cairo-1.108/Makefile.PL 2020-11-24 07:31:53.000000000 +0100
+++ new/Cairo-1.109/Makefile.PL 2021-01-19 18:26:47.000000000 +0100
@@ -547,8 +547,7 @@
                CAIRO_PDF_OUTLINE_FLAG_ITALIC
        /];
 
-        push @exports, qw/newSVCairoPdfOutline
-                       SvCairoPdfOutline
+        push @exports, qw/
                        cairo_pdf_outline_flags_from_sv
                        cairo_pdf_outline_flags_to_sv/;
 } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.108/NEWS new/Cairo-1.109/NEWS
--- old/Cairo-1.108/NEWS        2020-11-24 07:54:20.000000000 +0100
+++ new/Cairo-1.109/NEWS        2021-01-20 06:59:39.000000000 +0100
@@ -1,3 +1,8 @@
+Overview of changes in Cairo 1.109
+==================================
+
+* Remove PDF outline exports that do not exist
+
 Overview of changes in Cairo 1.108
 ==================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.108/lib/Cairo.pm new/Cairo-1.109/lib/Cairo.pm
--- old/Cairo-1.108/lib/Cairo.pm        2020-11-24 07:54:42.000000000 +0100
+++ new/Cairo-1.109/lib/Cairo.pm        2021-01-20 06:59:47.000000000 +0100
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.108';
+our $VERSION = '1.109';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Reply via email to