[xcm] Update to 0.4.1

Nicolas Chauvet kwizart at fedoraproject.org
Tue Jul 26 13:03:57 UTC 2011


commit b42004298000ee0eb49e02fac91760581ea2e188
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Jul 26 15:03:42 2011 +0200

    Update to 0.4.1

 .gitignore                |    1 +
 sources                   |    2 +-
 xcm-0.3.0-pkgconfig.patch |   23 -----------------------
 xcm.spec                  |   13 +++++++------
 4 files changed, 9 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1bd1c8c..6b3c26a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /xcm-0.3.0.tar.gz
 /xcm-0.4.0.tar.gz
+/xcm-0.4.1.tar.gz
diff --git a/sources b/sources
index b673736..4a4f4d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-96c39df0859fddf1ff3d0b7a972dc38b  xcm-0.4.0.tar.gz
+a3dce73b7468f43c488276a613d8d4bf  xcm-0.4.1.tar.gz
diff --git a/xcm.spec b/xcm.spec
index f02182c..7c4033a 100644
--- a/xcm.spec
+++ b/xcm.spec
@@ -1,25 +1,24 @@
 %define udev_scriptdir /lib/udev
 
 Name:           xcm
-Version:        0.4.0
-Release:        2%{?dist}
+Version:        0.4.1
+Release:        1%{?dist}
 Summary:        X Color Management tools
 
 Group:          System Environment/Base
 License:        MIT
 URL:            http://www.oyranos.org
 Source0:        http://download.sourceforge.net/oyranos/Xcm/xcm-%{version}.tar.gz
-Patch0:         xcm-0.3.0-pkgconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libXcm-devel >= 0.4.0
+BuildRequires:  libXcm-devel >= 0.4.1
 BuildRequires:  oyranos-devel >= 0.1.10
 BuildRequires:  libXfixes-devel
 BuildRequires:  libXmu-devel
 BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  xorg-x11-xtrans-devel
 
-Requires:  oyranos
+Requires:  oyranos > 0.1.10
 
 
 %description
@@ -29,7 +28,6 @@ A EDID parser and a color management events observer are included.
 
 %prep
 %setup -q
-%patch0 -p1 -b .pc
 
 
 %build
@@ -62,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 26 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.4.1-1
+- Update to 0.4.1
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list