[icc_examin] Update to 0.51

Nicolas Chauvet kwizart at fedoraproject.org
Sun Apr 8 19:12:57 UTC 2012


commit bb5338f5cff4d04ffa234e518a24acc2f88a841e
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sun Apr 8 21:12:48 2012 +0200

    Update to 0.51

 .gitignore                  |    1 +
 icc_examin-0.50-gcc47.patch |   22 ----------------------
 icc_examin-0.51-x11.patch   |   13 +++++++++++++
 icc_examin.spec             |   11 +++++++----
 sources                     |    2 +-
 5 files changed, 22 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd9a1bc..99208d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ icc_examin-0.46.tar.gz
 /icc_examin-0.47.tar.gz
 /icc_examin-0.49.tar.gz
 /icc_examin-0.50.tar.bz2
+/icc_examin-0.51.tar.bz2
diff --git a/icc_examin-0.51-x11.patch b/icc_examin-0.51-x11.patch
new file mode 100644
index 0000000..158c9d9
--- /dev/null
+++ b/icc_examin-0.51-x11.patch
@@ -0,0 +1,13 @@
+diff -up icc_examin-0.51/configure.x11 icc_examin-0.51/configure
+--- icc_examin-0.51/configure.x11	2012-04-08 21:08:03.242901307 +0200
++++ icc_examin-0.51/configure	2012-04-08 21:09:50.560294999 +0200
+@@ -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="X11 Xpm Xext Xinerama Xxf86vm"; export X_ADD
+ 
+ 
+ ECHO="echo"; export ECHO
+diff -up icc_examin-0.51/makefile.in.x11 icc_examin-0.51/makefile.in
diff --git a/icc_examin.spec b/icc_examin.spec
index dc4a941..354cb92 100644
--- a/icc_examin.spec
+++ b/icc_examin.spec
@@ -1,6 +1,6 @@
 Name:           icc_examin
-Version:        0.50
-Release:        2%{?dist}
+Version:        0.51
+Release:        1%{?dist}
 Summary:        ICC profile viewer and color visualization
 
 Group:          Applications/Multimedia
@@ -8,7 +8,7 @@ License:        GPLv2+
 URL:            http://www.behrmann.name
 Source0:        http://downloads.sourceforge.net/oyranos/icc_examin-%{version}.tar.bz2
 Patch0:         icc_examin-0.49-xdg.patch
-Patch1:         icc_examin-0.50-gcc47.patch
+Patch1:         icc_examin-0.51-x11.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -46,7 +46,7 @@ visualizations (vrml), video card gamma tables.
 %prep
 %setup -q
 %patch0 -p1 -b .xdg
-%patch1 -p1 -b .gcc47
+%patch1 -p1 -b .x11
 
 
 %build
@@ -97,6 +97,9 @@ update-desktop-database &> /dev/null  || :
 
 
 %changelog
+* Sun Apr 08 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.51-1
+- Update to 0.51
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.50-2
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index 062743c..f471bde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80d0f98df3ad5f23f6bc8211155b016b  icc_examin-0.50.tar.bz2
+e2db40c31596ba2d08cd2612de496289  icc_examin-0.51.tar.bz2


More information about the scm-commits mailing list