Hello community,

here is the log from the commit of package colord for openSUSE:Factory
checked in at Tue Jul 5 12:09:28 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/colord/colord.changes  2011-07-04 
15:32:47.000000000 +0200
@@ -0,0 +1,48 @@
+-------------------------------------------------------------------
+Mon Jul  4 15:31:22 CEST 2011 - [email protected]
+
+- Drop rpmlintrc as bnc#698250 got fixed and
+  suse-dbus-unauthorized-service/polkit-unauthorized-privilege
+  warnings are now gone.
+
+-------------------------------------------------------------------
+Fri Jun 17 00:33:14 CEST 2011 - [email protected]
+
+- Update to version 0.1.9:
+  + New Features:
+    - Add a 'Format' property to the device interface
+    - Add a new method Client:FindDeviceByProperty for when only a
+      property is known
+    - Add methods to get the connected state of each object
+    - Define the DATA_source profile metadata item
+    - Define three metadata keys for the framework creator to set
+    - Define two keys to allow the profile to contain the mapping
+      parameters
+  + Bugfixes:
+    - Allow GUDEV to be disabled at compile time
+    - Autodetect SANE in configure
+    - Fix 3 small memory leaks
+    - Fix a bug that caused a critical warning in client code
+    - Only warn if we fail to get the PolicyKit authority
+    - Save any additional disk device metadata in the property
+      database
+    - Use upstream gettext instead the glib one
+    - Write the new metadata entries in the utility programs
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+-------------------------------------------------------------------
+Thu Jun 16 16:51:34 CEST 2011 - [email protected]
+
+- Add docbook-utils BuildRequires to build man pages.
+- Add colord Recommends to libcolord1 as the library is not too
+  useful without the daemon.
+- Add shared-color-profiles Requires to colord, as we want to have
+  profiles.
+
+-------------------------------------------------------------------
+Mon Jun  6 13:46:22 UTC 2011 - [email protected]
+
+- Initial package, version 0.1.8.
+

calling whatdependson for head-i586


New:
----
  colord-0.1.9.tar.xz
  colord.changes
  colord.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ colord.spec ++++++
#
# spec file for package colord
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           colord
Version:        0.1.9
Release:        1
License:        GPLv2+
Summary:        System Daemon for Managing Color Devices
Url:            http://colord.hughsie.com/
Group:          System/Daemons
Source:         
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires:  docbook-utils
BuildRequires:  intltool
BuildRequires:  sane-backends-devel
# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
BuildRequires:  xz
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(gio-unix-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gmodule-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(gudev-1.0)
BuildRequires:  pkgconfig(lcms2)
BuildRequires:  pkgconfig(libusb-1.0)
BuildRequires:  pkgconfig(polkit-gobject-1)
BuildRequires:  pkgconfig(sqlite3)
Requires:       shared-color-profiles
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
colord is a system activated daemon that maps devices to color profiles.
It is used by gnome-color-manager for system integration and use when
there are no users logged in.

%package -n libcolord1

Summary:        System Daemon for Managing Color Devices -- Library
Group:          System/Libraries
Recommends:     %{name}

%description -n libcolord1
colord is a system activated daemon that maps devices to color profiles.
It is used by gnome-color-manager for system integration and use when
there are no users logged in.

%package -n libcolord-devel

Summary:        System Daemon for Managing Color Devices -- Development Files
Group:          Development/Languages/C and C++
Requires:       libcolord1 = %{version}

%description -n libcolord-devel
colord is a system activated daemon that maps devices to color profiles.
It is used by gnome-color-manager for system integration and use when
there are no users logged in.

%lang_package
%prep
%setup -q

%build
%configure \
    --disable-static \
    --enable-polkit
make %{?_smp_mflags}

%install
%make_install
find %{buildroot} -type f -name '*.la' -delete -print
%find_lang %{name}

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%post -n libcolord1 -p /sbin/ldconfig

%postun -n libcolord1 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
/lib/udev/rules.d/*.rules
%config(noreplace) %{_sysconfdir}/%{name}.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
%{_bindir}/cd-create-profile
%{_bindir}/cd-fix-profile
%{_bindir}/colormgr
%{_libdir}/colord-sensors/
%{_libexecdir}/%{name}
%{_datadir}/color/
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
%{_mandir}/man1/cd-create-profile.1*
%{_mandir}/man1/colormgr.1*

%files -n libcolord1
%defattr(-, root, root)
%{_libdir}/libcolord.so.*

%files -n libcolord-devel
%defattr(-, root, root)
%{_includedir}/lib%{name}/
%{_libdir}/libcolord.so
%{_libdir}/pkgconfig/colord.pc

%files lang -f %{name}.lang

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to