Hello community,

here is the log from the commit of package eppic for openSUSE:Factory checked 
in at 2016-05-13 09:24:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eppic (Old)
 and      /work/SRC/openSUSE:Factory/.eppic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eppic"

Changes:
--------
--- /work/SRC/openSUSE:Factory/eppic/eppic.changes      2013-11-30 
14:20:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.eppic.new/eppic.changes 2016-05-13 
09:24:26.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May  5 12:37:38 UTC 2016 - ptesa...@suse.com
+
+- update to commit 5391d3d
+  o support for ARM64
+
+-------------------------------------------------------------------

Old:
----
  eppic-git09e8b97.tar.bz2

New:
----
  eppic-git5391d3d.tar.bz2

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

Other differences:
------------------
++++++ eppic.spec ++++++
--- /var/tmp/diff_new_pack.14pSV3/_old  2016-05-13 09:24:27.000000000 +0200
+++ /var/tmp/diff_new_pack.14pSV3/_new  2016-05-13 09:24:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eppic
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define git_date       20130904
-%define git_commit     09e8b97
+%define git_date       20140619
+%define git_commit     5391d3d
 %define checkout       %{git_date}git%{git_commit}
 
 Name:           eppic

++++++ eppic-git09e8b97.tar.bz2 -> eppic-git5391d3d.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eppic-git09e8b97/applications/crash/eppic.c 
new/eppic-git5391d3d/applications/crash/eppic.c
--- old/eppic-git09e8b97/applications/crash/eppic.c     2013-09-04 
20:54:48.000000000 +0200
+++ new/eppic-git5391d3d/applications/crash/eppic.c     2014-06-19 
21:28:40.000000000 +0200
@@ -1035,10 +1035,14 @@
 #ifdef PPC64
 #define EPPIC_ABI  ABI_PPC64
 #else
+#ifdef ARM64
+#define EPPIC_ABI  ABI_ARM64
+#else
 #error eppic: Unkown ABI 
 #endif
 #endif
 #endif
+#endif
 #endif
 #endif
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eppic-git09e8b97/libeppic/eppic_api.h 
new/eppic-git5391d3d/libeppic/eppic_api.h
--- old/eppic-git09e8b97/libeppic/eppic_api.h   2013-09-04 20:54:48.000000000 
+0200
+++ new/eppic-git5391d3d/libeppic/eppic_api.h   2014-06-19 21:28:40.000000000 
+0200
@@ -29,6 +29,7 @@
 #define ABI_S390        4
 #define ABI_S390X       5
 #define ABI_PPC64   6
+#define ABI_ARM64   7
 
 /* types of variables */
 #define V_BASE          1


Reply via email to