Hello community,

here is the log from the commit of package perl-Event for openSUSE:Factory 
checked in at 2015-04-21 10:52:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Event (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Event.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Event"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Event/perl-Event.changes    2014-07-29 
22:05:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Event.new/perl-Event.changes       
2015-04-21 10:52:47.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Apr 19 07:42:07 UTC 2015 - [email protected]
+
+- updated to 1.24
+   see /usr/share/doc/packages/perl-Event/ChangeLog
+- remove broken Event-1.0-warning.patch
+
+-------------------------------------------------------------------

Old:
----
  Event-1.0-warning.patch
  Event-1.23.tar.gz

New:
----
  Event-1.24.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Event.spec ++++++
--- /var/tmp/diff_new_pack.tfu4W5/_old  2015-04-21 10:52:48.000000000 +0200
+++ /var/tmp/diff_new_pack.tfu4W5/_new  2015-04-21 10:52:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Event
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,16 +17,16 @@
 
 
 Name:           perl-Event
-Version:        1.23
+Version:        1.24
 Release:        0
 %define cpan_name Event
 Summary:        Event loop processing
 License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Event/
-Source:         
http://www.cpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
-Source100:      perl-Event-rpmlintrc
-Patch0:         Event-1.0-warning.patch
+Source0:        
http://www.cpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
+Source1:        perl-Event-rpmlintrc
+Source2:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -82,7 +82,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ Event-1.23.tar.gz -> Event-1.24.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/ANNOUNCE new/Event-1.24/ANNOUNCE
--- old/Event-1.23/ANNOUNCE     2014-07-09 06:11:25.000000000 +0200
+++ new/Event-1.24/ANNOUNCE     2015-02-27 21:39:53.000000000 +0100
@@ -18,7 +18,7 @@
              solaris 2.6 sun4-solaris
              solaris 7 i86pc-solaris 
 
-* Perl 5.005_03 (or better) is required.
+* Perl 5.008 (or better) is required.
 
 * Win32 support should not be too difficult but no volunteer has
 stepped forward to take ownership.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/Event.xs new/Event-1.24/Event.xs
--- old/Event-1.23/Event.xs     2014-07-09 06:11:25.000000000 +0200
+++ new/Event-1.24/Event.xs     2015-02-27 21:41:19.000000000 +0100
@@ -16,13 +16,6 @@
 
 #include "ppport.h"
 
-/* This is unfortunately necessary for the 5.005_0x series. */
-#if PERL_REVISION == 5 && PERL_VERSION <= 5 && PERL_SUBVERSION < 53
-#  define PL_vtbl_uvar vtbl_uvar
-#  define PL_sig_name sig_name
-#  define whichsig Perl_whichsig   /* ? */
-#endif
-
 /* lexical warnings -- waiting for appropriate magic from
    [email protected] */
 #if 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/MANIFEST new/Event-1.24/MANIFEST
--- old/Event-1.23/MANIFEST     2014-07-09 06:40:51.000000000 +0200
+++ new/Event-1.24/MANIFEST     2015-02-27 21:43:43.000000000 +0100
@@ -46,8 +46,6 @@
 lib/Event/Watcher.pm
 Makefile.PL
 MANIFEST
-MANIFEST.SKIP
-META.yml
 ppport.h
 README
 README.EV
@@ -79,4 +77,5 @@
 Tutorial.pdf-errata.txt
 util/bench.pl
 util/filehandle.txt
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
 META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/MANIFEST.SKIP new/Event-1.24/MANIFEST.SKIP
--- old/Event-1.23/MANIFEST.SKIP        2014-07-09 06:11:25.000000000 +0200
+++ new/Event-1.24/MANIFEST.SKIP        1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-^MANIFEST\.bak$
-Makefile(\.old)?$
-\.rej$
-^\.i.*$
-^\.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/META.json new/Event-1.24/META.json
--- old/Event-1.23/META.json    2014-07-09 06:40:51.000000000 +0200
+++ new/Event-1.24/META.json    2015-02-27 21:43:43.000000000 +0100
@@ -4,7 +4,7 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.140640",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0514, CPAN::Meta::Converter 
version 2.143240",
    "license" : [
       "unknown"
    ],
@@ -32,7 +32,8 @@
       },
       "runtime" : {
          "requires" : {
-            "Test" : "1"
+            "Test" : "1",
+            "perl" : "5.008000"
          }
       }
    },
@@ -44,5 +45,6 @@
          "web" : "https://github.com/mohawk2/cpan-Event";
       }
    },
-   "version" : "1.23"
+   "version" : "1.24"
 }
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/META.yml new/Event-1.24/META.yml
--- old/Event-1.23/META.yml     2014-07-09 06:40:50.000000000 +0200
+++ new/Event-1.24/META.yml     2015-02-27 21:43:43.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.140640'
+generated_by: 'ExtUtils::MakeMaker version 7.0514, CPAN::Meta::Converter 
version 2.143240'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,6 +19,8 @@
     - inc
 requires:
   Test: '1'
+  perl: '5.008000'
 resources:
   repository: https://github.com/mohawk2/cpan-Event.git
-version: '1.23'
+version: '1.24'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/Makefile.PL new/Event-1.24/Makefile.PL
--- old/Event-1.23/Makefile.PL  2014-07-09 06:31:38.000000000 +0200
+++ new/Event-1.24/Makefile.PL  2015-02-27 21:36:18.000000000 +0100
@@ -1,6 +1,6 @@
 # This -*- perl -*- script makes the Makefile
 
-require 5.006_003; # 5.006_002 fails
+require 5.008; # 5.006_002 fails
 
 use ExtUtils::MakeMaker;
 
@@ -11,6 +11,7 @@
 push @Safe, CC => 'insure', LD => 'insure', OPTIMIZE => '-g' if 0;
 
 my @opt=(PREREQ_PM => { Test => 1 },
+        MIN_PERL_VERSION  => 'v5.8.0',
         VERSION_FROM   => "./lib/Event.pm",
         NAME           => "Event",
         TYPEMAPS       => ['./lib/Event/typemap'],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/demo/readline.t 
new/Event-1.24/demo/readline.t
--- old/Event-1.23/demo/readline.t      2014-07-09 06:11:25.000000000 +0200
+++ new/Event-1.24/demo/readline.t      2015-02-27 21:40:13.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 # check perl version
-require 5.005;
+require 5.008;
 
 # pragmata
 use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/lib/Event.pm new/Event-1.24/lib/Event.pm
--- old/Event-1.23/lib/Event.pm 2014-07-09 06:33:23.000000000 +0200
+++ new/Event-1.24/lib/Event.pm 2015-02-27 21:42:35.000000000 +0100
@@ -8,12 +8,12 @@
 }
 
 package Event;
-require 5.006;  #maybe
+require 5.008;
 use base 'Exporter';
 use Carp;
 eval { require Carp::Heavy; };  # work around perl_call_pv bug XXX
 our $API;
-our $VERSION = '1.23';
+our $VERSION = '1.24';
 
 # If we inherit DynaLoader then we inherit AutoLoader; Bletch!
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.23/lib/Event.pod new/Event-1.24/lib/Event.pod
--- old/Event-1.23/lib/Event.pod        2014-07-09 06:11:25.000000000 +0200
+++ new/Event-1.24/lib/Event.pod        2015-02-27 21:33:27.000000000 +0100
@@ -1,3 +1,5 @@
+=encoding utf8
+
 =head1 NAME
 
 Event - Event loop processing
@@ -866,9 +868,9 @@
 
 =head1 COPYRIGHT
 
-Copyright � 1997 Joshua Nathaniel Pritikin & Graham Barr
+Copyright © 1997 Joshua Nathaniel Pritikin & Graham Barr
 
-Copyright � 1998, 1999, 2000, 2001, 2002, 2003, 2004 Joshua Nathaniel Pritikin
+Copyright © 1998, 1999, 2000, 2001, 2002, 2003, 2004 Joshua Nathaniel Pritikin
 
 All rights reserved.  This program is free software; you can
 redistribute it and/or modify it under the same terms as Perl itself.

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
sources:
  - perl-Event-rpmlintrc
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to