Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2014-12-21 12:03:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2014-12-05 
21:03:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2014-12-21 
12:02:18.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Dec 18 19:55:46 UTC 2014 - [email protected]
+
+- 3.1.115
+
+-------------------------------------------------------------------
+Wed Dec 17 14:00:42 UTC 2014 - [email protected]
+
+- Add Arch.aarch64
+
+-------------------------------------------------------------------

Old:
----
  yast2-3.1.114.tar.bz2

New:
----
  yast2-3.1.115.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.CNzyd5/_old  2014-12-21 12:02:18.000000000 +0100
+++ /var/tmp/diff_new_pack.CNzyd5/_new  2014-12-21 12:02:18.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.114
+Version:        3.1.115
 Release:        0
 Url:            https://github.com/yast/yast-yast2
 

++++++ yast2-3.1.114.tar.bz2 -> yast2-3.1.115.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.114/library/general/src/modules/Arch.rb 
new/yast2-3.1.115/library/general/src/modules/Arch.rb
--- old/yast2-3.1.114/library/general/src/modules/Arch.rb       2014-12-04 
11:14:02.000000000 +0100
+++ new/yast2-3.1.115/library/general/src/modules/Arch.rb       2014-12-18 
21:01:11.000000000 +0100
@@ -63,7 +63,7 @@
     # ************************************************************
     # system architecture
 
-    # Returns full architecture type (one of i386, sparc, sparc64, mips, 
mips64, ppc, ppc64, alpha, s390_32, s390_64, ia64, x86_64)
+    # Returns full architecture type (one of i386, sparc, sparc64, mips, 
mips64, ppc, ppc64, alpha, s390_32, s390_64, ia64, x86_64, aarch64)
     #
     # @return [String] architecture
     def architecture
@@ -179,7 +179,12 @@
       architecture == "x86_64"
     end
 
-    # Returns general architecture type (one of sparc, mips, ppc, s390, i386, 
alpha, ia64, x86_64)
+    # true for all aarch64 (ARM64) architectures
+    def aarch64
+      architecture == "aarch64"
+    end
+
+    # Returns general architecture type (one of sparc, mips, ppc, s390, i386, 
alpha, ia64, x86_64, aarch64)
     #
     # @return [String] arch_short
     def arch_short
@@ -510,6 +515,7 @@
     publish :function => :s390, :type => "boolean ()"
     publish :function => :ia64, :type => "boolean ()"
     publish :function => :x86_64, :type => "boolean ()"
+    publish :function => :aarch64, :type => "boolean ()"
     publish :function => :arch_short, :type => "string ()"
     publish :function => :board_compatible, :type => "string ()"
     publish :function => :board_mac, :type => "boolean ()"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.114/package/yast2.changes 
new/yast2-3.1.115/package/yast2.changes
--- old/yast2-3.1.114/package/yast2.changes     2014-12-04 11:14:02.000000000 
+0100
+++ new/yast2-3.1.115/package/yast2.changes     2014-12-18 21:01:11.000000000 
+0100
@@ -1,4 +1,14 @@
 -------------------------------------------------------------------
+Thu Dec 18 19:55:46 UTC 2014 - [email protected]
+
+- 3.1.115
+
+-------------------------------------------------------------------
+Wed Dec 17 14:00:42 UTC 2014 - [email protected]
+
+- Add Arch.aarch64
+
+-------------------------------------------------------------------
 Thu Dec  4 09:51:50 UTC 2014 - [email protected]
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.114/package/yast2.spec 
new/yast2-3.1.115/package/yast2.spec
--- old/yast2-3.1.114/package/yast2.spec        2014-12-04 11:14:02.000000000 
+0100
+++ new/yast2-3.1.115/package/yast2.spec        2014-12-18 21:01:11.000000000 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.114
+Version:        3.1.115
 Release:        0
 URL:            https://github.com/yast/yast-yast2
 

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

Reply via email to