Hello community,

here is the log from the commit of package perl-Gnome2 for openSUSE:Factory 
checked in at 2013-12-10 17:44:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Gnome2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Gnome2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Gnome2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Gnome2/perl-Gnome2.changes  2013-11-29 
07:03:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gnome2.new/perl-Gnome2.changes     
2013-12-10 17:44:33.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec  9 11:18:00 UTC 2013 - co...@suse.com
+
+- updated to 1.045
+  * Bugzilla #710417; Fix typo: correspoding -> corresponding
+
+-------------------------------------------------------------------

Old:
----
  Gnome2-1.044.tar.gz

New:
----
  Gnome2-1.045.tar.gz

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

Other differences:
------------------
++++++ perl-Gnome2.spec ++++++
--- /var/tmp/diff_new_pack.GasPtM/_old  2013-12-10 17:44:34.000000000 +0100
+++ /var/tmp/diff_new_pack.GasPtM/_new  2013-12-10 17:44:34.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Gnome2
-Version:        1.044
+Version:        1.045
 Release:        0
 %define cpan_name Gnome2
 Summary:        Perl interface to the 2.x series of the GNOME libraries

++++++ Gnome2-1.044.tar.gz -> Gnome2-1.045.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gnome2-1.044/Gnome2.pm new/Gnome2-1.045/Gnome2.pm
--- old/Gnome2-1.044/Gnome2.pm  2013-10-19 06:35:11.000000000 +0200
+++ new/Gnome2-1.045/Gnome2.pm  2013-12-09 00:49:03.000000000 +0100
@@ -14,7 +14,7 @@
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '1.044';
+our $VERSION = '1.045';
 
 sub import {
   my $self = shift();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gnome2-1.044/MANIFEST new/Gnome2-1.045/MANIFEST
--- old/Gnome2-1.044/MANIFEST   2013-10-01 06:57:22.000000000 +0200
+++ new/Gnome2-1.045/MANIFEST   2013-12-09 01:37:53.000000000 +0100
@@ -92,3 +92,4 @@
 xs/GnomeUtil.xs
 xs/GnomeWindow.xs
 xs/GnomeWindowIcon.xs
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gnome2-1.044/META.json new/Gnome2-1.045/META.json
--- old/Gnome2-1.044/META.json  1970-01-01 01:00:00.000000000 +0100
+++ new/Gnome2-1.045/META.json  2013-12-09 01:37:52.000000000 +0100
@@ -0,0 +1,75 @@
+{
+   "abstract" : "Perl interface to the 2.x series of the GNOME libraries",
+   "author" : [
+      "Gnome2 Perl Team <gtk-perl-list at gnome dot org>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter 
version 2.132830",
+   "license" : [
+      "lgpl_2_1"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Gnome2",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ],
+      "file" : [
+         "inc/MakeHelper.pm"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::Depends" : "0.20",
+            "ExtUtils::PkgConfig" : "1.03",
+            "Glib" : "1.04",
+            "Gnome2::Canvas" : "1.00",
+            "Gnome2::VFS" : "1.00",
+            "Gtk2" : "1.00"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "ExtUtils::Depends" : "0.20",
+            "ExtUtils::PkgConfig" : "1.03",
+            "Glib" : "1.04",
+            "Gnome2::Canvas" : "1.00",
+            "Gnome2::VFS" : "1.00",
+            "Gtk2" : "1.00"
+         }
+      },
+      "test" : {
+         "recommends" : {
+            "Test::Number::Delta" : "1"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "mailto" : "bug-Gnome2 [at] rt.cpan.org",
+         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Gnome2";
+      },
+      "homepage" : "http://gtk2-perl.sourceforge.net";,
+      "license" : [
+         "http://www.gnu.org/licenses/lgpl-2.1.html";
+      ],
+      "repository" : {
+         "type" : "git",
+         "url" : "git://git.gnome.org/perl-Gnome2",
+         "web" : "http://git.gnome.org/browse/perl-Gnome2";
+      },
+      "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list";
+   },
+   "version" : "1.045"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gnome2-1.044/META.yml new/Gnome2-1.045/META.yml
--- old/Gnome2-1.044/META.yml   2013-10-19 06:36:01.000000000 +0200
+++ new/Gnome2-1.045/META.yml   2013-12-09 01:37:50.000000000 +0100
@@ -1,53 +1,40 @@
---- #YAML:1.0
-name:               Gnome2
-version:            1.044
-abstract:           Perl interface to the 2.x series of the GNOME libraries
+---
+abstract: 'Perl interface to the 2.x series of the GNOME libraries'
 author:
-    - Gnome2 Perl Team <gtk-perl-list at gnome dot org>
-license:            lgpl_2_1
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+  - 'Gnome2 Perl Team <gtk-perl-list at gnome dot org>'
 build_requires:
-    ExtUtils::MakeMaker:  0
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::Depends: 0.20
+  ExtUtils::PkgConfig: 1.03
+  Glib: 1.04
+  Gnome2::Canvas: 1.00
+  Gnome2::VFS: 1.00
+  Gtk2: 1.00
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 
2.132830'
+license: lgpl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Gnome2
+no_index:
+  directory:
+    - t
+    - inc
+  file:
+    - inc/MakeHelper.pm
 requires:
-    ExtUtils::Depends:    0.20
-    ExtUtils::PkgConfig:  1.03
-    Glib:                 1.04
-    Gnome2::Canvas:       1.00
-    Gnome2::VFS:          1.00
-    Gtk2:                 1.00
+  ExtUtils::Depends: 0.20
+  ExtUtils::PkgConfig: 1.03
+  Glib: 1.04
+  Gnome2::Canvas: 1.00
+  Gnome2::VFS: 1.00
+  Gtk2: 1.00
 resources:
-    bugtracker:
-        mailto:  bug-Gnome2 [at] rt.cpan.org
-        web:     http://rt.cpan.org/Public/Dist/Display.html?Name=Gnome2
-    homepage:       http://gtk2-perl.sourceforge.net
-    license:        http://www.gnu.org/licenses/lgpl-2.1.html
-    repository:
-        type:  git
-        url:   git://git.gnome.org/perl-Gnome2
-        web:   http://git.gnome.org/browse/perl-Gnome2
-    x_MailingList:  https://mail.gnome.org/mailman/listinfo/gtk-perl-list
-no_index:
-    directory:
-        - t
-        - inc
-    file:
-        - inc/MakeHelper.pm
-generated_by:       ExtUtils::MakeMaker version 6.55_02
-meta-spec:
-    url:      http://search.cpan.org/perldoc?CPAN::Meta::Spec
-    version:  2
-prereqs:
-    configure:
-        requires:
-            ExtUtils::Depends:    0.20
-            ExtUtils::PkgConfig:  1.03
-            Glib:                 1.04
-            Gnome2::Canvas:       1.00
-            Gnome2::VFS:          1.00
-            Gtk2:                 1.00
-    test:
-        recommends:
-            Test::Number::Delta:  1
-release_status:     stable
+  MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
+  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Gnome2
+  homepage: http://gtk2-perl.sourceforge.net
+  license: http://www.gnu.org/licenses/lgpl-2.1.html
+  repository: git://git.gnome.org/perl-Gnome2
+version: 1.045
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gnome2-1.044/NEWS new/Gnome2-1.045/NEWS
--- old/Gnome2-1.044/NEWS       2013-10-19 06:35:11.000000000 +0200
+++ new/Gnome2-1.045/NEWS       2013-12-09 00:49:03.000000000 +0100
@@ -1,3 +1,8 @@
+Overview of changes in Gnome2 1.045
+===================================
+
+* Bugzilla #710417; Fix typo: correspoding -> corresponding
+
 Overview of changes in Gnome2 1.044
 ===================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gnome2-1.044/xs/BonoboDock.xs 
new/Gnome2-1.045/xs/BonoboDock.xs
--- old/Gnome2-1.044/xs/BonoboDock.xs   2013-10-01 06:57:22.000000000 +0200
+++ new/Gnome2-1.045/xs/BonoboDock.xs   2013-12-09 00:49:03.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (C) 2003, 2013 by the gtk2-perl team (see the file AUTHORS)
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -65,7 +65,7 @@
 =for apidoc
 
 Returns a BonoboDockItem, a BonoboDockPlacement and three unsigned integers
-correspoding to num_band, band_position and offset.
+corresponding to num_band, band_position and offset.
 
 =cut
 ##  BonoboDockItem *bonobo_dock_get_item_by_name (BonoboDock *dock, const 
gchar *name, BonoboDockPlacement *placement_return, guint *num_band_return, 
guint *band_position_return, guint *offset_return) 

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

Reply via email to