Blame SPECS/gnome-documents.spec

ce5a06
%define evince_version 3.13.3
b5c23e
%define gettext_version 0.19.8
b5c23e
%define gjs_version 1.48.0
b5c23e
%define gtk3_version 3.22.15
b5c23e
%define tracker_version 0.17.3
b5c23e
%define libgepub_version 0.6
ce5a06
ce5a06
Name:           gnome-documents
b5c23e
Version:        3.28.2
b5c23e
Release:        1%{?dist}
ce5a06
Summary:        A document manager application for GNOME
ce5a06
ce5a06
License:        GPLv2+
ce5a06
URL:            https://wiki.gnome.org/Apps/Documents
b5c23e
Source0:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
b5c23e
b5c23e
# Fix the build with Python 2
b5c23e
Patch1:         gnome-documents-python2.patch
ce5a06
ce5a06
# https://bugzilla.redhat.com/show_bug.cgi?id=985887
ce5a06
# https://bugzilla.redhat.com/show_bug.cgi?id=1444437
b5c23e
Patch2:         gnome-documents-skydrive-and-lok-fixes.patch
ce5a06
b5c23e
# https://bugzilla.redhat.com/show_bug.cgi?id=1569793
b5c23e
Patch3:         gnome-documents-tracker.patch
ce5a06
b5c23e
# https://bugzilla.redhat.com/show_bug.cgi?id=1611565
b5c23e
Patch4:         gnome-documents-dont-attempt-to-load-collections.patch
ce5a06
ce5a06
BuildRequires:  pkgconfig(evince-document-3.0) >= %{evince_version}
ce5a06
BuildRequires:  pkgconfig(evince-view-3.0) >= %{evince_version}
ce5a06
BuildRequires:  pkgconfig(webkit2gtk-4.0)
ce5a06
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
ce5a06
BuildRequires:  pkgconfig(gjs-1.0) >= %{gjs_version}
b5c23e
BuildRequires:  pkgconfig(tracker-control-1.0) >= %{tracker_version}
b5c23e
BuildRequires:  pkgconfig(tracker-sparql-1.0) >= %{tracker_version}
ce5a06
BuildRequires:  pkgconfig(goa-1.0)
ce5a06
BuildRequires:  pkgconfig(gnome-desktop-3.0)
ce5a06
BuildRequires:  pkgconfig(libgdata)
b5c23e
BuildRequires:  pkgconfig(libgepub-0.6) >= %{libgepub_version}
ce5a06
BuildRequires:  pkgconfig(zapojit-0.0)
ce5a06
BuildRequires:  pkgconfig(libsoup-2.4)
ce5a06
BuildRequires:  liboauth-devel
ce5a06
BuildRequires:  desktop-file-utils
b5c23e
BuildRequires:  gettext >= %{gettext_version}
ce5a06
BuildRequires:  itstool
ce5a06
BuildRequires:  inkscape
b5c23e
BuildRequires:  meson
ce5a06
BuildRequires:  poppler-utils
ce5a06
BuildRequires:  docbook-style-xsl
ce5a06
ce5a06
Requires:       evince-libs%{?_isa} >= %{evince_version}
b5c23e
Requires:       gettext%{?isa} >= %{gettext_version}
b5c23e
Requires:       gjs%{?_isa} >= %{gjs_version}
ce5a06
Requires:       gtk3%{?_isa} >= %{gtk3_version}
b5c23e
Requires:       gnome-online-miners
b5c23e
Requires:       libgepub%{?_isa} >= %{libgepub_version}
ce5a06
Requires:       libreofficekit
ce5a06
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
ce5a06
ce5a06
%description
ce5a06
gnome-documents is a document manager application for GNOME,
ce5a06
aiming to be a simple and elegant replacement for using Files to show
ce5a06
the Documents directory.
ce5a06
ce5a06
%package libs
ce5a06
Summary: Common libraries and data files for %{name}
ce5a06
%description libs
ce5a06
%{summary}.
ce5a06
ce5a06
%prep
ce5a06
%setup -q
ce5a06
%patch1 -p1
ce5a06
%patch2 -p1
b5c23e
%patch3 -p1
b5c23e
%patch4 -p1
ce5a06
ce5a06
%build
b5c23e
%meson -Dgetting_started=true
b5c23e
%meson_build
ce5a06
ce5a06
%install
b5c23e
%meson_install
ce5a06
ce5a06
# Disable gnome-books
ce5a06
rm -f $RPM_BUILD_ROOT/%{_bindir}/gnome-books
ce5a06
rm -f $RPM_BUILD_ROOT/%{_datadir}/dbus-1/services/org.gnome.Books.service
ce5a06
rm -f $RPM_BUILD_ROOT/%{_datadir}/glib-2.0/schemas/org.gnome.books.gschema.xml
ce5a06
rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/org.gnome.Books.desktop
ce5a06
rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/*/apps/org.gnome.Books.png
ce5a06
rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Books-symbolic.svg
ce5a06
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/gnome-books.1*
b5c23e
rm -f $RPM_BUILD_ROOT/%{_datadir}/metainfo/org.gnome.Books.appdata.xml
ce5a06
ce5a06
%find_lang %{name} --with-gnome
ce5a06
b5c23e
%check
b5c23e
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Documents.desktop
b5c23e
ce5a06
%post
ce5a06
/sbin/ldconfig
ce5a06
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
ce5a06
ce5a06
%postun
ce5a06
/sbin/ldconfig
ce5a06
if [ $1 -eq 0 ] ; then
ce5a06
    touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
ce5a06
    gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
ce5a06
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
ce5a06
fi
ce5a06
ce5a06
%posttrans
ce5a06
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
ce5a06
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
ce5a06
ce5a06
%files -f %{name}.lang
ce5a06
%license COPYING
ce5a06
%doc README AUTHORS NEWS TODO
ce5a06
%{_bindir}/%{name}
ce5a06
%{_datadir}/dbus-1/services/org.gnome.Documents.service
ce5a06
%{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml
ce5a06
%{_datadir}/applications/org.gnome.Documents.desktop
ce5a06
%{_datadir}/icons/hicolor/*/apps/org.gnome.Documents.png
ce5a06
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Documents-symbolic.svg
ce5a06
%{_mandir}/man1/gnome-documents.1*
ce5a06
# co-own these directories
ce5a06
%dir %{_datadir}/gnome-shell
ce5a06
%dir %{_datadir}/gnome-shell/search-providers
ce5a06
%{_datadir}/gnome-shell/search-providers/org.gnome.Documents.search-provider.ini
b5c23e
%{_datadir}/metainfo/org.gnome.Documents.appdata.xml
ce5a06
ce5a06
%files libs
ce5a06
%{_datadir}/%{name}
ce5a06
%{_datadir}/glib-2.0/schemas/org.gnome.Documents.enums.xml
ce5a06
%{_libdir}/gnome-documents/
ce5a06
ce5a06
%changelog
b5c23e
* Fri Aug 24 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.2-1
b5c23e
- Update to 3.28.2
b5c23e
- Rebased downstream patches
b5c23e
- Fix crash on right-click on local collection
b5c23e
  Resolves: #1611565
b5c23e
b5c23e
* Tue Aug 14 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.1-2
b5c23e
- Stop the garbage collector from complaining during shutdown
b5c23e
  Resolves: #1608936
b5c23e
b5c23e
* Wed Jun 06 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.1-1
b5c23e
- Update to 3.28.1
b5c23e
- Rebased downstream patches
b5c23e
- Revert to using Python 2 and Tracker 1.0
b5c23e
- Resolves: #1568171
b5c23e
ce5a06
* Tue Dec 12 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-8
ce5a06
- Initialize the getting started PDF only when presenting a UI, and before any
ce5a06
  SPARQL has been submitted
ce5a06
- Suppress WARNINGs from GJS 1.50.0 by using var instead of let/const for
ce5a06
  exported symbols
ce5a06
- Use the standard dialect of String.prototype.replace
ce5a06
  Resolves: #1517770
ce5a06
ce5a06
* Wed Dec 06 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-7
ce5a06
- Suppress WARNINGs from GJS 1.50.0 about replacing GObject signal methods
ce5a06
  Resolves: #1517770
ce5a06
ce5a06
* Mon Nov 27 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-6
ce5a06
- Adjust the LOKDocView detection to work with GJS 1.48.0
ce5a06
- Suppress WARNINGs from GJS 1.50.0 by using var instead of let/const for
ce5a06
  exported symbols
ce5a06
  Resolves: #1517704
ce5a06
ce5a06
* Fri Jun 09 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-5
ce5a06
- Fix CRITICALs on invoking the application when a primary instance is present
ce5a06
  Resolves: #1436566
ce5a06
ce5a06
* Thu May 11 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-4
ce5a06
- Fix crash on repeated opening of presentations
ce5a06
  Resolves: #1444437
ce5a06
ce5a06
* Fri Apr 21 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-3
ce5a06
- Disable the print button in the selection toolbar when printing isn't
ce5a06
  supported
ce5a06
  Resolves: #1438362
ce5a06
ce5a06
* Tue Apr 04 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-2
ce5a06
- Unable to preview LOKDocView-supported documents from OneDrive
ce5a06
  Resolves: #1436682
ce5a06
ce5a06
* Mon Mar 27 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.2-1
ce5a06
- Update to 3.22.2
ce5a06
- Thumbnail OneDrive entries once they are loaded
ce5a06
  Resolves: #985887, #1386892
ce5a06
ce5a06
* Wed Mar 22 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-2
ce5a06
- Drop gnome-books due to unavailability of gnome-epub-thumbnailer
ce5a06
  Resolves: #1433418
ce5a06
ce5a06
* Sun Mar 12 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-1
ce5a06
- Update to 3.22.1
ce5a06
  Resolves: #1386892
ce5a06
ce5a06
* Wed Jun 15 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.14.3-3
ce5a06
- Prevent nested collections
ce5a06
  Resolves: #958690
ce5a06
ce5a06
* Wed May 20 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.14.3-2
ce5a06
- Show a back button when loading
ce5a06
  Resolves: #1057160
ce5a06
ce5a06
* Fri May 15 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.14.3-1
ce5a06
- Update to 3.14.3
ce5a06
  Update translations
ce5a06
  Resolves: #1174601
ce5a06
ce5a06
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 3.14.2-1
ce5a06
- Update to 3.14.2
ce5a06
  Resolves: #1174601
ce5a06
ce5a06
* Fri Mar  7 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.5-10
ce5a06
- get_pretty_name mixes up ASCII and UTF8 characters
ce5a06
  Resolves: #1073383
ce5a06
ce5a06
* Wed Feb 26 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.5-9
ce5a06
- The sharing dialog is Google specific
ce5a06
  Resolves: #1062608
ce5a06
ce5a06
* Tue Feb 25 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.5-8
ce5a06
- Fix the patch to preview encrypted PDFs
ce5a06
- Fix the patch to protect against spurious view-as signals
ce5a06
  Resolves: #959175
ce5a06
ce5a06
* Tue Feb 11 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.5-7
ce5a06
- Use decimal instead of octal literal
ce5a06
  Resolves: #1035573
ce5a06
ce5a06
* Tue Feb 11 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.5-6
ce5a06
- No indication of a document failing to print
ce5a06
  Resolves: #162299
ce5a06
ce5a06
* Mon Feb 10 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.8.5-5
ce5a06
- Protect against spurious changed::view-as signals
ce5a06
  Resolves: #1056032
ce5a06
ce5a06
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.5-4
ce5a06
- Mass rebuild 2014-01-24
ce5a06
ce5a06
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.5-3
ce5a06
- Mass rebuild 2013-12-27
ce5a06
ce5a06
* Wed Dec 11 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.5-2
ce5a06
- Update translations
ce5a06
  Resolves: #1030340
ce5a06
ce5a06
* Thu Oct 24 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.5-1
ce5a06
- Update to 3.8.5
ce5a06
ce5a06
* Fri Aug 30 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.4-1
ce5a06
- Update to 3.8.4
ce5a06
ce5a06
* Thu Jul 11 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.3.1-2
ce5a06
- Backport support for previewing password protected PDFs (GNOME #700716)
ce5a06
ce5a06
* Fri Jun 14 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.8.3.1-1
ce5a06
- Update to 3.8.3.1
ce5a06
ce5a06
* Sun Jun  9 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-1
ce5a06
- Update to 3.8.3
ce5a06
ce5a06
* Mon May 13 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2.1-1
ce5a06
- Update to 3.8.2.1
ce5a06
ce5a06
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
ce5a06
- Update to 3.8.1
ce5a06
ce5a06
* Thu Mar 28 2013 Cosimo Cecchi <cosimoc@gnome.org> - 3.8.0-2
ce5a06
- Enable generation of getting-started tutorial PDF
ce5a06
ce5a06
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
ce5a06
- Update to 3.8.0
ce5a06
ce5a06
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
ce5a06
- Update to 3.7.92
ce5a06
ce5a06
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
ce5a06
- Update to 3.7.91
ce5a06
ce5a06
* Tue Feb 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
ce5a06
- Update to 3.7.90
ce5a06
ce5a06
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-3
ce5a06
- Rebuilt for cogl soname bump
ce5a06
ce5a06
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-2
ce5a06
- Rebuilt for libgnome-desktop soname bump
ce5a06
ce5a06
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
ce5a06
- Update to 3.7.5
ce5a06
ce5a06
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.4-2
ce5a06
- Rebuild for new cogl
ce5a06
ce5a06
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
ce5a06
- Update to 3.7.4
ce5a06
ce5a06
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
ce5a06
- Update to 3.7.3
ce5a06
ce5a06
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
ce5a06
- Update to 3.7.2
ce5a06
ce5a06
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
ce5a06
- Update to 3.6.2
ce5a06
ce5a06
* Mon Oct 15 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.1-1
ce5a06
- Update to 3.6.1
ce5a06
ce5a06
* Tue Sep 25 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.6.0-1
ce5a06
- Update to 3.6.0
ce5a06
ce5a06
* Tue Sep 18 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.92-1
ce5a06
- Update to 3.5.92
ce5a06
ce5a06
* Sun Sep 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.91-2
ce5a06
- Rebuild against new cogl/clutter
ce5a06
ce5a06
* Tue Sep 04 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.91-1
ce5a06
- Update to 3.5.91
ce5a06
ce5a06
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.90-2
ce5a06
- Rebuild against new cogl/clutter
ce5a06
ce5a06
* Tue Aug 21 2012 Elad Alfassa <elad@fedoraproject.org> - 3.5.90-1
ce5a06
- Update to latest upstream release
ce5a06
ce5a06
* Fri Aug 10 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.5.5-1
ce5a06
- Update to 0.5.5
ce5a06
ce5a06
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
ce5a06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ce5a06
ce5a06
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 0.5.4-1
ce5a06
- Update to 0.5.4
ce5a06
ce5a06
* Wed Jun 27 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.5.3-1
ce5a06
- Update to 0.5.3
ce5a06
ce5a06
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 0.5.2.1-2
ce5a06
- Rebuild
ce5a06
ce5a06
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 0.5.2.1-1
ce5a06
- Update to 0.5.2.1
ce5a06
ce5a06
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 0.5.1-1
ce5a06
- Update to 0.5.1
ce5a06
ce5a06
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.1-1
ce5a06
- Update to 0.4.1
ce5a06
ce5a06
* Mon Mar 26 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.4.0.1-1
ce5a06
- Update to 0.4.0.1
ce5a06
ce5a06
* Mon Mar 26 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.4.0-2
ce5a06
- Rebuild against current libevdocument3 soname
ce5a06
ce5a06
* Mon Mar 26 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.4.0-1
ce5a06
- Update to 0.4.0
ce5a06
ce5a06
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.3.92-4
ce5a06
- Rebuild for libevdocument3 soname bump
ce5a06
ce5a06
* Tue Mar 20 2012 Adam Williamson <awilliam@redhat.com> - 0.3.92-3
ce5a06
- revert unoconv requirement, it pulls LO into the live image
ce5a06
ce5a06
* Tue Mar 20 2012 Adam Williamson <awilliam@redhat.com> - 0.3.92-2
ce5a06
- requires: unoconv (RHBZ #754516)
ce5a06
ce5a06
* Tue Mar 20 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.3.92-1
ce5a06
- Update to 0.3.92
ce5a06
ce5a06
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.91-2
ce5a06
- Rebuild against new cogl
ce5a06
ce5a06
* Tue Mar 06 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.3.91-1
ce5a06
- Update to 0.3.91
ce5a06
ce5a06
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
ce5a06
- Update to 0.3.90
ce5a06
ce5a06
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 0.3.4-2
ce5a06
- Rebuild against new cogl
ce5a06
ce5a06
* Tue Jan 17 2012 Cosimo Cecchi <cosimoc@redhat.com> - 0.3.4-1
ce5a06
- Update to 0.3.4
ce5a06
ce5a06
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-2
ce5a06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ce5a06
ce5a06
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
ce5a06
- Update to 0.3.3
ce5a06
ce5a06
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
ce5a06
- Update to 0.3.2
ce5a06
ce5a06
* Tue Oct 18 2011 Elad Alfassa <elad@fedoraproject.org> - 0.2.1-1
ce5a06
- New upstream release
ce5a06
ce5a06
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 0.2.0-1
ce5a06
- Update to 0.2.0
ce5a06
ce5a06
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.92-2
ce5a06
- Rebuild against newer clutter
ce5a06
ce5a06
* Tue Sep 20 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.92-1
ce5a06
- Update to 0.1.92
ce5a06
ce5a06
* Wed Sep  7 2011 Matthias Clasen <mclasen@redhat.com> - 0.1.91-1
ce5a06
- Update to 0.1.91
ce5a06
ce5a06
* Sat Sep 03 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.90-2
ce5a06
- Fix #735341
ce5a06
ce5a06
* Fri Sep 02 2011 Elad Alfassa <elad@fedoraproject.org> - 0.1.90-1
ce5a06
- Initial packaging.
ce5a06