[oyranos] Update to 0.3.1

Nicolas Chauvet kwizart at fedoraproject.org
Tue Jul 26 14:40:45 UTC 2011


commit d83858010c4e38887e9864e770d251b2d543a170
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Jul 26 16:40:31 2011 +0200

    Update to 0.3.1

 .gitignore                                         |    1 +
 oyranos-0.1.12-pc_fix.patch                        |   11 -----------
 oyranos-0.3.1-pc_fix.patch                         |   12 ++++++++++++
 ...Ctrl.patch => oyranos-0.3.1-shared_NVCtrl.patch |   12 ++++++------
 oyranos.spec                                       |   11 +++++++----
 sources                                            |    2 +-
 6 files changed, 27 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6178beb..4d0de77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ oyranos-repack-0.1.9.tar.bz2
 /oyranos-repack-0.1.10.tar.bz2
 /oyranos-0.1.12.tar.gz
 /oyranos-0.2.0.tar.gz
+/oyranos-0.3.1.tar.gz
diff --git a/oyranos-0.3.1-pc_fix.patch b/oyranos-0.3.1-pc_fix.patch
new file mode 100644
index 0000000..641e678
--- /dev/null
+++ b/oyranos-0.3.1-pc_fix.patch
@@ -0,0 +1,12 @@
+diff -up oyranos-0.3.1/oyranos.pc.in.pc_fix oyranos-0.3.1/oyranos.pc.in
+--- oyranos-0.3.1/oyranos.pc.in.pc_fix	2011-02-12 11:21:27.000000000 +0100
++++ oyranos-0.3.1/oyranos.pc.in	2011-07-26 16:29:17.768774006 +0200
+@@ -1,6 +1,7 @@
+ 
+ Name: oyranos
+ Description: Oyranos Colour Management System
+-Libs: -L${libdir} -loyranos -loyranos_object -loyranos_core -lxml2 -lm ${ltdl}
++Libs: -L${libdir} -loyranos -loyranos_object -loyranos_core
++Libs.private: -lxml2 -lm ${ltdl}
+ Cflags: -I${includedir} -I${includedir}/alpha/object
+ 
diff --git a/oyranos-0.2.0-shared_NVCtrl.patch b/oyranos-0.3.1-shared_NVCtrl.patch
similarity index 67%
rename from oyranos-0.2.0-shared_NVCtrl.patch
rename to oyranos-0.3.1-shared_NVCtrl.patch
index 67134cb..7c4b47d 100644
--- a/oyranos-0.2.0-shared_NVCtrl.patch
+++ b/oyranos-0.3.1-shared_NVCtrl.patch
@@ -1,7 +1,7 @@
-diff -up oyranos-0.2.0/makefile.in.NVCtrl oyranos-0.2.0/makefile.in
---- oyranos-0.2.0/makefile.in.NVCtrl	2010-12-17 19:39:07.000000000 +0100
-+++ oyranos-0.2.0/makefile.in	2011-01-07 11:24:35.477805004 +0100
-@@ -662,13 +662,13 @@ $(LIB_XNVCTRL).a:
+diff -up oyranos-0.3.1/makefile.in.NVCtrl oyranos-0.3.1/makefile.in
+--- oyranos-0.3.1/makefile.in.NVCtrl	2011-07-26 16:33:31.989774008 +0200
++++ oyranos-0.3.1/makefile.in	2011-07-26 16:34:23.565774007 +0200
+@@ -756,13 +756,13 @@ $(LIB_XNVCTRL).a:
  	test -L $(LIB_XNVCTRL).a || $(LNK) $(LIB_XNVCTRL)/$(LIB_XNVCTRL).a .
  
  # the twinview library
@@ -13,8 +13,8 @@ diff -up oyranos-0.2.0/makefile.in.NVCtrl oyranos-0.2.0/makefile.in
 +	-I/usr/include/NVCtrl \
  	-o $(TARGET)-monitor-nvidia $(MONI_X11_OBJECTS) -L./ \
  	$(LDLIBS) $(X11_LIBS) $(m) \
--	-L./$(LIB_XNVCTRL) -lXNVCtrl $(LIBSONAMEFULL) \
-+	-lXNVCtrl $(LIBSONAMEFULL) \
+-	-L./$(LIB_XNVCTRL) -lXNVCtrl $(MODULE_LDLIBS) \
++	-lXNVCtrl $(MODULE_LDLIBS) \
  	$(LINK_LIB_PATH)
  
  $(TARGET)_config_fltk.o:	$(SRCDIR)/$(TARGET)_config_fltk.cxx
diff --git a/oyranos.spec b/oyranos.spec
index 40c752f..53b92f4 100644
--- a/oyranos.spec
+++ b/oyranos.spec
@@ -1,14 +1,14 @@
 Name:           oyranos
-Version:        0.2.0
-Release:        5%{?dist}
+Version:        0.3.1
+Release:        1%{?dist}
 Summary:        The Oyranos Color Management System (CMS) 
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://www.oyranos.org
 Source0:        http://downloads.sourceforge.net/oyranos/oyranos-%{version}.tar.gz
-Patch0:         oyranos-0.2.0-shared_NVCtrl.patch
-Patch1:         oyranos-0.1.12-pc_fix.patch
+Patch0:         oyranos-0.3.1-shared_NVCtrl.patch
+Patch1:         oyranos-0.3.1-pc_fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  OpenEXR-devel
@@ -171,6 +171,9 @@ fi || :
 
 
 %changelog
+* Tue Jul 26 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.3.1-1
+- Update to 0.3.1
+
 * Fri May 27 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.2.0-5
 - Rebuild for new fltk
 
diff --git a/sources b/sources
index fc9d4e7..5c7efca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c4bb2479efc37123db4ff8cd7bb787a  oyranos-0.2.0.tar.gz
+5c88985801f6b3c097cef50a93970e38  oyranos-0.3.1.tar.gz


More information about the scm-commits mailing list