[oyranos] Update to 0.4.0

Nicolas Chauvet kwizart at fedoraproject.org
Sun Apr 8 18:00:22 UTC 2012


commit 987fcd4fa0d72f880e44e8e5e25e5b4d5cf93379
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sun Apr 8 19:59:51 2012 +0200

    Update to 0.4.0

 .gitignore                 |    1 +
 oyranos-0.3.1-pc_fix.patch |   12 ------------
 oyranos-0.4.0-pc_fix.patch |   12 ++++++++++++
 oyranos.spec               |   12 ++++++++----
 sources                    |    2 +-
 5 files changed, 22 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9dbcd3c..055a21a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ oyranos-repack-0.1.9.tar.bz2
 /oyranos-0.2.0.tar.gz
 /oyranos-0.3.1.tar.gz
 /oyranos-0.3.2.tar.bz2
+/oyranos-0.4.0.tar.bz2
diff --git a/oyranos-0.4.0-pc_fix.patch b/oyranos-0.4.0-pc_fix.patch
new file mode 100644
index 0000000..ed1b29d
--- /dev/null
+++ b/oyranos-0.4.0-pc_fix.patch
@@ -0,0 +1,12 @@
+diff -up oyranos-0.4.0/oyranos.pc.in.pc_fix oyranos-0.4.0/oyranos.pc.in
+--- oyranos-0.4.0/oyranos.pc.in.pc_fix	2012-02-19 13:57:37.000000000 +0100
++++ oyranos-0.4.0/oyranos.pc.in	2012-04-08 19:55:08.633044825 +0200
+@@ -1,6 +1,7 @@
+ 
+ Name: oyranos
+ Description: Oyranos Colour Management System
+-Libs: -L${libdir} -loyranos -loyranos_object -loyranos_core ${oyranos_add}
++Libs: -L${libdir} -loyranos -loyranos_object -loyranos_core
++Libs.private: ${oyranos_add}
+ Cflags: -I${includedir} -I${includedir}/alpha/object
+ 
diff --git a/oyranos.spec b/oyranos.spec
index 0288be0..d6d80c8 100644
--- a/oyranos.spec
+++ b/oyranos.spec
@@ -1,6 +1,6 @@
 Name:           oyranos
-Version:        0.3.2
-Release:        3%{?dist}
+Version:        0.4.0
+Release:        1%{?dist}
 Summary:        The Oyranos Color Management System (CMS) 
 
 Group:          Applications/Multimedia
@@ -8,7 +8,7 @@ License:        GPLv2+
 URL:            http://www.oyranos.org
 Source0:        http://downloads.sourceforge.net/oyranos/oyranos-%{version}.tar.bz2
 Patch0:         oyranos-0.3.2-shared_NVCtrl.patch
-Patch1:         oyranos-0.3.1-pc_fix.patch
+Patch1:         oyranos-0.4.0-pc_fix.patch
 Patch2:         oyranos-0.3.2-yajl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -31,7 +31,7 @@ BuildRequires:  libpng-devel
 BuildRequires:  LibRaw-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  libXcm-devel >= 0.4.0
+BuildRequires:  libXcm-devel >= 0.5.0
 BuildRequires:  libXNVCtrl-devel
 BuildRequires:  libXinerama-devel
 BuildRequires:  libXext-devel
@@ -146,6 +146,7 @@ fi || :
 %doc AUTHORS COPYING ChangeLog README
 %exclude %{_sysconfdir}/xdg/autostart/oyranos-monitor-setup.desktop
 %{_bindir}/%{name}-monitor
+%{_bindir}/%{name}-monitor-daemon
 %{_bindir}/%{name}-monitor-nvidia
 %{_bindir}/%{name}-config-fltk
 %{_bindir}/%{name}-policy
@@ -178,6 +179,9 @@ fi || :
 
 
 %changelog
+* Sun Apr 08 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.4.0-1
+- Update to 0.4.0
+
 * Wed Jan 11 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.3.2-3
 - Add Requires icc-profiles-openicc
 - Enable lcms2 support
diff --git a/sources b/sources
index 288f729..bb6c9a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c80d142741c284b06cbea29b9d859933  oyranos-0.3.2.tar.bz2
+4ec2c728c5ca7d450c47d95405de3ade  oyranos-0.4.0.tar.bz2


More information about the scm-commits mailing list