Hello community,

here is the log from the commit of package xosview for openSUSE:Factory checked 
in at 2014-02-11 10:45:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xosview (Old)
 and      /work/SRC/openSUSE:Factory/.xosview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xosview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xosview/xosview.changes  2013-05-02 
12:05:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xosview.new/xosview.changes     2014-02-11 
10:45:51.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb  9 22:03:02 UTC 2014 - dmuel...@suse.com
+
+- update xosview-1.14-serial.patch: Fix build for aarch64 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xosview.spec ++++++
--- /var/tmp/diff_new_pack.HCtGIz/_old  2014-02-11 10:45:51.000000000 +0100
+++ /var/tmp/diff_new_pack.HCtGIz/_new  2014-02-11 10:45:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xosview
 #
-# 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

++++++ xosview-1.14-serial.patch ++++++
--- /var/tmp/diff_new_pack.HCtGIz/_old  2014-02-11 10:45:51.000000000 +0100
+++ /var/tmp/diff_new_pack.HCtGIz/_new  2014-02-11 10:45:51.000000000 +0100
@@ -1,5 +1,7 @@
---- linux/MeterMaker.cc
-+++ linux/MeterMaker.cc        2013-04-09 00:00:00.000000000 +0000
+Index: linux/MeterMaker.cc
+===================================================================
+--- linux/MeterMaker.cc.orig
++++ linux/MeterMaker.cc
 @@ -111,7 +111,7 @@ void MeterMaker::makeMeters(void){
  
  
@@ -9,3 +11,20 @@
    /* these architectures have no ioperm() */
  #else
    for (int i = 0 ; i < SerialMeter::numDevices() ; i++)
+Index: linux/serialmeter.cc
+===================================================================
+--- linux/serialmeter.cc.orig
++++ linux/serialmeter.cc
+@@ -29,10 +29,10 @@ typedef unsigned long long u64;
+ 
+ #include <unistd.h>
+ #if defined(GNULIBC) || defined(__GLIBC__)
+-#if !defined(__powerpc__) && !defined(__hppa__) && !defined(__mips__) && 
!defined(__sparc__) && !defined(__sh__) && !defined(__s390__) && 
!defined(__s390x__) && !defined(__m68k__)
++#if !defined(__aarch64__) && !defined(__powerpc__) && !defined(__hppa__) && 
!defined(__mips__) && !defined(__sparc__) && !defined(__sh__) && 
!defined(__s390__) && !defined(__s390x__) && !defined(__m68k__)
+ #include <sys/io.h>
+ #endif
+-#if !defined(__alpha__) && !defined(__sparc__) && !defined(__powerpc__) && 
!defined(__ia64__) && !defined(__hppa__) && !defined(__arm__) && 
!defined(__mips__) && !defined(__sh__) && !defined(__s390__) && !defined 
(__s390x__) && !defined(__m68k__)
++#if !defined(__aarch64__) && !defined(__alpha__) && !defined(__sparc__) && 
!defined(__powerpc__) && !defined(__ia64__) && !defined(__hppa__) && 
!defined(__arm__) && !defined(__mips__) && !defined(__sh__) && 
!defined(__s390__) && !defined (__s390x__) && !defined(__m68k__)
+ #include <sys/perm.h>
+ #define HAVE_IOPERM
+ #endif


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to