gnome-color-manager/gnome-color-manager.spec

514 lines
16 KiB
RPMSpec
Raw Normal View History

2009-12-07 16:56:07 +00:00
Name: gnome-color-manager
2017-09-11 15:13:05 +00:00
Version: 3.26.0
Release: 1%{?dist}
2016-09-14 08:59:03 +00:00
Summary: Color management tools for GNOME
2009-12-07 16:56:07 +00:00
License: GPLv2+
2014-05-06 16:47:57 +00:00
URL: http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list
2017-09-11 15:13:05 +00:00
Source0: http://download.gnome.org/sources/gnome-color-manager/3.26/%{name}-%{version}.tar.xz
2009-12-07 16:56:07 +00:00
2011-05-06 14:26:55 +00:00
BuildRequires: gtk3-devel >= 3.0.0
2009-12-07 16:56:07 +00:00
BuildRequires: desktop-file-utils
BuildRequires: gettext
2010-07-01 09:41:45 +00:00
BuildRequires: lcms2-devel
BuildRequires: libtiff-devel
2010-06-02 11:47:43 +00:00
BuildRequires: libexif-devel
BuildRequires: exiv2-devel
2010-03-29 09:54:40 +00:00
BuildRequires: libcanberra-devel
2010-06-22 14:44:35 +00:00
BuildRequires: glib2-devel >= 2.25.9-2
2010-10-05 12:16:21 +00:00
BuildRequires: docbook-utils
2011-08-30 14:13:17 +00:00
BuildRequires: colord-devel >= 0.1.12
2013-12-17 15:13:14 +00:00
BuildRequires: colord-gtk-devel >= 0.1.22
BuildRequires: itstool
BuildRequires: meson
2014-08-18 20:48:26 +00:00
BuildRequires: vte291-devel
2011-05-06 14:26:55 +00:00
2016-09-14 08:59:03 +00:00
Requires: shared-mime-info
# Not actually a hard requirement; it just sucks to have to install the
# package using PackageKit before the user can calibrate
%if 0%{?rhel} == 0
Requires: argyllcms
%endif
2011-05-06 14:26:55 +00:00
# obsolete sub-package
Obsoletes: gnome-color-manager-devel <= 3.1.1
Provides: gnome-color-manager-devel
2009-12-07 16:56:07 +00:00
%description
gnome-color-manager is a session framework that makes it easy to manage, install
and generate color profiles in the GNOME desktop.
%prep
2010-11-08 16:40:45 +00:00
%setup -q
2009-12-07 16:56:07 +00:00
%build
%meson
%meson_build
2009-12-07 16:56:07 +00:00
%install
%meson_install
2009-12-07 16:56:07 +00:00
%find_lang %name --with-gnome
%post
2010-06-02 11:47:43 +00:00
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
2009-12-07 16:56:07 +00:00
update-desktop-database %{_datadir}/applications &> /dev/null || :
%postun
2010-04-02 05:27:02 +00:00
if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2009-12-07 16:56:07 +00:00
fi
update-desktop-database %{_datadir}/applications &> /dev/null || :
2010-04-02 05:27:02 +00:00
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2010-04-02 05:27:02 +00:00
2009-12-07 16:56:07 +00:00
%files -f %{name}.lang
%license COPYING
%doc AUTHORS README
2009-12-07 16:56:07 +00:00
%{_bindir}/gcm-*
2011-12-19 16:11:34 +00:00
%{_libexecdir}/gcm-*
2016-08-17 12:28:14 +00:00
%{_datadir}/applications/gcm-*.desktop
%{_datadir}/applications/org.gnome.ColorProfileViewer.desktop
2011-05-06 14:26:55 +00:00
%dir %{_datadir}/gnome-color-manager
%dir %{_datadir}/gnome-color-manager/targets
%dir %{_datadir}/gnome-color-manager/icons
2011-12-19 16:11:34 +00:00
%dir %{_datadir}/gnome-color-manager/figures
%dir %{_datadir}/gnome-color-manager/ti1
2013-12-17 15:13:14 +00:00
%{_datadir}/gnome-color-manager/targets/*
%{_datadir}/gnome-color-manager/icons/*
%{_datadir}/gnome-color-manager/figures/*
%{_datadir}/gnome-color-manager/ti1/*
2009-12-07 16:56:07 +00:00
%{_datadir}/icons/hicolor/*/*/*.png
%{_datadir}/icons/hicolor/scalable/*/*.svg*
%{_datadir}/metainfo/org.gnome.ColorProfileViewer.appdata.xml
2017-08-15 20:50:50 +00:00
%{_mandir}/man1/*.1*
2009-12-07 16:56:07 +00:00
%changelog
2017-09-11 15:13:05 +00:00
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
- Update to 3.26.0
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
- Update to 3.25.90
- Switch to the meson build system
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-05-02 18:09:53 +00:00
* Tue May 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 3.24.0-2
- rebuild (exiv2)
2017-03-21 10:07:13 +00:00
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
- Update to 3.24.0
2017-03-11 19:56:18 +00:00
* Sat Mar 11 2017 Richard Hughes <rhughes@redhat.com> - 3.23.92-1
- Update to 3.23.92
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2016-11-23 16:23:06 +00:00
* Wed Nov 23 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
- Update to 3.22.2
2016-10-12 20:52:31 +00:00
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
- Update to 3.22.1
2016-09-19 19:28:25 +00:00
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
- Update to 3.22.0
2016-09-14 08:57:56 +00:00
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
- Update to 3.21.92
2016-08-29 10:35:08 +00:00
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
- Update to 3.21.91
- Don't set group tags
2016-08-29 10:35:08 +00:00
2016-08-17 12:28:14 +00:00
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
- Update to 3.21.90
2016-03-22 06:37:17 +00:00
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
- Update to 3.20.0
2016-02-15 19:04:32 +00:00
* Mon Feb 15 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
- Update to 3.19.90
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2015-09-21 08:04:46 +00:00
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
- Update to 3.18.0
2015-08-19 16:00:07 +00:00
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
- Update to 3.17.90
2015-08-19 16:00:51 +00:00
- Use make_install macro
2015-08-19 16:00:07 +00:00
2015-06-24 20:02:56 +00:00
* Wed Jun 24 2015 Rex Dieter <rdieter@fedoraproject.org> - 3.16.0-4
- rebuild (exiv2)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-05-02 12:03:07 +00:00
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-2
- Rebuilt for GCC 5 C++11 ABI change
2015-03-23 10:28:31 +00:00
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
- Update to 3.16.0
2015-03-16 12:11:04 +00:00
* Mon Mar 16 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
- Update to 3.15.92
2015-03-02 21:05:14 +00:00
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
- Update to 3.15.91
- Use the %%license macro for the COPYING file
2015-03-02 21:05:14 +00:00
2015-02-16 09:51:52 +00:00
* Mon Feb 16 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
- Update to 3.15.90
2015-01-20 13:07:21 +00:00
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
- Update to 3.15.4
2014-11-10 22:28:05 +00:00
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
- Update to 3.14.2
2014-10-13 21:38:01 +00:00
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
- Update to 3.14.1
2014-09-23 08:04:07 +00:00
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
- Update to 3.14.0
2014-08-18 20:48:26 +00:00
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
- Update to 3.13.90
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Fri Jun 27 2014 Rex Dieter <rdieter@fedoraproject.org> 3.13.1-5
- omit needless scriptlet deps, %%postun update-mime-database only on removal
* Fri Jun 27 2014 Bastien Nocera <bnocera@redhat.com> 3.13.1-4
- Don't run update-mime-database in post, we don't ship mime XML
files anymore.
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
- Drop gnome-icon-theme dependency
2014-04-28 10:52:32 +00:00
* Mon Apr 28 2014 Richard Hughes <rhughes@redhat.com> - 3.13.1-1
- Update to 3.13.1
2014-04-11 14:31:29 +00:00
* Fri Apr 11 2014 Richard Hughes <rhughes@redhat.com> - 3.12.1-1
- Update to 3.12.1
2014-03-24 10:07:05 +00:00
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
- Update to 3.12.0
2014-02-17 11:27:25 +00:00
* Mon Feb 17 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
- Update to 3.11.90
2014-02-03 17:26:53 +00:00
* Mon Feb 03 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
- Update to 3.11.5
2013-12-17 15:13:14 +00:00
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
- Update to 3.11.3
* Thu Dec 05 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-3
- Fix calibration when using new versions of ArgyllCMS
2013-12-03 16:52:23 +00:00
* Tue Dec 03 2013 Rex Dieter <rdieter@fedoraproject.org> - 3.10.1-2
- rebuild (exiv2)
2013-10-28 22:26:32 +00:00
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
- Update to 3.10.1
2013-09-24 23:18:23 +00:00
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
- Update to 3.10.0
2013-09-18 11:21:20 +00:00
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
- Update to 3.9.92
- Include the appdata file
- Drop scrollkeeper and gnome-doc-utils build deps
2013-09-18 11:21:20 +00:00
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.2-4
- Rebuilt for libgnome-desktop soname bump
2013-08-09 22:42:33 +00:00
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.2-3
- Rebuilt for cogl 1.15.4 soname bump
2013-07-31 18:03:53 +00:00
* Wed Jul 31 2013 Adam Williamson <awilliam@redhat.com> - 3.8.2-2
- rebuild for new colord
2013-05-13 09:35:47 +00:00
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
- Update to 3.8.2
2013-04-15 10:47:37 +00:00
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
- Update to 3.8.1
2013-03-26 10:13:23 +00:00
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
- Update to 3.8.0
2013-03-18 16:50:23 +00:00
* Mon Mar 18 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
- Update to 3.7.92
2013-02-21 16:44:14 +00:00
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-3
- Rebuilt for cogl soname bump
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
- Rebuilt for libgnome-desktop soname bump
2013-02-05 18:49:43 +00:00
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
- Update to 3.7.5
2013-01-25 14:23:43 +00:00
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.6.1-2
- Rebuild for new cogl
2013-01-10 13:50:25 +00:00
* Thu Jan 10 2013 Richard Hughes <hughsient@gmail.com> - 3.6.1-1
- Update to 3.6.1
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-3
- Rebuilt for libgnome-desktop-3 3.7.3 soname bump
2012-10-02 12:18:45 +00:00
* Tue Oct 2 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-2
- Drop unnecessary GConf2 dep
- Update to 3.6.0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-06-27 08:37:31 +00:00
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
- Update to 3.5.3
2012-06-09 03:18:23 +00:00
* Fri Jun 8 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.1-3
- Rebuild
* Mon May 28 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.5.1-2
- Add missing colord-gtk-devel, itstool dependencies
2012-05-17 14:37:11 +00:00
* Thu May 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.1-1
- Update to 3.5.1
2012-05-02 14:34:40 +00:00
* Wed May 02 2012 Rex Dieter <rdieter@fedoraproject.org> - 3.4.0-2
- rebuild (exiv2)
2012-03-26 14:47:35 +00:00
* Mon Mar 26 2012 Richard Hughes <rhughes@redhat.com> - 3.4.0-1
- New upstream version.
2012-03-14 14:21:47 +00:00
* Wed Mar 14 2012 Richard Hughes <rhughes@redhat.com> - 3.3.91-1
- New upstream version.
2012-02-06 11:56:41 +00:00
* Mon Feb 06 2012 Richard Hughes <rhughes@redhat.com> - 3.3.5-1
- New upstream version.
2012-01-20 00:56:04 +00:00
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.3-4
- Rebuild against new cogl
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-19 17:07:55 +00:00
* Mon Dec 19 2011 Richard Hughes <rhughes@redhat.com> - 3.3.3-2
- Add BR gnome-desktop3-devel
2011-12-19 16:11:34 +00:00
* Mon Dec 19 2011 Richard Hughes <rhughes@redhat.com> - 3.3.3-1
- New upstream version.
2011-11-24 06:00:08 +00:00
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
- Rebuild against new clutter
2011-10-17 10:52:03 +00:00
* Mon Oct 17 2011 Richard Hughes <rhughes@redhat.com> - 3.2.1-1
- New upstream version.
2011-10-14 16:13:20 +00:00
* Fri Oct 14 2011 Rex Dieter <rdieter@fedoraproject.org> - 3.2.0-4
- rebuild (exiv2)
* Thu Oct 06 2011 Adam Jackson <ajax@redhat.com> 3.2.0-3
- 0001-Initialize-error-pointer-for-gdk_pixbuf_new_from_fil.patch: Backport
a crash fix from mainline.
2011-09-26 21:09:55 +00:00
* Mon Sep 26 2011 Richard Hughes <rhughes@redhat.com> - 3.2.0-2
- Rebuild for libmash API update.
2011-09-26 17:07:24 +00:00
* Mon Sep 26 2011 Richard Hughes <rhughes@redhat.com> - 3.2.0-1
- New upstream version.
2011-09-19 19:37:29 +00:00
* Mon Sep 19 2011 Richard Hughes <rhughes@redhat.com> - 3.1.92-1
- New upstream version.
* Fri Sep 16 2011 Richard Hughes <rhughes@redhat.com> - 3.1.91-3
- Rebuild for libmash soname update (which for the moment will disable
the 3D renderer code).
2011-09-05 13:42:39 +00:00
* Mon Sep 05 2011 Richard Hughes <rhughes@redhat.com> - 3.1.91-1
- New upstream version.
2011-08-30 14:13:17 +00:00
* Tue Aug 30 2011 Richard Hughes <rhughes@redhat.com> - 3.1.90-2
- BR a high enough colord.
2011-08-30 10:48:56 +00:00
* Tue Aug 30 2011 Richard Hughes <rhughes@redhat.com> - 3.1.90-1
- New upstream version.
2011-06-13 16:57:05 +00:00
* Mon Jun 13 2011 Richard Hughes <rhughes@redhat.com> - 3.1.2-1
- New upstream version.
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.1.1-2
- Update gsettings scriptlet
2011-05-06 14:26:55 +00:00
* Fri May 06 2011 Richard Hughes <rhughes@redhat.com> - 3.1.1-1
- New upstream version.
2011-04-04 14:37:13 +00:00
* Mon Apr 04 2011 Richard Hughes <rhughes@redhat.com> - 3.0.0-1
- New upstream version.
2011-03-21 17:18:48 +00:00
* Mon Mar 21 2011 Richard Hughes <rhughes@redhat.com> - 2.91.92-3
- No gtk-doc anymore.
* Mon Mar 21 2011 Richard Hughes <rhughes@redhat.com> - 2.91.92-2
- We're installing into gnome-settings-daemon-3.0 now.
2011-03-21 16:38:58 +00:00
* Mon Mar 21 2011 Richard Hughes <rhughes@redhat.com> - 2.91.92-1
- New upstream version.
2016-08-17 12:24:21 +00:00
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-4
2011-02-11 04:55:25 +00:00
- Rebuild against newer gtk
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-02 19:52:48 +00:00
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
- Rebuild against newer gtk
2011-01-11 14:48:41 +00:00
* Tue Jan 11 2011 Richard Hughes <rhughes@redhat.com> - 2.91.5-1
- New upstream version.
2011-01-10 02:05:34 +00:00
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.3-4
- Rebuild against newer gtk3
2011-01-01 23:08:28 +00:00
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 2.91.3-3
- rebuild (exiv2)
* Fri Dec 03 2010 Peter Robinson <pbrobinson@gmail.com> 2.91.3-2
- Move devel files to sub package, cleanup spec file
* Wed Dec 01 2010 Richard Hughes <richard@hughsie.com> 2.91.3-1
2010-12-01 16:43:38 +00:00
- New upstream release.
2010-11-08 16:40:45 +00:00
* Mon Nov 08 2010 Richard Hughes <richard@hughsie.com> 2.91.2-1
- New upstream release.
* Wed Nov 03 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.3.20101102
- Rebuild now libnotify 0.7.0 is in rawhide, actually.
* Wed Nov 03 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.2.20101102
- Rebuild now libnotify 0.7.0 is in rawhide.
* Tue Nov 02 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.1.20101102
- Update to a git snapshot to fix rawhide.
2010-10-05 12:16:21 +00:00
* Tue Oct 05 2010 Richard Hughes <richard@hughsie.com> 2.91.1-4
- Add BR docbook-utils
2010-10-05 12:05:32 +00:00
* Tue Oct 05 2010 Richard Hughes <richard@hughsie.com> 2.91.1-3
- Add BR libusb1-devel
2010-10-05 11:48:51 +00:00
* Tue Oct 05 2010 Richard Hughes <richard@hughsie.com> 2.91.1-2
- Add BR gnome-settings-daemon-devel
2010-10-05 11:25:11 +00:00
* Tue Oct 05 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
- New upstream release.
2016-08-17 12:24:21 +00:00
* Mon Sep 20 2010 Richard Hughes <richard@hughsie.com> 2.31.4-2
- Remove the explicit dependency on yelp.
- Resolves: #626242
2010-07-01 09:41:45 +00:00
* Thu Jul 01 2010 Richard Hughes <richard@hughsie.com> 2.31.4-1
- New upstream release.
2010-06-29 01:21:12 +00:00
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-3
- Rebuild
2010-06-22 14:49:22 +00:00
* Tue Jun 22 2010 Richard Hughes <richard@hughsie.com> 2.31.3-2
- Actually upload new tarball. Grrr.
2010-06-22 14:44:35 +00:00
* Mon Jun 21 2010 Richard Hughes <richard@hughsie.com> 2.31.3-1
- New upstream release.
2010-06-17 03:07:04 +00:00
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-5
- Nuke the scrollkeeper runtime dep
* Thu Jun 03 2010 Richard Hughes <richard@hughsie.com> 2.31.2-4
- Patience is a virtue, pursue it if you can -- never in a programmer
always in a can.
* Wed Jun 02 2010 Richard Hughes <richard@hughsie.com> 2.31.2-3
- Build against the fixed sane-backends.
2010-06-02 11:54:27 +00:00
* Wed Jun 02 2010 Richard Hughes <richard@hughsie.com> 2.31.2-2
- Actually upload source tarball...
2010-06-02 11:47:43 +00:00
* Wed Jun 02 2010 Richard Hughes <richard@hughsie.com> 2.31.2-1
- New upstream release.
2010-05-06 14:22:30 +00:00
* Thu May 06 2010 Richard Hughes <richard@hughsie.com> 2.31.1-1
- New upstream release.
2010-04-27 01:43:10 +00:00
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
- Update to 2.30.1
2010-04-02 05:27:02 +00:00
* Fri Apr 2 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-4
- BR GConf to make the macros work
- Modernize icon cache handling
* Wed Mar 31 2010 Richard Hughes <richard@hughsie.com> 2.30.0-3
- Fix up a scriptlet problem.
- Resolves: #578611
2010-03-29 10:02:12 +00:00
* Mon Mar 29 2010 Richard Hughes <richard@hughsie.com> 2.30.0-2
- Add libnotify BR.
2010-03-29 09:54:40 +00:00
* Mon Mar 29 2010 Richard Hughes <richard@hughsie.com> 2.30.0-1
- New upstream release.
* Tue Mar 09 2010 Richard Hughes <richard@hughsie.com> 2.29.4-2
- Update to the latest version of the Fedora Packaging Guidelines
- Remove the custom BuildRoot
- Do not clean the buildroot before install
- Use the gconf_schema defines for the GConf schemas
- Remove some over-zealous Requires that are already picked up by rpm.
- Resolves #571658
2010-03-01 12:03:57 +00:00
* Mon Mar 01 2010 Richard Hughes <richard@hughsie.com> 2.29.4-1
- New upstream release.
* Mon Feb 22 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100222
- Another new snapshot from upstream with lots of bugs fixed from the Fedora
test day.
2016-08-17 12:24:21 +00:00
* Thu Feb 18 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100218
- Another new snapshot from upstream for the Fedora test day.
* Wed Feb 17 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100217
- New snapshot from upstream for the Fedora test day.
2010-02-01 11:19:35 +00:00
* Mon Feb 01 2010 Richard Hughes <richard@hughsie.com> 2.29.3-1
- New upstream release.
2010-01-18 20:54:55 +00:00
* Mon Jan 18 2010 Matthias Clasen <mclasen@redhat.com> 2.29.2-3
- Rebuild against new gnome-desktop
* Mon Jan 04 2010 Richard Hughes <richard@hughsie.com> 2.29.2-2
- Rebuild, hopefully koji has now a working glibc.
2010-01-04 16:37:04 +00:00
* Mon Jan 04 2010 Richard Hughes <richard@hughsie.com> 2.29.2-1
- New upstream release.
2009-12-07 16:56:07 +00:00
* Fri Dec 04 2009 Richard Hughes <richard@hughsie.com> 2.29.1-1
- Initial spec for review.