[perl-Glib] 1.260 bump

Petr Pisar ppisar at fedoraproject.org
Wed Jun 20 15:07:06 UTC 2012


commit b680de6aa6a8bc3f2aa2920809fc1d3f537350df
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 20 17:06:16 2012 +0200

    1.260 bump
    
    Required by perl-Gtk3-0.006.

 .gitignore     |    1 +
 perl-Glib.spec |   37 ++++++++++++++++++++++++++++++-------
 sources        |    2 +-
 3 files changed, 32 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e1bb5e..9cbcb06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Glib-1.223.tar.gz
 /Glib-1.240.tar.gz
 /Glib-1.241.tar.gz
+/Glib-1.260.tar.gz
diff --git a/perl-Glib.spec b/perl-Glib.spec
index adccdb1..dbe58a0 100644
--- a/perl-Glib.spec
+++ b/perl-Glib.spec
@@ -1,16 +1,31 @@
 Name:           perl-Glib
-Version:        1.241
-Release:        4%{?dist}
+Version:        1.260
+Release:        1%{?dist}
 Summary:        Perl interface to GLib
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://search.cpan.org/dist/Glib/
-Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Glib-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/X/XA/XAOC/Glib-%{version}.tar.gz
 BuildRequires:  perl >= 2:5.8.0
 BuildRequires:  glib2-devel
-BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(ExtUtils::Depends) >= 0.300
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.00
+BuildRequires:  perl(File::Spec)
+# Run-time
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(Storable)
+# Tests
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Tie::Hash)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # Do not export private modules and libraries
@@ -26,9 +41,9 @@ that make up the Gnome environment, and are used in many unrelated
 projects.
 
 %package devel
-Summary:	Development part of Perl interface to GLib
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Summary:    Development part of Perl interface to GLib
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
 
 %description devel
 Development part of package perl-Glib, the Perl module providing interface
@@ -36,6 +51,11 @@ to GLib and GObject libraries.
 
 %prep
 %setup -q -n Glib-%{version}
+for F in AUTHORS; do
+    iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
+    touch -r "$F" "${F}.utf8"
+    mv "${F}.utf8" "$F"
+done
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -76,6 +96,9 @@ make test
 %{_mandir}/man3/Glib::xsapi.3pm.gz
 
 %changelog
+* Wed Jun 20 2012 Petr Pisar <ppisar at redhat.com> - 1.260-1
+- 1.260 bump
+
 * Tue Jun 12 2012 Petr Pisar <ppisar at redhat.com> - 1.241-4
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index 98dedb4..81fb882 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-412118238a372041b130c27d7992f5c3  Glib-1.241.tar.gz
+faa052bdf6e9b87ea30b630c2806e71e  Glib-1.260.tar.gz


More information about the scm-commits mailing list