Hello community,

here is the log from the commit of package perl-Glib for openSUSE:Factory 
checked in at 2014-02-11 10:56:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Glib (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Glib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Glib/perl-Glib.changes      2013-12-10 
17:44:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2014-02-11 
10:56:21.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb  9 13:21:14 UTC 2014 - co...@suse.com
+
+- updated to 1.304
+ * Fix compilation against glib < 2.34.0.
+
+-------------------------------------------------------------------

Old:
----
  Glib-1.303.tar.gz

New:
----
  Glib-1.304.tar.gz

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

Other differences:
------------------
++++++ perl-Glib.spec ++++++
--- /var/tmp/diff_new_pack.MidHTK/_old  2014-02-11 10:56:21.000000000 +0100
+++ /var/tmp/diff_new_pack.MidHTK/_new  2014-02-11 10:56:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Glib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Glib
-Version:        1.303
+Version:        1.304
 Release:        0
 %define cpan_name Glib
 Summary:        Perl wrappers for the GLib utility and Object libraries
@@ -30,9 +30,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Depends) >= 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.000
-#BuildRequires: perl(Glib)
-#BuildRequires: perl(Glib::Object::Subclass)
-#BuildRequires: perl(Gtk2)
 Requires:       perl(ExtUtils::Depends) >= 0.300
 Requires:       perl(ExtUtils::PkgConfig) >= 1.000
 %{perl_requires}

++++++ Glib-1.303.tar.gz -> Glib-1.304.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/META.json new/Glib-1.304/META.json
--- old/Glib-1.303/META.json    2013-12-09 00:29:29.000000000 +0100
+++ new/Glib-1.304/META.json    2013-12-31 06:52:04.000000000 +0100
@@ -4,7 +4,7 @@
       "gtk2-perl Team <gtk-perl-list at gnome dot org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.132830",
    "license" : [
       "lgpl_2_1"
    ],
@@ -44,22 +44,11 @@
       ]
    },
    "prereqs" : {
-      "build" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "0"
-         }
-      },
       "configure" : {
          "requires" : {
             "ExtUtils::Depends" : "0.300",
             "ExtUtils::PkgConfig" : "1.000"
          }
-      },
-      "runtime" : {
-         "requires" : {
-            "ExtUtils::Depends" : "0.300",
-            "ExtUtils::PkgConfig" : "1.000"
-         }
       }
    },
    "release_status" : "stable",
@@ -79,5 +68,5 @@
       },
       "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
    },
-   "version" : "1.303"
+   "version" : "1.304"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/META.yml new/Glib-1.304/META.yml
--- old/Glib-1.303/META.yml     2013-12-09 00:29:28.000000000 +0100
+++ new/Glib-1.304/META.yml     2013-12-31 06:52:04.000000000 +0100
@@ -2,13 +2,12 @@
 abstract: 'Perl wrappers for the GLib utility and Object libraries'
 author:
   - 'gtk2-perl Team <gtk-perl-list at gnome dot org>'
-build_requires:
-  ExtUtils::MakeMaker: 0
+build_requires: {}
 configure_requires:
   ExtUtils::Depends: 0.300
   ExtUtils::PkgConfig: 1.000
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 
2.131560'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.132830'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -40,13 +39,10 @@
     - xsapi.pod.foot
   package:
     - MY
-requires:
-  ExtUtils::Depends: 0.300
-  ExtUtils::PkgConfig: 1.000
 resources:
   MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Glib
   homepage: http://gtk2-perl.sourceforge.net
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-Glib
-version: 1.303
+version: 1.304
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/NEWS new/Glib-1.304/NEWS
--- old/Glib-1.303/NEWS 2013-12-09 00:21:25.000000000 +0100
+++ new/Glib-1.304/NEWS 2013-12-31 06:50:09.000000000 +0100
@@ -1,3 +1,8 @@
+Overview of changes in Glib 1.304 (stable)
+==========================================
+
+* Fix compilation against glib < 2.34.0.
+
 Overview of changes in Glib 1.303 (stable)
 ==========================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/gperl-gtypes.c 
new/Glib-1.304/gperl-gtypes.c
--- old/Glib-1.303/gperl-gtypes.c       2013-12-08 20:27:50.000000000 +0100
+++ new/Glib-1.304/gperl-gtypes.c       2013-12-31 06:07:25.000000000 +0100
@@ -187,7 +187,9 @@
       { G_SPAWN_STDERR_TO_DEV_NULL, "G_SPAWN_STDERR_TO_DEV_NULL", 
"stderr-to-dev-null" },
       { G_SPAWN_CHILD_INHERITS_STDIN, "G_SPAWN_CHILD_INHERITS_STDIN", 
"child-inherits-stdin" },
       { G_SPAWN_FILE_AND_ARGV_ZERO, "G_SPAWN_FILE_AND_ARGV_ZERO", 
"file-and-argv-zero" },
+#if GLIB_CHECK_VERSION (2, 34, 0)
       { G_SPAWN_SEARCH_PATH_FROM_ENVP, "G_SPAWN_SEARCH_PATH_FROM_ENVP", 
"search-path-from-envp" },
+#endif
       { 0, NULL, NULL }
     };
     etype = g_flags_register_static (g_intern_static_string ("GSpawnFlags"), 
values);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/lib/Glib/CodeGen.pm 
new/Glib-1.304/lib/Glib/CodeGen.pm
--- old/Glib-1.303/lib/Glib/CodeGen.pm  2013-12-09 00:27:32.000000000 +0100
+++ new/Glib-1.304/lib/Glib/CodeGen.pm  2013-12-31 06:50:50.000000000 +0100
@@ -5,7 +5,7 @@
 use Carp;
 use IO::File;
 
-our $VERSION = '1.303';
+our $VERSION = '1.304';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/lib/Glib/GenPod.pm 
new/Glib-1.304/lib/Glib/GenPod.pm
--- old/Glib-1.303/lib/Glib/GenPod.pm   2013-12-09 00:27:39.000000000 +0100
+++ new/Glib-1.304/lib/Glib/GenPod.pm   2013-12-31 06:50:59.000000000 +0100
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.303';
+our $VERSION = '1.304';
 
 use strict;
 use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/lib/Glib/MakeHelper.pm 
new/Glib-1.304/lib/Glib/MakeHelper.pm
--- old/Glib-1.303/lib/Glib/MakeHelper.pm       2013-12-09 00:27:45.000000000 
+0100
+++ new/Glib-1.304/lib/Glib/MakeHelper.pm       2013-12-31 06:51:06.000000000 
+0100
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.303';
+our $VERSION = '1.304';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/lib/Glib/Object/Subclass.pm 
new/Glib-1.304/lib/Glib/Object/Subclass.pm
--- old/Glib-1.303/lib/Glib/Object/Subclass.pm  2013-12-09 00:28:03.000000000 
+0100
+++ new/Glib-1.304/lib/Glib/Object/Subclass.pm  2013-12-31 06:51:35.000000000 
+0100
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.303';
+our $VERSION = '1.304';
 
 use Glib;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/lib/Glib/ParseXSDoc.pm 
new/Glib-1.304/lib/Glib/ParseXSDoc.pm
--- old/Glib-1.303/lib/Glib/ParseXSDoc.pm       2013-12-09 00:27:51.000000000 
+0100
+++ new/Glib-1.304/lib/Glib/ParseXSDoc.pm       2013-12-31 06:51:13.000000000 
+0100
@@ -13,7 +13,7 @@
        xsdocparse
 );
 
-our $VERSION = '1.303';
+our $VERSION = '1.304';
 
 our $NOISY = $ENV{NOISYDOC};
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.303/lib/Glib.pm new/Glib-1.304/lib/Glib.pm
--- old/Glib-1.303/lib/Glib.pm  2013-12-09 00:27:03.000000000 +0100
+++ new/Glib-1.304/lib/Glib.pm  2013-12-31 06:50:30.000000000 +0100
@@ -27,7 +27,7 @@
 require DynaLoader;
 our @ISA = qw(DynaLoader Exporter);
 
-our $VERSION = '1.303';
+our $VERSION = '1.304';
 
 use constant {
        TRUE  => 1,

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to