Hello community,

here is the log from the commit of package icc_examin for openSUSE:12.3 checked 
in at 2013-02-01 09:32:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/icc_examin (Old)
 and      /work/SRC/openSUSE:12.3/.icc_examin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icc_examin", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.3/icc_examin/icc_examin.changes       2013-01-31 
11:05:16.000000000 +0100
+++ /work/SRC/openSUSE:12.3/.icc_examin.new/icc_examin.changes  2013-02-01 
09:32:46.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Feb  1 06:07:53 UTC 2013 - [email protected]
+
+- fix compiling without X11
+
+-------------------------------------------------------------------

New:
----
  icc_examin-fix-compiling-without-x11.diff

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

Other differences:
------------------
++++++ icc_examin.spec ++++++
--- /var/tmp/diff_new_pack.zL3s3U/_old  2013-02-01 09:32:49.000000000 +0100
+++ /var/tmp/diff_new_pack.zL3s3U/_new  2013-02-01 09:32:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icc_examin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -18,7 +18,8 @@
 
 Version:        0.52
 Release:        0
-Source:         icc_examin-0.52.tar.bz2
+Source0:        icc_examin-0.52.tar.bz2
+Patch0:         icc_examin-fix-compiling-without-x11.diff
 %define pixmapdir       /usr/share/pixmaps
 %define desktopdir      /usr/share/applications
 Summary:        ICC profile viewer and colour visualisation
@@ -173,6 +174,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"

++++++ icc_examin-fix-compiling-without-x11.diff ++++++
Index: icc_examin-0.52/configure
===================================================================
--- icc_examin-0.52.orig/configure
+++ icc_examin-0.52/configure
@@ -697,7 +697,7 @@ echo_=""; echo "$echo_" >> $CONF_LOG; ec
 echo_=""; echo "$echo_" >> $CONF_LOG; echo "$echo_"
 
 LIBS_TEST="dl iconv intl c m pthread"; export LIBS_TEST
-X_ADD="Xpm Xext Xinerama Xxf86vm"; export X_ADD
+X_ADD="Xpm Xext Xinerama Xxf86vm X11"; export X_ADD
 
 
 ECHO="echo"; export ECHO
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to