diff -Nru libsphinx-search-perl-0.27.2/Changes libsphinx-search-perl-0.28/Changes --- libsphinx-search-perl-0.27.2/Changes 2012-03-18 07:29:07.000000000 +0000 +++ libsphinx-search-perl-0.28/Changes 2012-09-28 02:20:18.000000000 +0000 @@ -109,3 +109,6 @@ 0.27.2 2012-03-18 Incorporated persistent connections patch from Alexey Kholodkov (rt.cpan.org #70760) Minor changes to fix perlcritic warnings. + +0.28 2012-09-28 + Changed version number to resolve problem with PAUSE indexer. diff -Nru libsphinx-search-perl-0.27.2/MANIFEST libsphinx-search-perl-0.28/MANIFEST --- libsphinx-search-perl-0.27.2/MANIFEST 2010-12-07 07:58:13.000000000 +0000 +++ libsphinx-search-perl-0.28/MANIFEST 2012-09-28 02:20:37.000000000 +0000 @@ -15,3 +15,4 @@ t/stringattr.t t/testlib/TestDB.pm +META.json Module JSON meta-data (added by MakeMaker) diff -Nru libsphinx-search-perl-0.27.2/META.json libsphinx-search-perl-0.28/META.json --- libsphinx-search-perl-0.27.2/META.json 1970-01-01 00:00:00.000000000 +0000 +++ libsphinx-search-perl-0.28/META.json 2012-09-28 02:20:37.000000000 +0000 @@ -0,0 +1,54 @@ +{ + "abstract" : "Sphinx search engine API Perl client", + "author" : [ + "Jon Schutz " + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120921", + "license" : [ + "unknown" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Sphinx-Search", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "Carp" : "0", + "Class::Accessor::Fast" : "0", + "Config" : "0", + "DBI" : "0", + "Data::Dumper" : "0", + "Encode" : "0", + "Errno" : "0", + "Fcntl" : "0", + "File::SearchPath" : "0", + "List::MoreUtils" : "0", + "Math::BigInt" : "0", + "Path::Class" : "0", + "Socket" : "0", + "Test::More" : "0" + } + } + }, + "release_status" : "stable", + "version" : "0.28" +} diff -Nru libsphinx-search-perl-0.27.2/META.yml libsphinx-search-perl-0.28/META.yml --- libsphinx-search-perl-0.27.2/META.yml 2012-03-18 07:29:46.000000000 +0000 +++ libsphinx-search-perl-0.28/META.yml 2012-09-28 02:20:37.000000000 +0000 @@ -1,35 +1,35 @@ ---- #YAML:1.0 -name: Sphinx-Search -version: 0.27.2 -abstract: Sphinx search engine API Perl client +--- +abstract: 'Sphinx search engine API Perl client' author: - - Jon Schutz -license: unknown -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Jon Schutz ' build_requires: - ExtUtils::MakeMaker: 0 -requires: - Carp: 0 - Class::Accessor::Fast: 0 - Config: 0 - Data::Dumper: 0 - DBI: 0 - Encode: 0 - Errno: 0 - Fcntl: 0 - File::SearchPath: 0 - List::MoreUtils: 0 - Math::BigInt: 0 - Path::Class: 0 - Socket: 0 - Test::More: 0 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.56 + ExtUtils::MakeMaker: 0 +configure_requires: + ExtUtils::MakeMaker: 0 +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120921' +license: unknown meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Sphinx-Search +no_index: + directory: + - t + - inc +requires: + Carp: 0 + Class::Accessor::Fast: 0 + Config: 0 + DBI: 0 + Data::Dumper: 0 + Encode: 0 + Errno: 0 + Fcntl: 0 + File::SearchPath: 0 + List::MoreUtils: 0 + Math::BigInt: 0 + Path::Class: 0 + Socket: 0 + Test::More: 0 +version: 0.28 diff -Nru libsphinx-search-perl-0.27.2/debian/changelog libsphinx-search-perl-0.28/debian/changelog --- libsphinx-search-perl-0.27.2/debian/changelog 2013-10-22 09:48:15.000000000 +0000 +++ libsphinx-search-perl-0.28/debian/changelog 2013-10-22 09:48:16.000000000 +0000 @@ -1,3 +1,17 @@ +libsphinx-search-perl (1:0.28-1) unstable; urgency=low + + * New upstream release + * Bump Standard-Version to 3.9.4. + + -- Taku YASUI Sun, 11 Aug 2013 22:55:24 +0900 + +libsphinx-search-perl (1:0.27.2-3) unstable; urgency=low + + * Migrate subversion repository to git + - git://git.debian.org/pkg-perl/packages/libsphinx-search-perl.git + + -- Taku YASUI Sun, 11 Aug 2013 22:11:23 +0900 + libsphinx-search-perl (1:0.27.2-2) unstable; urgency=low * Fix FTBFS (closes: #666604) diff -Nru libsphinx-search-perl-0.27.2/debian/control libsphinx-search-perl-0.28/debian/control --- libsphinx-search-perl-0.27.2/debian/control 2013-10-22 09:48:15.000000000 +0000 +++ libsphinx-search-perl-0.28/debian/control 2013-10-22 09:48:16.000000000 +0000 @@ -4,10 +4,10 @@ Build-Depends: debhelper (>= 7), cdbs Build-Depends-Indep: perl (>= 5.6.0-12), libfile-searchpath-perl, libpath-class-perl, libdbi-perl, libclass-accessor-perl, liblist-moreutils-perl Maintainer: Taku YASUI -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Sphinx-Search/ -Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/libsphinx-search-perl -Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/libsphinx-search-perl +Vcs-Git: git://git.debian.org/pkg-perl/packages/libsphinx-search-perl.git +Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libsphinx-search-perl.git;a=summary Package: libsphinx-search-perl Architecture: all diff -Nru libsphinx-search-perl-0.27.2/lib/Sphinx/Search.pm libsphinx-search-perl-0.28/lib/Sphinx/Search.pm --- libsphinx-search-perl-0.27.2/lib/Sphinx/Search.pm 2012-03-18 07:28:02.000000000 +0000 +++ libsphinx-search-perl-0.28/lib/Sphinx/Search.pm 2012-09-28 02:19:35.000000000 +0000 @@ -24,7 +24,7 @@ Please note that you *MUST* install a version which is compatible with your version of Sphinx. -Use version 0.27.2 for Sphinx-2.0.3-release (svn-r3043) +Use version 0.28 for Sphinx-2.0.3-release (svn-r3043) Use version 0.26.1 for Sphinx-2.0.1-beta (svn-r2792) @@ -56,7 +56,7 @@ =cut -our $VERSION = '0.27.2'; +our $VERSION = '0.28'; =head1 SYNOPSIS