Accepting request 101828 from multimedia:color_management

- Fix ColorHug support with new firmware

The spec file changes were made by obs-service-format_spec_file... (forwarded request 101804 from Nijel)

OBS-URL: https://build.opensuse.org/request/show/101828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/argyllcms?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2012-01-27 20:26:46 +00:00 committed by Git OBS Bridge
commit ad9a2dd7ce
3 changed files with 7 additions and 5 deletions

View File

@ -352,7 +352,7 @@ diff -wruN ../orig-Argyll_V1.3.5/spectro/colorhug.c ./spectro/colorhug.c
+ ev = colorhug_command(p, ch_take_reading,
+ ibuf, sizeof (ibuf),
+ (unsigned char *) obuf, sizeof (obuf),
+ 1.0);
+ 5.0);
+ if (ev != inst_ok)
+ return ev;
+

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 27 08:21:17 UTC 2012 - mcihar@suse.cz
- Fix ColorHug support with new firmware
-------------------------------------------------------------------
Mon Jan 23 10:50:19 UTC 2012 - kkaempf@suse.com

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#define alphaversion Beta8
#define alphatag .%{alphaversion}
%define archivename Argyll_V%{version}%{?alphaversion}_src.zip
@ -127,7 +125,6 @@ autoreconf -i
%configure
make
%install
%make_install
@ -149,11 +146,11 @@ install -p -m 0644 libusb1/55-Argyll.rules \
%{buildroot}%{_sysconfdir}/udev/rules.d
%endif
%clean
rm -rf %{buildroot}
%post -n libicc2 -p /sbin/ldconfig
%postun -n libicc2 -p /sbin/ldconfig
%files