Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory 
checked in at 2014-11-19 20:25:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-qt4 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-qt4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-qt4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-qt4/perl-qt4.changes        2014-10-16 
18:11:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-qt4.new/perl-qt4.changes   2014-11-19 
20:27:59.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Nov  9 20:28:44 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.3
+   * KDE 4.14.3 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.3.php
+
+-------------------------------------------------------------------

Old:
----
  perlqt-4.14.2.tar.xz

New:
----
  perlqt-4.14.3.tar.xz

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

Other differences:
------------------
++++++ perl-qt4.spec ++++++
--- /var/tmp/diff_new_pack.VlAg8N/_old  2014-11-19 20:28:03.000000000 +0100
+++ /var/tmp/diff_new_pack.VlAg8N/_new  2014-11-19 20:28:03.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-qt4
-Version:        4.14.2
+Version:        4.14.3
 Release:        0
 Summary:        PerlQt kdebindings library
 License:        GPL-2.0+

++++++ perlqt-4.14.2.tar.xz -> perlqt-4.14.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perlqt-4.14.2/qtcore/src/util.cpp 
new/perlqt-4.14.3/qtcore/src/util.cpp
--- old/perlqt-4.14.2/qtcore/src/util.cpp       2013-11-02 19:10:01.000000000 
+0100
+++ new/perlqt-4.14.3/qtcore/src/util.cpp       2014-11-04 23:59:39.000000000 
+0100
@@ -2047,7 +2047,7 @@
     PERL_SET_CONTEXT(PL_curinterp);
     // Figure out which package and method is being called, based on the
     // autoload variable
-    SV* autoload = get_sv( "Qt::AutoLoad::AUTOLOAD", TRUE );
+    SV* autoload = sv_mortalcopy( get_sv( "Qt::AutoLoad::AUTOLOAD", TRUE ) );
     char* package = SvPV_nolen( autoload );
     char* methodname = 0;
     // Splits off the method name from the package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perlqt-4.14.2/qtgui/lib/QtGui4.pm 
new/perlqt-4.14.3/qtgui/lib/QtGui4.pm
--- old/perlqt-4.14.2/qtgui/lib/QtGui4.pm       2013-11-02 19:10:01.000000000 
+0100
+++ new/perlqt-4.14.3/qtgui/lib/QtGui4.pm       2014-11-04 23:59:39.000000000 
+0100
@@ -22,7 +22,6 @@
 
 use QtCore4;
 use base qw(Qt::_internal);
-use Devel::Peek qw( SvREFCNT_inc );
 
 sub init {
     @Qt::_internal::vectorTypes{qw(Qt::Polygon Qt::PolygonF Qt::ItemSelection)}
@@ -76,7 +75,7 @@
 }
 
 sub Qt::UndoCommand::ON_DESTROY {
-    Devel::Peek::SvREFCNT_inc( Qt::this() );
+    QtGui4::_internal->SvREFCNT_inc( Qt::this() );
     # XXX is there a better solution here?
     return 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perlqt-4.14.2/qtgui/src/QtGui4.xs 
new/perlqt-4.14.3/qtgui/src/QtGui4.xs
--- old/perlqt-4.14.2/qtgui/src/QtGui4.xs       2013-11-02 19:10:01.000000000 
+0100
+++ new/perlqt-4.14.3/qtgui/src/QtGui4.xs       2014-11-04 23:59:39.000000000 
+0100
@@ -102,6 +102,13 @@
 #define boot_QtGui4 boot_PerlQtGui4
 #endif
 
+SV*
+SvREFCNT_inc(sv)
+        SV* sv
+    PPCODE:
+        RETVAL = SvREFCNT_inc(sv);
+        PUSHs(RETVAL);
+
 MODULE = QtGui4            PACKAGE = QtGui4
 
 PROTOTYPES: ENABLE

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to