jplesnik pushed to perl-Gtk3 (master). "0.023 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Sep 4 12:00:09 UTC 2015


From 2f53b1080965de563c540d4c0a396d814659f58a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Fri, 4 Sep 2015 13:59:23 +0200
Subject: 0.023 bump


diff --git a/Gtk3-0.019-position.patch b/Gtk3-0.019-position.patch
deleted file mode 100644
index 66d756e..0000000
--- a/Gtk3-0.019-position.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/t/overrides.t b/t/overrides.t
-index 041e0aa..6b8fc85 100644
---- a/t/overrides.t
-+++ b/t/overrides.t
-@@ -233,9 +233,9 @@ SKIP: {
-   {
-     my $menu = Gtk3::Menu->new;
-     my $position_callback = sub {
--      my ($menu, $data) = @_;
-+      my ($menu, $x, $y) = @_;
-       isa_ok ($menu, "Gtk3::Menu");
--      return @$data;
-+      return ($x, $y);
-     };
-     $menu->popup (undef, undef, $position_callback, [50, 50], 1, 0);
-     $menu->popup_for_device (undef, undef, undef, $position_callback, [50, 50, Glib::TRUE], 1, 0);
diff --git a/perl-Gtk3.spec b/perl-Gtk3.spec
index 60fe402..0ef5a51 100644
--- a/perl-Gtk3.spec
+++ b/perl-Gtk3.spec
@@ -1,15 +1,13 @@
 %global use_x11_tests 1
 
 Name:           perl-Gtk3
-Version:        0.022
+Version:        0.023
 Release:        1%{?dist}
 Summary:        Perl interface to the 3.x series of the GTK+ toolkit
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Gtk3/
 Source0:        http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/Gtk3-%{version}.tar.gz
-# Silent test's strict refs warning, bug #1199972, CPAN RT#105835
-Patch0:         Gtk3-0.019-position.patch
 BuildArch:      noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -54,7 +52,6 @@ interface library. Find out more about GTK+ at <http://www.gtk.org/>.
 
 %prep
 %setup -q -n Gtk3-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -78,6 +75,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 04 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.023-1
+- 0.023 bump
+
 * Mon Jul 13 2015 Petr Pisar <ppisar at redhat.com> - 0.022-1
 - 0.022 bump
 
diff --git a/sources b/sources
index 9cc4e8b..6630af9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9fd50a2dda54299160fc9e22748e996  Gtk3-0.022.tar.gz
+6688b2aa6a9ad884cf68c2e3bb8aee6b  Gtk3-0.023.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Gtk3.git/commit/?h=master&id=2f53b1080965de563c540d4c0a396d814659f58a


More information about the perl-devel mailing list