Update to 1.27
This commit is contained in:
		
							parent
							
								
									681176add6
								
							
						
					
					
						commit
						f846f5dbc4
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,2 +1,3 @@ | |||||||
| /libintl-perl-1.25.tar.gz | /libintl-perl-1.25.tar.gz | ||||||
| /libintl-perl-1.26.tar.gz | /libintl-perl-1.26.tar.gz | ||||||
|  | /libintl-perl-1.27.tar.gz | ||||||
|  | |||||||
| @ -1,31 +0,0 @@ | |||||||
| From 70ca3b6f3e6b02bec419e944a937fd1b19b0decc Mon Sep 17 00:00:00 2001 |  | ||||||
| From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> |  | ||||||
| Date: Mon, 15 May 2017 14:26:38 +0200 |  | ||||||
| Subject: [PATCH] Fix building on Perl without "." in @INC |  | ||||||
| MIME-Version: 1.0 |  | ||||||
| Content-Type: text/plain; charset=UTF-8 |  | ||||||
| Content-Transfer-Encoding: 8bit |  | ||||||
| 
 |  | ||||||
| CPAN RT#120446 |  | ||||||
| 
 |  | ||||||
| Signed-off-by: Petr Písař <ppisar@redhat.com> |  | ||||||
| ---
 |  | ||||||
|  Makefile.PL | 2 +- |  | ||||||
|  1 file changed, 1 insertion(+), 1 deletion(-) |  | ||||||
| 
 |  | ||||||
| diff --git a/Makefile.PL b/Makefile.PL
 |  | ||||||
| index 898040d..5b25425 100644
 |  | ||||||
| --- a/Makefile.PL
 |  | ||||||
| +++ b/Makefile.PL
 |  | ||||||
| @@ -182,7 +182,7 @@ sub tools_other
 |  | ||||||
|  	my $fragment = $self->SUPER::tools_other (@_); |  | ||||||
|   |  | ||||||
|  	$fragment =~ s/^MOD_INSTALL\s*=\s*(.*?)-MExtUtils::Install |  | ||||||
| -		/MOD_INSTALL =$1-MMyInstall/msx;
 |  | ||||||
| +		/MOD_INSTALL =$1-I. -MMyInstall/msx;
 |  | ||||||
|   |  | ||||||
|  	return $fragment; |  | ||||||
|  } |  | ||||||
| -- 
 |  | ||||||
| 2.9.4 |  | ||||||
| 
 |  | ||||||
| @ -1,7 +1,7 @@ | |||||||
| Summary:        Internationalization library for Perl, compatible with gettext | Summary:        Internationalization library for Perl, compatible with gettext | ||||||
| Name:           perl-libintl-perl | Name:           perl-libintl-perl | ||||||
| Version:        1.26 | Version:        1.27 | ||||||
| Release:        6%{?dist} | Release:        1%{?dist} | ||||||
| # gettext_xs/gettext_xs.pm:     GPLv3+ | # gettext_xs/gettext_xs.pm:     GPLv3+ | ||||||
| # gettext_xs/Makefile.PL:       LGPLv2+ | # gettext_xs/Makefile.PL:       LGPLv2+ | ||||||
| # lib/Locale/gettext_xs.pod:    LGPLv2+ | # lib/Locale/gettext_xs.pod:    LGPLv2+ | ||||||
| @ -11,8 +11,6 @@ Release:        6%{?dist} | |||||||
| License:        GPLv3+ and LGPLv2+ | License:        GPLv3+ and LGPLv2+ | ||||||
| URL:            http://search.cpan.org/dist/libintl-perl/ | URL:            http://search.cpan.org/dist/libintl-perl/ | ||||||
| Source:         http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz | Source:         http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz | ||||||
| # Fix building on Perl without "." in @INC, CPAN RT#120446 |  | ||||||
| Patch0:         libintl-perl-1.26-Fix-building-on-Perl-without-.-in-INC.patch |  | ||||||
| # this module was renamed in the f25 dev cycle | # this module was renamed in the f25 dev cycle | ||||||
| Provides:       perl-libintl = %{version}-%{release} | Provides:       perl-libintl = %{version}-%{release} | ||||||
| Obsoletes:      perl-libintl < 1.25 | Obsoletes:      perl-libintl < 1.25 | ||||||
| @ -71,7 +69,6 @@ implemented for example in GNU gettext. | |||||||
| 
 | 
 | ||||||
| %prep | %prep | ||||||
| %setup -q -n libintl-perl-%{version} | %setup -q -n libintl-perl-%{version} | ||||||
| %patch0 -p1 |  | ||||||
| find -type f -exec chmod -x {} \; | find -type f -exec chmod -x {} \; | ||||||
| find lib/Locale gettext_xs \( -name '*.pm' -o -name '*.pod' \) \ | find lib/Locale gettext_xs \( -name '*.pm' -o -name '*.pod' \) \ | ||||||
|     -exec sed -i -e '/^#! \/bin\/false/d' {} \; |     -exec sed -i -e '/^#! \/bin\/false/d' {} \; | ||||||
| @ -106,6 +103,10 @@ make test | |||||||
| %{_mandir}/man?/* | %{_mandir}/man?/* | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Sun Aug 13 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.27-1 | ||||||
|  | - Update to 1.27 | ||||||
|  | - Drop upstreamed patch | ||||||
|  | 
 | ||||||
| * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-6 | * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-6 | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild | - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user