Hello community,

here is the log from the commit of package perl-Glib-Object-Introspection for 
openSUSE:Factory checked in at 2015-12-29 13:00:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Glib-Object-Introspection (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Glib-Object-Introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Glib-Object-Introspection"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Glib-Object-Introspection/perl-Glib-Object-Introspection.changes
    2015-12-06 07:42:42.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Glib-Object-Introspection.new/perl-Glib-Object-Introspection.changes
       2015-12-29 13:00:19.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Dec 29 05:32:40 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.040:
+  * Makefile.PL: Make G:O:I dependent on Glib version >= 1.320.
+
+-------------------------------------------------------------------

Old:
----
  Glib-Object-Introspection-0.033.tar.gz

New:
----
  Glib-Object-Introspection-0.040.tar.gz

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

Other differences:
------------------
++++++ perl-Glib-Object-Introspection.spec ++++++
--- /var/tmp/diff_new_pack.ZPD2Dq/_old  2015-12-29 13:00:20.000000000 +0100
+++ /var/tmp/diff_new_pack.ZPD2Dq/_new  2015-12-29 13:00:20.000000000 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name Glib-Object-Introspection
 Name:           perl-Glib-Object-Introspection
-Version:        0.033
+Version:        0.040
 Release:        0
 Summary:        GObject Introspection bindings for Perl
 License:        LGPL-2.1+
@@ -29,9 +29,9 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Depends)
 BuildRequires:  perl(ExtUtils::PkgConfig)
-BuildRequires:  perl(Glib) >= 1.310
+BuildRequires:  perl(Glib) >= 1.320
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-Requires:       perl(Glib) >= 1.310
+Requires:       perl(Glib) >= 1.320
 %perl_requires
 
 %description

++++++ Glib-Object-Introspection-0.033.tar.gz -> 
Glib-Object-Introspection-0.040.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-Object-Introspection-0.033/META.json 
new/Glib-Object-Introspection-0.040/META.json
--- old/Glib-Object-Introspection-0.033/META.json       2015-11-30 
17:01:28.000000000 +0100
+++ new/Glib-Object-Introspection-0.040/META.json       2015-12-21 
20:19:20.000000000 +0100
@@ -37,18 +37,18 @@
             "ExtUtils::Depends" : "0.3",
             "ExtUtils::MakeMaker" : "0",
             "ExtUtils::PkgConfig" : "1",
-            "Glib" : "1.31"
+            "Glib" : "1.32"
          }
       },
       "runtime" : {
          "requires" : {
             "ExtUtils::Depends" : "0.3",
             "ExtUtils::PkgConfig" : "1",
-            "Glib" : "1.31"
+            "Glib" : "1.32"
          }
       }
    },
-   "release_status" : "unstable",
+   "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
          "mailto" : "bug-Glib-Object-Introspection [at] rt.cpan.org",
@@ -66,5 +66,5 @@
       "x_IRC" : "irc://irc.gimp.org/#gtk-perl",
       "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
    },
-   "version" : "0.033"
+   "version" : "0.040"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-Object-Introspection-0.033/META.yml 
new/Glib-Object-Introspection-0.040/META.yml
--- old/Glib-Object-Introspection-0.033/META.yml        2015-11-30 
17:01:27.000000000 +0100
+++ new/Glib-Object-Introspection-0.040/META.yml        2015-12-21 
20:19:20.000000000 +0100
@@ -8,7 +8,7 @@
   ExtUtils::Depends: '0.3'
   ExtUtils::MakeMaker: '0'
   ExtUtils::PkgConfig: '1'
-  Glib: '1.31'
+  Glib: '1.32'
 dynamic_config: 1
 generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
 license: lgpl
@@ -28,7 +28,7 @@
 requires:
   ExtUtils::Depends: '0.3'
   ExtUtils::PkgConfig: '1'
-  Glib: '1.31'
+  Glib: '1.32'
 resources:
   IRC: irc://irc.gimp.org/#gtk-perl
   MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
@@ -36,4 +36,4 @@
   homepage: http://gtk2-perl.sourceforge.net
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-Glib-Object-Introspection
-version: '0.033'
+version: '0.040'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-Object-Introspection-0.033/Makefile.PL 
new/Glib-Object-Introspection-0.040/Makefile.PL
--- old/Glib-Object-Introspection-0.033/Makefile.PL     2015-08-25 
23:13:14.000000000 +0200
+++ new/Glib-Object-Introspection-0.040/Makefile.PL     2015-12-21 
20:13:20.000000000 +0100
@@ -23,7 +23,7 @@
 use Cwd;
 
 my %RUNTIME_REQ_PM = (
-  'Glib' => 1.310, # FIXME: 1.320
+  'Glib' => 1.320,
 );
 
 my %CONFIG_REQ_PM = (
@@ -55,7 +55,8 @@
         },
         author              =>
             ['Glib::Object::Introspection Team <gtk-perl-list at gnome dot 
org>'],
-        release_status      => 'unstable', # Until we can depend on Glib 1.320.
+        #release_status      => 'unstable',
+        release_status      => 'stable',
         # valid values: https://metacpan.org/module/CPAN::Meta::Spec#license
         license             => 'lgpl_2_1',
         resources => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-Object-Introspection-0.033/NEWS 
new/Glib-Object-Introspection-0.040/NEWS
--- old/Glib-Object-Introspection-0.033/NEWS    2015-11-30 17:00:34.000000000 
+0100
+++ new/Glib-Object-Introspection-0.040/NEWS    2015-12-21 20:18:23.000000000 
+0100
@@ -1,3 +1,9 @@
+Overview of changes in Glib::Object::Introspection 0.040
+========================================================
+
+* Makefile.PL: Make G:O:I dependent on Glib version >= 1.320
+* Makefile.PL: Module marked as "stable"; no code changes since 0.033
+
 Overview of changes in Glib::Object::Introspection 0.033
 ========================================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Glib-Object-Introspection-0.033/lib/Glib/Object/Introspection.pm 
new/Glib-Object-Introspection-0.040/lib/Glib/Object/Introspection.pm
--- old/Glib-Object-Introspection-0.033/lib/Glib/Object/Introspection.pm        
2015-11-30 16:59:38.000000000 +0100
+++ new/Glib-Object-Introspection-0.040/lib/Glib/Object/Introspection.pm        
2015-12-21 19:12:53.000000000 +0100
@@ -19,7 +19,7 @@
 use warnings;
 use Glib;
 
-our $VERSION = '0.033';
+our $VERSION = '0.040';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


Reply via email to