From 1b6e82a95c793389c3435ef564d810d3975edfac Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 30 Jul 2013 13:45:02 +0100 Subject: [PATCH] New upstream version --- .gitignore | 1 + colord.spec | 22 +++++++++++++++++----- sources | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3c6e121..636e8a5 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /colord-1.0.0.tar.xz /colord-1.0.1.tar.xz /colord-1.0.2.tar.xz +/colord-1.1.1.tar.xz diff --git a/colord.spec b/colord.spec index 898f98f..0b21e20 100644 --- a/colord.spec +++ b/colord.spec @@ -1,7 +1,7 @@ # Building the extra print profiles requires colprof, +4Gb of RAM and # quite a lot of time. Don't enable this for test builds. -%define enable_print_profiles 1 +%define enable_print_profiles 0 # SANE is pretty insane when it comes to handling devices, and we get AVCs # popping up all over the place. @@ -18,8 +18,8 @@ Summary: Color daemon Name: colord -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.1.1 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz @@ -127,6 +127,9 @@ ulimit -Sv 2000000 %endif %if 0%{?rhel} --disable-bash-completion \ +%endif +%if !0%{?rhel} + --enable-libcolordcompat \ %endif --disable-static \ --disable-rpath \ @@ -170,7 +173,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %systemd_postun colord.service %files -f %{name}.lang -%doc README AUTHORS NEWS COPYING +%doc README.md AUTHORS NEWS COPYING %{_libexecdir}/colord %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord/icc @@ -185,7 +188,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %if !0%{?rhel} %{_datadir}/bash-completion/completions/colormgr %endif -%config %{_sysconfdir}/colord.conf /usr/lib/udev/rules.d/*.rules %{_libdir}/colord-sensors %{_libdir}/colord-plugins @@ -272,6 +274,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gtk-doc/html/colord/* %changelog +* Sun Jul 30 2013 Richard Hughes 1.1.1-1 +- New upstream version +- This release bumps the soname of libcolord as long deprecated methods have + finally been removed. Any programs that link against libcolord will have to + be recompiled against this new version. +- This unstable branch is full of new features and experimental code, and + therefore this release will be restricted to rawhide. +- Remove the now-unused /etc/colord.conf +- Update the colormgr man page to reflect reality + * Thu Jul 18 2013 Matthias Clasen 1.0.2-2 - Add an archful dep to silence rpmdiff diff --git a/sources b/sources index 83d0f3c..cdcf699 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98cd74c2be108cbd81c4a9cd6b324910 colord-1.0.2.tar.xz +620f6c8f21fc6fac1b5b2c7f8a271b2b colord-1.1.1.tar.xz