Update to 0.4.2
This commit is contained in:
parent
b420042980
commit
271db98fb8
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/xcm-0.3.0.tar.gz
|
||||
/xcm-0.4.0.tar.gz
|
||||
/xcm-0.4.1.tar.gz
|
||||
/xcm-0.4.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
a3dce73b7468f43c488276a613d8d4bf xcm-0.4.1.tar.gz
|
||||
ba8903be20c95b91a1f8b28acc314f74 xcm-0.4.2.tar.gz
|
||||
|
|
|
|||
7
xcm.spec
7
xcm.spec
|
|
@ -1,7 +1,7 @@
|
|||
%define udev_scriptdir /lib/udev
|
||||
|
||||
Name: xcm
|
||||
Version: 0.4.1
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: X Color Management tools
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ URL: http://www.oyranos.org
|
|||
Source0: http://download.sourceforge.net/oyranos/Xcm/xcm-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libXcm-devel >= 0.4.1
|
||||
BuildRequires: libXcm-devel >= 0.4.2
|
||||
BuildRequires: oyranos-devel >= 0.1.10
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXmu-devel
|
||||
|
|
@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 08 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-1
|
||||
- Update to 0.4.2
|
||||
|
||||
* Tue Jul 26 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.1-1
|
||||
- Update to 0.4.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue