[libgtk2-perl] 02/02: Update to 1.144.

Intrigeri intrigeri at moszumanska.debian.org
Wed Apr 30 17:12:20 UTC 2014


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

intrigeri pushed a commit to annotated tag perl-Gtk2-1_144-1_fc6
in repository libgtk2-perl.

commit f79b93fe88fc19be12832ca9095daacfc58d63aa
Author: Jose Pedro Oliveira <jpo at fedoraproject.org>
Date:   Sun Mar 18 21:04:31 2007 +0000

    Update to 1.144.
---
 .cvsignore     |  2 +-
 perl-Gtk2.spec | 22 +++++++++++++++++-----
 sources        |  2 +-
 3 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/.cvsignore b/.cvsignore
index 6971dc5..95da193 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-Gtk2-1.140.tar.gz
+Gtk2-1.144.tar.gz
diff --git a/perl-Gtk2.spec b/perl-Gtk2.spec
index 20dab3e..7944d08 100644
--- a/perl-Gtk2.spec
+++ b/perl-Gtk2.spec
@@ -5,7 +5,7 @@
 #
 
 Name:           perl-Gtk2
-Version:        1.140
+Version:        1.144
 Release:        1%{?dist}
 Summary:        Perl interface to the 2.x series of the Gimp Toolkit library
 
@@ -55,8 +55,8 @@ chmod +x %{__perl_requires}
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
 
 
 %install
@@ -64,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -82,10 +82,22 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/ gtk-demo/
 %{perl_vendorarch}/auto/Gtk2/
 %{perl_vendorarch}/Gtk2*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.144-1
+- Update to 1.144.
+
+* Mon Feb 26 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.143-1
+- Update to 1.143.
+
+* Sun Jan 21 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.142-1
+- Update to 1.142.
+
+* Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.141-1
+- Update to 1.141.
+
 * Wed Sep  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.140-1
 - Update to 1.140.
 
diff --git a/sources b/sources
index cd271dd..b69141c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0951835b2d032a3813320de235b96273  Gtk2-1.140.tar.gz
+bc89094b40e81659562a3229fbf6bf3d  Gtk2-1.144.tar.gz

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



More information about the Pkg-perl-cvs-commits mailing list