Hello community,
here is the log from the commit of package yast2-perl-bindings for
openSUSE:Factory checked in at 2018-03-04 11:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-perl-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-perl-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-perl-bindings"
Sun Mar 4 11:49:36 2018 rev:42 rq:580627 version:4.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-perl-bindings/yast2-perl-bindings.changes
2017-12-01 17:17:41.498649385 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-perl-bindings.new/yast2-perl-bindings.changes
2018-03-04 11:49:40.568485771 +0100
@@ -1,0 +2,7 @@
+Tue Feb 27 09:54:50 UTC 2018 - [email protected]
+
+- Added warning to inform user that YAPI is deprecated and should
+ not be used by any external program (fate#323734).
+- 4.0.1
+
+-------------------------------------------------------------------
Old:
----
yast2-perl-bindings-4.0.0.tar.bz2
New:
----
yast2-perl-bindings-4.0.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-perl-bindings.spec ++++++
--- /var/tmp/diff_new_pack.Tqv0AL/_old 2018-03-04 11:49:41.176463746 +0100
+++ /var/tmp/diff_new_pack.Tqv0AL/_new 2018-03-04 11:49:41.176463746 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-perl-bindings
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +17,7 @@
Name: yast2-perl-bindings
-Version: 4.0.0
+Version: 4.0.1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-perl-bindings-4.0.0.tar.bz2 -> yast2-perl-bindings-4.0.1.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.changes
new/yast2-perl-bindings-4.0.1/package/yast2-perl-bindings.changes
--- old/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.changes
2017-11-30 10:48:15.000000000 +0100
+++ new/yast2-perl-bindings-4.0.1/package/yast2-perl-bindings.changes
2018-02-27 15:19:46.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Feb 27 09:54:50 UTC 2018 - [email protected]
+
+- Added warning to inform user that YAPI is deprecated and should
+ not be used by any external program (fate#323734).
+- 4.0.1
+
+-------------------------------------------------------------------
Thu Nov 30 09:40:36 UTC 2017 - [email protected]
- Fixed build failure caused by a jemalloc warning printed on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.spec
new/yast2-perl-bindings-4.0.1/package/yast2-perl-bindings.spec
--- old/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.spec
2017-11-30 10:48:15.000000000 +0100
+++ new/yast2-perl-bindings-4.0.1/package/yast2-perl-bindings.spec
2018-02-27 15:19:46.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-perl-bindings
-Version: 4.0.0
+Version: 4.0.1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-perl-bindings-4.0.0/src/YaPI.pm.in
new/yast2-perl-bindings-4.0.1/src/YaPI.pm.in
--- old/yast2-perl-bindings-4.0.0/src/YaPI.pm.in 2017-11-30
10:48:15.000000000 +0100
+++ new/yast2-perl-bindings-4.0.1/src/YaPI.pm.in 2018-02-27
15:19:46.000000000 +0100
@@ -26,6 +26,9 @@
use YaST::YCP;
use ycp;
+# FATE#323734
+y2warning("YaPI is deprecated, do not use it anymore! It will be removed
soon.");
+
use Locale::gettext ("!textdomain");
use POSIX (); # Needed for setlocale()