This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag F-10-split
in repository libgtk2-perl.

commit f63365bc6eb1a9365816bdf2ccd0bbe4fad0c5d7
Author: Jose Pedro Oliveira <j...@fedoraproject.org>
Date:   Thu Jan 19 16:43:07 2006 +0000

    - Update to 1.103.
    - Converted the Gtk2::Helper man page to utf8 (#177802).
    - Provides list: filtered out perl(main) (#177802).
---
 .cvsignore     |  2 +-
 perl-Gtk2.spec | 33 +++++++++++++++++++++++++++------
 sources        |  2 +-
 3 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/.cvsignore b/.cvsignore
index ee768a2..90ec55e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-Gtk2-1.102.tar.gz
+Gtk2-1.103.tar.gz
diff --git a/perl-Gtk2.spec b/perl-Gtk2.spec
index 3016ec2..69595bd 100644
--- a/perl-Gtk2.spec
+++ b/perl-Gtk2.spec
@@ -1,5 +1,11 @@
+#
+# Rebuild option:
+#
+#   --with testsuite         - run the test suite (requires X)
+#
+
 Name:           perl-Gtk2
-Version:        1.102
+Version:        1.103
 Release:        1%{?dist}
 Summary:        Perl interface to the 2.x series of the Gimp Toolkit library
 
@@ -10,10 +16,10 @@ Source0:        
http://www.cpan.org/authors/id/T/TS/TSCH/Gtk2-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl >= 2:5.8.0
-BuildRequires:  gtk2-devel, perl-Glib >= 1.102
+BuildRequires:  gtk2-devel, perl-Glib >= 1.103
 BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-Requires:       perl-Glib >= 1.102
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl-Glib >= 1.103
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
 This module allows you to write Gtk+ graphical user interfaces in a
@@ -25,6 +31,17 @@ API.  Find out more about Gtk+ at http://www.gtk.org.
 %prep
 %setup -q -n Gtk2-%{version}
 
+iconv -f iso-8859-1 -t utf-8 -o pm/Helper.pm{.utf8,}
+mv pm/Helper.pm{.utf8,}
+
+# Provides: exclude perl(main)
+cat <<__EOF__ > %{name}-perl.prov
+#!/bin/sh
+/usr/lib/rpm/perl.prov \$* | grep -v '^perl(main)$'
+__EOF__
+%define __perl_provides %{_builddir}/Gtk2-%{version}/%{name}-perl.prov
+chmod +x %{__perl_provides}
+
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -41,8 +58,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
-# Testing requires X
-%{?_with_tests:make test}
+%{?_with_testsuite:make test}
 
 
 %clean
@@ -59,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.103-1
+- Update to 1.103.
+- Converted the Gtk2::Helper man page to utf8 (#177802).
+- Provides list: filtered out perl(main) (#177802).
+
 * Wed Nov 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.102-1
 - Update to 1.102.
 
diff --git a/sources b/sources
index 8974b37..55e4110 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bd7173c8a2b6b8baf2fa3c3d48d4bb5  Gtk2-1.102.tar.gz
+7c7a6970cd58756a19c787976306e635  Gtk2-1.103.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libgtk2-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to