commit perl-Gtk2 for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2020-10-02 17:41:22

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new.4249 (New)


Package is "perl-Gtk2"

Fri Oct  2 17:41:22 2020 rev:57 rq:839112 version:1.24993

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2019-10-24 
23:11:29.348685094 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new.4249/perl-Gtk2.changes
2020-10-02 17:41:56.614904647 +0200
@@ -1,0 +2,8 @@
+Wed Sep 30 12:52:54 UTC 2020 - Pedro Monreal 
+
+- Temporarily skip failing tests:
+  * PangoContext.t PangoFont.t PangoFontMap.t
+PangoFontset.t PangoRenderer.t
+- Add cpanspec.yml and update spec file
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.COeZWs/_old  2020-10-02 17:41:58.182905582 +0200
+++ /var/tmp/diff_new_pack.COeZWs/_new  2020-10-02 17:41:58.186905584 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,19 +20,22 @@
 Name:   perl-Gtk2
 Version:1.24993
 Release:0
-Summary:Perl interface to the 2.x series of the GTK+ library
+Summary:Perl interface to the 2.x series of the Gimp Toolkit library
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/Perl
-URL:https://metacpan.org/release/Gtk2
+URL:https://metacpan.org/release/%{cpan_name}
 Source: 
https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRequires:  perl
 BuildRequires:  perl-macros
+# MANUAL BEGIN
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  xorg-x11-server
 %if 0%{?suse_version} >= 01550
 BuildRequires:  xvfb-run
 %endif
+# MANUAL END
 BuildRequires:  perl(Cairo) >= 1.000
 BuildRequires:  perl(ExtUtils::Depends) >= 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
@@ -45,29 +48,29 @@
 Requires:   perl(Glib) >= 1.280
 Requires:   perl(Pango) >= 1.220
 Provides:   %{name}-devel = %{version}
-%perl_requires
+%{perl_requires}
 
 %description
-The Gtk2 module allows a Perl developer to use the GTK+ graphical
-user interface library. Find out more about GTK+ at https://gtk.org/
+The Gtk2 module allows a Perl developer to use the Gtk+ graphical user
+interface library. Find out more about Gtk+ at http://www.gtk.org.
 
-The GTK+ Reference Manual is also a handy companion when writing
-Gtk applications in any language. The Perl bindings follow the
-C API very closely, and the C reference documentation should be
-considered the canonical source.
+The GTK+ Reference Manual is also a handy companion when writing Gtk
+programs in any language. http://developer.gnome.org/doc/API/2.0/gtk/ The
+Perl bindings follow the C API very closely, and the C reference
+documentation should be considered the canonical source.
 
-To discuss gtk2-perl, ask questions and flame/praise the authors,
-join gtk-perl-l...@gnome.org at lists.gnome.org.
+To discuss gtk2-perl, ask questions and flame/praise the authors, join
+gtk-perl-l...@gnome.org at lists.gnome.org.
 
-Also have a look at the gtk2-perl website and sourceforge project
-page, http://gtk2-perl.sourceforge.net/
+Also have a look at the gtk2-perl website and sourceforge project page,
+http://gtk2-perl.sourceforge.net
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %perl_make_install
@@ -75,16 +78,16 @@
 %perl_gen_filelist
 
 %check
-# Temporarily remove failing test since gdk-pixbuf update to 2.38.2 
[bsc#1155004]
-rm t/GdkPixbuf.t
+# Temporarily remove failing tests [bsc#1155004]
+rm t/{GdkPixbuf,PangoContext,PangoFont*,PangoRenderer}.t
 
 %if 0%{?suse_version} >= 01550
-xvfb-run make test %{?_smp_mflags} V=1
+xvfb-run -a make test %{?_smp_mflags}
 %else
 Xvfb :95 &
 trap "kill $! || true" EXIT
 sleep 5
-DISPLAY=:95 make test %{?_smp_mflags} V=1
+DISPLAY=:95 make test %{?_smp_mflags}
 %endif
 
 %files -f %{name}.files

++ cpanspec.yml ++
---
#description_paragraphs: 2
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
  BuildRequires:  xorg-x11
  BuildRequires:  xorg-x11-Xvfb
  

commit perl-Gtk2 for openSUSE:Factory

2019-10-24 Thread root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2019-10-24 23:11:28

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new.2990 (New)


Package is "perl-Gtk2"

Thu Oct 24 23:11:28 2019 rev:56 rq:742654 version:1.24993

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2017-05-16 
14:44:17.502409119 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new.2990/perl-Gtk2.changes
2019-10-24 23:11:29.348685094 +0200
@@ -1,0 +2,17 @@
+Thu Oct 24 14:26:46 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Tag LICENSE file as %license
+
+---
+Thu Oct 24 14:17:12 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Temporarily remove GdkPixbuf.t test that fails since the update
+  of gdk-pixbuf to 2.38.2 [bsc#1155004]
+
+---
+Thu Oct 24 13:54:45 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Update to 1.24993:
+  * Fix two test failures on newer versions of gtk+/gnome-shell/mutter
+
+---
@@ -10 +27 @@
-  ∗ Handle removing '.' from @INC for perl-5.26.0 compatibility.
+  * Handle removing '.' from @INC for perl-5.26.0 compatibility.

Old:

  Gtk2-1.24992.tar.gz

New:

  Gtk2-1.24993.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.ZdAqdI/_old  2019-10-24 23:11:29.916685757 +0200
+++ /var/tmp/diff_new_pack.ZdAqdI/_new  2019-10-24 23:11:29.916685757 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,27 @@
 # 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/
 #
 
 
 %define cpan_name Gtk2
 Name:   perl-Gtk2
-Version:1.24992
+Version:1.24993
 Release:0
 Summary:Perl interface to the 2.x series of the GTK+ library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/pod/Gtk2
+URL:https://metacpan.org/release/Gtk2
 Source: 
https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  xorg-x11-server
+%if 0%{?suse_version} >= 01550
+BuildRequires:  xvfb-run
+%endif
 BuildRequires:  perl(Cairo) >= 1.000
 BuildRequires:  perl(ExtUtils::Depends) >= 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
@@ -72,14 +75,22 @@
 %perl_gen_filelist
 
 %check
+# Temporarily remove failing test since gdk-pixbuf update to 2.38.2 
[bsc#1155004]
+rm t/GdkPixbuf.t
+
+%if 0%{?suse_version} >= 01550
+xvfb-run make test %{?_smp_mflags} V=1
+%else
 Xvfb :95 &
 trap "kill $! || true" EXIT
 sleep 5
 DISPLAY=:95 make test %{?_smp_mflags} V=1
+%endif
 
 %files -f %{name}.files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog.pre-git LICENSE NEWS constants-* README TODO
+%license LICENSE
+%doc AUTHORS ChangeLog.pre-git NEWS constants-* README TODO
 %doc doctypes examples gdk.typemap Gtk2.exports gtk.typemap maps-* 
perl-Gtk2.doap xs_files-*
 
 %changelog

++ Gtk2-1.24992.tar.gz -> Gtk2-1.24993.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.24992/META.json new/Gtk2-1.24993/META.json
--- old/Gtk2-1.24992/META.json  2017-04-21 22:15:25.0 +0200
+++ new/Gtk2-1.24993/META.json  2019-08-27 06:57:39.0 +0200
@@ -1,16 +1,18 @@
 {
"abstract" : "Perl interface to the 2.x series of the Gimp Toolkit library",
"author" : [
+  "unknown",
   "gtk2-perl Team "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921",
+   "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" : "Gtk2",
"no_index" : {
@@ -26,10 +28,25 @@
   ]
},
"prereqs" : {
+  "build" : {
+ "requires" : 

commit perl-Gtk2 for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2017-05-16 14:42:58

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is "perl-Gtk2"

Tue May 16 14:42:58 2017 rev:55 rq:494267 version:1.24992

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2016-02-16 
09:19:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2017-05-16 
14:44:17.502409119 +0200
@@ -1,0 +2,14 @@
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.24992 (changes since 1.2498):
+  * Rename an internal variable to avoid confusion.
+  * Make the Gtk2::StatusIcon::position_menu tests more
+robust/lenient.
+  * Fix typos in POD (bgo#760067).
+  * Fix typos in POD (bgo#772333).
+  ∗ Handle removing '.' from @INC for perl-5.26.0 compatibility.
+  * Update FSF Address (RT#89038).
+- Provide perl-Gtk2-devel as there are some header files in the
+  package.
+
+---

Old:

  Gtk2-1.2498.tar.gz

New:

  Gtk2-1.24992.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.yG6VhD/_old  2017-05-16 14:44:18.106324263 +0200
+++ /var/tmp/diff_new_pack.yG6VhD/_new  2017-05-16 14:44:18.110323702 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name Gtk2
 Name:   perl-Gtk2
-Version:1.2498
+Version:1.24992
 Release:0
 Summary:Perl interface to the 2.x series of the GTK+ library
 License:LGPL-2.1+
@@ -41,12 +41,12 @@
 Requires:   perl(ExtUtils::PkgConfig) >= 1.03
 Requires:   perl(Glib) >= 1.280
 Requires:   perl(Pango) >= 1.220
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   %{name}-devel = %{version}
 %perl_requires
 
 %description
 The Gtk2 module allows a Perl developer to use the GTK+ graphical
-user interface library. Find out more about Gtk+ at http://gtk.org/.
+user interface library. Find out more about GTK+ at https://gtk.org/
 
 The GTK+ Reference Manual is also a handy companion when writing
 Gtk applications in any language. The Perl bindings follow the
@@ -57,14 +57,14 @@
 join gtk-perl-l...@gnome.org at lists.gnome.org.
 
 Also have a look at the gtk2-perl website and sourceforge project
-page, http://gtk2-perl.sourceforge.net
+page, http://gtk2-perl.sourceforge.net/
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %perl_make_install
@@ -75,7 +75,7 @@
 Xvfb :95 &
 trap "kill $! || true" EXIT
 sleep 5
-DISPLAY=:95 make test %{?_smp_mflags}
+DISPLAY=:95 make test %{?_smp_mflags} V=1
 
 %files -f %{name}.files
 %defattr(-,root,root)

++ Gtk2-1.2498.tar.gz -> Gtk2-1.24992.tar.gz ++
 3053 lines of diff (skipped)




commit perl-Gtk2 for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2016-02-16 09:19:03

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is "perl-Gtk2"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2015-12-06 
07:42:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2016-02-16 
09:19:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.2498:
+  * Add blurbs for the Gtk2::Pango::* POD/man pages.
+
+---

Old:

  Gtk2-1.2497.tar.gz

New:

  Gtk2-1.2498.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.ma2dIr/_old  2016-02-16 09:19:05.0 +0100
+++ /var/tmp/diff_new_pack.ma2dIr/_new  2016-02-16 09:19:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name Gtk2
 Name:   perl-Gtk2
-Version:1.2497
+Version:1.2498
 Release:0
 Summary:Perl interface to the 2.x series of the GTK+ library
 License:LGPL-2.1+

++ Gtk2-1.2497.tar.gz -> Gtk2-1.2498.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2497/META.json new/Gtk2-1.2498/META.json
--- old/Gtk2-1.2497/META.json   2015-11-30 17:08:39.0 +0100
+++ new/Gtk2-1.2498/META.json   2016-01-24 21:04:52.0 +0100
@@ -68,5 +68,5 @@
   },
   "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list;
},
-   "version" : "1.2497"
+   "version" : "1.2498"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2497/META.yml new/Gtk2-1.2498/META.yml
--- old/Gtk2-1.2497/META.yml2015-11-30 17:08:39.0 +0100
+++ new/Gtk2-1.2498/META.yml2016-01-24 21:04:52.0 +0100
@@ -39,4 +39,4 @@
   homepage: http://gtk2-perl.sourceforge.net
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-Gtk2
-version: '1.2497'
+version: '1.2498'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2497/NEWS new/Gtk2-1.2498/NEWS
--- old/Gtk2-1.2497/NEWS2015-11-30 17:07:46.0 +0100
+++ new/Gtk2-1.2498/NEWS2016-01-24 20:46:22.0 +0100
@@ -1,3 +1,8 @@
+Overview of changes in Gtk2 1.2498
+==
+
+* Add blurbs for the Gtk2::Pango::* POD/man pages
+
 Overview of changes in Gtk2 1.2497
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2497/lib/Gtk2.pm new/Gtk2-1.2498/lib/Gtk2.pm
--- old/Gtk2-1.2497/lib/Gtk2.pm 2015-11-30 17:05:25.0 +0100
+++ new/Gtk2-1.2498/lib/Gtk2.pm 2016-01-24 20:46:59.0 +0100
@@ -73,7 +73,7 @@
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.2497';
+our $VERSION = '1.2498';
 
 our @ISA = qw(DynaLoader Exporter);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2497/xs/Gtk2.xs new/Gtk2-1.2498/xs/Gtk2.xs
--- old/Gtk2-1.2497/xs/Gtk2.xs  2011-11-27 08:57:26.0 +0100
+++ new/Gtk2-1.2498/xs/Gtk2.xs  2015-12-07 15:54:09.0 +0100
@@ -628,7 +628,7 @@
 # All the stuff below is to create POD stubs for Gtk2::Pango::* that link to
 # the new Pango::* POD pages.
 
-=for object Gtk2::Pango::AttrBackground
+=for object Gtk2::Pango::AttrBackground - backwards compatibility wrapper for 
Pango::AttrBackground
 =cut
 
 =for position DESCRIPTION
@@ -645,7 +645,7 @@
 =cut
 
 
-=for object Gtk2::Pango::AttrColor
+=for object Gtk2::Pango::AttrColor - backwards compatibility wrapper for 
Pango::AttrColor
 =cut
 
 =for position DESCRIPTION
@@ -662,7 +662,7 @@
 =cut
 
 
-=for object Gtk2::Pango::AttrFallback
+=for object Gtk2::Pango::AttrFallback - backwards compatibility wrapper for 
Pango::AttrFallback
 =cut
 
 =for position DESCRIPTION
@@ -679,7 +679,7 @@
 =cut
 
 
-=for object Gtk2::Pango::AttrFamily
+=for object Gtk2::Pango::AttrFamily - backwards compatibility wrapper for 
Pango::AttrFamily
 =cut
 
 =for position DESCRIPTION
@@ -696,7 +696,7 @@
 =cut
 
 
-=for object Gtk2::Pango::AttrFontDesc
+=for object Gtk2::Pango::AttrFontDesc - backwards compatibility wrapper for 

commit perl-Gtk2 for openSUSE:Factory

2015-12-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2015-12-06 07:42:57

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is "perl-Gtk2"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2015-08-29 
20:04:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2015-12-06 
07:42:59.0 +0100
@@ -1,0 +2,10 @@
+Fri Dec  4 10:29:26 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.2497:
+  * Avoid a stack handling error in Gtk2::TreeModel::get on
+Perl >= 5.23.
+  * Fix a test failure in t/GdkWindow.t; it occurs only on
+GTK+ >= 2.24.26 and < 2.24.29.
+- Remove perl-Gtk2-fix-test-failure.patch: fixed upstream.
+
+---

Old:

  Gtk2-1.2496.tar.gz
  perl-Gtk2-fix-test-failure.patch

New:

  Gtk2-1.2497.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.Z6S4I1/_old  2015-12-06 07:43:00.0 +0100
+++ /var/tmp/diff_new_pack.Z6S4I1/_new  2015-12-06 07:43:00.0 +0100
@@ -18,15 +18,13 @@
 
 %define cpan_name Gtk2
 Name:   perl-Gtk2
-Version:1.2496
+Version:1.2497
 Release:0
 Summary:Perl interface to the 2.x series of the GTK+ library
 License:LGPL-2.1+
 Group:  Development/Libraries/Perl
 Url:https://metacpan.org/pod/Gtk2
 Source: 
https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM perl-Gtk2-fix-test-failure.patch bnc#932349 -- Fix a test 
failure that occurs on gtk+ >= 2.24.26 and < 2.24.29
-Patch0: %{name}-fix-test-failure.patch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  xorg-x11
@@ -63,7 +61,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Gtk2-1.2496.tar.gz -> Gtk2-1.2497.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2496/META.json new/Gtk2-1.2497/META.json
--- old/Gtk2-1.2496/META.json   2015-08-10 03:05:27.0 +0200
+++ new/Gtk2-1.2497/META.json   2015-11-30 17:08:39.0 +0100
@@ -68,5 +68,5 @@
   },
   "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list;
},
-   "version" : "1.2496"
+   "version" : "1.2497"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2496/META.yml new/Gtk2-1.2497/META.yml
--- old/Gtk2-1.2496/META.yml2015-08-10 03:05:27.0 +0200
+++ new/Gtk2-1.2497/META.yml2015-11-30 17:08:39.0 +0100
@@ -39,4 +39,4 @@
   homepage: http://gtk2-perl.sourceforge.net
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-Gtk2
-version: '1.2496'
+version: '1.2497'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2496/NEWS new/Gtk2-1.2497/NEWS
--- old/Gtk2-1.2496/NEWS2015-08-10 03:04:22.0 +0200
+++ new/Gtk2-1.2497/NEWS2015-11-30 17:07:46.0 +0100
@@ -1,3 +1,10 @@
+Overview of changes in Gtk2 1.2497
+==
+
+* Avoid a stack handling error in Gtk2::TreeModel::get on perl >= 5.23
+* Fix a test failure in t/GdkWindow.t; it occurs only on gtk+ >= 2.24.26
+  and < 2.24.29.
+
 Overview of changes in Gtk2 1.2496
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2496/lib/Gtk2.pm new/Gtk2-1.2497/lib/Gtk2.pm
--- old/Gtk2-1.2496/lib/Gtk2.pm 2015-08-10 02:59:52.0 +0200
+++ new/Gtk2-1.2497/lib/Gtk2.pm 2015-11-30 17:05:25.0 +0100
@@ -73,7 +73,7 @@
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.2496';
+our $VERSION = '1.2497';
 
 our @ISA = qw(DynaLoader Exporter);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.2496/t/GdkWindow.t 
new/Gtk2-1.2497/t/GdkWindow.t
--- old/Gtk2-1.2496/t/GdkWindow.t   2011-11-27 08:57:26.0 +0100
+++ new/Gtk2-1.2497/t/GdkWindow.t   2015-08-22 21:39:59.0 +0200
@@ -191,9 +191,19 @@
 $window -> shape_combine_mask(undef, 0, 0);
 $window -> shape_combine_region(undef, 0, 0);
 
+SKIP: {
+  skip 'child shapes functions trigger a bug', 0
+if (Gtk2->CHECK_VERSION (2, 24, 26) && !Gtk2->CHECK_VERSION (2, 24, 29));
+
+  # Introduced in
+  # 
,
+  # fixed in
+  # 

commit perl-Gtk2 for openSUSE:Factory

2014-07-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2014-07-28 16:20:58

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is perl-Gtk2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2014-05-13 
20:46:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2014-07-28 
16:20:59.0 +0200
@@ -1,0 +2,15 @@
+Mon Jul 28 05:30:58 UTC 2014 - co...@suse.com
+
+- updated to 1.2492
+ * Fix compatibility with perl 5.20 and non-dot locales.
+ * Disable some tests that are known to behave erratically in certain
+   environments.  They are still available in the xt directory, but they will
+   not be run by default.
+ 
+ Overview of changes in Gtk2 1.2491
+ ==
+ 
+ * Fix a test failure in t/GdkPixbufLoader.t.
+- removed perl-Gtk2-fix_GdkPixbufLoader_test.patch again
+
+---

Old:

  Gtk2-1.249.tar.gz
  perl-Gtk2-fix_GdkPixbufLoader_test.patch

New:

  Gtk2-1.2492.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.aeiwzt/_old  2014-07-28 16:20:59.0 +0200
+++ /var/tmp/diff_new_pack.aeiwzt/_new  2014-07-28 16:20:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Gtk2
-Version:1.249
+Version:1.2492
 Release:0
 %define cpan_name Gtk2
 Summary:Perl interface to the 2.x series of the Gimp Toolkit library
@@ -37,7 +37,6 @@
 BuildRequires:  perl(Glib) = 1.280
 BuildRequires:  perl(Pango) = 1.220
 BuildRequires:  pkgconfig(gtk+-2.0)
-Patch:  perl-Gtk2-fix_GdkPixbufLoader_test.patch
 Requires:   perl(Cairo) = 1.000
 Requires:   perl(ExtUtils::Depends) = 0.300
 Requires:   perl(ExtUtils::PkgConfig) = 1.03
@@ -63,7 +62,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ Gtk2-1.249.tar.gz - Gtk2-1.2492.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.249/MANIFEST new/Gtk2-1.2492/MANIFEST
--- old/Gtk2-1.249/MANIFEST 2013-12-11 06:43:11.0 +0100
+++ new/Gtk2-1.2492/MANIFEST2014-07-01 04:02:49.0 +0200
@@ -130,7 +130,6 @@
 t/GdkCursor.t
 t/GdkDisplay.t
 t/GdkDisplayManager.t
-t/GdkDnd.t
 t/GdkDrawable.t
 t/GdkEvent.t
 t/GdkGC.t
@@ -196,7 +195,6 @@
 t/GtkComboBoxEntry.t
 t/GtkCurve.t
 t/GtkDialog.t
-t/GtkDnd.t
 t/GtkDrawingArea.t
 t/GtkEditable.t
 t/GtkEntry.t
@@ -283,7 +281,6 @@
 t/GtkSimpleList.t
 t/GtkSimpleMenu.t
 t/GtkSizeGroup.t
-t/GtkSocket-GtkPlug.t
 t/GtkSpinButton.t
 t/GtkSpinner.t
 t/GtkStatusbar.t
@@ -580,5 +577,8 @@
 xs_files-2.4
 xs_files-2.6
 xs_files-2.8
+xt/GdkDnd.t
+xt/GtkDnd.t
+xt/GtkSocket-GtkPlug.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.249/META.json new/Gtk2-1.2492/META.json
--- old/Gtk2-1.249/META.json2013-12-11 06:43:11.0 +0100
+++ new/Gtk2-1.2492/META.json   2014-07-01 04:02:49.0 +0200
@@ -4,7 +4,7 @@
   gtk2-perl Team gtk-perl-list at gnome dot org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.132830,
+   generated_by : ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter 
version 2.133380,
license : [
   lgpl_2_1
],
@@ -26,10 +26,25 @@
   ]
},
prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
   configure : {
  requires : {
 Cairo : 1.000,
 ExtUtils::Depends : 0.300,
+ExtUtils::MakeMaker : 0,
+ExtUtils::PkgConfig : 1.030,
+Glib : 1.280,
+Pango : 1.220
+ }
+  },
+  runtime : {
+ requires : {
+Cairo : 1.000,
+ExtUtils::Depends : 0.300,
 ExtUtils::PkgConfig : 1.030,
 Glib : 1.280,
 Pango : 1.220
@@ -53,5 +68,5 @@
   },
   x_MailingList : https://mail.gnome.org/mailman/listinfo/gtk-perl-list;
},
-   version : 1.249
+   version : 1.2492
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.249/META.yml new/Gtk2-1.2492/META.yml
--- old/Gtk2-1.249/META.yml 2013-12-11 06:43:11.0 +0100
+++ new/Gtk2-1.2492/META.yml2014-07-01 04:02:49.0 +0200
@@ -2,15 +2,17 @@
 

commit perl-Gtk2 for openSUSE:Factory

2014-05-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2014-05-13 20:46:51

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is perl-Gtk2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2013-10-06 
14:31:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2014-05-13 
20:46:52.0 +0200
@@ -1,0 +2,19 @@
+Mon May 12 07:07:32 UTC 2014 - vci...@suse.com
+
+- fix build with newer gdk-pixbuf
+  * added perl-Gtk2-fix_GdkPixbufLoader_test.patch
+
+---
+Sun Feb  9 13:05:31 UTC 2014 - co...@suse.com
+
+- enable the test suite again
+
+---
+Sun Feb  2 17:52:46 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.249:
+  + Eliminate test failures by using unique temp directories during
+testing.
+- Disable testsuite since it still fails
+
+---

Old:

  Gtk2-1.248.tar.gz

New:

  Gtk2-1.249.tar.gz
  perl-Gtk2-fix_GdkPixbufLoader_test.patch



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.ORN3Qa/_old  2014-05-13 20:46:53.0 +0200
+++ /var/tmp/diff_new_pack.ORN3Qa/_new  2014-05-13 20:46:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk2
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-Gtk2
-Version:1.248
+Version:1.249
 Release:0
 %define cpan_name Gtk2
-Summary:Perl interface to the 2
+Summary:Perl interface to the 2.x series of the Gimp Toolkit library
 License:LGPL-2.1+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Gtk2/
-Source: 
http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  update-desktop-files
@@ -34,9 +34,10 @@
 BuildRequires:  perl(Cairo) = 1.000
 BuildRequires:  perl(ExtUtils::Depends) = 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
-BuildRequires:  perl(Glib) = 1.228
+BuildRequires:  perl(Glib) = 1.280
 BuildRequires:  perl(Pango) = 1.220
 BuildRequires:  pkgconfig(gtk+-2.0)
+Patch:  perl-Gtk2-fix_GdkPixbufLoader_test.patch
 Requires:   perl(Cairo) = 1.000
 Requires:   perl(ExtUtils::Depends) = 0.300
 Requires:   perl(ExtUtils::PkgConfig) = 1.03
@@ -46,13 +47,23 @@
 %{perl_requires}
 
 %description
-Perl bindings to the 2.x series of the Gtk+ widget set.  This module
-allows you to write graphical user interfaces in a perlish and
-object-oriented way, freeing you from the casting and memory management
-in C, yet remaining very close in spirit to original API.
+The Gtk2 module allows a Perl developer to use the Gtk+ graphical user
+interface library. Find out more about Gtk+ at http://www.gtk.org.
+
+The GTK+ Reference Manual is also a handy companion when writing Gtk
+programs in any language. http://developer.gnome.org/doc/API/2.0/gtk/ The
+Perl bindings follow the C API very closely, and the C reference
+documentation should be considered the canonical source.
+
+To discuss gtk2-perl, ask questions and flame/praise the authors, join
+gtk-perl-l...@gnome.org at lists.gnome.org.
+
+Also have a look at the gtk2-perl website and sourceforge project page,
+http://gtk2-perl.sourceforge.net
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ Gtk2-1.248.tar.gz - Gtk2-1.249.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.248/META.json new/Gtk2-1.249/META.json
--- old/Gtk2-1.248/META.json2013-09-30 00:10:58.0 +0200
+++ new/Gtk2-1.249/META.json2013-12-11 06:43:11.0 +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
],
@@ -26,11 +26,6 @@
   ]
},
prereqs : {
-  build : {
- requires 

commit perl-Gtk2 for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2013-10-06 14:31:16

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is perl-Gtk2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2013-07-08 
22:25:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2013-10-06 
14:31:17.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:12:17 UTC 2013 - co...@suse.com
+
+- updated to 1.248
+ * Avoid misusing the macro PL_na, thus preventing issues when Gtk2 is used in
+   conjunction with certain XS modules, among them XML::Parser and
+   String::Approx.
+
+---

Old:

  Gtk2-1.247.tar.gz

New:

  Gtk2-1.248.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.zaaKsG/_old  2013-10-06 14:31:18.0 +0200
+++ /var/tmp/diff_new_pack.zaaKsG/_new  2013-10-06 14:31:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Gtk2
-Version:1.247
+Version:1.248
 Release:0
 %define cpan_name Gtk2
 Summary:Perl interface to the 2
@@ -34,13 +34,13 @@
 BuildRequires:  perl(Cairo) = 1.000
 BuildRequires:  perl(ExtUtils::Depends) = 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
-BuildRequires:  perl(Glib) = 1.220
+BuildRequires:  perl(Glib) = 1.228
 BuildRequires:  perl(Pango) = 1.220
 BuildRequires:  pkgconfig(gtk+-2.0)
 Requires:   perl(Cairo) = 1.000
 Requires:   perl(ExtUtils::Depends) = 0.300
 Requires:   perl(ExtUtils::PkgConfig) = 1.03
-Requires:   perl(Glib) = 1.220
+Requires:   perl(Glib) = 1.280
 Requires:   perl(Pango) = 1.220
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

++ Gtk2-1.247.tar.gz - Gtk2-1.248.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.247/MANIFEST new/Gtk2-1.248/MANIFEST
--- old/Gtk2-1.247/MANIFEST 2013-02-04 07:17:51.0 +0100
+++ new/Gtk2-1.248/MANIFEST 2013-09-30 00:10:58.0 +0200
@@ -123,6 +123,7 @@
 t/00.Gtk2.t
 t/01.GtkWindow.t
 t/02.GtkContainer.t
+t/constants.t
 t/Gdk.t
 t/GdkCairo.t
 t/GdkColor.t
@@ -331,6 +332,7 @@
 t/GtkVScrollbar.t
 t/GtkVSeparator.t
 t/GtkWidget.t
+t/options.t
 t/pango-compat.t
 t/PangoAttributes.t
 t/PangoCairo.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.247/META.json new/Gtk2-1.248/META.json
--- old/Gtk2-1.247/META.json2013-02-04 07:17:51.0 +0100
+++ new/Gtk2-1.248/META.json2013-09-30 00:10:58.0 +0200
@@ -4,7 +4,7 @@
   gtk2-perl Team gtk-perl-list at gnome dot org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.112621,
+   generated_by : ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.131560,
license : [
   lgpl_2_1
],
@@ -26,6 +26,11 @@
   ]
},
prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
   configure : {
  requires : {
 Cairo : 1.000,
@@ -34,6 +39,15 @@
 Glib : 1.280,
 Pango : 1.220
  }
+  },
+  runtime : {
+ requires : {
+Cairo : 1.000,
+ExtUtils::Depends : 0.300,
+ExtUtils::PkgConfig : 1.030,
+Glib : 1.280,
+Pango : 1.220
+ }
   }
},
release_status : stable,
@@ -53,5 +67,5 @@
   },
   x_MailingList : https://mail.gnome.org/mailman/listinfo/gtk-perl-list;
},
-   version : 1.247
+   version : 1.248
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.247/META.yml new/Gtk2-1.248/META.yml
--- old/Gtk2-1.247/META.yml 2013-02-04 07:17:51.0 +0100
+++ new/Gtk2-1.248/META.yml 2013-09-30 00:10:58.0 +0200
@@ -2,7 +2,8 @@
 abstract: 'Perl interface to the 2.x series of the Gimp Toolkit library'
 author:
   - 'gtk2-perl Team gtk-perl-list at gnome dot org'
-build_requires: {}
+build_requires:
+  ExtUtils::MakeMaker: 0
 configure_requires:
   Cairo: 1.000
   ExtUtils::Depends: 0.300
@@ -10,7 +11,7 @@
   Glib: 1.280
   Pango: 1.220
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.112621'
+generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 
2.131560'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,10 +26,16 @@
   file:
 - Makefile.PL
 - 

commit perl-Gtk2 for openSUSE:Factory

2013-07-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2013-07-08 22:25:07

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is perl-Gtk2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2013-01-31 
10:28:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2013-07-08 
22:25:08.0 +0200
@@ -1,0 +2,17 @@
+Mon Jul  8 11:58:02 UTC 2013 - co...@suse.com
+
+- updated to 1.247
+  * Require Glib 1.280 for the fixes to custom signal marshalling.
+  * Fix a test failure in t/GtkRecentChooser.t.
+  * Created %meta_merge which follows v2 of CPAN Meta Spec
+- %meta_merge is used for generating metadata via
+  ExtUtils::MakeMaker/CPAN::Meta
+  
+  * Improve the failure diagnostics of some tests
+  * Fix two test failures.
+  * Disable the correct potentially annoying test for GtkDnD.
+  * Tell CPAN to some ignore POD fragments
+  * Avoid trying to re-register a GType for GConnectFlags.
+- remove perl-Gtk2-fix-GtkRecentChooser-test-fails.patch
+
+---

Old:

  Gtk2-1.242.tar.gz
  perl-Gtk2-fix-GtkRecentChooser-test-fails.patch

New:

  Gtk2-1.247.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.GCixrU/_old  2013-07-08 22:25:09.0 +0200
+++ /var/tmp/diff_new_pack.GCixrU/_new  2013-07-08 22:25:09.0 +0200
@@ -17,17 +17,14 @@
 
 
 Name:   perl-Gtk2
-Version:1.242
+Version:1.247
 Release:0
 %define cpan_name Gtk2
 Summary:Perl interface to the 2
 License:LGPL-2.1+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Gtk2/
-#Source: 
http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM perl-Gtk2-fix-GtkRecentChooser-test-fails.patch -- fixed 
GtkRecentChooser test fails [bgo#685865]
-Patch0: perl-Gtk2-fix-GtkRecentChooser-test-fails.patch
+Source: 
http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  update-desktop-files
@@ -56,7 +53,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ Gtk2-1.242.tar.gz - Gtk2-1.247.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.242/MANIFEST new/Gtk2-1.247/MANIFEST
--- old/Gtk2-1.242/MANIFEST 2012-01-20 08:53:30.0 +0100
+++ new/Gtk2-1.247/MANIFEST 2013-02-04 07:17:51.0 +0100
@@ -578,4 +578,5 @@
 xs_files-2.4
 xs_files-2.6
 xs_files-2.8
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.242/META.json new/Gtk2-1.247/META.json
--- old/Gtk2-1.242/META.json1970-01-01 01:00:00.0 +0100
+++ new/Gtk2-1.247/META.json2013-02-04 07:17:51.0 +0100
@@ -0,0 +1,57 @@
+{
+   abstract : Perl interface to the 2.x series of the Gimp Toolkit library,
+   author : [
+  gtk2-perl Team gtk-perl-list at gnome dot org
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.112621,
+   license : [
+  lgpl_2_1
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Gtk2,
+   no_index : {
+  directory : [
+ t,
+ inc,
+ tools,
+ xs
+  ],
+  file : [
+ Makefile.PL,
+ gtk-demo/main.pl
+  ]
+   },
+   prereqs : {
+  configure : {
+ requires : {
+Cairo : 1.000,
+ExtUtils::Depends : 0.300,
+ExtUtils::PkgConfig : 1.030,
+Glib : 1.280,
+Pango : 1.220
+ }
+  }
+   },
+   release_status : stable,
+   resources : {
+  bugtracker : {
+ mailto : bug-Gtk2 [at] rt.cpan.org,
+ web : http://rt.cpan.org/Public/Dist/Display.html?Name=Gtk2;
+  },
+  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-Gtk2,
+ web : http://git.gnome.org/browse/perl-Gtk2;
+   

commit perl-Gtk2 for openSUSE:Factory

2013-01-31 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2013-01-31 10:28:03

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is perl-Gtk2, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2012-02-08 
16:08:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2013-01-31 
10:28:05.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 31 04:15:01 UTC 2013 - m...@suse.com
+
+- Add upstream patch perl-Gtk2-fix-GtkRecentChooser-test-fails.patch
+  * Fixed GtkRecentChooser test fails with Gtk+ 2.24.12 (bgo#685865)
+
+---

New:

  perl-Gtk2-fix-GtkRecentChooser-test-fails.patch



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.QbB1zS/_old  2013-01-31 10:28:06.0 +0100
+++ /var/tmp/diff_new_pack.QbB1zS/_new  2013-01-31 10:28:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -26,6 +26,8 @@
 Url:http://search.cpan.org/dist/Gtk2/
 #Source: 
http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
+#PATCH-FIX-UPSTREAM perl-Gtk2-fix-GtkRecentChooser-test-fails.patch -- fixed 
GtkRecentChooser test fails [bgo#685865]
+Patch0: perl-Gtk2-fix-GtkRecentChooser-test-fails.patch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  update-desktop-files
@@ -54,6 +56,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ perl-Gtk2-fix-GtkRecentChooser-test-fails.patch ++
commit f7be199c11060d91260570666301e4d5557f7b7d
Author: Colin Watson cjwat...@canonical.com
Date:   Wed Oct 10 09:58:57 2012 +0100

t/GtkRecentChooser.t: Forcibly emit GtkRecentManager::changed signal

Following Gtk+ commit 1070c5849e45433ad66c076e0bf692d936813a31, add_item
is even more asynchronous than before, and doesn't necessarily emit the
changed signal immediately, so GtkRecentChooser won't see the added
items.  Emit the changed signal manually to work around this.

https://bugzilla.gnome.org/show_bug.cgi?id=685865

diff --git a/t/GtkRecentChooser.t b/t/GtkRecentChooser.t
index c793158..c59614a 100644
--- a/t/GtkRecentChooser.t
+++ b/t/GtkRecentChooser.t
@@ -51,6 +51,7 @@ $manager - add_item($uri_two);
 
 # add_item() is asynchronous, so let the main loop spin for a while
 Gtk2-main_iteration while scalar (my @items = $manager-get_items)  2;
+$manager-signal_emit(changed);
 
 $chooser - set_select_multiple(FALSE);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Gtk2 for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2012-02-08 16:08:47

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is perl-Gtk2, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2011-11-23 
19:37:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2012-02-08 
16:08:49.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan 23 02:47:24 UTC 2012 - vci...@suse.com
+
+- update to 1.242
+  * Add gitweb link to old ChangeLog
+  * Be compatible with perl 5.8.0 (Bugzilla bug #666227)
+  * Gtk2::Widget: don't implement is_sensitive() twice
+  * Disable a few potentially annoying tests
+
+---

Old:

  Gtk2-1.241.tar.gz

New:

  Gtk2-1.242.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.1H3vu1/_old  2012-02-08 16:08:50.0 +0100
+++ /var/tmp/diff_new_pack.1H3vu1/_new  2012-02-08 16:08:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Gtk2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,28 +16,27 @@
 #
 
 
-
 Name:   perl-Gtk2
-Version:1.241
-Release:1
-License:LGPL-2.1+
+Version:1.242
+Release:0
 %define cpan_name Gtk2
 Summary:Perl interface to the 2
-Url:http://search.cpan.org/dist/Gtk2/
+License:LGPL-2.1+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Gtk2/
 #Source: 
http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
-BuildRequires:  perl(Cairo) = 1.000
-BuildRequires:  perl(ExtUtils::Depends) = 0.300
-BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
-BuildRequires:  perl(Glib) = 1.220
-BuildRequires:  perl(Pango) = 1.220
 BuildRequires:  perl-macros
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  xorg-x11-server
+BuildRequires:  perl(Cairo) = 1.000
+BuildRequires:  perl(ExtUtils::Depends) = 0.300
+BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
+BuildRequires:  perl(Glib) = 1.220
+BuildRequires:  perl(Pango) = 1.220
 BuildRequires:  pkgconfig(gtk+-2.0)
 Requires:   perl(Cairo) = 1.000
 Requires:   perl(ExtUtils::Depends) = 0.300

++ Gtk2-1.241.tar.gz - Gtk2-1.242.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.241/ChangeLog.pre-git 
new/Gtk2-1.242/ChangeLog.pre-git
--- old/Gtk2-1.241/ChangeLog.pre-git2011-11-18 18:40:44.0 +0100
+++ new/Gtk2-1.242/ChangeLog.pre-git2012-01-19 05:37:17.0 +0100
@@ -1,7 +1,8 @@
 === ChangeLog discontinued ===
 
With the move to git, we stop maintaining a separate ChangeLog and
-   rely on proper commit messages instead.
+   rely on proper commit messages instead.  Web view of changes:
+   http://git.gnome.org/browse/perl-Gtk2/.
 
 2009-03-24  Torsten Schoenfeld  kaffeeti...@gmx.de
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.241/META.yml new/Gtk2-1.242/META.yml
--- old/Gtk2-1.241/META.yml 2011-11-19 09:00:56.0 +0100
+++ new/Gtk2-1.242/META.yml 2012-01-20 08:53:30.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Gtk2
-version:1.241
+version:1.242
 abstract:   Perl interface to the 2.x series of the Gimp Toolkit 
library
 author:  []
 license:unknown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.241/NEWS new/Gtk2-1.242/NEWS
--- old/Gtk2-1.241/NEWS 2011-11-19 08:59:35.0 +0100
+++ new/Gtk2-1.242/NEWS 2012-01-20 08:49:55.0 +0100
@@ -1,3 +1,11 @@
+Overview of changes in Gtk2 1.242
+=
+
+* Add gitweb link to old ChangeLog
+* Be compatible with perl 5.8.0 (Bugzilla bug #666227)
+* Gtk2::Widget: don't implement is_sensitive() twice
+* Disable a few potentially annoying tests
+
 Overview of changes in Gtk2 1.241
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.241/README new/Gtk2-1.242/README
--- old/Gtk2-1.241/README   2011-11-19 08:59:43.0 +0100

commit perl-Gtk2 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2011-12-06 18:42:11

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is perl-Gtk2, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.8zkeYz/_old  2011-12-06 19:10:01.0 +0100
+++ /var/tmp/diff_new_pack.8zkeYz/_new  2011-12-06 19:10:01.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Gtk2
 Version:1.241
 Release:1
-License:LGPLv2.1+
+License:LGPL-2.1+
 %define cpan_name Gtk2
 Summary:Perl interface to the 2
 Url:http://search.cpan.org/dist/Gtk2/

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



commit perl-Gtk2 for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2011-11-23 19:37:27

Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New)


Package is perl-Gtk2, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2011-09-23 
12:37:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2011-11-23 
19:37:30.0 +0100
@@ -1,0 +2,18 @@
+Wed Nov 23 09:18:36 UTC 2011 - vci...@suse.com
+
+- update to 1.241
+  * Fix a test failure in t/GtkEntryBuffer.t
+  * Fix a test failure in t/tied-objects.t
+  * Add the missing NEWS entries from the stable branch.
+  * Wrap missing gdk, gdk-pixbuf and gtk+ 2.12, 2.14, 2.16, 2.18, 2.20 and 
2.22 API
+  * Add Gtk2::Gdk::Image
+  * Add Gtk2::Container-find_child_property and list_child_properties
+  * Add Gtk2::Widget-find_style_property and list_style_properties
+  * Add Gtk2::Gdk::Pixbuf-get_option
+  * Add is_writable field to Gtk2::Gdk::PixbufFormat
+  * Make Gtk2::FontButton-new and Gtk2::ColorButton-new more flexible
+  * Accept format strings in Gtk2::MessageDialog-format_secondary_markup
+  * In syntax check mode, do not call gtk_init
+  * Improve the documentation in many places
+
+---

Old:

  Gtk2-1.224.tar.gz
  takeouttests.diff

New:

  Gtk2-1.241.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.0L6SQa/_old  2011-11-23 19:37:33.0 +0100
+++ /var/tmp/diff_new_pack.0L6SQa/_new  2011-11-23 19:37:33.0 +0100
@@ -15,37 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-Gtk2
-%define cpan_name Gtk2
-Summary:Perl interface to the 2.x series of the Gimp Toolkit library
-Version:1.224
+Version:1.241
 Release:1
 License:LGPLv2.1+
-Group:  Development/Libraries/Perl
+%define cpan_name Gtk2
+Summary:Perl interface to the 2
 Url:http://search.cpan.org/dist/Gtk2/
+Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  gtk2-devel update-desktop-files
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-Xvfb
-BuildRequires:  xorg-x11-server
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(Cairo) = 1.000
 BuildRequires:  perl(ExtUtils::Depends) = 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
 BuildRequires:  perl(Glib) = 1.220
 BuildRequires:  perl(Pango) = 1.220
+BuildRequires:  perl-macros
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-Xvfb
+BuildRequires:  xorg-x11-server
+BuildRequires:  pkgconfig(gtk+-2.0)
 Requires:   perl(Cairo) = 1.000
 Requires:   perl(ExtUtils::Depends) = 0.300
 Requires:   perl(ExtUtils::PkgConfig) = 1.03
 Requires:   perl(Glib) = 1.220
 Requires:   perl(Pango) = 1.220
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 Perl bindings to the 2.x series of the Gtk+ widget set.  This module
@@ -57,14 +57,14 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+make %{?_smp_mflags}
 
 %check
 Xvfb :95 
 trap kill $! || true EXIT
 sleep 5
-DISPLAY=:95 %{__make} test
+DISPLAY=:95 make test
 
 %install
 %perl_make_install
@@ -72,7 +72,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ Gtk2-1.224.tar.gz - Gtk2-1.241.tar.gz ++
 17749 lines of diff (skipped)

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



commit perl-Gtk2 for openSUSE:Factory

2011-08-07 Thread h_root

Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory
checked in at Sun Aug 7 18:50:11 CEST 2011.




--- perl-Gtk2/perl-Gtk2.changes 2011-03-04 10:40:27.0 +0100
+++ /mounts/work_src_done/STABLE/perl-Gtk2/perl-Gtk2.changes2011-08-04 
10:32:31.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug  4 07:54:51 UTC 2011 - vci...@novell.com
+
+- update to 1.224
+  fix a few test failures
+  removed a patch (fixed in upstream)
+  keep original tarball, no bzip2 anymore
+
+---

calling whatdependson for head-i586


Old:

  Gtk2-1.223.tar.bz2

New:

  Gtk2-1.224.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.20N6aa/_old  2011-08-07 18:49:49.0 +0200
+++ /var/tmp/diff_new_pack.20N6aa/_new  2011-08-07 18:49:49.0 +0200
@@ -21,14 +21,13 @@
 Name:   perl-Gtk2
 %define cpan_name Gtk2
 Summary:Perl interface to the 2.x series of the Gimp Toolkit library
-Version:1.223
+Version:1.224
 Release:1
 License:LGPLv2.1+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Gtk2/
 #Source: 
http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
-#Patch0: takeouttests.diff
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  gtk2-devel update-desktop-files
@@ -56,7 +55,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-#%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS






Remember to have fun...

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