New upstream version

This commit is contained in:
Richard Hughes 2013-07-30 13:45:02 +01:00
parent 7f7b87dc70
commit 1b6e82a95c
3 changed files with 19 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <richard@hughsie.com> 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 <mclasen@redhat.com> 1.0.2-2
- Add an archful dep to silence rpmdiff

View File

@ -1 +1 @@
98cd74c2be108cbd81c4a9cd6b324910 colord-1.0.2.tar.xz
620f6c8f21fc6fac1b5b2c7f8a271b2b colord-1.1.1.tar.xz