Hello community,

here is the log from the commit of package perl-Wx for openSUSE:Factory checked 
in at 2015-12-29 12:59:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Wx (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Wx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Wx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Wx/perl-Wx.changes  2015-04-18 
10:39:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Wx.new/perl-Wx.changes     2015-12-29 
12:59:41.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Dec 26 10:27:10 UTC 2015 - [email protected]
+
+- updated to 0.9928
+   see /usr/share/doc/packages/perl-Wx/Changes
+
+  0.9928 Sun Dec 20 2015
+      - Fix memory leak in Wx::Timer
+
+-------------------------------------------------------------------

Old:
----
  Wx-0.9927.tar.gz

New:
----
  Wx-0.9928.tar.gz

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

Other differences:
------------------
++++++ perl-Wx.spec ++++++
--- /var/tmp/diff_new_pack.W8uWCk/_old  2015-12-29 12:59:42.000000000 +0100
+++ /var/tmp/diff_new_pack.W8uWCk/_new  2015-12-29 12:59:42.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Wx
-Version:        0.9927
+Version:        0.9928
 Release:        0
 %define cpan_name Wx
 Summary:        Interface to the Wxwidgets Cross-Platform Gui Toolkit
@@ -54,7 +54,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ Wx-0.9927.tar.gz -> Wx-0.9928.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Wx-0.9927/Changes new/Wx-0.9928/Changes
--- old/Wx-0.9927/Changes       2015-03-26 18:43:52.000000000 +0100
+++ new/Wx-0.9928/Changes       2015-12-20 18:20:25.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Wx.
 
+0.9928 Sun Dec 20 2015
+    - Fix memory leak in Wx::Timer
+
 0.9927 Thu Mar 26 2015
     - Fix broken wxWidgets 2.8 builds
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Wx-0.9927/META.json new/Wx-0.9928/META.json
--- old/Wx-0.9927/META.json     2015-03-26 18:47:10.000000000 +0100
+++ new/Wx-0.9928/META.json     2015-12-20 18:20:46.000000000 +0100
@@ -63,5 +63,5 @@
       },
       "x_MailingList" : "http://lists.perl.org/list/wxperl-users.html";
    },
-   "version" : "0.9927"
+   "version" : "0.9928"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Wx-0.9927/META.yml new/Wx-0.9928/META.yml
--- old/Wx-0.9927/META.yml      2015-03-26 18:47:07.000000000 +0100
+++ new/Wx-0.9928/META.yml      2015-12-20 18:20:43.000000000 +0100
@@ -37,4 +37,4 @@
   homepage: http://www.wxperl.it/
   license: http://dev.perl.org/licenses/
   repository: http://svn.code.sf.net/p/wxperl/code/wxPerl
-version: '0.9927'
+version: '0.9928'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Wx-0.9927/Wx.pm new/Wx-0.9928/Wx.pm
--- old/Wx-0.9927/Wx.pm 2015-03-11 03:38:32.000000000 +0100
+++ new/Wx-0.9928/Wx.pm 2015-03-26 19:05:58.000000000 +0100
@@ -4,7 +4,7 @@
 ## Author:      Mattia Barbon
 ## Modified by:
 ## Created:     01/10/2000
-## RCS-ID:      $Id: Wx.pm 3540 2015-03-11 02:38:35Z mdootson $
+## RCS-ID:      $Id: Wx.pm 3543 2015-03-26 18:05:52Z mdootson $
 ## Copyright:   (c) 2000-2013 Mattia Barbon
 ## Licence:     This program is free software; you can redistribute it and/or
 ##              modify it under the same terms as Perl itself
@@ -21,7 +21,7 @@
 $_msw = 1; $_gtk = 2; $_motif = 3; $_mac = 4; $_x11 = 5;
 
 @ISA = qw(Exporter);
-$VERSION = '0.9927';
+$VERSION = '0.9928';
 $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Wx-0.9927/XS/ComboBox.xs new/Wx-0.9928/XS/ComboBox.xs
--- old/Wx-0.9927/XS/ComboBox.xs        2015-03-26 17:30:00.000000000 +0100
+++ new/Wx-0.9928/XS/ComboBox.xs        2015-03-26 19:04:13.000000000 +0100
@@ -4,7 +4,7 @@
 ## Author:      Mattia Barbon
 ## Modified by:
 ## Created:     31/10/2000
-## RCS-ID:      $Id: ComboBox.xs 3532 2015-03-11 01:27:54Z mdootson $
+## RCS-ID:      $Id: ComboBox.xs 3541 2015-03-26 18:04:11Z mdootson $
 ## Copyright:   (c) 2000-2004, 2006-2008, 2010-2011, 2014-2015 Mattia Barbon
 ## Licence:     This program is free software; you can redistribute it and/or
 ##              modify it under the same terms as Perl itself
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Wx-0.9927/XS/Timer.xs new/Wx-0.9928/XS/Timer.xs
--- old/Wx-0.9927/XS/Timer.xs   2014-10-28 02:36:33.000000000 +0100
+++ new/Wx-0.9928/XS/Timer.xs   2015-12-20 18:09:45.000000000 +0100
@@ -4,7 +4,7 @@
 ## Author:      Mattia Barbon
 ## Modified by:
 ## Created:     14/02/2001
-## RCS-ID:      $Id: Timer.xs 3525 2014-10-28 01:36:38Z mdootson $
+## RCS-ID:      $Id: Timer.xs 3544 2015-12-20 14:53:36Z mdootson $
 ## Copyright:   (c) 2001-2004, 2006-2007, 2014 Mattia Barbon
 ## Licence:     This program is free software; you can redistribute it and/or
 ##              modify it under the same terms as Perl itself
@@ -94,3 +94,7 @@
 void
 wxTimer::Stop()
 
+void
+wxTimer::Notify()
+  CODE:
+    THIS->wxTimer::Notify();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Wx-0.9927/lib/Wx/Mini.pm new/Wx-0.9928/lib/Wx/Mini.pm
--- old/Wx-0.9927/lib/Wx/Mini.pm        2015-03-11 03:37:50.000000000 +0100
+++ new/Wx-0.9928/lib/Wx/Mini.pm        2015-03-26 19:05:33.000000000 +0100
@@ -12,7 +12,7 @@
     $Wx::dlls = XXXDLLSXXX;
 }
 
-$VERSION = '0.9927'; # bootstrap will catch wrong versions
+$VERSION = '0.9928'; # bootstrap will catch wrong versions
 $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;
 


Reply via email to