Accepting request 265397 from home:dimstar:branches:GNOME:Factory
update to 0.1.26 OBS-URL: https://build.opensuse.org/request/show/265397 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord-gtk?expand=0&rev=10
This commit is contained in:
parent
079f2bf598
commit
2b93d37e90
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd0f91c4348acba41018222915cd62917882dd35883bcc81848d089e13a70b0a
|
|
||||||
size 271192
|
|
3
colord-gtk-0.1.26.tar.xz
Normal file
3
colord-gtk-0.1.26.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28d00b7f157ea3e2ea5315387b2660fde82faba16674861c50465e55d61a3e45
|
||||||
|
size 280380
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 10:49:52 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.1.26:
|
||||||
|
+ New Features:
|
||||||
|
- Actually install the cd-convert utility.
|
||||||
|
- Provide an optional Gtk2 version of libcolord-gtk.
|
||||||
|
+ Bugfixes:
|
||||||
|
- Do not link against the unused gio-unix-2.0.
|
||||||
|
- Fix cd-convert to work with multiple sensors attached.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 19 20:57:49 UTC 2013 - dimstar@opensuse.org
|
Tue Mar 19 20:57:49 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package colord-gtk
|
# spec file for package colord-gtk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: colord-gtk
|
Name: colord-gtk
|
||||||
Version: 0.1.25
|
Version: 0.1.26
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System Daemon for Managing Color Devices -- GTK Integration
|
Summary: System Daemon for Managing Color Devices -- GTK Integration
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -99,12 +99,16 @@ find %{buildroot} -type f -name '*.la' -delete -print
|
|||||||
|
|
||||||
%postun -n libcolord-gtk1 -p /sbin/ldconfig
|
%postun -n libcolord-gtk1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/cd-convert
|
||||||
|
|
||||||
%files -n libcolord-gtk1
|
%files -n libcolord-gtk1
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libcolord-gtk.so.*
|
%{_libdir}/libcolord-gtk.so.*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
|
||||||
|
|
||||||
%files -n typelib-1_0-ColordGtk-1_0
|
%files -n typelib-1_0-ColordGtk-1_0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
|
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user