[libfile-libmagic-perl] annotated tag upstream/1.15 created (now e3baa99)

gregor herrmann gregoa at debian.org
Sat Dec 5 20:43:53 UTC 2015


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

gregoa pushed a change to annotated tag upstream/1.15
in repository libfile-libmagic-perl.

        at  e3baa99   (tag)
   tagging  43f38de552bdcc41b580ccc6ec31425bee4ddcb2 (commit)
  replaces  upstream/1.02
 tagged by  gregor herrmann
        on  Sat Dec 5 21:31:26 2015 +0100

- Log -----------------------------------------------------------------
Upstream version 1.15

Dave Rolsky (206):
      Initial commit of dzil bits
      Checkin of tarball contents from File::LibMagic 0.96 on CPAN
      Add .gitignore
      Remove MANIFEST
      Update to the latest Devel::CheckLib
      Use explicitly list of plugins so we can ignore Makefile.PL
      Tidy Makefile.PL
      Make separate script to regen const-* files
      Regen constants
      Remove constant regen from Makefile.PL
      No need to link libz
      Doc link fix
      Doc Devel::CheckLib update
      Ignore compilation artifacts
      Patch tests for newer file (5.10)
      Doc test fix for file 5.10 in Changes
      Remove lib dir
      Capitalize ASCII
      Update authors
      Totally revised the docs
      Lots of code cleanup
      Get rid of AUTOLOAD
      Improve SYNOPSIS comments
      Improve ABSTRACT
      Another doc tweak
      More doc improvements
      More doc tweaks - including POD bug fix
      Spelling fix
      More doc tweaks
      Move LibMagic.pm to lib dir
      Remove README files
      Use custom dzil MakeMaker plugin
      Bump version to 0.97
      Restore simple Makefile.PL for dev from a git repo
      Modernize and tidy all tests
      Rename all test files
      Prune Makefile.PL from dzil
      Can't load XS at BEGIN time or $VERSION won't be defined
      Tidy perl code in example dir
      Fix copyright holder
      Use actual dates for all releases in Changes
      Test::Pod::No404s is bugging out on a legit link for some reason
      Make a proper link of a link
      use base instead of setting @ISA
      Test file cleanup
      Make tests pass with more version of libmagic
      foo.c will be reported as C code by the custom file too, apparently
      Or maybe it won't be reported as C code
      Lots of hacks to work when custom magic file doesn't
      Make tests pass with older libmagic
      Remove unneeded regex grouping
      More hacks for custom file
      Doc test updates in Changes
      Fix spacing before date
      Add generated README
      Prune README file
      v0.97
      Add ppport and remove C++ style comments
      Make MIME check in tests pass on midnightbsd
      Bump version
      Allow README file to be dirty on release
      v0.98
      Accomodate systems which don't return charset for a MIME type
      Bump version
      v0.99
      Fix typo in Changes
      Make the object a blessed hash
      Simplify OO internals
      Allow passing data to contents methods as scalar ref
      Changes for next release
      Bump version
      v1.00
      Fix repository metadata
      Fix typo in key name - s/magic_handle/mime_handle/
      Fix typo that caused us to not close one of the magic handles in DESTROY
      Fix pod typo
      Bump version
      Don't let Authority plugin munge code
      v1.01
      Remove unneeded use
      Remove cruft
      Add instructions for installing libmagic
      Make a custom INSTALL.md that mentions libmagic
      Use README.md instead of README
      Add instructions change to Changes
      Switch to Config::AutoConf
      Switch to github as primary repo
      Bump version
      v1.02
      Don't exit with an error code if libmagic isn't available
      Use my plugin bundle
      Update for latest DROLSKY bundle changes
      Allow passing --lib & --include to Makefile.PL
      Bump version
      Updates to pass with latest DROLSKY plugin bundle
      v1.03
      Add .travis.yml for this repo
      Remove unused sub from MyMakeMaker
      Ignore .xsc file too
      Move XS file to lib/File/LibMagic.xs
      Update generated files
      Set the version in the repo
      Add the .mailmap file but ignore weaver.ini
      Get compilation working completely with .xs in lib/File/
      Add space after commas in XS code
      Consistent formatting for XS code
      Use a typemap for magic_t rather than explicit cast to/from long
      Move magic_buffer_offset to end of file
      s/buffer/file/g in XS code as appropriate
      Put pointer star next to name
      Update to latest ppport.h
      Only open one magic handle per object
      Makefile.PL is now always excluded from dist
      Don't prune const/inc.c
      Add yet another OO API to File::LibMagic
      Fix SYNOPSIS failures
      Make magic_setflags private
      Add to spelling whitelist
      Make info_from_handle restore filehandle position after reading
      Changes for next release
      v1.04
      increment version after release
      Remove ancient example code
      Add magic_version() test
      v1.05
      increment version after release
      Run file -v on travis to get version of libmagic
      Check for the magic_version symbol and return 0 for the version if it's not present
      Remove bogus use of aTHX_ in code
      Add Changes for next release
      Pipe file -v to true in case it returns an error code
      Try || to get file -v output without error code
      v1.06
      increment version after release
      Fix DESTROY method
      magic_t is a pointer, not an int
      Changes for next release
      v1.07
      increment version after release
      Don't pass OBJECT to WriteMakefile as an arrayref
      v1.08
      increment version after release
      Anchor PruneCruft regex to avoid adding build dir
      Remove PruneCruft config
      Changes for next release
      v1.09
      increment version after release
      Update list of Perls to take better advantage of pre-built Perls
      No need to remove PkgVersion any more
      Remove plugins no longer needed with latest DROLSKY bundle
      Skip Test::TidyAll for now
      Ignore .tidyall.d
      Update generated files
      Ignore modules in inc from other authors
      Tidy code
      Tidy code
      Lots of test cleanup to get it passing tidyall checks
      Perlcritic fixlet
      Perlcritic fixes
      More test cleanup for tidyall
      Update generated files
      Simplify use of libs and includes args
      Update generated Makefile.PL
      v1.10
      Bump version after release
      Add ConfigureRequires prereq for ExtUtils::CBuilder
      Fix diag output for is_any_of failure
      After reading data in info_from_handle, use read var to know how long the buffer is
      Make sure that info_from_* returns just mime type in mime_type key
      Allow ->new method to take arrayref of multiple magic files
      Tidy and critic fixes
      v1.11
      Bump version after release
      Fix typo in example of passing --lib to Makefile.PL
      Don't assume $magic_file is an arrayref without checking
      Move test files for old APIs to their own dir
      Make constructor support follow_symlinks and uncompress flags
      Changes entry for test fix attempt on OpenBSD.
      Expect gzip files to be application/gzip or application/x-gzip
      Fix typo in POD
      Add uncompress to spelling whitelist
      Remove unused var
      Critic fix
      Tidy code
      Rename file for portability
      Make sure gzip file is treated as bytes by dzil
      v1.12
      Bump version after release
      Remove Moose::Autobox - it was not used
      Excise all uses of Moose::Autobox
      Add 5.22 to build targets
      Try using containers, travis-perl --auto and test with dev perl
      Include aspell-en package for .travis.yml
      Quote Perl versions so 5.20 is not interpreted as 5.2
      Cannot specify dev-thr as a Perl version for travis-perl yet
      Allow blead-thr to fail too
      Remove Test::Pod::LinkCheck
      v1.13
      Bump version after release
      Test with dev-thr on Travis
      Fix how extra_include_dirs are passed to Config::AutoConf
      v1.14
      Bump version after release
      Tweak ignore for META
      Tweak Makefile.PL so we do not install LibMagic.xs and typemap files
      v1.15

E. Choroba (1):
      Fix failing tests with some versions of libmagic

Mithun Ayachit (1):
      Fix Makefile.PL to actually use additional lib and include

Olaf Alders (1):
      Typo fix.

gregor herrmann (1):
      Imported Upstream version 1.15

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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