Hello community,
here is the log from the commit of package yast2-pkg-bindings for
openSUSE:Factory checked in at 2015-03-09 10:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-pkg-bindings"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes
2015-02-16 17:50:54.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes
2015-03-09 10:02:54.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 4 15:33:21 UTC 2015 - [email protected]
+
+- removed obsolete patch callbacks
+- 3.1.22
+
+-------------------------------------------------------------------
Old:
----
yast2-pkg-bindings-3.1.21.tar.bz2
New:
----
yast2-pkg-bindings-3.1.22.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-pkg-bindings-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.nEyruG/_old 2015-03-09 10:02:55.000000000 +0100
+++ /var/tmp/diff_new_pack.nEyruG/_new 2015-03-09 10:02:55.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-pkg-bindings-devel-doc
-Version: 3.1.21
+Version: 3.1.22
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-pkg-bindings-%{version}.tar.bz2
++++++ yast2-pkg-bindings.spec ++++++
--- /var/tmp/diff_new_pack.nEyruG/_old 2015-03-09 10:02:55.000000000 +0100
+++ /var/tmp/diff_new_pack.nEyruG/_new 2015-03-09 10:02:55.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-pkg-bindings
-Version: 3.1.21
+Version: 3.1.22
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-pkg-bindings-3.1.21.tar.bz2 -> yast2-pkg-bindings-3.1.22.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings-devel-doc.spec
new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings-devel-doc.spec
--- old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings-devel-doc.spec
2015-02-13 12:35:11.000000000 +0100
+++ new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings-devel-doc.spec
2015-03-04 16:50:11.000000000 +0100
@@ -16,7 +16,7 @@
#
Name: yast2-pkg-bindings-devel-doc
-Version: 3.1.21
+Version: 3.1.22
Release: 0
License: GPL-2.0
Group: Documentation/HTML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings.changes
new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings.changes
--- old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings.changes
2015-02-13 12:35:11.000000000 +0100
+++ new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings.changes
2015-03-04 16:50:11.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Mar 4 15:33:21 UTC 2015 - [email protected]
+
+- removed obsolete patch callbacks
+- 3.1.22
+
+-------------------------------------------------------------------
Fri Feb 6 11:12:30 UTC 2015 - [email protected]
- Pkg::RepositoryAdd: use alias from URL query parameter if present
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings.spec
new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings.spec
--- old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings.spec
2015-02-13 12:35:11.000000000 +0100
+++ new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings.spec
2015-03-04 16:50:11.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-pkg-bindings
-Version: 3.1.21
+Version: 3.1.22
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-pkg-bindings-3.1.21/src/Callbacks_Register.cc
new/yast2-pkg-bindings-3.1.22/src/Callbacks_Register.cc
--- old/yast2-pkg-bindings-3.1.21/src/Callbacks_Register.cc 2015-02-13
12:35:11.000000000 +0100
+++ new/yast2-pkg-bindings-3.1.22/src/Callbacks_Register.cc 2015-03-04
16:50:11.000000000 +0100
@@ -302,37 +302,6 @@
}
/**
- * @builtin CallbackStartPatchDownload
- * @short Register callback function (legacy, not used anymore)
- * @param string args Name of the callback handler function. Required callback
prototype is <code>void(string filename, integer download_size)</code>. If the
download size is unknown download_size is 0. The callback function is evaluated
when a patch download has been started.
- * @return void
- */
-YCPValue PkgFunctions::CallbackStartPatchDownload( const YCPValue& args ) {
- return YCPVoid();
-}
-
-/**
- * @builtin CallbackProgressPatchDownload
- * @short Register callback function (legacy, not used anymore)
- * @param string args Name of the callback handler function. Required callback
prototype is <code>boolean(integer value)</code>. The callback function is
evaluated when more than 5% of the patch size has been downloaded since the
last evaluation. If the handler returns false the download is aborted.
- * @return void
- */
-YCPValue PkgFunctions::CallbackProgressPatchDownload( const YCPValue& args ) {
- return YCPVoid();
-}
-
-/**
- * @builtin CallbackProblemPatchDownload
- * @short Register callback function (legacy, not used anymore)
- * @param string args Name of the callback handler function. Required callback
prototype is <code>void(string description)</code>. The callback function
should inform user that a problem has occurred during download of the patch.
- * @return void
- */
-YCPValue PkgFunctions::CallbackProblemPatchDownload( const YCPValue& args ) {
- return YCPVoid();
-}
-
-
-/**
* @builtin CallbackFinishDeltaDownload
* @short Register callback function
* @param string args Name of the callback handler function. Required callback
prototype is <code>void()</code>. The callback function is evaluated when the
delta download has been finished.
@@ -355,18 +324,6 @@
}
/**
- * @builtin CallbackFinishPatchDownload
- * @short Register callback function (legacy, not used anymore)
- * @param string args Name of the callback handler function. Required callback
prototype is <code>void()</code>. The callback function is evaluated when the
patch download has been finished.
- * @return void
- */
-YCPValue PkgFunctions::CallbackFinishPatchDownload( const YCPValue& args)
-{
- return YCPVoid();
-}
-
-
-/**
* @builtin CallbackSourceCreateStart
* @short Register callback function
* @param string args Name of the callback handler function. Required callback
prototype is <code>void(string url)</code>. The callback is evaluated when a
source creation has been started.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-pkg-bindings-3.1.21/src/PkgFunctions.h
new/yast2-pkg-bindings-3.1.22/src/PkgFunctions.h
--- old/yast2-pkg-bindings-3.1.21/src/PkgFunctions.h 2015-02-13
12:35:11.000000000 +0100
+++ new/yast2-pkg-bindings-3.1.22/src/PkgFunctions.h 2015-03-04
16:50:11.000000000 +0100
@@ -320,18 +320,10 @@
YCPValue CallbackProgressDeltaApply( const YCPValue& /*nil*/ args);
/* TYPEINFO: void(void(string)) */
YCPValue CallbackProblemDeltaApply( const YCPValue& /*nil*/ args);
- /* TYPEINFO: void(void(string,integer)) */
- YCPValue CallbackStartPatchDownload( const YCPValue& /*nil*/ args);
/* TYPEINFO: void(boolean(integer)) */
- YCPValue CallbackProgressPatchDownload( const YCPValue& /*nil*/ args);
- /* TYPEINFO: void(void(string)) */
- YCPValue CallbackProblemPatchDownload( const YCPValue& /*nil*/ args);
- /* TYPEINFO: void(void()) */
YCPValue CallbackFinishDeltaDownload( const YCPValue& /*nil*/ args);
/* TYPEINFO: void(void()) */
YCPValue CallbackFinishDeltaApply( const YCPValue& /*nil*/ args);
- /* TYPEINFO: void(void()) */
- YCPValue CallbackFinishPatchDownload( const YCPValue& /*nil*/ args);
/* TYPEINFO: void(void(string,string)) */
YCPValue CallbackStartDownload (const YCPValue& /*nil*/ args);
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]