Hello community,
here is the log from the commit of package yast2-pkg-bindings for
openSUSE:Factory checked in at 2014-05-13 20:45:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-04-26 11:45:15.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes
2014-05-13 20:45:43.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 9 15:21:18 UTC 2014 - [email protected]
+
+- fixed saving service to installed system (bnc#877053)
+- 3.1.10
+
+-------------------------------------------------------------------
Old:
----
yast2-pkg-bindings-3.1.9.tar.bz2
New:
----
yast2-pkg-bindings-3.1.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-pkg-bindings-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.Kp0gfC/_old 2014-05-13 20:45:44.000000000 +0200
+++ /var/tmp/diff_new_pack.Kp0gfC/_new 2014-05-13 20:45:44.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-pkg-bindings-devel-doc
-Version: 3.1.9
+Version: 3.1.10
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-pkg-bindings-%{version}.tar.bz2
++++++ yast2-pkg-bindings.spec ++++++
--- /var/tmp/diff_new_pack.Kp0gfC/_old 2014-05-13 20:45:44.000000000 +0200
+++ /var/tmp/diff_new_pack.Kp0gfC/_new 2014-05-13 20:45:44.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-pkg-bindings
-Version: 3.1.9
+Version: 3.1.10
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-pkg-bindings-3.1.9.tar.bz2 -> yast2-pkg-bindings-3.1.10.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-pkg-bindings-3.1.9/package/yast2-pkg-bindings-devel-doc.spec
new/yast2-pkg-bindings-3.1.10/package/yast2-pkg-bindings-devel-doc.spec
--- old/yast2-pkg-bindings-3.1.9/package/yast2-pkg-bindings-devel-doc.spec
2014-04-22 16:21:42.000000000 +0200
+++ new/yast2-pkg-bindings-3.1.10/package/yast2-pkg-bindings-devel-doc.spec
2014-05-12 13:56:43.000000000 +0200
@@ -16,7 +16,7 @@
#
Name: yast2-pkg-bindings-devel-doc
-Version: 3.1.9
+Version: 3.1.10
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.9/package/yast2-pkg-bindings.changes
new/yast2-pkg-bindings-3.1.10/package/yast2-pkg-bindings.changes
--- old/yast2-pkg-bindings-3.1.9/package/yast2-pkg-bindings.changes
2014-04-22 16:21:42.000000000 +0200
+++ new/yast2-pkg-bindings-3.1.10/package/yast2-pkg-bindings.changes
2014-05-12 13:56:43.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri May 9 15:21:18 UTC 2014 - [email protected]
+
+- fixed saving service to installed system (bnc#877053)
+- 3.1.10
+
+-------------------------------------------------------------------
Tue Apr 22 12:40:55 UTC 2014 - [email protected]
- remeber the base product NVRA (instead of the zypp product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-pkg-bindings-3.1.9/package/yast2-pkg-bindings.spec
new/yast2-pkg-bindings-3.1.10/package/yast2-pkg-bindings.spec
--- old/yast2-pkg-bindings-3.1.9/package/yast2-pkg-bindings.spec
2014-04-22 16:21:42.000000000 +0200
+++ new/yast2-pkg-bindings-3.1.10/package/yast2-pkg-bindings.spec
2014-05-12 13:56:43.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-pkg-bindings
-Version: 3.1.9
+Version: 3.1.10
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-pkg-bindings-3.1.9/src/ServiceManager.cc
new/yast2-pkg-bindings-3.1.10/src/ServiceManager.cc
--- old/yast2-pkg-bindings-3.1.9/src/ServiceManager.cc 2014-04-16
11:31:36.000000000 +0200
+++ new/yast2-pkg-bindings-3.1.10/src/ServiceManager.cc 2014-05-12
13:56:43.000000000 +0200
@@ -297,10 +297,10 @@
std::string orig_alias(s_known.origAlias());
- y2internal("orig_alias: %s", orig_alias.c_str());
+ y2debug("orig_alias: %s", orig_alias.c_str());
- // the old alias is empty for new services
- if (orig_alias.empty())
+ // already saved?
+ if (s_stored == zypp::ServiceInfo::noService)
{
y2milestone("Adding new service %s", alias.c_str());
// add the service
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]