Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync CPAN Locale::Maketext 1.27 with blead #15405

Closed
p5pRT opened this issue Jun 23, 2016 · 6 comments
Closed

Sync CPAN Locale::Maketext 1.27 with blead #15405

p5pRT opened this issue Jun 23, 2016 · 6 comments

Comments

@p5pRT
Copy link

p5pRT commented Jun 23, 2016

Migrated from rt.perl.org#128464 (status was 'resolved')

Searchable as RT128464$

@p5pRT
Copy link
Author

p5pRT commented Jun 23, 2016

From @toddr

Created by @toddr

Stuff and things.

Perl Info

Flags:
    category=library
    severity=low
    module=Locale::Maketext

Site configuration information for perl 5.18.2:

Configured by root at Tue Aug 11 04:03:09 PDT 2015.

Summary of my perl5 (revision 5 version 18 subversion 2) configuration:

  Platform:
    osname=darwin, osvers=15.0, archname=darwin-thread-multi-2level
    uname='darwin osx219.apple.com 15.0 darwin kernel version 15.0.0:
fri may 22 22:03:51 pdt 2015;
root:xnu-3216.0.0.1.11~1development_x86_64 x86_64 '
    config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  -Dldflags=
-Dman3ext=3pm -Duseithreads -Duseshrplib -Dinc_version_list=none
-Dcc=cc'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-arch i386 -arch x86_64 -g -pipe -fno-common
-DPERL_DARWIN -fno-strict-aliasing -fstack-protector',
    optimize='-Os',
    cppflags='-g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing
-fstack-protector'
    ccversion='', gccversion='4.2.1 Compatible Apple LLVM 7.0.0
(clang-700.0.59.1)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc -mmacosx-version-min=10.11.3', ldflags ='-arch i386 -arch
x86_64 -fstack-protector'
    libpth=/usr/lib /usr/local/lib
    libs=
    perllibs=
    libc=, so=dylib, useshrplib=true, libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-arch i386 -arch x86_64 -bundle
-undefined dynamic_lookup -fstack-protector'

Locally applied patches:
    /Library/Perl/Updates/<version> comes before system perl directories
    installprivlib and installarchlib points to the Updates directory


@INC for perl 5.18.2:
    /Library/Perl/5.18/darwin-thread-multi-2level
    /Library/Perl/5.18
    /Network/Library/Perl/5.18/darwin-thread-multi-2level
    /Network/Library/Perl/5.18
    /Library/Perl/Updates/5.18.2
    /System/Library/Perl/5.18/darwin-thread-multi-2level
    /System/Library/Perl/5.18
    /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level
    /System/Library/Perl/Extras/5.18
    .


Environment for perl 5.18.2:
    DYLD_LIBRARY_PATH (unset)
    HOME=/Users/toddr
    LANG=en_US.UTF-8
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=/usr/local/cpanel/3rdparty/perl/514/bin:/usr/local/bin:/usr/local/git/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/toddr/Rakudo/bin:/usr/local/bin:/usr/X11/bin:/Users/toddr/scripts:/sw/bin
    PERLDB_OPTS=RemotePort=:9000
    PERL_BADLANG (unset)
    SHELL=/bin/zsh

@p5pRT
Copy link
Author

p5pRT commented Jun 23, 2016

From @toddr

Patch to update Changelog attached.

@p5pRT
Copy link
Author

p5pRT commented Jun 23, 2016

From @toddr

0001-Sync-CPAN-Locale-Maketext-1.27-with-blead.patch
From b3d8d25a3775a50e455c23456adb4eee660464d3 Mon Sep 17 00:00:00 2001
From: Todd Rinaldo <toddr@cpan.org>
Date: Wed, 22 Jun 2016 19:58:29 -0400
Subject: [PATCH] Sync CPAN Locale::Maketext 1.27 with blead

---
 dist/Locale-Maketext/ChangeLog | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dist/Locale-Maketext/ChangeLog b/dist/Locale-Maketext/ChangeLog
index 571871f..62f6b87 100644
--- a/dist/Locale-Maketext/ChangeLog
+++ b/dist/Locale-Maketext/ChangeLog
@@ -1,5 +1,14 @@
 Revision history for Perl suite Locale::Maketext
 
+2016-06-22
+    * Release of 1.27 to CPAN
+
+2016-04-20
+    * perl #127923: note priority between the white and blacklist
+
+2016-03-17
+    * Add blacklist and whitelist support to Locale::Maketext.
+
 2014-06-17
     * Correct two subtle typos in Locale::Maketext POD.
 
-- 
2.7.4 (Apple Git-66)

@p5pRT
Copy link
Author

p5pRT commented Jun 24, 2016

From @jkeenan

Thanks, applied to blead in commit
10f94ef
--
James E Keenan (jkeenan@​cpan.org)

@p5pRT
Copy link
Author

p5pRT commented Jun 24, 2016

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Jun 24, 2016

@jkeenan - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant