[libevent-perl] branch master updated (21b6536 -> 54bf570)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Jun 13 16:01:35 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository libevent-perl.

      from  21b6536   update changelog
      adds  4d3d31a   Imported from Event-0.83.tar.gz.
      adds  26f72f6   Imported from Event-0.84.tar.gz.
      adds  abbefe7   Imported from Event-0.85.tar.gz.
      adds  54eca75   Imported from Event-0.86.tar.gz.
      adds  f23e7ff   Imported from Event-0.87.tar.gz.
      adds  6bcc9aa   Imported from Event-0.88.tar.gz.
      adds  36f5f65   Imported from Event-1.00.tar.gz.
      adds  7ef21a1   Imported from Event-1.01.tar.gz.
      adds  64cb6f1   Imported from Event-1.02.tar.gz.
      adds  7ddf1c3   Imported from Event-1.03.tar.gz.
      adds  9bccc6e   Imported from Event-1.04.tar.gz.
      adds  231d726   Imported from Event-1.05.tar.gz.
      adds  1e006f3   Imported from Event-1.06.tar.gz.
      adds  4695de2   Imported from Event-1.07.tar.gz.
      adds  447f848   Imported from Event-1.08.tar.gz.
      adds  5ecfb75   Mention the GIT migration.
      adds  386ead3   Jerry D. Hedden <jdhedden at cpan.org> and Ævar Arnfjörð Bjarmason <avarab at gmail.com> correctly diagnosed that a recent change in perl (#31130, FETCH/STORE/LENGTH callbacks for numbered capture variables) caused $1 to loose its read-only-ness hence breaking test 6. Zefram <zefram at fysh.org> suggested using $$ instead. I have not tested this patch but it seems trivial enough.
      adds  0a3ab94   Tell GIT to ignore non-source files.
      adds  bbdeff0   Bump version.
      adds  32a380b   Skip bogus_fd test on darwin. Reported by schwern at pobox.com.
      adds  735a150   Bump version.
      adds  11faeb8   Actually upload 1.10
      adds  9f42469   This test is too sensitive to load on the machine causing random failures. Better to remove it from the regression test battery.
      adds  abbb57a   Increase minimum version of perl to 5.006_003
      adds  2fc9e57   Make debug code compile again
      adds  82ad1e9   s/double/NV/g to support uselongdouble
      adds  91c7543   bump version to 1.11
      adds  d96c808   Skip bogus fd test for armv5tejl
      adds  cc0c6f5   Point people to Marc Lehmann's stuff
      adds  072aa8b   Add errata for tutorial
      adds  8ada1d8   Note new GIT repo location
      adds  4e535bf   Bumb version to 1.13
      adds  6e25a14   Freshen MANIFEST
      adds  161816b   Clarify conditions for skipping test
      adds  2539c73   Skip bogus fd test for GNU Hurd
      adds  ce348c4   On windows, skip tests correctly
      adds  41ec220   Bump version
      adds  b04bb3b   Repair test to use a truly read-only variable
      adds  8565424   Really skip the bad fd test on platforms that don't support it
      adds  8f77e63   Repair test again
      adds  c481758   http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2012-12/msg00424.html
      adds  b338efd   Checkin rest of changes for CPAN JPRIT v1.21
      adds  b8cc835   Use updated Inline "with" hook API, release.
      adds  165bfdb   Add git repo.
      adds  dbccf09   Rely on Inline "with" hook error message.
      adds  1403054   use "our" not "use vars".
      adds  0691c30   Update version for release v1.23
      adds  37b8d5a   Don't distribute MANIFEST.SKIP
      adds  d9283a0   Added =encoding utf8 to pass Test::Pod/Kwalitee tests. Added t/pod.t
      adds  305877c   Actually add =encoding utf8
      adds  f4ed692   Define MIN_PERL_VERSION to pass Kwalitee checks in Makefile.PL
      adds  3164310   Update docs & code to require perl 5.008
      adds  d91214e   Update for release v1.24
      adds  160cbb9   Fix Event::PRIO_NORMAL call in Watcher.pm
      adds  20af438   Merge pull request #3 from lucaskanashiro/fix_bareword
      adds  c5270dd   convert to Changes file
      adds  2809e4a   1.25
      adds  afc31f4   Imported Upstream version 1.25
       new  8d75cb3   Merge tag 'upstream/1.25'
       new  12cce0b   Update debian/changelog
       new  9ead752   Drop patch, already applied by upstream
       new  dd5d891   Update years of Debian packaging copyright
       new  5b323a7   Declare compliance with Debian policy 3.9.8
       new  13530a7   debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
       new  603a015   Create patch fixing typos in manpage
       new  54bf570   Release libevent-perl version 1.25-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                     | 1254 -------------------------
 Changes                                       |  662 +++++++++++++
 MANIFEST                                      |    2 +-
 META.json                                     |    5 +-
 META.yml                                      |    5 +-
 debian/changelog                              |   14 +-
 debian/control                                |    2 +-
 debian/copyright                              |    2 +-
 debian/patches/0001_fix-typo-in-manpage.patch |   24 +
 debian/patches/fix_bareword_not_allowed.patch |   17 -
 debian/patches/series                         |    2 +-
 debian/rules                                  |    2 +
 lib/Event.pm                                  |    2 +-
 lib/Event/Watcher.pm                          |    2 +-
 14 files changed, 710 insertions(+), 1285 deletions(-)
 delete mode 100644 ChangeLog
 create mode 100644 Changes
 create mode 100644 debian/patches/0001_fix-typo-in-manpage.patch
 delete mode 100644 debian/patches/fix_bareword_not_allowed.patch

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



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