Hello community,

here is the log from the commit of package yast2-isns for openSUSE:Factory 
checked in at 2014-04-02 17:26:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-isns (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-isns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-isns"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-isns/yast2-isns.changes    2013-11-15 
14:24:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-isns.new/yast2-isns.changes       
2014-04-02 17:26:33.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr  1 07:34:45 UTC 2014 - [email protected]
+
+- use new open-isns instead of dropped isns package (bnc#870453)
+- 3.1.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-isns-3.1.1.tar.bz2

New:
----
  yast2-isns-3.1.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-isns.spec ++++++
--- /var/tmp/diff_new_pack.CPueYI/_old  2014-04-02 17:26:33.000000000 +0200
+++ /var/tmp/diff_new_pack.CPueYI/_new  2014-04-02 17:26:33.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-isns
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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-isns
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,7 @@
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite
 
 BuildArch:      noarch

++++++ yast2-isns-3.1.1.tar.bz2 -> yast2-isns-3.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-3.1.1/VERSION new/yast2-isns-3.1.2/VERSION
--- old/yast2-isns-3.1.1/VERSION        2013-11-15 13:08:52.000000000 +0100
+++ new/yast2-isns-3.1.2/VERSION        1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-3.1.1/package/yast2-isns.changes 
new/yast2-isns-3.1.2/package/yast2-isns.changes
--- old/yast2-isns-3.1.1/package/yast2-isns.changes     2013-11-15 
13:08:52.000000000 +0100
+++ new/yast2-isns-3.1.2/package/yast2-isns.changes     2014-04-01 
11:37:49.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Apr  1 07:34:45 UTC 2014 - [email protected]
+
+- use new open-isns instead of dropped isns package (bnc#870453)
+- 3.1.2
+
+-------------------------------------------------------------------
 Wed Nov 13 15:56:18 UTC 2013 - [email protected]
 
 - Add explicit COPYING file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-3.1.1/package/yast2-isns.spec 
new/yast2-isns-3.1.2/package/yast2-isns.spec
--- old/yast2-isns-3.1.1/package/yast2-isns.spec        2013-11-15 
13:08:52.000000000 +0100
+++ new/yast2-isns-3.1.2/package/yast2-isns.spec        2014-04-01 
11:37:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-isns
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 License:       GPL-2.0
 Group:         System/YaST
@@ -28,7 +28,7 @@
 # Wizard::SetDesktopTitleAndIcon
 Requires:      yast2 >= 2.21.22
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-testsuite
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 
 BuildArchitectures:    noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-3.1.1/src/modules/IsnsServer.rb 
new/yast2-isns-3.1.2/src/modules/IsnsServer.rb
--- old/yast2-isns-3.1.1/src/modules/IsnsServer.rb      2013-11-04 
16:38:52.000000000 +0100
+++ new/yast2-isns-3.1.2/src/modules/IsnsServer.rb      2014-04-01 
11:37:49.000000000 +0200
@@ -97,12 +97,12 @@
 
 
 
-    # test if required package ("isns") is installed
+    # test if required package ("open-isns") is installed
     def installed_packages
       ret = false
-      Builtins.y2milestone("Check if isns is installed")
+      Builtins.y2milestone("Check if open-isns is installed")
       if !Package.InstallMsg(
-          "isns",
+          "open-isns",
           _(
             "<p>To configure the isns service, the <b>%1</b> package must be 
installed.</p>"
           ) +
@@ -521,7 +521,7 @@
       # check if user is root
       return false if !Confirm.MustBeRoot
       Progress.NextStage
-      # check if required packages ("isns") is installed
+      # check if required packages ("open-isns") is installed
       return false if !installed_packages
       Builtins.sleep(sl)
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to