commit 130fe73d254108e4a638a5762c2048b6c6c664bf Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Jun 21 08:56:07 2012 +0200 0.006 bump Tests pass again. perl-Gtk3.spec | 34 +++++++++++++++++++++------------- sources | 2 +- 2 files changed, 22 insertions(+), 14 deletions(-) --- diff --git a/perl-Gtk3.spec b/perl-Gtk3.spec index 348b74a..a5f9ad6 100644 --- a/perl-Gtk3.spec +++ b/perl-Gtk3.spec @@ -1,35 +1,40 @@ %global use_x11_tests 1 Name: perl-Gtk3 -Version: 0.005 -Release: 2%{?dist} +Version: 0.006 +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/T/TS/TSCH/Gtk3-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(ExtUtils::Install) -BuildRequires: perl(Glib) >= 1.240 -BuildRequires: perl(Glib::Object::Introspection) >= 0.002 -BuildRequires: perl(Test::More) BuildRequires: gtk3 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +# Run-time BuildRequires: perl(Carp) +BuildRequires: perl(Cairo::GObject) >= 1.000 +BuildRequires: perl(Glib) >= 1.260 +BuildRequires: perl(Glib::Object::Introspection) >= 0.009 BuildRequires: perl(Exporter) -BuildRequires: perl(Test::More) +# Tests +BuildRequires: perl(Glib::Object::Subclass) BuildRequires: perl(Scalar::Util) -BuildRequires: perl(Cairo::GObject) -Requires: perl(Glib) >= 1.240 -Requires: perl(Glib::Object::Introspection) >= 0.002 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: gtk3 +BuildRequires: perl(Test::More) %if %{use_x11_tests} # X11 tests: BuildRequires: xorg-x11-server-Xvfb BuildRequires: xorg-x11-xinit BuildRequires: font(:lang=en) %endif +Requires: gtk3 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Cairo::GObject) >= 1.000 +Requires: perl(Glib) >= 1.260 +Requires: perl(Glib::Object::Introspection) >= 0.009 + +# Remove under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Cairo::GObject|Glib::Object::Introspection)\\)$ %description The Gtk3 module allows a Perl developer to use the GTK+ graphical user @@ -64,6 +69,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Wed Jun 20 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 0.006-1 +- 0.006 bump + * Thu Jun 14 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 0.005-2 - Perl 5.16 rebuild diff --git a/sources b/sources index c3f7678..4cfc8bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d25463fb67687cb181a9f92e26fe1d1 Gtk3-0.005.tar.gz +f0fdf9cc4c715ddc9548ba36be16d56e Gtk3-0.006.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel