Hello community,

here is the log from the commit of package perl-Cairo-GObject for 
openSUSE:Factory checked in at 2019-09-02 13:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Cairo-GObject (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Cairo-GObject.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Cairo-GObject"

Mon Sep  2 13:25:19 2019 rev:2 rq:727223 version:1.005

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Cairo-GObject/perl-Cairo-GObject.changes    
2019-07-31 14:32:12.545963631 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Cairo-GObject.new.7948/perl-Cairo-GObject.changes
  2019-09-02 13:25:19.345312738 +0200
@@ -1,0 +2,16 @@
+Thu Aug 29 17:11:56 CEST 2019 - Tina Mueller <tina.muel...@suse.com>
+
+- Add license to cpanspec.yaml and spec
+
+-------------------------------------------------------------------
+Wed Aug 28 22:32:25 CEST 2019 - Tina Mueller <tina.muel...@suse.com>
+
+- Add BuildRequires:  pkgconfig(cairo-gobject)
+
+-------------------------------------------------------------------
+Wed Aug 28 05:03:10 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 1.005
+   see /usr/share/doc/packages/perl-Cairo-GObject/
+
+-------------------------------------------------------------------

Old:
----
  Cairo-GObject-1.004.tar.gz

New:
----
  Cairo-GObject-1.005.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Cairo-GObject.spec ++++++
--- /var/tmp/diff_new_pack.Q4xkoo/_old  2019-09-02 13:25:20.141312587 +0200
+++ /var/tmp/diff_new_pack.Q4xkoo/_new  2019-09-02 13:25:20.141312587 +0200
@@ -12,19 +12,20 @@
 # 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-Cairo-GObject
-Version:        1.004
+Version:        1.005
 Release:        0
 %define cpan_name Cairo-GObject
 Summary:        Integrate Cairo into the Glib type system
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Cairo-GObject/
-Source0:        
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+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
@@ -32,12 +33,14 @@
 BuildRequires:  perl(ExtUtils::Depends) >= 0.2
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.000000
 BuildRequires:  perl(Glib) >= 1.224
-BuildRequires:  pkgconfig(cairo-gobject)
 Requires:       perl(Cairo) >= 1.080
 Requires:       perl(ExtUtils::Depends) >= 0.2
 Requires:       perl(ExtUtils::PkgConfig) >= 1.000000
 Requires:       perl(Glib) >= 1.224
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  pkgconfig(cairo-gobject)
+# MANUAL END
 
 %description
 Integrate Cairo into the Glib type system
@@ -46,11 +49,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %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

++++++ Cairo-GObject-1.004.tar.gz -> Cairo-GObject-1.005.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-GObject-1.004/META.json 
new/Cairo-GObject-1.005/META.json
--- old/Cairo-GObject-1.004/META.json   2014-01-18 22:46:59.000000000 +0100
+++ new/Cairo-GObject-1.005/META.json   2019-08-22 06:43:40.000000000 +0200
@@ -1,16 +1,18 @@
 {
    "abstract" : "Integrate Cairo into the Glib type system",
    "author" : [
+      "unknown",
       "gtk2-perl Team <gtk-perl-list at gnome dot org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter 
version 2.133380",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
+      "unknown",
       "lgpl_2_1"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Cairo-GObject",
    "no_index" : {
@@ -60,5 +62,6 @@
       },
       "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
    },
-   "version" : "1.004"
+   "version" : "1.005",
+   "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-GObject-1.004/META.yml 
new/Cairo-GObject-1.005/META.yml
--- old/Cairo-GObject-1.004/META.yml    2014-01-18 22:46:59.000000000 +0100
+++ new/Cairo-GObject-1.005/META.yml    2019-08-22 06:43:39.000000000 +0200
@@ -1,35 +1,37 @@
 ---
 abstract: 'Integrate Cairo into the Glib type system'
 author:
+  - unknown
   - 'gtk2-perl Team <gtk-perl-list at gnome dot org>'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  Cairo: 1.080
-  ExtUtils::Depends: 0.2
-  ExtUtils::MakeMaker: 0
-  ExtUtils::PkgConfig: 1.0
-  Glib: 1.224
+  Cairo: '1.080'
+  ExtUtils::Depends: '0.2'
+  ExtUtils::MakeMaker: '0'
+  ExtUtils::PkgConfig: '1.0'
+  Glib: '1.224'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter version 
2.133380'
-license: lgpl
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
+license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Cairo-GObject
 no_index:
   directory:
     - t
     - inc
 requires:
-  Cairo: 1.080
-  ExtUtils::Depends: 0.2
-  ExtUtils::PkgConfig: 1.0
-  Glib: 1.224
+  Cairo: '1.080'
+  ExtUtils::Depends: '0.2'
+  ExtUtils::PkgConfig: '1.0'
+  Glib: '1.224'
 resources:
   MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Cairo-GObject
   homepage: http://gtk2-perl.sourceforge.net/
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-Cairo-GObject
-version: 1.004
+version: '1.005'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-GObject-1.004/NEWS new/Cairo-GObject-1.005/NEWS
--- old/Cairo-GObject-1.004/NEWS        2014-01-18 22:34:46.000000000 +0100
+++ new/Cairo-GObject-1.005/NEWS        2019-08-22 06:42:56.000000000 +0200
@@ -1,3 +1,8 @@
+Overview of changes in Cairo::GObject 1.005
+===========================================
+
+* Fix typo "registed" in comment (GNOME/perl-cairo-gobject!1)
+
 Overview of changes in Cairo::GObject 1.004
 ===========================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-GObject-1.004/lib/Cairo/GObject.pm 
new/Cairo-GObject-1.005/lib/Cairo/GObject.pm
--- old/Cairo-GObject-1.004/lib/Cairo/GObject.pm        2014-01-18 
22:34:57.000000000 +0100
+++ new/Cairo-GObject-1.005/lib/Cairo/GObject.pm        2019-08-22 
06:43:15.000000000 +0200
@@ -16,7 +16,7 @@
 
 use XSLoader;
 
-our $VERSION = '1.004';
+our $VERSION = '1.005';
 XSLoader::load ('Cairo::GObject', $VERSION);
 
 1;
@@ -31,7 +31,7 @@
 
   use Cairo::GObject;
 
-  # Cairo and Glib are now loaded and the Cairo types are registed with
+  # Cairo and Glib are now loaded and the Cairo types are registered with
   # Glib's type machinery.  This allows you to correctly use Cairo types
   # in signals and properties.
 

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
  BuildRequires:  pkgconfig(cairo-gobject)
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
license: LGPL-2.1+
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to