Hello community,

here is the log from the commit of package perl-Growl-GNTP for openSUSE:Factory 
checked in at 2016-04-12 19:39:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Growl-GNTP (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Growl-GNTP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Growl-GNTP"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Growl-GNTP/perl-Growl-GNTP.changes  
2014-06-17 11:22:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Growl-GNTP.new/perl-Growl-GNTP.changes     
2016-04-12 19:39:08.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Apr 11 12:37:42 UTC 2016 - co...@suse.com
+
+- updated to 0.21
+   see /usr/share/doc/packages/perl-Growl-GNTP/Changes
+
+  0.21 2016-04-08T16:13:37Z
+          - removed dependency of IO::Socket::PortState.
+
+-------------------------------------------------------------------

Old:
----
  Growl-GNTP-0.20.tar.gz

New:
----
  Growl-GNTP-0.21.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Growl-GNTP.spec ++++++
--- /var/tmp/diff_new_pack.ToAqpM/_old  2016-04-12 19:39:09.000000000 +0200
+++ /var/tmp/diff_new_pack.ToAqpM/_new  2016-04-12 19:39:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Growl-GNTP
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,31 +17,26 @@
 
 
 Name:           perl-Growl-GNTP
-Version:        0.20
+Version:        0.21
 Release:        0
 %define cpan_name Growl-GNTP
 Summary:        Perl implementation of GNTP Protocol (Client Part)
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Growl-GNTP/
-Source:         
http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
 BuildRequires:  perl(Crypt::CBC) >= 2.29
 BuildRequires:  perl(Data::UUID) >= 0.149
 BuildRequires:  perl(Digest::SHA) >= 5.45
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
-BuildRequires:  perl(IO::Socket::PortState)
-BuildRequires:  perl(Module::Build) >= 0.38
-BuildRequires:  perl(Module::Build::Tiny)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 Requires:       perl(Crypt::CBC) >= 2.29
 Requires:       perl(Data::UUID) >= 0.149
 Requires:       perl(Digest::SHA) >= 5.45
-Requires:       perl(IO::Socket::PortState)
 %{perl_requires}
 
 %description
@@ -63,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile examples LICENSE README.md
+%doc Changes examples LICENSE README.md
 
 %changelog

++++++ Growl-GNTP-0.20.tar.gz -> Growl-GNTP-0.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/.gitignore 
new/Growl-GNTP-0.21/.gitignore
--- old/Growl-GNTP-0.20/.gitignore      2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/.gitignore      1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-cover_db
-META.yml
-Makefile
-blib
-inc
-pm_to_blib
-Makefile.old
-/Growl-GNTP-*
-/.build
-/_build_params
-/Build
-!Build/
-!META.json
-MYMETA.json
-MYMETA.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/.travis.yml 
new/Growl-GNTP-0.21/.travis.yml
--- old/Growl-GNTP-0.20/.travis.yml     2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/.travis.yml     1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-language: perl
-before_script:
-  - "git config --global user.email 'y...@example.com'"
-  - "git config --global user.name 'Your Name'"
-script: perl Build.PL && ./Build build && ./Build test
-perl:
-  - 5.16
-  - 5.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/Build.PL new/Growl-GNTP-0.21/Build.PL
--- old/Growl-GNTP-0.20/Build.PL        2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/Build.PL        2016-04-08 18:13:46.000000000 +0200
@@ -1,50 +1,12 @@
-use strict;
-use Module::Build;
-use File::Basename;
-use File::Spec;
-use CPAN::Meta;
-use CPAN::Meta::Prereqs;
-
 # =========================================================================
 # THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
 # DO NOT EDIT DIRECTLY.
 # =========================================================================
 
-use 5.008;
-
-my $builder = Module::Build->new(
-    license              => 'perl',
-    dynamic_config       => 0,
-
-    configure_requires => {
-        'Module::Build' => 0.38,
-    },
-
-    no_index    => { 'directory' => [ 'inc' ] },
-    name        => 'Growl-GNTP',
-    module_name => 'Growl::GNTP',
+use 5.008_001;
+use strict;
 
-    script_files => [glob('script/*'), glob('bin/*')],
+use Module::Build::Tiny 0.035;
 
-    test_files           => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') 
? 't/ xt/' : 't/',
-    recursive_test_files => 1,
-);
-$builder->create_build_script();
+Build_PL();
 
-my $mbmeta = CPAN::Meta->load_file('MYMETA.json');
-my $meta = CPAN::Meta->load_file('META.json');
-my $prereqs_hash = CPAN::Meta::Prereqs->new(
-    $meta->prereqs
-)->with_merged_prereqs(
-    CPAN::Meta::Prereqs->new($mbmeta->prereqs)
-)->as_string_hash;
-my $mymeta = CPAN::Meta->new(
-    {
-        %{$meta->as_struct},
-        prereqs => $prereqs_hash
-    }
-);
-print "Merging cpanfile prereqs to MYMETA.yml\n";
-$mymeta->save('MYMETA.yml', { version => 1.4 });
-print "Merging cpanfile prereqs to MYMETA.json\n";
-$mymeta->save('MYMETA.json', { version => 2 });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/Changes new/Growl-GNTP-0.21/Changes
--- old/Growl-GNTP-0.20/Changes 2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/Changes 2016-04-08 18:13:46.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Growl::GNTP
 
+0.21 2016-04-08T16:13:37Z
+        - removed dependency of IO::Socket::PortState.
+
 0.20 2013-04-07T11:30:09Z
         - depend on IO::Socket::PortState.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/MANIFEST new/Growl-GNTP-0.21/MANIFEST
--- old/Growl-GNTP-0.20/MANIFEST        2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/MANIFEST        2016-04-08 18:13:46.000000000 +0200
@@ -1,5 +1,3 @@
-.gitignore
-.travis.yml
 Build.PL
 Changes
 LICENSE
@@ -14,8 +12,5 @@
 t/01_simple.t
 xt/02_perlcritic.t
 xt/perlcriticrc
-Build.PL
-LICENSE
-META.json
 META.yml
 MANIFEST
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/META.json 
new/Growl-GNTP-0.21/META.json
--- old/Growl-GNTP-0.20/META.json       2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/META.json       2016-04-08 18:13:46.000000000 +0200
@@ -4,8 +4,10 @@
       "Yasuhiro Matsumoto <mattn...@gmail.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Minilla/v0.0.51",
-   "license" : "perl_5",
+   "generated_by" : "Minilla/v3.0.1",
+   "license" : [
+      "perl_5"
+   ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
       "version" : "2"
@@ -18,30 +20,24 @@
          "inc",
          "share",
          "eg",
-         "examples"
+         "examples",
+         "author",
+         "builder"
       ]
    },
    "prereqs" : {
-      "build" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "6.36"
-         }
-      },
       "configure" : {
          "requires" : {
-            "CPAN::Meta" : "0",
-            "CPAN::Meta::Prereqs" : "0",
-            "Module::Build" : "0.38",
-            "Module::Build::Tiny" : "0"
+            "Module::Build::Tiny" : "0.035"
          }
       },
       "develop" : {
          "requires" : {
-            "Pod::Wordlist::hanekomu" : "0",
             "Test::CPAN::Meta" : "0",
-            "Test::MinimumVersion" : "0.10108",
+            "Test::MinimumVersion::Fast" : "0.04",
+            "Test::PAUSE::Permissions" : "0.04",
             "Test::Pod" : "1.41",
-            "Test::Spelling" : "0"
+            "Test::Spellunker" : "v0.2.7"
          }
       },
       "runtime" : {
@@ -50,15 +46,14 @@
             "Data::UUID" : "0.149",
             "Digest::MD5" : "2.36",
             "Digest::SHA" : "5.45",
-            "Filter::Util::Call" : "0",
-            "IO::Socket::PortState" : "0"
+            "Filter::Util::Call" : "0"
          }
       }
    },
    "provides" : {
       "Growl::GNTP" : {
          "file" : "lib/Growl/GNTP.pm",
-         "version" : "0.20"
+         "version" : "0.21"
       }
    },
    "release_status" : "stable",
@@ -68,11 +63,11 @@
       },
       "homepage" : "https://github.com/mattn/p5-Growl-GNTP";,
       "repository" : {
-         "url" : "git://github.com/mattn/p5-Growl-GNTP",
+         "url" : "git://github.com/mattn/p5-Growl-GNTP.git",
          "web" : "https://github.com/mattn/p5-Growl-GNTP";
       }
    },
-   "version" : "0.20",
+   "version" : "0.21",
    "x_contributors" : [
       "unknown <Administrator@.(none)>",
       "Yuki Ibe <y...@yibe.org>",
@@ -80,6 +75,7 @@
       "Marc Thielemann <marc.thielem...@biama.de>",
       "sugyan <sugi1...@gmail.com>",
       "Henrik Brix Andersen <hen...@brixandersen.dk>",
-      "John Morrissey <j...@horde.net>"
+      "John Morrissey <j...@horde.net>",
+      "Kent Fredric <kentfred...@gmail.com>"
    ]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/META.yml new/Growl-GNTP-0.21/META.yml
--- old/Growl-GNTP-0.20/META.yml        2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/META.yml        2016-04-08 18:13:46.000000000 +0200
@@ -2,15 +2,11 @@
 abstract: 'Perl implementation of GNTP Protocol (Client Part)'
 author:
   - 'Yasuhiro Matsumoto <mattn...@gmail.com>'
-build_requires:
-  ExtUtils::MakeMaker: 6.36
+build_requires: {}
 configure_requires:
-  CPAN::Meta: 0
-  CPAN::Meta::Prereqs: 0
-  Module::Build: 0.38
-  Module::Build::Tiny: 0
+  Module::Build::Tiny: 0.035
 dynamic_config: 0
-generated_by: 'Minilla/v0.0.51, CPAN::Meta::Converter version 2.120921'
+generated_by: 'Minilla/v3.0.1, CPAN::Meta::Converter version 2.133380'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,22 +20,23 @@
     - share
     - eg
     - examples
+    - author
+    - builder
 provides:
   Growl::GNTP:
     file: lib/Growl/GNTP.pm
-    version: 0.20
+    version: 0.21
 requires:
   Crypt::CBC: 2.29
   Data::UUID: 0.149
   Digest::MD5: 2.36
   Digest::SHA: 5.45
   Filter::Util::Call: 0
-  IO::Socket::PortState: 0
 resources:
   bugtracker: https://github.com/mattn/p5-Growl-GNTP/issues
   homepage: https://github.com/mattn/p5-Growl-GNTP
-  repository: git://github.com/mattn/p5-Growl-GNTP
-version: 0.20
+  repository: git://github.com/mattn/p5-Growl-GNTP.git
+version: 0.21
 x_contributors:
   - 'unknown <Administrator@.(none)>'
   - 'Yuki Ibe <y...@yibe.org>'
@@ -48,3 +45,4 @@
   - 'sugyan <sugi1...@gmail.com>'
   - 'Henrik Brix Andersen <hen...@brixandersen.dk>'
   - 'John Morrissey <j...@horde.net>'
+  - 'Kent Fredric <kentfred...@gmail.com>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/README.md 
new/Growl-GNTP-0.21/README.md
--- old/Growl-GNTP-0.20/README.md       2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/README.md       2016-04-08 18:13:46.000000000 +0200
@@ -11,7 +11,6 @@
         { Name => "bar", },
     ]);
     
-
     $growl->notify(
         Name => "foo",
         Title => "my notify",
@@ -31,14 +30,14 @@
     IO::Socket::INET. and application name will be given 'Growl::GNTP' if you
     does not specify it.
 
-            PeerHost                # 'localhost'
-            PeerPort                # 23053
-            Timeout                 # 5
-            AppName                 # 'Growl::GNTP'
-            AppIcon                 # ''
-            Password                # ''
-            PasswordHashAlgorithm   # 'MD5'
-            EncryptAlgorithm        # ''
+    >         PeerHost                # 'localhost'
+    >         PeerPort                # 23053
+    >         Timeout                 # 5
+    >         AppName                 # 'Growl::GNTP'
+    >         AppIcon                 # ''
+    >         Password                # ''
+    >         PasswordHashAlgorithm   # 'MD5'
+    >         EncryptAlgorithm        # ''
 
 # OBJECT METHODS
 
@@ -104,7 +103,7 @@
 
 # SEE ALSO
 
-[Net::Growl](http://search.cpan.org/perldoc?Net::Growl), 
[Net::GrowlClient](http://search.cpan.org/perldoc?Net::GrowlClient), 
[Mac::Growl](http://search.cpan.org/perldoc?Mac::Growl),
+[Net::Growl](https://metacpan.org/pod/Net::Growl), 
[Net::GrowlClient](https://metacpan.org/pod/Net::GrowlClient), 
[Mac::Growl](https://metacpan.org/pod/Mac::Growl),
 `http://www.growlforwindows.com/gfw/help/gntp.aspx`
 
 # LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/cpanfile new/Growl-GNTP-0.21/cpanfile
--- old/Growl-GNTP-0.20/cpanfile        2013-04-07 13:30:09.000000000 +0200
+++ new/Growl-GNTP-0.21/cpanfile        2016-04-08 18:13:46.000000000 +0200
@@ -3,12 +3,7 @@
 requires 'Digest::MD5', '2.36';
 requires 'Digest::SHA', '5.45';
 requires 'Filter::Util::Call';
-requires 'IO::Socket::PortState';
 
 on configure => sub {
     requires 'Module::Build::Tiny';
 };
-
-on build => sub {
-    requires 'ExtUtils::MakeMaker', '6.36';
-};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Growl-GNTP-0.20/lib/Growl/GNTP.pm 
new/Growl-GNTP-0.21/lib/Growl/GNTP.pm
--- old/Growl-GNTP-0.20/lib/Growl/GNTP.pm       2013-04-07 13:30:09.000000000 
+0200
+++ new/Growl-GNTP-0.21/lib/Growl/GNTP.pm       2016-04-08 18:13:46.000000000 
+0200
@@ -7,7 +7,7 @@
 use Crypt::CBC;
 use Digest::MD5 qw/md5_hex/;
 use Digest::SHA qw/sha1_hex sha256_hex/;
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 sub new {
     my $class = shift;

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to