Hello community,

here is the log from the commit of package xosview for openSUSE:Factory checked 
in at 2013-03-11 07:54:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xosview (Old)
 and      /work/SRC/openSUSE:Factory/.xosview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xosview", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xosview/xosview.changes  2013-03-01 
09:06:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xosview.new/xosview.changes     2013-03-11 
07:54:15.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Mar 10 11:24:45 UTC 2013 - [email protected]
+
+- Add aarch64 to the list platforms without ioperm
+- Update config.{guess,sub}
+- Use %configure
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xosview.spec ++++++
--- /var/tmp/diff_new_pack.qtgv90/_old  2013-03-11 07:54:16.000000000 +0100
+++ /var/tmp/diff_new_pack.qtgv90/_new  2013-03-11 07:54:16.000000000 +0100
@@ -73,15 +73,6 @@
 %patch
 
 %build
-%ifarch ppc
-export SYSTEM=powerpc-suse-linux
-%endif
-%ifarch ppc64
-export SYSTEM=ppc64-suse-linux
-%endif
-%ifnarch ppc ppc64
-export SYSTEM=%{_target_cpu}-suse-linux
-%endif
   CFLAGS="$RPM_OPT_FLAGS"
 CXXFLAGS=""
       CC=gcc
@@ -95,14 +86,11 @@
 esac
 export CFLAGS CXXFLAGS CXX CC
 (cd config/; autoconf; cp configure ../)
-./configure $SYSTEM --with-x           \
+%configure --with-x                    \
        --x-includes=%{_includedir}     \
        --x-libraries=%{_libdir}        \
        --enable-auto-depend            \
        --enable-linux-syscalls         \
-       --prefix=%{_prefix}             \
-       --exec-prefix=%{_exec_prefix}   \
-       --mandir=%{_mandir}             \
        --disable-linux-memstat
 make clean
 make

++++++ xosview-1.9.2-serial.patch ++++++
--- /var/tmp/diff_new_pack.qtgv90/_old  2013-03-11 07:54:16.000000000 +0100
+++ /var/tmp/diff_new_pack.qtgv90/_new  2013-03-11 07:54:16.000000000 +0100
@@ -1,11 +1,26 @@
---- linux/MeterMaker.cc
-+++ linux/MeterMaker.cc        2012-02-01 09:05:20.009933175 +0000
+Index: config/Makefile.linux.in
+===================================================================
+--- config/Makefile.linux.in.orig
++++ config/Makefile.linux.in
+@@ -26,7 +26,7 @@ raidmeter.o \
+ lmstemp.o \
+ MeterMaker.o
+ 
+-FAIL_ARCHS = arm m68k powerpc s390 sparc 3D s390x powerpc64
++FAIL_ARCHS = arm m68k powerpc s390 sparc 3D s390x powerpc64 aarch64
+ 
+ # Test for arm specifically, because arm can show up as a number of
+ # things prefixed by "arm"
+Index: linux/MeterMaker.cc
+===================================================================
+--- linux/MeterMaker.cc.orig
++++ linux/MeterMaker.cc
 @@ -108,7 +108,7 @@ if ( stats ) {
  
  
    // check for the serial meters.
 -#if defined (__arm__) || defined(__mc68000__) || defined(__powerpc__) || 
defined(__sparc__) || defined(__s390__) || defined(__s390x__)
-+#if defined (__arm__) || defined(__mc68000__) || defined(__powerpc__) || 
defined(__powerpc64__) || defined(__sparc__) || defined(__s390__) || 
defined(__s390x__)
++#if defined(__aarch64__) || defined (__arm__) || defined(__mc68000__) || 
defined(__powerpc__) || defined(__powerpc64__) || defined(__sparc__) || 
defined(__s390__) || defined(__s390x__)
    /* these architectures have no ioperm() */
  #else
    for (int i = 0 ; i < SerialMeter::numDevices() ; i++)

++++++ xosview-config.diff ++++++
++++ 3165 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/xosview/xosview-config.diff
++++ and /work/SRC/openSUSE:Factory/.xosview.new/xosview-config.diff


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

Reply via email to