From 1e5feb7c772003a30b4d6d1f5e1686f51b599c1e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Tue, 23 May 2017 09:46:43 +0200
Subject: Update to 1.325

---
 .gitignore                                         |  1 +
 ...4-Fix-building-on-Perl-without-dot-in-INC.patch | 32 ----------------------
 perl-Glib.spec                                     |  9 +++---
 sources                                            |  2 +-
 4 files changed, 7 insertions(+), 37 deletions(-)
 delete mode 100644 Glib-1.324-Fix-building-on-Perl-without-dot-in-INC.patch

diff --git a/.gitignore b/.gitignore
index ae8351a..b5f43f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ Glib-1.223.tar.gz
 /Glib-1.322.tar.gz
 /Glib-1.323.tar.gz
 /Glib-1.324.tar.gz
+/Glib-1.325.tar.gz
diff --git a/Glib-1.324-Fix-building-on-Perl-without-dot-in-INC.patch 
b/Glib-1.324-Fix-building-on-Perl-without-dot-in-INC.patch
deleted file mode 100644
index af114cf..0000000
--- a/Glib-1.324-Fix-building-on-Perl-without-dot-in-INC.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -up Glib-1.324/Makefile.PL.orig Glib-1.324/Makefile.PL
---- Glib-1.324/Makefile.PL.orig        2017-05-18 11:07:22.351192436 +0200
-+++ Glib-1.324/Makefile.PL     2017-05-18 15:10:18.491001843 +0200
-@@ -48,6 +48,7 @@ unless (eval "use ExtUtils::Depends '$PR
- 
- # client modules may use Glib::MakeHelper -- he's not installed at this
- # point, so we have to require him directly.
-+BEGIN { push @INC, '.'; }
- require 'lib/Glib/MakeHelper.pm';
- 
- mkdir 'build', 0777;
-@@ -270,7 +271,7 @@ build/podindex :: \$(INST_LIB)/Glib/GenP
- 
- \$(INST_LIB)/\$(FULLEXT)/xsapi.pod :: build/doc.pl apidoc.pl xsapi.pod.head 
xsapi.pod.foot
-       \$(NOECHO) \$(ECHO) Creating XS API documentation...
--      \$(NOECHO) \$(FULLPERLRUN) apidoc.pl xsapi.pod.head xsapi.pod.foot 
build/doc.pl > \$@
-+      \$(NOECHO) \$(FULLPERLRUN) apidoc.pl xsapi.pod.head xsapi.pod.foot 
./build/doc.pl > \$@
- 
- "
-            . Glib::MakeHelper->postamble_precompiled_headers (qw/gperl.h/)
-diff -up Glib-1.324/lib/Glib/MakeHelper.pm.orig 
Glib-1.324/lib/Glib/MakeHelper.pm
---- Glib-1.324/lib/Glib/MakeHelper.pm.orig     2017-05-18 15:33:33.089780428 
+0200
-+++ Glib-1.324/lib/Glib/MakeHelper.pm  2017-05-18 15:34:15.064617665 +0200
-@@ -394,7 +394,7 @@ sub postamble_docs_full {
-           . ' '
-           . $name
-           . ' $(POD_SET) '
--          . 'xsdoc2pod(q(build/doc.pl), q($(INST_LIB)), q(build/podindex));';
-+          . 'xsdoc2pod(q(./build/doc.pl), q($(INST_LIB)), 
q(build/podindex));';
- 
-       #warn "docgen_code: $docgen_code\n";
- 
diff --git a/perl-Glib.spec b/perl-Glib.spec
index f985467..2933ec5 100644
--- a/perl-Glib.spec
+++ b/perl-Glib.spec
@@ -1,12 +1,11 @@
 Name:           perl-Glib
-Version:        1.324
-Release:        3%{?dist}
+Version:        1.325
+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/X/XA/XAOC/Glib-%{version}.tar.gz
-Patch0:         Glib-1.324-Fix-building-on-Perl-without-dot-in-INC.patch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  glib2-devel
@@ -72,7 +71,6 @@ to GLib and GObject libraries.
 
 %prep
 %setup -q -n Glib-%{version}
-%patch0 -p1
 for F in AUTHORS; do
     iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
     touch -r "$F" "${F}.utf8"
@@ -117,6 +115,9 @@ make test
 %{_mandir}/man3/Glib::xsapi.3pm.gz
 
 %changelog
+* Tue May 23 2017 Jitka Plesnikova <jples...@redhat.com> - 1.325-1
+- Update to 1.325
+
 * Thu May 18 2017 Jitka Plesnikova <jples...@redhat.com> - 1.324-3
 - Fix building on Perl without '.' in @INC
 
diff --git a/sources b/sources
index 68cdb97..230b74f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Glib-1.324.tar.gz) = 
c5bc22416f47a8fc0a7410e0bdb637f82e408ce056a2b6be8f04a8a7055af704ab3e0868566c048cb786306986f85f6b940a15f85cb77654620f6f814c2731dd
+SHA512 (Glib-1.325.tar.gz) = 
f4d2d23d4c702ba7a3058494bdfba4d725bd2310ed55bba7114d5abab15f4c8d8f4b40ef6eeec3e733da659a572a6601aaa8ce1964b9cf549e4bed734e016f70
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Glib.git/commit/?h=master&id=1e5feb7c772003a30b4d6d1f5e1686f51b599c1e
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to