diff --git a/.gitignore b/.gitignore index 7b5525c..99d31f4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /colord-gtk-0.1.23.tar.xz /colord-gtk-0.1.24.tar.xz /colord-gtk-0.1.25.tar.xz +/colord-gtk-0.1.26.tar.xz diff --git a/colord-gtk.spec b/colord-gtk.spec index 586062d..4d60214 100644 --- a/colord-gtk.spec +++ b/colord-gtk.spec @@ -1,7 +1,7 @@ Summary: GTK support library for colord Name: colord-gtk -Version: 0.1.25 -Release: 5%{?dist} +Version: 0.1.26 +Release: 1%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/software/colord/ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz @@ -55,6 +55,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %files -f %{name}.lang %doc README AUTHORS NEWS COPYING +%{_bindir}/* +%{_mandir}/man1/*.1.gz %{_libdir}/libcolord-gtk.so.* %{_libdir}/girepository-1.0/ColordGtk-1.0.typelib @@ -73,6 +75,11 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' #%dir %{_datadir}/gtk-doc/html %changelog +* Tue Dec 02 2014 Richard Hughes 0.1.26-1 +- New upstream version. +- Install the cd-convert utility +- Do not link against the unused gio-unix-2.0 + * Sat Aug 16 2014 Fedora Release Engineering - 0.1.25-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 7fec3d0..02689eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3ad262c060fc50c10805b744be7479d colord-gtk-0.1.25.tar.xz +bb9d6f3c037152ad791003375aa6c16c colord-gtk-0.1.26.tar.xz